/*公共列表样式*/
.section-content{
    margin-top:20px;
}
.section-left,.section-right{
    float: left;
}
.section-list{
    width:90%;
    margin:0 auto;
}
.section-list{
    padding-top:20px;
}
.section-list ul li{
    width: 100%;
    margin-top:10px;
    background: #e8e7e7;
    text-align: center;
}
.section-list ul li a{
    color:#2ab3ae;
    font-weight: bold;
    padding:20px 0;
    display: block;
}
.section-header{
    border-bottom:1px solid #2ab3ae;
}
.section-header>span{
    float:left;
    display: block;
    padding:11px 18px;
    background:#2ab3ae;
    color:#ffffff;
    font-weight:bold;
    letter-spacing: 2px;
}
.browse-position{
    float: right;
    margin-top:15px;
}
.browse-position a{
    font-size:14px;
    color:#666666;
}
.browse-position i{
    color:#2ab3ae;
}
/*列表高度重置*/
.section-right .common-section-con ul li{
    padding:20px 0 15px 0;
}
/*公共页码样式*/
.page-num{
    margin-top:20px;
}
.page-num a{
    float: left;
    color:#2ab3ae;
    border:1px solid #e1e2e3;
    padding:5px 10px;
    margin-left:10px;
    border-radius:1px;
}
.page-num span{
	float: left;
    color: #2ab3ae;
    border: 1px solid #e1e2e3;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 1px;
}
/*文章页面*/
.section-right-content{
    width:100%;
}
.section-right-content .common-section-con{
    width:100%;
}

.section-article-title{
    text-align:center;
}


.section-article-title h2{
    font-size:24px;
    line-height:60px;
}
.section-article-title span{
    font-size:12px;
    line-height:30px;
}
.section-article-content{
    
    padding-top:20px;
	width: 100%;
    overflow: hidden;

}
.section-article-content p{
   
    text-indent:1.6em;
    font-size:14px;
    line-height:24px;
    margin-top:18px;
}
/*内容模块切换*/
.section-con-module{
    margin:20px auto 10px auto;
}
.section-con-module a{
    padding:12px 20px;
    color: #2ab3ae;
    background:#e8e7e7;
    border-radius:2px;
    display: block;
    float: left;
    margin-left:30px;
}
.section-con-module a:first-of-type{
    margin-left:0;
}
/*专题报道与视频点播列表公用样式*/
.subject-content{

}
.subject-list ul li{
    margin-top:20px;
    width:33.33%;
    text-align:center;
    float: left;
}
.subject-list ul li a{
    display: block;
    width: 80%;
    margin:auto;
}
.subject-list ul li a p{
    line-height: 30px;
    font-size:14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*视频点播列表样式*/
.video-list li a img{
    height:200px;
}
.video-content .page-num{
    margin-left:2%;
}
/*视频详情*/
.video-content{
    width:80%;
    margin:auto;
    padding-top:20px;
}
.video-content video{
    width: 100%;
    height:500px;
}

@media (min-width:0) {
    .section-left{
        width: 100%;
    }
    .section-right{
        width: 100%;
        margin-left:0;
        margin-top:20px;
    }

    .subject-list ul li a img{
        width: 100%;
        height: 75px;
    }
}
@media (min-width: 767px) {

    .section-left{
        width: 30%;
    }

    .section-right{
        width: 65%;
        margin-left:2%;
        margin-top:0;
    }

    .subject-list ul li a img{
        width: 100%;
        height: 115px;
    }
}
@media (min-width: 1200px){
    
}