/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
@import "iconfont/iconfont.css";
a:hover,a:focus,a:active,a:visited{
    text-decoration: none;
}
ul li{
    list-style: none;
}
ul li::marker{
    display: none;
}
ul{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.header{
    position: absolute;
    left:0;
    top:20px;
    right:0;
}
.wza{
    background: #fff;
    border-radius: 50px;
    padding:6px 20px;
    cursor: pointer;
}
.header .container{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.header .container:before,.header .container:after{
    display: none;
}
.logo{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.logo img{
    width: 40px;
    height: 42px;
    margin-right: 10px;
}
.logo span{
    color:#fff;
    font-size: 24px;
    font-weight: bold;
}
.head-banner{
    z-index: 99;
    position: relative;
}
.head-banner .container{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
}
.wza{
    background: #fff;
    border-radius: 50px;
    padding:6px 20px;
    cursor: pointer;
    right:20px;
    position: absolute;
    top:30px;
    z-index: 999;
}
.main{
    background: url("img/page-bg.png") repeat-y;
    background-size: 100% auto;
}
.mt-50{
    margin-top: 50px;
}
.banner-sm{
    margin:20px 0;
    background: url("img/banner-sm.png") no-repeat ;
    background-size: 100% auto;
    min-height: 123px;
    padding:15px 20px 15px 160px;
    text-align: center;
}
.banner-sm h4{
    font-size: 30px;
    background-image:-webkit-linear-gradient(bottom,#FFF9EB,#D3AD53);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: bold;
}
.banner-sm span{
    font-size: 18px;
    color:#fff;
}
.banner-sm span a{
    color:#fff;
}
.tit-02{
    font-size: 28px;
    background-image: linear-gradient(180deg, #EA0404 0%, #F86642 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 宋体,宋体-简;
    font-weight: bold;
}
.normal-slider a{
    display: block;
}
.normal-slider .owl-nav{
    display: none;
}
.normal-slider a img{
    height: 338px;
}
.news-cont{
    position:relative;
    z-index: 1;
    padding:0 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgba(215,214,208,0.12);
    border-radius: 6px;
    border-top:1px solid transparent;
}
.news-cont .tit-02{
    height: 30px;
    width: auto;
    margin:20px;
}
.list-date{
    margin-left: 30px;
}
.list-date li a{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}
ul.list-date li span.time{
    top:50%;
    transform: translate(0,-50%);
    color:#333;
}
.list-date li a:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #D01308;
    position: absolute;
    left:0;
    top:50%;
    transform: translate(0,-50%);

}
.nowrapli-border{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgba(215,214,208,0.12);
    border-radius: 6px;
    padding-top: 10px;
}
.nowrapli-border li{
    padding:10px 0;
    padding-left: 30px;

}
.nowrapli-border li a{
    font-size: 16px;
    border-bottom: 1px dotted #979797;
    padding-bottom: 20px;
    padding-left: 20px;
}
.nowrapli-border li:last-child a{
    border-bottom: 0;
}
.title-01{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 71px;
    background-size: 100% auto;
    margin:50px auto 30px;
    padding-bottom: 20px;
    background: url("img/stars.png") center bottom no-repeat;
    background-size: auto 18px;
    position: relative;
}
.title-01:before,.title-01:after{
    content: '';
    position: relative;
    height: 28px;
}
.title-01:before{
    background: url("img/title-left.png") no-repeat ;
    background-size: auto 28px;
    width: 360px;
    background-position: right bottom;
}
.title-01:after{
    background: url("img/title-right.png") no-repeat ;
    background-size: auto 28px;
    width: 360px;
    background-position: left bottom;
}
.title-01 h2{
    font-size: 36px;
    background-image: linear-gradient(180deg, #EA0404 0%, #F86642 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 宋体,宋体-简;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
}
.title-01 img{
    width: 80%;
    height: auto;
}
.title-01 a{
    display: flex;
    align-items: center;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    right:0;
    white-space: nowrap;
    color:#333;
}
.title-01 a img{
    width: 15px;
    height: 4px;
    margin-left: 16px;
}
.slide-01{
    position: relative;
}
.news-slide{
    overflow: hidden;
}
.news-slide .owl-nav .owl-prev,.news-slide .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    background: #BF0000!important;
    border-radius: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-slide .item a .n-info .t-cont p{
    font-size: 28px;
    color:#333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 84px;
}
.news-slide.Slider-one .owl-nav [class*=owl-]{
    line-height: .4!important;
}
.news-slide.Slider-one .owl-nav [class*=owl-]:after{
    content: '';
    border:1px solid #EAEAEA;
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    left:-3px;
    top:-3px;
}
.news-slide .item a .n-info .t-cont span{
    display: block;
}
.news-slide .item a .n-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-slide .item a .n-info .t-cont span{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color:#666;
    line-height: 30px;
}
.news-slide .item a img{
    width: 484px;
    height: 294px;
    margin-right: 20px;
    flex-shrink: 0;
}
.news-slide .item a .time{
    color:#999;
    font-size: 14px;
}
.news-slide .owl-dots .owl-dot.active span,.news-slide .owl-dots .owl-dot:hover span{
    background: #BF0000;
}
.notice-list-img li{
    padding:40px 0;
    border-bottom: 1px solid #eee;
}
.notice-list-img li a{
    display: flex;
    align-items: center;
    padding-right: 130px;
    position: relative;
}
.notice-list-img li a img{
    width: 226px;
    height: 128px;
    margin-right: 20px;
    flex-shrink: 0;
}
.notice-list-img li a .info{

}
.notice-list-img li a .info .time{
    font-size: 18px;
    color:#888;
    display: block;
    font-family: DIN;
}
.notice-list-img li a h4{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color:#333333;
}
.notice-list-img li a:after{
    content: '\e609';
    position: absolute;
    font-family: iconfont;
    top:50%;
    transform: translate(0,-50%);
    right:0;
    font-size: 10px;
    color:#888;

}
.video-cont{

}
.video-cont .video-img{
    position: relative;
}
.video-cont .video-img video{
    width: 100%;
}
.video-cont .video-img img{
    height: 256px;
}
.video-cont .video-img:before{
    content: '';
    background: url("../img/play.png") no-repeat;
    background-size: 100% auto;
    z-index: 999;
    width: 55px;
    height: 55px;
    position: absolute;
    left:50%;
    top:50%;
    display: none;
    transform: translate(-50%,-50%);
}
.video-cont span{
    display: block;
    font-size: 20px;
    color:#333;
    text-align: center;
    margin-top: 16px;
}

.slide-01 .owl-item > .item > a > h3{
    position: relative;
    background:#007ED9;
    color:#fff;
    padding:20px 26px 64px;
    margin-top: 0;
    height: 166px;
}
.slide-01 .owl-item > .item > a > h3 p{
    font-size: 18px;
}
.slide-01 .owl-item > .item > a > h3 span{
    font-size:14px ;
    color:rgba(255,255,255,.8);
}
.slide-01 .owl-item > .item img{
  height: 315px;
    width: 100%;
}
.slide-01 .owl-item > .item > a:hover{
    text-underline: none;
}
.slide-01 .owl-dots{
    left:0;
    right:0;
    bottom:30px;
}
.slide-01 .owl-dots .owl-dot span{
    background: #fff;
    transition: .3s;
}
.slide-01 .owl-dots .owl-dot.active span,.slide-01 .owl-dots .owl-dot:hover span{
    width: 45px;
}
.slide-01 .owl-nav{
    bottom:90px;
    top:auto;
    background: none;
    z-index: 999;
}
.Slider-one .owl-nav [class*=owl-]{
    background: none;
}
.owl-nav .owl-prev:before{
    display: inline-block;
    width: 20px;
    height: 13px;
    content: "";
    background: url("../img/arrleft.png") no-repeat 0 0;
    background-size: 100%;
}
.owl-nav .owl-next:before{
    display: inline-block;
    width: 20px;
    height: 13px;
    content: "";
    background: url("../img/arr.png") no-repeat 0 0;
    background-size: 100%;
}
.news-list li a{
    width: 100%;
    font-size: 18px;
    padding:15px 0 15px 20px;
    display: block;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    position: relative;
}
.news-list li a:before{
    content: '';
    position: absolute;
    left:4px;
    top:50%;
    transform: translate(0,-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    background: #BF0000;

}
.news-list li a .date{
    border:1px solid rgba(0, 126, 217, 0.2000);
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    margin-right: 16px;
    position: absolute;
    left:0;
    top:50%;
    width: 86px;
    transform: translate(0,-50%);
}

.news-list li a .date .text-lg{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 126, 217, 0.2000);
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
}
.news-list li a .date p{
    margin:10px 0 0;
}
.news-list li a .n-info h4{
    font-size: 18px;
    color:#333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin:0;
}
.news-list li a .n-info h4 small{
    display: block;
    margin-top: 14px;
    color:#999;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-blue{
    background: #F4FBFF;
    margin:50px 0;
}

.title-02{
    font-size: 20px;
    color:#333;
    border-bottom: 1px solid #007ED9;
    padding-bottom: 10px;
    font-weight: bold;
}
.wz-inner{
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px #D9EDFC;
    padding:18px 40px;
}
.wz-list{
    margin-top: 20px;
}
.wz-list li a{
    padding:6px 0;
    display: block;
}
.wz-list li a span{
    display: block;
    font-size: 14px;
    font-family: DIN;
}
.wz-list li a p{
    color:#333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.wz-list li a:hover p,.wz-list li a:hover span{
    color:#007ED9
}
.hot-cont{
    background: url("../img/mapbg.png") no-repeat #2a6398;
    background-size: auto 100%;
    margin:50px 0;
    padding-bottom: 140px;
}
.hot-cont .title-01 h3{
    color:#fff;
}
.re-sliders .owl-item .item{
    background: url("img/itembg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px 1px 10px;
    border-radius: 6px;
    box-sizing: border-box;
}
.re-sliders .owl-item .item a{
    display: block;
}
.re-sliders  .owl-item > .item > a > .title{
    position: inherit;
    background: none;
    padding:10px 0;

}
.re-sliders  .owl-item > .item > a > .title > span{
    width: 100%!important;
    text-overflow: -o-ellipsis-lastline;
    line-height: 1.6;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
.re-sliders .owl-item .item img{
    width: 100%;
    height: 140px;
}
.re-sliders .owl-prev{
    position: absolute;
    left:-50px;
    top:35%;
    background: none;
}
.re-sliders .owl-prev:before{
    content: '\e706';
    font-family: iconfont;
    font-size:24px;
    color:#F03C39
}
.re-sliders .owl-next{
    position: absolute;
    right:-50px;
    top:35%;
    background: none;
}
.re-sliders .owl-next:before{
    content: '\e603';
    font-family: iconfont;
    font-size: 24px;
    color:#F03C39
}
.re-sliders .owl-dots .owl-dot{
    display: none;
}
.news-slide .owl-nav{

}
.img-list li a{
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(194,186,186,0.32);
    border-radius: 6px;
    margin-bottom: 20px;
    display: block;
    padding:10px;
}
.img-list li a img{
    width: 100%;
    height: 192px;
}
.img-list li a .text{
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
}
.img-list li a .text p{
    font-size: 16px;
    color:#222;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.img-list li a .text span{
    color:#888
}
.imgs-cont{
    margin: 30px 0;

}
.notice-list{
    border-top:3px solid #BF0000;
}
.notice-list li a{
    padding:45px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice-list li h4{
    width: 80%;
    font-size: 22px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.notice-list li span.time{
    color:#888;
    width: 80px;
}
.notice-list a h4:hover{
    color:#C90101;
}
.breadcrumb{
    background: none;
    margin-top: 16px;
}
.pagination-cont{
    display: flex;
    justify-content: center;
}

.Article_content img{
    height: auto;
}
.pagination>li>a, .pagination>li>span{
    color:#444;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #BF0000;
    border-color: #BF0000;
}
.pagination>li>a, .pagination>li>span{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0!important;
    margin:0 4px;
}
.pagination>li>a:hover{
    color: #BF0000;
}
.ariabodytopfiexed{
    margin-top: 100px;
}
.Article_content img{
    max-height: 80%;
    width: auto;
}
.more{
    position: absolute;
    right:20px;
    bottom:10px;
    display: flex;
    align-items: center;
    color: #BF0000;
}
.more img{
    width: 14px;
    height: auto;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .imgs-cont img{
        margin-bottom: 20px;
    }
    .banner-sm{
        background-size: auto 100%;
        background-position: -40px center;
    }
    .banner-sm h4{
        font-size: 18px;
    }
    .banner-sm span{
        font-size: 14px;
    }
    .title-01{
        margin:0px auto;
    }
    .title-01 h2{
        font-size: 14px;
    }
    .title-01:before,.title-01:after{
        background-size: auto 18px;
    }
    .re-sliders .owl-prev,.re-sliders .owl-next{
        position: inherit;
    }
    .list-date{
        margin-left: 20px;
        padding-right: 10px;
    }
    .news-cont{
        box-shadow: none;
        padding: 0;
    }
    .mt-50{
        margin-top: 10px;
    }
    .img-list li a img{
        height: 120px;
    }
    .more{
        position: inherit;
        padding:30px 0 10px;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 385px){
    .banner-sm{
        padding: 10px 10px 10px 100px;
    }
    .banner-sm span{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

