﻿.banner {
    width: 100%;
    float: left;
}

    .banner img {
        width: 100%;
        background-size: 100% !important;
    }

.title_img {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}

    .title_img img {
        height: 60px;
    }

/*新闻资讯*/ /*小图*/
.smallimg,
.bigimg,
.moreimg {
    padding: 20px 60px 40px;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
}

.smallimg_tit {
    font-size: 24px;
    margin-bottom: 15px;
}
.smallimg_tit a{
     font-size: 24px;
    margin-bottom: 15px;
    display:block;
    color:#333;
    text-decoration:none;
}
.smallimg_tit a:visited,
.smallimg_zi  a:visited,
.bigimg_zi  a:visited{
    color:#777;
}
.smallimg_tit a:hover,
.smallimg_zi a:hover,
.bigimg_zi a:hover{
    color:#cc0000;
}
.smallimg_img {
    width: 40%;
    display: inline-block;
    float: left;
}

    .smallimg_img img {
        width: 350px;
        height: auto;
        border-radius: 4px;
    }

.smallimg_content {
    width: 60%;
    padding-left: 20px;
    display: inline-block;
    float: right;
}

.smallimg_zi,
.bigimg_zi {
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    height: 165px;
}
.smallimg_zi a,
.bigimg_zi a{
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    height: 165px;
    color:#333;
    text-decoration:none;
}
.smallimg_quan {
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.fabu_people, .fabu_time {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
/*新闻资讯*/ /*大图*/
.bigimg_img,
.moreimg_img {
    text-align: center;
}

    .bigimg_img img {
        height: auto;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 20px;
    }

.bigimg_zi {
    height: 80px;
}
/*新闻资讯*/ /*多图*/
.moreimg_img img {
    width: 30%;
    margin-right: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media (max-width:768px ) {
    .title_img {
        width: 100%;
        text-align: center;
        margin: 20px auto 15px;
    }

        .title_img img {
            height: 50px;
        }

    .smallimg_img img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }

    .bigimg_zi {
        height: auto;
    }

    .smallimg_quan {
        margin-top: 10px !important;
    }

    .fabu_people, .fabu_time {
        font-size: 12px;
    }

    .smallimg_zi, .bigimg_zi {
        font-size: 14px;
    }
}
