/* author  */
body{
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
.p30{
    padding: 30px 15px;
}
.header{
    background: #c00109 url("bg.jpg") center 28px no-repeat; 
  /* background: #c00109 url("xc.png") center 28px no-repeat; */
  
}
.header a{
    color: #fff!important;
}
.top{
    line-height: 28px;
}
.top .pull-left > a:after,.top .pull-right > a:after{
    content: "|";
    margin-left: 5px;
}
.top .dropdown{
    background: #e20000;
    float: right;
    margin-left: 5px;
    padding: 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.dropdown-menu>li>a{
    color: #333!important;
}
.top .dropdown-menu div {
    color: #000;
    font-weight: 600;
    text-indent: 1.6rem;
}
.top .dropdown-menu div:before{
    margin-right: 5px;
}
.top .col-md-12 > .pull-right > a{
    margin-right: 5px;
}
.top .pull-left > a:last-child:after,.top .col-md-12 > .pull-right > a:last-child:after{
    content: "";
}
.banner{
    padding: 40px 0 265px;
}
.form-top{
    background: #fff;
    border: 1px solid #c00109;
    display: flex;
    width: 310px;
    line-height: 38px;
    position: absolute;
    right: 0;
    z-index: 9;
}
.form-top input{
    border: none;
    text-indent: 2em;
    flex: 1;
    outline: none;
}
.form-top button{
    background: none;
    border: none;
    height: 30px;
    width: 60px;
    position: relative;
    outline: none;
}
.form-top button:before{
    content: "";
    background: #c00109;
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 5px;
}
.navbar{
    margin-bottom: 0;
}
.navbar-brand{
    position: absolute;
    z-index: 9;
}
.header .navbar-form {
    text-align: center;
}
.header .form-group{
    background: #fff;
    border: 1px solid #c00109;
}
.nav>li>a{
    font-size: 18px;
    font-weight: bold;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-nav li a:before{
    margin-right: 10px;
}
.topnews{
    background: #f4f4f4 url("topnews.png") top center no-repeat;
    padding: 40px 0 25px;
    text-align: center;
    height: 150px;
    overflow: hidden;
}
.topnews h2 a{
    color: #c00109;
    font-weight: bold;
}
.topnews p{
    margin-top: 20px;
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0,.5);
    color: #fff;
    font-size: 16px;
    margin-top: -50px;
    line-height: 50px;
    text-indent: 2em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.swiper-pagination {
    text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 96%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 15px;
    opacity: 1;
}
.focus .swiper-slide{
    position:relative;
    width:100%;
    height:0;
}
.focus .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide{
    padding-top: 57.3%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 24px;
}
.tabs{
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 12px;
    position: relative;
}
.tabs li{
    float: left;
}
.tabs li b{
    font-size: 18px;
    font-weight: bold;
    margin-right: 1.6em;
    position: relative;
}
.tabs li b a{
    color: #999;
}
.tabs li.on b a{
    color: #c00109;
}
.tabs li.on b:before{
    content: "";
    display: block;
    background: #c00109;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -17px;
}
.nl li {
    display: flex;
    justify-content: space-between;
    line-height: 2.6em;
}
.nl li a {
    color: #000;
    font-size: 16px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.nl li span{
    color: #999;
}
.nl li:hover a{
    color: #c00109;
}
.nl li::before {
    content: "¡¤";
    color: #999;
    font-family: ºÚÌå;
    font-size: 2em;
    text-indent: -0.4em;
}
.ztzl{
    margin-bottom: 30px;
}
.ztzl .swiper-pic{
    overflow: hidden;
}
.gray{
    background: #f4f4f4;
}
.lddt dl{
    display: flex;
    justify-content: space-between;
}
.lddt dt,.lddt div{
    background: #fff;
}
.lddt dt{
    color: #c00109;
    font-size: 20px;
    width: 4em;
    margin-right: 10px;
    padding: .5em 1em;
}
.lddt dd{
    font-size: 16px;
    padding: 5px 0;
}
.lddt div{
    flex: 1;
    padding: 10px 0;
}
.lddt a{
    color: #000;
    margin-right: 2em;
}
.lddt a::before {
    content: "¡¤";
    color: #999;
    font-family: ºÚÌå;
    font-size: 1em;
    text-indent: -0.4em;
}
.lddt span{
    color: #999;
}
.icon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.icon a{
    background: #fff;
    color: #c00109;
    font-size: 16px;
    text-align: center;
    width: 24%;
    padding: 60px 0 20px;
    position: relative;
}
.img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 20px;
}
.img a{
    width: 48.5%;
}
.tab5{
    margin-top: 15px;
}
.ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.ol li{
    background: #f4f4f4;
    display: flex;
    margin: 10px 0;
    width: 48%;
}
.ol li a{
    color: #000;
    line-height: 2;
    padding: 5px;
    flex: 1;
}
.ol li span{
    background: #c6c6c6;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 90px;
}
.ol li span b{
    font-size: 24px;
}
.flink .col-md-12{
    padding: 20px 15px;
}
.flink .flex{
    display: flex;
    justify-content: space-between;
    background: #c00109;
}
.flink select{
    width: 19%;
}
.footer > .container{
    display: flex;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #c00109;
}
.weibo{
    margin-top: 10px;
    position: relative;
}
.weibo img{
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 2px;
}
.wyjb{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}
.daw{
    font-size: 12px;
    display: flex;
    line-height: 2.2;
}
.tab6{
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 10px;
}
.footer{
    background: #f4f4f4;
}
.tab6 li{
    color: #fff;
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.tab6 li.on:after{
    font-size: 24px;
    font-weight: bold;
    content: "\e600";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
#tab6 .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}
#tab6 .swiper-slide a{
    color: #000;
    font-size: 16px;
    margin: 5px 11px 0;
    text-align: center;
}
.flex{
    display: flex;
}
.flex a{
    margin-right: 20px;
}
.jdbg a{
    display: block;
    margin-bottom: 20px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.9);
}
.zlk{
    position: relative;
}
.zlk img{
    position: absolute;
    z-index: 999;
    top: -10px;
}
.zlk .tabs{
    padding-left: 100px;
}
.topnews h2{
    margin-top: 10px;
}
.zb1,.zb2{
    position: absolute;
    top: 110px;
    z-index: 9;
}
.zb1{
    left: 36%;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
.zb2{
    left: 73%;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
}
.bg{
    position: absolute;
    top: 28px;
}
.art p{
    text-align: justify;
}
   .pc_img{display:block;}
    .wap_img{display:none;}


@font-face {
    font-family: 'iconfont';  /* project id 1956102 */
    src: url('https://at.alicdn.com/t/font_1956102_4k17e1d4sdr.eot');
    src: url('https://at.alicdn.com/t/font_1956102_4k17e1d4sdr.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_1956102_4k17e1d4sdr.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_1956102_4k17e1d4sdr.woff') format('woff'),
    url('https://at.alicdn.com/t/font_1956102_4k17e1d4sdr.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_1956102_4k17e1d4sdr.svg#iconfont') format('svg');
}
.navbar-nav li a:before,.icon a:before,.form-top button:after,.bnav:before,.tools #print:before,.bshare-qzone:before,.bshare-weixin:before,.bshare-sinaminiblog:before,.tab6 li.on:after,.xx a:before{
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav li a:before{
    font-size: 22px;
}
.icon a{
    transition: all 0.5s ease 0s;
}
.icon a:hover{
    background: #dedede;
    color: #000;
}
.icon a:before{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}
.navbar-nav li:nth-of-type(1) > a:before,.bnav:before {
    content: "\e606";
}
.navbar-nav li:nth-of-type(2) > a:before {
    content: "\e887";
}
.navbar-nav li:nth-of-type(3) > a:before {
    content: "\e714";
}
.navbar-nav li:nth-of-type(4) > a:before {
    content: "\e6ed";
}
.navbar-nav li:nth-of-type(5) > a:before {
    content: "\e614";
}
.navbar-nav li:nth-of-type(6) > a:before {
    content: "\e670";
}
.navbar-nav li:nth-of-type(7) > a:before {
    content: "\e613";
}
.icon a:nth-of-type(1):before{
    content: "\e615";
    font-size: 38px;
    transform: translate(-50%,-78%);
}
.icon a:nth-of-type(2):before{
    content: "\e608";
    font-size: 36px;
    transform: translate(-50%,-80%);
}
.icon a:nth-of-type(3):before{
    content: "\e69f";
    font-size: 36px;
    transform: translate(-50%,-80%);
}
.icon a:nth-of-type(4):before{
    content: "\e687";
    font-size: 36px;
    transform: translate(-50%,-85%);
}
.tools #print:before{
    content: "\e633";
}
.bshare-qzone:before{
    content: "\e697";
}
.bshare-weixin:before{
    content: "\e694";
}
.bshare-sinaminiblog:before{
    content: "\e69e";
}
.form-top button:after{
    content: "\e67e";
    color: #c00109;
    font-size: 24px;
    position: absolute;
    top: 2px;
    right: 14px;
}
.xx a:before{
    content: "\e600";
    margin: 0 5px;
}
.sider{
    box-shadow: 0px 2px 5px rgb(97, 55, 55,.5);
    text-align: center;
}
.sider dt,.sider dd{
    font-size: 18px;
}
.sider dd a{
    color: #000;
    display: block;
}
.sider dd.on{
    background: #f4f4f4;
}
.bnav,.list{
    font-size: 16px;
}
.sider dt{
    font-weight: bold;
    border-top: 5px solid #c00109;
    border-bottom: 1px solid #c00109;
    line-height: 3;
}
.sider dd{
    border-bottom: 1px dotted #ccc;
    line-height: 2.4;
}
.bnav{
    line-height: 3;
}
.list{
    background: #fdfbfb;
}
.list li{
    border-bottom: 1px dotted #eee;
    display: flex;
    float: left;
    justify-content: space-between;
    margin: 5px auto;
    padding: 10px;
    width: 100%;
}
.list li:hover{
    background: #ddd;
}
.list li:nth-of-type(1){
    margin-top: 15px;
}
.list li a{
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list li .date{
    flex-grow: 1;
    white-space: nowrap;
    word-spacing: 15px;
}
.artt{
    text-align: center;
    margin: 0;
    line-height: 1.48;
}
.tools{
    border-bottom: 1px dotted #ccc;
    margin: 25px auto 20px;
    padding: 5px 30px;
}
.tools .date, .tools #print, .tools .source{
    float: left;
    margin-right: 1em;
}
.article{
    font-size: 16px;
    line-height: 2.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.qrcode, #qrcode{
    text-align: center;
}
.qrcode{
    margin: 30px auto 15px;
}
.tools .date,.tools .source, .tools #print, .tools .share {
    float: left;
    font-size: 16px;
}
.share{
    margin-top: 2px;
}
.bshare-custom.icon-medium{
    font-size: 18px!important;
}
#bsBox,#bsWXBox{
    width: auto !important;
    height: auto !important;
}
.bsReturn,#bsPanel{
    display: none !important;
}
.bshare-custom #bshare-shareto{
    font-size: 16px;
    font-weight: normal !important;
}
.bshare-custom.icon-medium .bshare-qzone,.bshare-custom.icon-medium .bshare-weixin,.bshare-custom.icon-medium .bshare-sinaminiblog{
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ldt{
    font-size: 22px;
    color: #1f5781;
    font-weight: bold;
    margin-top: 10px;
}
.ld li{
    padding: 4px 0;
    transition: all 0.5s ease 0s;
}
.ld{
    font-size: 16px;
}
.ld b{
    margin-right: 16px;
}
.ld p{
    line-height: 1.8;
}
.ld a,.ld span{
    margin: 0 6px;
}
.ld a{
    color: #000;
}
.ld a:hover{
    color: #1f5781;
}
.swiper-container{
    margin-bottom: 15px;
}
.pf{
    position: fixed;
    right: 0;
    width: 100px;
    top: 50%;
    transform: translate(0,-50%);
}
.xx{
    font-weight: bold;
    margin: 10px 0 0;
}
.xx a{
    border-radius: 5px 5px 0 0;
    background: #c00109;
    color: #fff;
    padding: 5px 10px;
}
#print{
    cursor: pointer;
}
@media (min-width: 992px) {
    .top .dropdown-menu{
        min-width: 860px;
        margin-top: -5px;
        border-radius: 0 0 8px 8px;
    }
}
@media (max-width: 992px) {
    .top .dropdown-menu {
        min-width: 720px;
        margin-top: -5px;
    }
}
@media (min-width: 768px){
    .navbar-nav {
        display: flex;
        float: none;
        justify-content: space-between;
    }
    .nav{
        margin-top: -20px;
    }
    .form-top{
        top: 240px;
    }
}
@media (max-width: 767px){
    .header{
        background: #c00109;
    }
    .banner{
        padding: 20px 0 10px;
    }
    .navbar-nav {
        margin: 10px -15px 25px;
    }
    .navbar-toggle{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .form-top {
        bottom: -20px;
        right: 50%;
        transform: translate(50%,0);
    }
    .ol li{
        width: 100%;
    }
    .pc_img{}
    .wap_img{display:none;}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .nav>li>a{
        padding: 20px 0 0;
    }
    .navbar-nav li a:before{
        margin-right: 5px;
    }
   .pc_img{}
    .wap_img{display:none;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .navbar-nav a:before{
        display: none;
    }
   .pc_img{display:display:block;}
    .wap_img{display:none;}
}
@media (max-width: 500px) {
    .top .dropdown-menu {
        min-width: 360px;
    }
    .navbar-brand{
        padding: 0;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
    }
    .p30 {
        padding: 30px 5px;
    }
    .p30 > .col-md-3,.p30 > .col-md-9{
        padding-left: 0;
        padding-right: 0;
    }
    .focus li p{
        text-indent: 0;
    }
    .navbar-brand img{
        width: 300px;
    }
    .wyjb .flex{
        justify-content: space-around;
    }
    .flex a {
        margin-right: 0;
        width: 33%;
    }
    .tab4 li.on b:before {
        content: "";
        display: block;
        background: #c00109;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -3px;
    }
    .nl li::before {
        content: "";
    }
   .pc_img{display:none;}
    .wap_img{display:block;}
}