html{
    width: 107%;
}
body{
   
font-family:MicrosoftYaHei;
font-weight:400;

}
.headertitle{
    border-bottom: 1px solid #eaeaea;
}
.active{
    background: #666666;
    color: #FFF!important;
}
.main{
    width: 100%;
    min-height:10.91rem;
    background: #F5F5F5;
}
.main-body{
    width: 9.48rem;
    min-height:10.91rem;
    background: #FFFFFF;
    margin: 0 auto;
}
.main-content{
    width: 6.25rem;
    min-height:10.91rem;
    margin: 0 auto;
}
.main-bar{
    width: 6.25rem;
    min-height:.7rem;
}
.main-bar ul li{
    width:.79rem;
    height:.3rem;
    background:rgba(245,245,245,1);
    border-radius:15px;
    float: left;
    margin:.2rem .1rem 0 0 ; 
    line-height: .3rem;
    color:rgba(68,68,68,1);
    font-size:15px;
}
.main-bar ul li:hover{
    background: #666666;
    color: #FFFFFF;
}
.main-bar ul .active{
    background: #666666;
}

/* 轮播图 */
.banner{
    width: 6.25rem;
    height: 2.9rem;
    position: relative;
    margin-bottom: .2rem;
}
.banner ul{
    padding: 0;
    margin: 0;
}
.banner ul li{
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    list-style: none;
    position: absolute;
}
.banner ul li img{
    display: block;
    height: 100%;
    width: 100%;
    border-radius:.04rem; 
}
.ban-btn{
    width: 100%;
    position: absolute;
    top: 136px;
    z-index: 222;
    display: none;
    opacity: 0;
    
}
.ban-btn a{
    display: none;
    display: inline-block;
    height: 60px;
    width: 35px;
    background: rgba(180,180,180,0.5);
    font-size: 25px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
}
.next-btn{
    float: right;
}
.prev-btn{
    float: left;
}
/* .ban-btn a:hover{
    background: rgba(100,100,100,0.5);
} */
.indicator{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 15px;
    z-index: 2;
}
.indicator a{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin:0 3px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
}
.indicator-active{
    opacity: 1!important;
}

.backgimg{
    width: 100%;
    height: 100%;
}
/* 学讯列表 */
.main-list{
    width: 6.25rem;
    min-height:8.91rem;
    overflow: hidden;
}
.main-list a:visited h6{
    color:#999;
}
.main-list ul li{
    width: 6.25rem;
    height: 1.31rem;
    border-top: 1px solid #F5F5F5;
    padding-top: .19rem;
    text-align: left;
}
.main-list ul li>a{
    display: block;
    float: left;
    width: 1.5rem;
    height: 110px;
}
.main-list ul li img{
    display: block;
    float: left;
    width: 1.5rem;
    height: 110px;
    border-radius:.04rem; 
}
.main-list ul li div{
    float: right;
    display: inline-block;
    width: 4.58rem;
    height: 1.1rem;
    position: relative;
}
.main-list ul li div a{

}
.main-list ul li div h6{
font-size:18px;
font-weight:bold;
color:#444444;
line-height:28px;
}
.main-list ul li div h6:hover{
    /* border-bottom:1px solid #999;
    padding-bottom: 1px solid #999; */
    text-decoration:underline;
}
.main-list ul li div p{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:12px;
    color:rgba(153,153,153,1);
    
}
.main-list ul li div p span:nth-child(1){
   display: inline-block;
   width: .8rem;
 }
.main-list ul li div p span:nth-child(2){
   margin-left: 3rem;
}
.navtitle a:nth-child(2){
    color: #2FC27B;
}


/* 查看更多 */
.main-more{
    width: 6.25rem;
    height:.4rem;
    padding-top: .2rem;
    border-top: 1px solid #F5F5F5;
    margin-bottom: .49rem;
}
.main-more #morebtn{
    display: inline-block;
    width: 6.25rem;
    height: .4rem;
    background: #999999;
    border-radius:.2rem;
    font-size: 15px;
    font-family:MicrosoftYaHei;
    font-weight:400;    
    color:#FFFFFF;

}
.main-more #morebtn:hover{
    background: #777;
}
