﻿/* author mexxj@qq.com */

body {
    overflow-x: hidden;
}
.header {
    background: #0077d1 url("bg.png") no-repeat;
    position: relative;
}
.top {
    background: rgba(0, 0, 0, 0.4);
    line-height: 32px;
}
.top a {
    color: #fff;
    margin: 0 5px;
}
.top .dropdown{
    cursor: pointer;
}
.top .dropdown-menu {
    min-width: 860px;
    margin-top: -1px;
    border-radius: 0 0 8px 8px;
}
.top .dropdown-menu div {
    color: #000;
    font-weight: 600;
    text-indent: 1.6rem;
}
.top .dropdown-menu div:before {
    content: "\e600";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover,a:focus{
    text-decoration: none;
}
.navbar-brand {
    float: none;
}

.navbar-default {
    background: none;
    border: none;
}
.header .navbar-toggle {
    border: 1px solid #fff;
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    float: left;
    height: 40px;
    position: fixed;
    left: 15px;
    top: 30px;
    animation: hue 30s infinite linear;
}
.header .navbar-toggle:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.header .navbar-toggle .icon-bar {
    width: 25px;
    transition: all 0.2s;
    background: #fff;
}
.header .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 20% 100%;
}
.header .navbar-toggle .middle-bar {
    opacity: 0;
}
.header .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 40% 100%;
}
.header .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.header .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.header .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-form .form-control{
    padding: 6px;
    border-color: #2096ff;
}
.navbar-form .form-group {
    display: flex;
}
.navbar-form .form-group select {
    border-radius: 6px 0 0 6px;
    border-right: none;
}
.navbar-form .form-group input {
    border-radius: 6px 0 0 6px;
}
.header .form-group button{
    background: #2096ff;
    border-radius: 0 6px 6px 0;
    color: #fff;
}
nav.navbar.bootsnav {
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
    z-index: 9;
}
nav.navbar.bootsnav ul.nav > li.megamenu-fw:after {
    left: 11.3%;
}
nav.navbar.bootsnav ul.nav > li > a {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul {
    transition: all 0.8s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul {
    top: 100%;
}
.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li {
    font-size: 14px;
    color: #6f6f6f;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title {
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
}
.nav ul {
    list-style: none;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a, nav.navbar.bootsnav ul.nav > li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover {
    background: linear-gradient(40deg, #2096ff, #00c9ff) !important;
    animation: hue 20s infinite linear
}
section{
    padding-top: 30px;
}
section .container > .row > div{
    margin-bottom: 30px;
}
.shadow{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    padding: 9px 0 15px;
}
.hotnews{
    background: #fff;
    font-size: 32px;
    margin: 15px 0 25px;
    padding: 10px 15px 5px;
    border-left: 2px solid #2096ff;
    position: relative;
}
.hotnews:before, .hotnews:after{
    position:absolute;
    content:"";
    top: 0;
    bottom:0;
    left:10px;
    right:10px;
    z-index:-1;
    box-shadow: 0 0 10px 5px rgba(204, 204, 204, .3);
    border-radius: 100%/10%;
}
.hotnews .col-xs-3{
    display: flex;
    flex-direction: column;
    position: relative;
}
.hotnews .col-xs-9{
    position: relative;
}
.hotnews .col-md-2 span{
    font-size: 24px;
    font-family: Rajdhani;
}
.hotnews a{
    color: #000;
    text-shadow: 2px 3px 3px #d8d8d8;
}
.hotnews a:hover{
    text-shadow: 2px 3px 3px #9c9c9c;
}
.hotnews .col-md-10{
    display: flex;
    justify-content: space-around;
}
.hotnews .col-md-10 a{
    text-align: center;
}
.iconshadow{
    border-radius: 12px;
    padding: 15px 0;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: all 0.15s ease-in-out;
}
.hotnews a:hover .iconshadow{
    box-shadow: 1px 1px 5px #000;
    border-radius: 50%;
}
.hotnews .col-md-10 a i{
    color: #fff!important;
    font-size: 36px;
}
.hotnews .col-md-10 a p{
    font-size: 16px;
    margin-top: 15px;
}
.focus ul,.ztzl ul,.rdzt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 74, 117, 0.8);
    color: #fff;
    margin-top: -42px;
    line-height: 42px;
    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: 98%;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    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: 20px;
    border-radius: 10px;
    opacity: 1;
}
.focus .swiper-slide,.ztzl .swiper-slide,.rdzt .swiper-slide{
    position:relative;
    width:100%;
    height:0;
}
.focus .swiper-slide img,.ztzl .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide{
    padding-top: 56.64%;
}
.ztzl .swiper-slide{
    padding-top: 9.17%;
}
.rdzt .swiper-slide{
    padding-top: 40%;
}
.title{
    display: flex;
    background: #e5e5e5;
}
.title.blue{
    border-radius: 4px 4px 0 0;
}
.title.black{
    border-top: 2px solid #ccc;
    padding-top: 5px;
}
.title a{
    color: #999;
    font-size: 12px;
    margin-right: 2em;
    flex-grow: 1;
    text-align: right;
    line-height: 42px;
}
.title ul{
    padding: 0;
    margin: 0;
}
.title li{
    list-style: none;
    float: left;
    cursor:pointer;
}
.title li a{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.visible-xs .title li a{
    right: -15px;
}
.visible-xs .mti{
    background: url("column.png") no-repeat;
    background-size: contain;
    padding: 10px 0;
    text-indent: 1em;
}
.visible-xs .mti a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.title li.on a{
    display: block;
}
.title b{
    font-size: 16px;
}
.title.blue > b{
    padding: 0 18px;
    line-height: 42px;
}
.title.blue li b{
    padding: 15px 18px;
    line-height: 42px;
}
.title.blue > b,.title.blue li.on b{
    border-radius: 4px;
    color: #fff;
}
.title.white > b{
    padding: 0 18px;
    line-height: 42px;
}
.title.white li b{
    padding: 12px 18px 10px;
    line-height: 42px;
}
.title.white > b,.title.white li.on b{
    background: #fff;
    color: #666;
    border-bottom: 2px solid #666;
    position: relative;
}
.title.white > b:after,.title.white li.on b:after{
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #666;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.title.blue > b,.title.blue li.on b{
    background: #2096ff;
}
.title.black > b{
    margin-left: 8px;
    padding: 0 10px;
    line-height: 32px;
}
.title.black li{
    overflow: hidden;
}
.title.black li b{
    margin-left: 8px;
    padding: 12px 10px 10px;
    line-height: 32px;
}
.title.black a{
    line-height: 26px;
}
.title.black li a{
    top:8px
}
.title.black > b,.title.black li.on b{
    background: #fff;
}
.news .swiper-container{
    margin-bottom: 15px;
}
.nl{
    background: linear-gradient(145deg, #ffffff 50%, #f7f7f7 75%, #f4f4f4 100%);
    margin-bottom: 0;
    padding: 10px 0;
}
.gray .nl{
    background: #f4f4f4;
}
.gray{
    background: #f0f7fc;
    padding-bottom: 30px;
}
.gray > .container > .row{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    margin: 0;
    padding-top: 20px;
}
.nl li{
    display: flex;
    justify-content: space-between;
    line-height: 2.2em;
}
.nl li:before{
    content: "·";
    color: #0077d1;
    font-family: \9ED1\4F53;
    font-size: 2em;
    text-indent: -.4em;
}
.nl li a{
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.gradient{
    background: linear-gradient( #f0f7fc, #fff) !important;
}
nav.navbar.bootsnav ul.nav > li > a,.xxgk.col-md-5 a:hover,.sider dt,.newslist:hover .year,.newslist:hover .md,.newslist:hover .news-info h3 a,.bg-tl{
    text-shadow: 1px 1px 2px rgba(85, 85, 85, 0.5);
}
.wave{
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.material-wave {
    position: absolute;
    width: 28px;
    height: 28px;
    margin-top: -10px;
    margin-left: -10px;
    background:rgba(255,255,255,.2);
    background:radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.3s 0.4s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s 0.4s;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s 0.4s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    will-change: transform, opacity;
}
.tab .column{
    background: #f8fbff;
    border-left: 1px solid #eee;
    color: #0077d1;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
}
.tab .column a{
    display: block;
    font-weight: normal;
}
.tab .column li{
    position: relative;
}
.tab .column li{
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.tab .column .on{
    background: url("column.png") no-repeat;
    background-size: cover;
    border-right: none;
    color: #fff;
}
.tab .column .on a{
    color: #fff;
}
.tab .column li:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.flexrow{
    background: none;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.flexrow li b{
    z-index: 9;
    padding: 13px 18px!important;
    position: relative;
    transition: all 0.15s ease-in-out;
}
.flexrow li.on b{
    background: none!important;
    border-radius: 0!important;
    border-bottom: 2px solid #2096ff;
    color: #2096ff!important;
    padding-left: 30px!important;
}
.flexrow li.on b:before{
    font-size: 16px!important;
    position: absolute;
    left: 10px;
}
#tab2{
    border: 1px solid #eee;
    border-left: none;
    padding: 2px 30px 3px;
}
.gray .nl.flexnl{
    background: none;
}
.gray .nl.flexnl li{
    margin: 5px 0;
    position: relative;
    text-indent: 2em;
}
.gray .nl.flexnl li a{
    font-size: 15px;
}
.gray .nl.flexnl li a:hover{
    color: #00a7dc;
}
.gray .nl.flexnl li:before{
    content: "";
    background: #00a7dc;
    border-radius: 50%;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.gray .swiper-slide{
    opacity: 0!important;
}
.gray .swiper-slide.swiper-slide-active{
    opacity: 1!important;
}
.ztimg{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}
.ztimg a{
    margin: 15px 0;
    width: 30%;
}
.ztimg a.more{
    background: #ececec;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexbox{
    display: flex;
}
.xxleft{
    background: #00a7dc url("beian.png") no-repeat center 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    padding: 125px 10px;
}
.xxright{
    background: #f8f8f8;
    animation: hue 30s infinite linear;
    position: relative;
    flex-grow: 1;
}
.xxright div{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.xxright div a{
    color: #00a7dc;
    border: 1px solid #00a7dc;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 40px 0;
    text-align: center;
}
.col-md-3 .xxgk{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.col-md-3 .xxgk a{
    border-radius: 3px;
    color: #fff;
    display: block;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.col-md-3 .xxgk a:before{
    content: "";
    background: url("xxgkicon.png") no-repeat;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translate(-200%,0);
}
.col-md-3 .xxgk a:hover{
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .4);
    transform: translate(-2px,-3px);
}
.col-md-3 .xxgk a:nth-of-type(1){
    background-color: #66bae6;
}
.col-md-3 .xxgk a:nth-of-type(2){
    background-color: #b893d9;
}
.col-md-3 .xxgk a:nth-of-type(2):before{
    background-position: 0 -50px;
}
.col-md-3 .xxgk a:nth-of-type(3){
    background-color: #e6797e;
}
.col-md-3 .xxgk a:nth-of-type(3):before{
    background-position: 0 -100px;
}
.col-md-3 .xxgk a:nth-of-type(4){
    background-color: #b7d37f;
}
.col-md-3 .xxgk a:nth-of-type(4):before{
    background-position: 0 -150px;
}
.hdjl{
    background: #fff;
    display: flex;
}
.hdjl a{
    flex: 1;
    text-align: center;
    position: relative;
    padding: 50px 0 10px;
    margin: 10px;
    transition: all 0.5s ease 0s;
    text-shadow: 1px 1px 5px #ccc;
}
.hdjl a:before{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.hdjl a:nth-of-type(1):before{
    top: 5px;
    font-size: 32px;
    content: "\e774";
}
.hdjl a:nth-of-type(2):before{
    top: 0px;
    font-size: 36px;
    content: "\e631";
}
.hdjl a:hover{
    background: #2096ff;
    border-radius: 4px;
    color: #fff;
}
.item{
    padding:0;
    margin:0;
    list-style: none;
    display:flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
.item select{
    width:23%;
    margin:10px 0;
}
.flink{
    background: #e8e8e8;
    background-image: linear-gradient( #fff 0%, #e8e8e8 80%);
    padding: 10px 0;
}
.flink.style{
    border-bottom: 1px solid #0f458c;
    background: #1855a5;
}
.footer {
    background: #0077d1;
    padding: 30px 0 15px;
}
.footer,.footer a{
    color: #fff;
    font-size: 12px;
}
.footer .col-md-2 a:hover{
    text-decoration: none;
}
.footer .col-md-2{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.footer .col-md-2 img,.footer .col-sm-2 img {
    display: block;
    margin: 0 auto 5px;
}
.footer .col-md-10 img{
    margin: -3px 10px 0 0;
}
.footer .col-md-10 p{
    word-spacing: 20px;
    word-wrap: normal;
}
.footer .link span{
    margin-left: 20px;
}
.footer .style > div{
    color: #7cb1ff;
    font-size: 14px;
}
.footer .style > div+div{
    border-left: 1px dashed #7cb1ff;
}
.footer .style > div:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .style p{
    margin-bottom: 5px;
}
.page{
    padding-bottom: 30px;
}
.page .bnav{
    margin: -10px auto 20px;
    text-align: right;
}
.page .bnav a{
    color: #333;
}
.page > .container:nth-of-type(2){

}
.sider,.page .list,.page .art{
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 119, 209, 0.3), 0 0 20px rgba(241, 145, 73, .1) inset;
}
.sider dl{
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.sider dt{
    background: #0077d1;
    color: #fff;
    font-weight: bold;
    padding: 1em 0;
}
.sider dd{
    padding: 0 30px;
}
.sider dd a{
    border-bottom: 1px solid #eee;
    display: block;
    padding: 1em 0;
}
.sider dd.on a{
    background: linear-gradient(45deg, #2096ff 25%, #00c9ff 0, #00c9ff 50%, #2096ff 0, #2096ff 75%, #00c9ff 0);
    background-size: 50px 50px;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
    animation: animatedbg 10s infinite linear;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
}
@keyframes animatedbg {
    from { background-position: 0 0; }
    to { background-position: 88.7% 0; }
}
.page .list{
    padding: 0 15px;
}
.column{
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    padding: .8em 0 0;
}
.column span{
    border-bottom: 2px solid #0077d1;
    float: left;
    padding: 10px;
}
.column li,.tab li{
    float: left;
    list-style: none;
}
.column li span{
    border-color: transparent;
}
.column li.default span{
    border-color: #0077d1;
}
.column li span a{
    color: #333;
}
.newslist{
    border-bottom: 1px dotted #eee;
    display: flex;
    float: left;
    margin: 10px auto;
    padding: 10px 0;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.newslist:hover{
    background: #00c9ff;
    border-color: transparent;
    border-radius: 2px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2),0 0 45px rgba(0, 0, 0, 0.3) inset;
}
.newslist:hover .year,.newslist:hover .md,
.newslist:hover .news-info h3 a,.newslist:hover .news-info p{
    color: #fff;
}
.year,.md{
    font-family: Rajdhani;
}
.news-date{
    text-align: center;
}
.year{
    font-size: 20px;
    position: relative;
    height: 2em;
}
.md{
    font-size: 34px;
}
.news-info h3{
    font-size: 18px;
}
.news-info h3 a{
    color: #333;
}
.news-info p{
    color: #bbb;
}
.article-footer {
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    float: left;
    width: 100%;
}
/*trs*/
.pagination>li:nth-child(2) a, .pagination>li:nth-child(2) span {
    border-radius: 4px 0 0 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #0077d1;
    border-color: #0077d1;
}
.pagination>li>a, .pagination>li>span {
    color: #555;
}
.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 .share{
    float: left;
}
.tools .date span{
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: bold;
}
.tools #print{
    margin: -4px 12px 0 0;
}
#bsBox,#bsWXBox{
    width: auto !important;
    height: auto !important;
}
.bsReturn,#bsPanel{
    display: none !important;
}
.bshare-custom #bshare-shareto{
    font-weight: normal !important;
}
.bshare-qzone,.bshare-weixin,.bshare-sinaminiblog{
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.article{
    font-size: 16px;
    line-height: 2.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.article p{
    margin: 0 auto 1em;
}
.qrcode{
    margin: 30px auto 15px;
}
.qrcode,#qrcode{
    text-align: center;
}
button.bg,a.bg{
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    color: #fff;
    animation: hue 8s infinite linear;
}
button.bg:hover,button.bg:focus{
    border: 1px solid #fff !important;
    padding: 5px 11px;
}
.bg-tl {
    margin-top: .5rem;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    border-bottom: 1px dotted #ddd;
}
.jzxx{
    color: #fff;
    background: #2096ff;
    margin-bottom: 20px;
    padding: 40px 20px;
}
.xjbt{
    margin: 0;
    padding: 20px 0 40px;
    border-bottom: 2px solid #2096ff;
}
.xjny{
    padding: 0 25px;
    margin-top: 30px;
}
.xxlist{
    border-bottom: 1px dotted #eee;
    display: flex;
    float: left;
    justify-content: space-between;
    margin: 5px auto;
    padding: 10px;
    width: 100%;
}
.xxlist:hover{
    background: #ddd;
}
.xxlist:nth-of-type(1){
    margin-top: 15px;
}
.xxlist a{
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xxlist .date{
    flex-grow: 1;
    white-space: nowrap;
    word-spacing: 15px;
}
.artl .table>tbody>tr>td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.column.tabs{
    margin: 0;
}
@media (min-width: 768px) {
    .navbar .container-fliud, .navbar-form-right .form-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 10px;
    }
    .navbar-form-right .form-group input {
        flex-grow: 1;
    }
    .navbar-header {
        order: 0;
        margin-top: 10px;
    }
    .navbar-form-right {
        order: 1;
    }
    .navbar-collapse {
        order: 2;
        width: 100%;
    }
    .sider dt{
        margin-bottom: 20px;
    }
    .week span{
        padding: 8px;
    }
    .newslist{
        align-items: center;
    }
    .year span{
        background: #fff;
        padding: 0 5px;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all 0.5s ease 0s;
    }
    .year:after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eee;
        position: absolute;
        top: 50%;
        left: 0;
    }
    .newslist:hover .year span{
        background: #00c9ff;
    }
    .page .art{
        padding: 60px;
    }
    .artl .info {
        width: 17%;
        text-align: right;
    }
    .tab .column a{
        padding: 31px 70px;
        text-indent: 1em;
    }
    .tab .column li:before{
        font-size: 38px!important;
        font-weight: normal;
    }
    .tab .column li:before{
        left: 1em;
    }
}
@media (min-width: 992px) {
    .header{
        box-shadow: 0 0 15px 0 rgba(0,0,0,.6);
    }
    .nav li a {
        text-align: center;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 15px 0;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > a:after {
        font-family: "iconfont" !important;
        content: "\e6c7";
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 8px;
        transform: rotate(90deg);
        transition: all 100ms ease-in 0s;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a:after {
        font-family: "iconfont" !important;
        content: "\e6c7";
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 8px;
        transform: rotate(-90deg);
        transition: all 150ms ease-in 0s;
    }
    .navbar-collapse {
        margin-top: 31px;
        padding: 0;
    }
    .navbar-nav {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
    }
    .navbar-form {
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav > li {
        width: 16.6666667%;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: 160px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
        font-family: "iconfont" !important;
        content: "\e6c7";
        float: right;
        margin-top: 0;
    }
    #lavalamp {
        background: #2096ff;
        height: 50px;
        top: 0;
        left: 0;
        position: absolute;
        width: 16.6666667%;
        opacity: 1;
        transition: all 800ms ease;
        z-index:-1;
    }
    #lavalamp:hover {
        -moz-transition-duration: 3000s;
        -ms-transition-duration: 3000s;
        -o-transition-duration: 3000s;
        -webkit-transition-duration: 3000s;
        transition-duration: 3000s;
    }
    .navbar-nav li:nth-child(1):hover ~ #lavalamp {
        left:0;
    }
    .navbar-nav  li:nth-child(2):hover ~ #lavalamp {
        left:16.6666667%;
    }
    .navbar-nav  li:nth-child(3):hover ~ #lavalamp {
        left:33.3333333%;
    }
    .navbar-nav  li:nth-child(4):hover ~ #lavalamp {
        left:50%;
    }
    .navbar-nav  li:nth-child(5):hover ~ #lavalamp {
        left:66.6666667%;
    }
    .navbar-nav  li:nth-child(6):hover ~ #lavalamp {
        left:83.3333333%;
    }
    .nl li{
        padding-right: 10px;
    }
}
@media (min-width: 1200px) {
    .container {
        padding: 0;
        width: 1200px;
    }
    .navbar-form .form-group input {
        border-radius: 0;
    }
    .top .dropdown:hover .dropdown-menu {
        display: block;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > a:after,nav.navbar.bootsnav ul.nav > li.dropdown.on > a:after {
        font-size: 22px;
    }
    .navbar-nav {
        margin-top: -1px;
        margin-top: -2px\0;
    }
    .nav li a {
        font-size: 18px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 0;
    }
    .nav > li > a:before {
        font-size: 22px;
    }
    .navbar-collapse {
        margin-top: 26px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: 200px;
    }
    #lavalamp{
        background: #2096ff;
        height: 62px;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li a:hover {
        background-image: linear-gradient(92deg, #2096ff 0%,#00c9ff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: hue 20s infinite linear;
        text-shadow: 1px 2px 4px rgba(0, 90, 253, 0.5);
    }
    .nav a{
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .footer .style > div{
        padding: 0 40px;
    }
}
@media (max-width: 992px) {
    .wrapper:before{
        margin: 0;
        content: "";
        transition: all 0.3s ease-in-out;
    }
    .side-right .wrapper:before{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 120vh;
        background-color: rgba(0,0,0,.6);
        margin-left: 280px;
        margin-right: -280px !important;
        z-index: 997;
        will-change: opacity;
        transition: all 0.3s ease-in-out;
    }
    .navbar-toggle{
        transition: all 0.6s ease-in-out;
    }
    .side-right nav.navbar.bootsnav .navbar-toggle{
        top: -9px;
        left: 231px;
        z-index: 999;
    }
    .header {
        box-shadow: 0 0 9px 0 rgba(0,0,0,.4);
    }
    .navbar {
        padding-bottom: 20px;
    }
    .top .dropdown-menu{
        min-width: 720px;
    }
    .dropdown-menu>li>a,nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding: 0 20px !important;
        margin: 5px 0;
        line-height: 2;
    }
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        color: #fff;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav{
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    }
    nav.navbar.bootsnav ul.nav > li {
        margin-right: 0;
    }
    nav.navbar.bootsnav ul.nav > li:before {
        width: 0;
        height: 2px;
        background: #dca342;
        margin: 0;
        bottom: 50%;
        left: 0;
    }
    nav.navbar.bootsnav ul.nav > li:hover:before {
        width: 25px;
        height: 2px;
    }
    nav.navbar.bootsnav ul.nav > li.megamenu-fw:before {
        left: 0;
        bottom: 52%;
    }
    nav.navbar.bootsnav ul.nav > li:after,
    nav.navbar.bootsnav ul.nav > li.megamenu-fw:after {
        background: #dca342;
        margin: 0;
        bottom: 50%;
        left: auto;
        right: 0;
    }
    nav.navbar.bootsnav ul.nav > li:hover:after {
        bottom: 42%;
        right: 90%;
    }
    nav.navbar.bootsnav ul.nav > li:hover.megamenu-fw:after {
        bottom: 51.3%;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 0;
        line-height: 3;
        text-align: center;
    }
    nav.navbar.bootsnav ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li > a:hover {
        border-radius: 4px;
        color: #333;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown > ul {
        top: 100%;
    }
    nav.navbar.bootsnav ul.nav > li.dropdown.on:before,
    nav.navbar.bootsnav ul.nav > li.dropdown.on:after {
        display: none;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title {
        font-size: 14px;
        font-weight: normal;
    }
    .navbar-brand {
        height: auto;
    }
    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:after, nav.navbar.bootsnav .navbar-nav > li.dropdown.on .dropdown-menu li a.dropdown-toggle:before {
        font-family: "iconfont" !important;
        content: "\e6c7";
        float: left;
        margin-top: 0;
        transform: rotate(90deg);
    }
    nav.navbar.bootsnav .navbar-nav > li.dropdown.on > a.dropdown-toggle {
        background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
        color: #fff;
        animation: hue 60s infinite linear;
    }
    nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:after, nav.navbar.bootsnav .navbar-nav > li.dropdown.on .dropdown-menu li.on a.dropdown-toggle:before {
        font-family: "iconfont" !important;
        content: "\e6c7";
        transition: all 0.3s ease-in-out;
        transform: rotate(-90deg);
    }
    nav.navbar.bootsnav li.dropdown.on > ul li a {
        border-radius: 4px 0 0 4px;
    }
    nav.navbar.bootsnav li.dropdown.on > ul > li > a:hover {
        background: linear-gradient(40deg, rgba(32, 150, 255, .4), rgba(5, 255, 163, .4)) !important;
        color: #fff;
    }
    nav.navbar.bootsnav .navbar-nav > li.dropdown.on .dropdown-menu li.on a.dropdown-toggle {
        background: linear-gradient(40deg, rgba(32, 150, 255, .8), rgba(5, 255, 163, .8)) !important;
        color: #fff;
    }
    #lavalamp{
        display: none;
    }
    .focus{
        margin-bottom: 30px;
    }
    .tools .date {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .hotnews{
        font-size: 24px;
    }
    .hotnews .col-md-2{
        margin-bottom: 20px;
    }
    .hotnews span{
        font-size: 20px;
    }
    .header {
        height: 216px;
    }
    .top .dropdown-menu{
        min-width: 480px;
    }
    .navbar {
        margin-top: 0;
    }
    .navbar-default .navbar-form {
        border: none;
    }
    .header .navbar-collapse.in .mob-menu {
        height: 100%;
    }
    .navbar-default .navbar-collapse {
        border: none;
    }
    .navbar-header {
        position: relative;
        height: 100px;
    }
    .navbar-header .navbar-brand {
        width: 50%;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
        text-indent: -999px;
    }
    .navbar-form {
        padding: 0;
    }
    .navbar-form-right .form-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px;
    }
    .navbar-form-right .form-group input {
        flex-grow: 1;
        width: auto;
    }
    .xxleft{
        background-position: center 20px;
        padding: 60px 10px;
    }
    .xxright div a{
        padding: 15px 0;
    }
    .footer .col-md-2{
        justify-content: center;
    }
    .footer .col-md-2 a{
        margin: 0 12px 12px;
    }
    .footer .style{
        text-align: center;
    }
    .sider dt{
        margin-bottom: 10px;
    }
    .sider dd{
        float: left;
        margin: 10px 0;
        padding: 0 15px;
        width: 50%;
    }
    .sider dd a{
        border: 1px solid #eee;
        border-radius: 5px;
    }
    .newslist{
        flex-flow: column-reverse;
    }
    .year,.md{
        float: left;
        line-height: 1.2;
    }
    .md {
        font-size: 20px;
    }
    .year:after{
        content: "/";
    }
    .page .art{
        padding: 30px 20px;
    }
    .page .art.artl{
        padding: 10px 0;
    }
    .xxlist{
        flex-direction: column;
    }
    .artl .info {
        width: 25%;
    }
    .column.tabs{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
    }
    .column.tabs li{
        flex-grow: 1;
    }
    .column span{
        float: left;
    }
    .column span a,.column li span a{
        white-space: nowrap;
    }
    .sider dd.on a{
        animation: animatedbgx 5s infinite linear;
    }
    @keyframes animatedbgx {
        from { background-position: 0 0; }
        to { background-position: 113% 0; }
    }
}
@media (max-width: 500px) {
    .hotnews,.hotnews .col-sm-9{
        font-size: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .hotnews span,.hotnews a{
        font-size: 16px;
    }
    .iconshadow{
        border-radius: 8px;
        padding: 5px 0;
        overflow: hidden;
        width: 40px;
        height: 44px;
        margin: 0 auto;
    }
    .hotnews .col-md-10 a i{
        color: #fff!important;
        font-size: 24px;
    }
    .hotnews .col-md-10 a p{
        font-size: 12px;
        margin-top: 15px;
    }
    .top .dropdown-menu{
        min-width: 360px;
    }
    .navbar-header .navbar-brand {
        width: 65%;
        top: 30px;
    }
    .item select{
        width:45%;
    }
    .footer .col-sm-10{
        margin-top: 10px;
    }
    .footer .col-sm-10 p{
        display: flex;
        flex-flow: column;
        text-align: center;
    }
    .navbar-form-right .form-group {
        margin-top: 10px;
    }
    .artt{
        font-size: 20px;
    }
    .page > .container{
        padding-left: 0;
        padding-right: 0;
    }
    .page .art{
        padding: 15px 8px;
    }
    .artl .table>tbody>tr>td.info{
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .hotnews .col-md-2{
        text-align: center;
    }
    .hotnews b{
        font-size: 28px;
    }
    .title.blue > b{
        padding: 0 6px;
        font-size: 14px;
    }
    .title li b{
        padding: 15px 6px;
        font-size: 14px;
    }
    .sider dd.on a{
        animation: animatedbgm 5s infinite linear;
    }
    .footer .style > div{
        padding: 0 45px;
    }
    @keyframes animatedbgm {
        from { background-position: 0 0; }
        to { background-position: 235% 0; }
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .hdjl {
        flex-flow: column;
    }
}
@font-face {
    font-family: 'iconfont';  /* project id 1454299 */
    src: url('http://at.alicdn.com/t/font_1454299_m0onhn2yrbb.eot');
    src: url('http://at.alicdn.com/t/font_1454299_m0onhn2yrbb.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_1454299_m0onhn2yrbb.woff2') format('woff2'),
    url('http://at.alicdn.com/t/font_1454299_m0onhn2yrbb.woff') format('woff'),
    url('http://at.alicdn.com/t/font_1454299_m0onhn2yrbb.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_1454299_m0onhn2yrbb.svg#iconfont') format('svg');
}
@font-face {
    font-family: "Rajdhani";
    src: url("Rajdhani.woff2") format("woff2"),
    url("Rajdhani.woff") format("woff"),
    url("Rajdhani.ttf") format("truetype"),
    url("Rajdhani.eot") format("embedded-opentype"),
    url("Rajdhani.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav > li > a:before,.jzxx:before {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    transition: all 0.5s ease 0s;
}
.tools .date:before,.tools #print:before,.bshare-qzone:before,.bshare-weixin:before,.bshare-sinaminiblog:before,.tab .column li:before,.flexrow li.on b:before{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-right: 6px;
}
.iconbudongchanyewu:before{
    content: "\e608";
}
.iconzaixianshouli:before{
    content: "\e60a";
}
.iconzaixianyuyue:before{
    content: "\e607";
}
.iconjinduchaxun:before{
    content: "\e60b";
}
.iconershoufangzijin:before{
    content: "\e60c";
}
.tools .date:before{
    content: "\e62e";
}
.tools #print:before{
    content: "\e633";
}
.bshare-qzone:before{
    content: "\e697";
}
.bshare-weixin:before{
    content: "\e694";
}
.bshare-sinaminiblog:before{
    content: "\e69e";
}
.nav > li:nth-of-type(1) > a:before {
    content: "\e627";
}
.nav > li:nth-of-type(2) > a:before {
    content: "\e6a2";
}
.nav > li:nth-of-type(3) > a:before {
    content: "\e609";
}
.nav > li:nth-of-type(4) > a:before {
    content: "\e604";
}
.nav > li:nth-of-type(5) > a:before {
    content: "\e6f9";
}
.nav > li:nth-of-type(6) > a:before {
    content: "\e621";
}
.jzxx:before{
    content: "\e774";
}
.iconfont-ok:before {
    content: "\e61d";
}

.iconfont-x:before {
    content: "\e61e";
}
.tab .column li:nth-of-type(1):before{
    content: "\e602";
}
.tab .column li:nth-of-type(2):before{
    content: "\e601";
}
.tab .column li:nth-of-type(3):before{
    content: "\e605";
}
.tab .column li:nth-of-type(4):before{
    content: "\e603";
}
.tab .column li:nth-of-type(5):before{
    content: "\e606";
}
.flexrow li.on b:before{
    content: "\e600";
}
.header{
    z-index: 999;
}
.hover{
    -webkit-backface-visibility:hidden;
    -webkit-filter:blur(2px) grayscale(.3);
    filter:blur(2px) grayscale(.3);
    opacity:0.9;
}
section,.page{
    transition: all 0.5s ease 0s;
}
