﻿/* author mexxj@qq.com */
body{
    overflow-x: hidden;
}
a{
    color: #578cea;
}
a:hover{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.header{
    background: url("bg.jpg") no-repeat center bottom;
}
.top{
    line-height: 28px;
}
.top .pull-left > a:after,.top .pull-right > a:after{
    content: "|";
    margin-left: 5px;
}
.top .dropdown{
    float: right;
    margin-left: 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: "";
}
.navbar-brand{
    float: none;
}
.form-top{
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.form-top input{
    border: 1px solid #578cea;
    line-height: 3;
    height: 42px;
    text-indent: 2em;
    width: 100%;
}
.form-top button{
    position: absolute;
    background: none;
    border: none;
    height: 30px;
    width: 60px;
    outline: none;
    right: 10px;
    top: 50%;
    transform: translate(0,-55%);
}
.header .navbar-default{
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.navbar-nav>li>a{
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a{
    color: #578cea;
    font-size: 20px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #777;
}
.p30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.blue{
    background: url("focus.jpg") no-repeat;
    color: #fff;
    padding: 70px 0 40px;
}
.blue a{
    color: #fff;
}
.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: 61%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 24px;
}
.gray{
    background: #f4f4f4;
}
.flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.flex a{
    width: 49%;
}
.title{
    border-bottom: 1px solid #578cea;
}
.blue .title{
    border-color: #fff;
}
.title a{
    position: absolute;
    right: 16px;
    top: 10px;
}
.title li {
    list-style: none;
    float: left;
    cursor: pointer;
    margin-right: 36px;
}
.title li a {
    display: none;
}
.title li.on a {
    display: block;
}
.title b{
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 43px;
}
.blue .title b,.title .on b{
    border-bottom: 3px solid;
}
.blue .title b{
    margin-left: 10px;
}
.tabs{
    color: #999;
}
.tabs li.on{
    color: #578cea;
}
.blue h3{
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.blue .col-md-5 p{
    color: #e3e3e3;
    line-height: 28px;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 10px;
}
.nl{
    font-size: 16px;
    margin-left: 5px;
    position: relative;
}
.nl:before{
    background: #cbcbcb;
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 16px;
}
.blue .nl:before{
    height: 83%;
}
.blue .nl:before{
    background: #fff;
}
#tab1,#tab2{
    margin-top: 15px;
}
.nl li{
    line-height: 38px;
    position: relative;
    text-indent: 1em;
    display: flex;
    justify-content: space-between;
}
.nl li a {
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.nl li a:before{
    background: #fff;
    border: 2px solid #cbcbcb;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0,-50%);
}
.blue .nl li a{
    color: #fff;
}
.blue .nl li a:hover:before{
    background: #999;
    border-color: #fff;
}
.nl li a:hover:before{
    border-color: #578cea;
}
.blue .nl li a:before{
    background: #acc6f5;
    border-color: #dee7f7;
}
.icon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon a{
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
    width: 47%;
    transition: all 0.5s ease 0s;
}
.icon a:hover{
    border-color: #999;
    box-shadow: 0 0 2px #000;
    color: #578cea;
    transform: translate(0,-2px);
}
.icon a:before{
    font-size: 24px;
    margin-right: .5em;
}
.ztzl img:nth-of-type(1){
    margin-bottom: 10px;
}
.footer{
    background: #578cea;
    color: #fff;
    text-align: center;
}
.footer .container{
    position: relative;
}
.footer .hidden-xs{
    position: absolute;
    left: 10%;
}
.sider{
    text-align: center;
}
.sider dt{
    background: #578cea;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.sider dd{
    border-left: 1px dashed #e4e4e4;
    border-right: 1px dashed #e4e4e4;
    font-size: 16px;
}
.sider dd a {
    background: #fdfdfd;
    display: block;
    padding: 10px 0;
}
.sider dd a:hover,.sider dd.on a{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 133, 255, 0.2) inset;
}
.sider dd:last-child{
    border-bottom: 1px dashed #e4e4e4;
    border-radius: 0 0 10px 10px;
}
.bnav{
    margin: 15px 0;
}
.page .nl:before{
    height: 94%;
}
.artt {
    text-align: center;
    margin: 15px 0 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 #print, .tools .share{
    float: left;
}
.tools #print{
    cursor: pointer;
}
.share {
    margin-top: 2px;
}
.bshare-custom.icon-medium{
    font-size: 14px!important;
}
#bsBox,#bsWXBox{
    width: auto !important;
    height: auto !important;
}
.bsReturn,#bsPanel{
    display: none !important;
}
.bshare-custom #bshare-shareto{
    font-size: 14px;
    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;
}
#qrcode {
    width: 150px;
    margin: 0 auto 15px;
}
.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,.top .dropdown-menu div:before{
    font-family: "iconfont" !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top .dropdown-menu div:before {
    content: "\e61a";
    font-size: 16px;
}
.navbar-nav li > a:before{
    font-size: 28px;
    position: absolute;
}
.navbar-nav li:nth-of-type(1) > a:before,.bnav:before{
    content: "\e60b";
}
.navbar-nav li:nth-of-type(2) > a:before{
    content: "\e887";
}
.navbar-nav li:nth-of-type(3) > a:before{
    content: "\e600";
}
.navbar-nav li:nth-of-type(4) > a:before{
    content: "\e650";
}
.form-top button:after{
    content: "\e6b9";
    color: #c00109;
    font-size: 24px;
    position: absolute;
    top: 2px;
    right: 14px;
}
.icon a:nth-of-type(1):before{
    content: "\e686";
}
.icon a:nth-of-type(2):before{
    content: "\e739";
}
.icon a:nth-of-type(3):before{
    content: "\e6a4";
}
.icon a:nth-of-type(4):before{
    content: "\e722";
}
.icon a:nth-of-type(5):before{
    content: "\e6c6";
}
.icon a:nth-of-type(6):before{
    content: "\e604";
}
#print:before,.bshare-qzone,.bshare-weixin,.bshare-sinaminiblog{
    font-size: 16px;
}
#print:before{
    content: "\e6a5";
}
.bshare-qzone:before {
    content: "\e697";
}
.bshare-weixin:before {
    content: "\e694";
}
.bshare-sinaminiblog:before {
    content: "\e69e";
}
@font-face {
    font-family: 'iconfont';  /* project id 2058850 */
    src: url('https://at.alicdn.com/t/font_2058850_crvsh95s9ca.eot');
    src: url('https://at.alicdn.com/t/font_2058850_crvsh95s9ca.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_2058850_crvsh95s9ca.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_2058850_crvsh95s9ca.woff') format('woff'),
    url('https://at.alicdn.com/t/font_2058850_crvsh95s9ca.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_2058850_crvsh95s9ca.svg#iconfont') format('svg');
}
@media (min-width: 992px) {
    .top .dropdown-menu {
        min-width: 860px;
        margin-top: -1px;
        border-radius: 0 0 8px 8px;
    }
}
@media (min-width: 768px) {
    .header .navbar-default{
        border-radius: 30px!important;
        transform: translate(0,50%);
    }
    .navbar-nav{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .navbar-nav li > a:before{
        transform: translate(-150%,0);
    }
    .navbar-nav>li:after{
        background: #578cea;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        content: "";
        display: none;
        position: absolute;
        height: 40px;
        width: 1px;
        right: -48%;
        top: 50%;
        transform: translate(0,-50%);
    }
    .page{
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .art{
        border-radius: 20px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 133, 255, 0.1) inset;
        padding: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .navbar-nav>li:after{
        right: -25%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .navbar-nav>li:after{
        display: none;
    }
}
@media (max-width: 992px){
    .blue{
        background: #578cea;
    }
}
@media (max-width: 767px){
    .header{
        padding-bottom: 20px;
    }
    .navbar-default .navbar-nav>li>a{
        text-indent: 2em;
    }
    .navbar-nav li > a:before{
        transform: translate(-120%,0);
    }
}