.web-postion{
    width:100%;
    background-color: #0089e1;
    padding-top: 30px;
}
.web-postion h2{
    font-size: 4.8rem;
    font-weight: bold;
    line-height:4.8rem;
    color: #ffffff;
    margin-bottom: 0;
}
.web-postion span{
    color:#ffffff;
    font-size: 1.8rem;
    line-height: 1.2rem;
    display: block;
    margin-bottom: 5rem;
}
.web-postion .title{
    display: inline-block;
    height: 40px;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 0;
}
.web-postion .title b{
    font-size: 1.6rem;
    line-height:1.875;
    font-weight: normal;
    color: #666666;
    display: block;
    padding:0 10px;
}
.add{
    overflow: hidden;
    margin-top: 45px;
}
.opstion{
    height: 30px;
    overflow:hidden;
    float: right;
}
.opstion a{
    padding:0 15px ;
    display: block;
    font-size: 12px;
    line-height: 30px;
    float: left;
}
.opstion a:first-child{
    background-color: #0067bd;
    color: #ffffff;
    text-align: center;
}
.opstion a:last-child{
    background-color: #ffffff;
    color: #333333;
    text-align: center;
}
.news>div{
    border: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 226px;
    margin-bottom: 40px;
}
.news>div strong{
    font-size: 1.6rem;
    line-height: 1.875;
    display: block;
    margin-bottom:10px;
}
.news>div li{
    overflow: hidden;
}
.news>div li span{
    width: 30%;
    float: right;
    display: block;
    font-size: 12px;
    line-height: 2rem;
    color: #cccccc;
    text-align: right;
}
.news>div li a{
    padding-left: 10px;
    position: absolute;
    width: 60%;
    display: block;
    float: left;
    font-size: 1.4rem;
    height: 2rem;
    color: #333333;
}
.news>div li a:hover{
    text-decoration: none;
    color: #f23d3a;

}
.news>div li a:before{
    width: 2px;
    height: 2px;
    background-color: #000000;
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -1px;
}
.list{
    padding-bottom: 20px;
}
.list>div{
    margin-top: 40px;
}
.list .img-fa-scale{
    border-radius: 4px;
    height: 170px;
    margin:0 auto;
}
.list>div strong{
    display: block;
    height: 6.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2;
    color: #000000;
}
.list>div p{
    font-size: 12px;
    line-height: 1.67;
    color: #999999;
    height: 5rem;
}
.page-btn{
    text-align: center;
}
.pagination>li{
    display: inline-block;
    margin: 0 5px;
}
.pagination>li>a, .pagination>li>span{
    background-color: #cccccc;
    color: #ffffff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
   
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #f23d3a;
    background-color: #ffffff;
}
@media (max-width:991px){
    .web-postion{
        padding-top: 0;
    }
    .web-postion h2{
        font-size: 4rem;
    }
    .web-postion span{
        margin-bottom: 3rem;
    }
}
@media (max-width:767px){
    .web-postion{
        padding-top: 0;
    }
    .web-postion h2{
        font-size:3rem;
        margin-top: 0;
    }
    .web-postion span{
        margin-bottom: 2.5rem;
    }
    .news-list{
        text-align: center;
    }
    .news-list .row{
        margin: 0 3%;
    }
    .news-list .news-img{
        padding: 0;
    }
    .news-img .img{
        width: auto;
    }
    .news-list .news-img,.news-list .news-con{
        height:auto;
    }
    .news-list .news-con{
        padding: 10px 0;
    }
    .news-list .row{
        padding: 0;
    }
}
@media (max-width: 480px) and (min-height: 320px){
    .web-postion{
        padding-top: 0;
    }
    .web-postion h2{
        font-size:3rem;
    }
}
.chan {
    text-align:center;
}
.chan .img{
    width: auto;
}