.container{
    padding-bottom: 40px;
}
.banner{
    width: 100%;
    height: 678px;
    background: url("./img/banner.png") no-repeat center;
    background-size: 100% 100%;
}
.title-one{
    width: 390px;
    height: 44px;
    background: url("./img/title_one_prev.png") no-repeat center;
    background-size: 100% 100%;
    margin: 52px auto 40px;
}
.title-p{
    width: 391px;
    height: 44px;
    background: url("./img/title_one.png") no-repeat center;
    background-size: 100% 100%;
    margin: 52px auto 40px;
}
.title-two{
    width: 391px;
    height: 44px;
    background: url("./img/title_two.png") no-repeat center;
    background-size: 100% 100%;
    margin: 49px auto 43px;
}
.title-three{
    width: 398px;
    height: 44px;
    background: url("./img/title_three.png") no-repeat center;
    background-size: 100% 100%;
    margin: 49px auto 43px;
}
.title-four{
    width: 398px;
    height: 44px;
    background: url("./img/title_four.png") no-repeat center;
    background-size: 100% 100%;
    margin: 49px auto 43px;
}
.title-five{
    width: 391px;
    height: 44px;
    background: url("./img/title_five.png") no-repeat center;
    background-size: 100% 100%;
    margin: 49px auto 43px;
}
.section-wrap{
    font-size: 0;
    width: 1230px;
    /*height: 970px;*/
    /*overflow: hidden;*/
    margin: 0 auto;
}
.section-more-wrap{
    display: none;
}
.section-wrap-visible{
    height: auto;
    overflow: visible;
}
.section-wrap .section{
    width: 403px;
    height: 443px;
    background: url("./img/content_bg.png") no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 40px;
    position: relative;
    vertical-align:top;
}
.section .line{
    width: 320px;
    height: 10px;
    background: url("./img/top_line.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 6px;
    left: 41px;
}
.section .article-title-wrap{
    margin: 43px 42px 20px;
    position: relative;
}
.article-title-wrap .article-title{
    max-width: 180px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    height: 124px;
}
.article-title-wrap .total-read{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00b4ff;
    margin-top: 6px;
}
.total-read .read-num{
    color: #808080;
    margin-left: 10px;
}
.no-read-num{
	max-width: 190px;
}
.article-title-wrap .qrcode-wrap{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    text-align: center;
    width: 126px;
    position: absolute;
    top: 5px;
    right: 0;
}
.qrcode-wrap .qrcode-img{
    width: 120px;
    height: 118px;
    display: block;
    margin-bottom: 6px;
}
.zs{
    width: 120px;
    height: 25px;
    background: url("./img/zs.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    text-indent: 15px;
    text-align: left;
    margin-top: 15px;
}
.section .content-info{
    width: 325px;
    height: 145px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.section .bottom-arrow{
    width: 206px;
    height: 30px;
    background: url("./img/down_arrow.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 98px;
}
.more{
    width: 235px;
    height: 40px;
    background: url("./img/more_btn.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
}
.bannermobile{display: none;}
@media screen and (max-width:980px){
    .banner{display: none;}
    .bannermobile{width: 100%;margin:0 auto;height: auto;overflow: hidden;display:block;}
    .bannermobile img{display: block;width: 100%;margin:0 auto;}
    .container{width: 96%;margin:0 auto;height: auto;overflow: hidden;}
    .title-p{max-width: 96%;}
    #top,.tt{display: none;}
    .section-wrap{width: 100%;margin:0 auto;}
    .section-wrap .section{width: 100%;}
    .section .line{max-width: 90%;left:16px;}
    .section .article-title-wrap{margin:35px 25px;}
    .article-title-wrap .article-title{width: calc(100% - 130px);font-size: 18px;}
    .section .content-info{width: 88%;height:125px;}
    .section .bottom-arrow{left: calc((100% - 206px) / 2)}
    .title-one,.title-two,.title-three,.title-four,.title-five{max-width: 96%;}
}
