@charset "UTF-8";
@font-face {
    font-family: "微软雅黑";
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
.dw li a{
    font-size: 16px;
}
.dw li a:hover{
color:#098eff;
}
a{
    text-decoration: none !important;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .inner{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .inner{
        width: 100%;
    }

}
/*banner*/
.ding{
    position: relative;
}
.head{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    /*background-color:rgba(255,255,255,0.8);*/
}
#banner .im_mo{display: none;}
#banner .im_pc{display: block;}
#banner .swiper-container-horizontal>.swiper-pagination{
    padding:0 3%;
    bottom:5%;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet{
    display: inline-block;
    width: 15px;
    height:15px;
    margin-left: 8px;
    background-color:#fff;
    transition: transform .2s;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
}
#banner .swiper-pagination-bullets{
    padding:0 30px;
    bottom: 20px;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background-color:#bf2f2e;
}
#banner .swiper-button-prev,#banner .swiper-button-next{
    width: 22px;
    height: 43px;
    top: 50%;
    position: absolute;
    margin-top: -21px;
}

/*新闻公告*/
.t-content{
    width:70%;
    margin:0 auto;
    /*height:500px;*/
    /*border:1px solid red;*/
}
.t-title{
    margin:50px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.t-title b{
    width:100px;
    height:15px;
    border-bottom:1px solid #cccccc;
}
.t-title h1 a{
    text-decoration: none;
    margin:auto 20px;
    text-align: center;
    font-family:"微软雅黑";
    font-size:28px;
    color:#098eff;
    letter-spacing:1.15px;
    font-weight: bold;
}
.t-title h1 span{
    font-family:"微软雅黑";
    font-size:14px;
    color:#888888;
    letter-spacing:0.58px;
    text-align:center;
    display: inline-block;
    margin-top:5px;
}
.news{
    width:100%;
    display: flex;
    justify-content:space-between;
    margin-bottom: 25px;
}
.jzhy{
    margin-bottom: 25px;
}
.xinwen,.gonggao{
    width:47%;
    /*height:200px;*/
    /*border:1px solid red;*/
}
.xinwen>div:first-child,.jzhy>div:first-child{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #cccccc;
    margin-bottom: 20px;
}
.xinwen>div:first-child p:first-child,.jzhy>div:first-child p:first-child{
    font-family:"微软雅黑";
    font-size:18px;
    color:#444444;
    letter-spacing:0.74px;
    text-align:left;
    border-bottom:2px solid #098eff;
    margin-bottom: -1.25px;
;
}
.xinwen>div:first-child p i,.jzhy>div:first-child p i{
    font-size: 16px;
    color:#5ab3ff;
    margin-right:10px;
    vertical-align: middle;
}
.xinwen>div:nth-child(2){
    display: flex;
    justify-content: space-between;
    margin:15px auto;
    padding:5px;
}
.xinwen>div:nth-child(2)>div{
    width:48%;
}
.xinwen>div p img,.jzhy>div p img{
    margin-right:10px;
}
.xwnr h2{
    max-height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 18px;
}
.xwnr h2 a{
    font-family:"微软雅黑";
    font-size:16px;
    color:#333333;
    letter-spacing:0.66px;
    line-height:24px;
    text-align:left;
}
.xwnr p{
    height:76px;
    overflow: hidden;
}
.xwnr p a{
    font-family:"微软雅黑";
    font-size:14px;
    color:#666666;
    letter-spacing:0.58px;
    line-height:24px;
    text-align:left;
}
.xwnr  h3 a{
    color:#5ab3ff;
    font-size: 14px;
}
.tp{
    overflow: hidden;
    border: 1px solid #cccccc;
}
.tp img{ width:100%;height:100%;transition: all linear 0.3s;}
.tp img:hover{
    transition: all linear 0.3s;
    transform: scale(1.1);
}
.news-xw ul{
    /*border:1px solid;*/
    padding:10px;
}
.news-xw ul li{
    margin-bottom: 10px;
}
.news-xw ul li a{
    display: flex;
    justify-content: space-between;
    font-family:"微软雅黑";
    font-size:14px;
    color:#444444;
    letter-spacing:0.58px;
    line-height:22px;
    /*text-align:left;*/
}

.news-xw ul li a p:first-child{
    width:80%;
    height:22px;
    overflow: hidden;
}
.news-xw ul li a p:first-child i{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #444444;
    /*border: 1px solid red;*/
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
.news-xw ul li a p:last-child{
    width:19%;
    text-align: right;
}
/*合作单位*/
.hzdw{
    background-color: #f6f8fa;
    padding:20px 0 80px 0;
}
.hzdw .dw ul{
    /*display: flex;
    justify-content: space-between;*/
    margin-bottom: 32px;
}
.hzdw .dw ul li{
    position: relative;
    width: 48%;
    float: left;
    margin: 0 1%;
text-align: center;
}
.hzdw  .dw   ul   li:last-child{
      margin-right:0 !important;
}
.hzdw .dw ul li a img{
    width:100%;
    min-height: 134px;
}
.hzdw .dw ul li .yd{
    position: absolute;
    background-color: rgba(0,0,0,.55);
    font-family:"微软雅黑";
    font-size:14px;
    color:#ffffff;
    letter-spacing:0.58px;
    text-align:center;
    bottom:0;
    width:100%;
}
.hzdw .dw ul li:hover .yd{
    /*vertical-align: middle;*/
    height:100%;
}
.hzdw .dw ul li .yd span{
    display: block;
    width:100%;
    /*border:1px solid red;*/
}
.hzdw .dw ul li:hover .yd span{
    position: absolute;
    top:45%;
    text-align: center;
}
.hzdw .dw ul li:last-child {
    margin-right: 0 !important;
}
@media screen and (min-width: 1600px){
    .t-content {
        width:65%;
    }
}
@media screen and (max-width: 1600px){
    .t-content {
        width: 80%;
    }
}
@media screen and (max-width: 1400px){
    .t-content {
        width: 92%;
    }
    .news-xw ul li a p:last-child {
        width: 18%;
    }
}
@media screen and (max-width: 1200px){
    .news-xw ul li a p:last-child {
        width: 23%;
    }
}
@media screen and (max-width: 1024px) {
    #banner .swiper-pagination-clickable .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    #banner .swiper-pagination-bullets{
        bottom: 10px;
    }
    .news-xw ul li a p:first-child {
        height: 22px;
        overflow: hidden;
    }
    .news-xw ul li a p:last-child {
        width: 35%;
    }

}
@media screen and (max-width: 768px){
    #banner .im_mo{display: block; height:150px;}
    #banner .im_pc{/*display: none;*/}
    .t-title {
        margin: 10px 0;
    }
    .xinwen, .gonggao {
        width: 100%;
    }
    .news {
        /*width: 100%;*/
        display: block;
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }
    .xwnr h2 {
        font-weight: bold;
    }
    .news-xw ul li a p:last-child {
        width: 29%;
    }
    .news-xw ul li a p:first-child {
        width: 75%;
    }
    .hzdw {
        padding: 15px 0 30px 0;
    }
    .hzdw .dw ul li:nth-child(3),.hzdw .dw ul li:nth-child(4),.hzdw .dw ul li:nth-child(5){
        display: none;
    }
    .hzdw .dw ul li {
        width: 49%;
    }
    .t-title b {
        width: 90px;
    }
    .t-title h1 a{
        margin:auto 10px;
    }
}


.possplit{
    margin: 0 10px 0 10px;
    color: #fff;
    background-image: none!important;
    text-indent: inherit;
}
.clearfix{
    zoom: 1;
    clear: both;
    height: 0px;
}