/* author mexxj@qq.com */

body {
    background: url("/DFS/template/2812/images/bg.png") no-repeat;
    overflow-x: hidden;
}
.top {
    background: rgba(255, 255, 255, 0.4);
    line-height: 32px;
}
.top a {
    margin: 0 5px;
}
.banner{
    height: 173px;
}
.header .navbar-form,.header .form-group,.header .form-group input{
    width: 100%;
}
.header .form-group{
    position: relative;
}
.header .form-group input{
    border-radius: 16px;
}
.header .form-control{
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #0168b7;
}
.header .form-group span{
    position: absolute;
    right: 1em;
    top: 6px;
}
.search{
    background: transparent;
    color: #0168b7;
    display: inline-block;
    height: 1em; width: 1em;
    font-size: 20px;
    box-sizing: border-box;
    text-indent: -9999px;
    vertical-align: middle;
    position: relative;
}
.search::before,
.search::after {
    content: '';
    box-sizing: inherit;
    position: absolute;
    left: 50%; top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search::before {
    width: .75em; height: .75em;
    border: 2px solid;
    border-radius: 50%;
    left: 5%; top: 5%;
    -ms-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
}
.search::after {
    width: .3em;
    border-top: 2px solid;
    left: 60%; top: 90%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-default{
    background: #0168b7;
    border-radius: 0;
    border: none;
}
.navbar-collapse{
    padding: 0;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    font-size: 18px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #e4ad2c;
}
.nav li a i {
    font-size: 20px;
    margin-right: 10px;
}
.focus ul,.ztzl ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0, 0.6);
    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{
    position:relative;
    width:100%;
    height:0;
}
.swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide{
    padding-top: 56.64%;
}
.tab{
    background: #e5e5e5;
    border-radius: 4px;
    display: flex;
}
.tab ul {
    padding: 0;
    margin: 0;
}
.tab li{
    list-style: none;
    float: left;
    cursor: pointer;
}
.tab li a {
    color: #999;
    font-size: 12px;
    margin-right: 2em;
    flex-grow: 1;
    text-align: right;
    line-height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.tab li.on>a{
    display: block;
}
.tab li.on b,.tab>a b {
    background: #0077d1;
    border-radius: 4px;
    color: #fff;
}
.tab  li b,.tab>a b {
    padding: 18px;
    line-height: 52px;
}
.hotnews h2{
    font-size: 20px;
    text-align: center;
}
.hotnews p{
    text-indent: 2em;
    color: #666;
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 12px;
    line-height: 2;
}
ul.list-news{
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow: hidden;
}
.list-news li{
    display: flex;
    justify-content: space-between;
    line-height: 2.2em;
}
.list-news li:before {
    content: "·";
    color: #e8e8e8;
    font-family: \9ED1\4F53;
    font-size: 2em;
    text-indent: -.4em;
}
.list-news li:hover:before{
    color: #0168b7;
}
.list-news a{
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    width: 50%;
}
.list-news a:hover,.list-news a:focus{
    color: #0168b7;
}
.list-news span{
    float: right;
    color: #666;
    font-size: 15px;
}
.main > .row > .col-md-12 {
    margin-top: 12px;
}
.xxgkbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xxgkbox a{
    background: #66a4d5;
    border-radius: 4px;
    color: #fff;
    display: block;
    flex: 0 1 47%;
    text-align: center;
    line-height: 5;
    margin-top: 20px;
}
.mb{
    margin-bottom: 12px;
}
.last{
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
    width: 15%;
    margin: 10px 5px 0;
    padding: 6px 12px;
}
.hotnews h3{
    font-size: 16px;
    margin-top: 15px;
}
.tin p{
    padding-bottom: 20px;
    text-indent: 0;
}
.flink {
    background: #e8e8e8;
    background-image: linear-gradient( #fff 0%, #e8e8e8 80%);
    padding: 10px 0;
}
.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;
}
.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;
}
.main>.row>.col-md-4{
    margin-top: 20px;
}
.sider,.page .list,.page .art{
    background: #fff;
    box-shadow:  0 0 15px rgba(59, 0, 152, 0.2) inset;
}
.sider dl{
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.sider dt{
    background: #0168b7;
    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;
}
.bnav {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0 10px;
}
.list .list-news{
    padding: 20px;
}
.list .list-news span{
    font-size: 13px;
    margin-left: 10px;
}
.article-footer {
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    float: left;
    width: 100%;
}
.art{
    padding: 20px;
}
.art h2 {
    color: #00479d;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    padding: 2rem 0;
}
.source {
    color: #23527c;
    text-align: center;
    word-spacing: 2rem;
    margin-bottom: 1.5rem;
}
.content p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding: 1rem;
}
.sider dd p{
    font-size: 13px;
    text-indent: 2em;
    text-align: left;
    line-height: 1.8;
    padding: 1.5em 0 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.letter h3 {
    text-align: center;
}
.bg-tl {
    padding: 1em;
    margin: 1em 0;
}
.letter form {
    padding: 1em 2em;
}
.artl, .artl .table>tbody>tr>td {
    padding: 16px 8px;
}
@media (min-width: 992px){
    .header .navbar-form{
        margin-top: 40px;
    }
    .artl .info {
        width: 10%;
        text-align: right;
    }
}
@media (min-width: 768px) {
    .top .dropdown-menu {
        min-width: 860px;
        margin-top: -1px;
        border-radius: 0 0 8px 8px;
    }
    .navbar-nav{
        width: 100%;
    }
    .navbar-default .navbar-nav>li{
        width: 25%;
        text-align: center;
    }
}
@media (max-width: 991px){
    .header h1{
        margin-top: 0;
    }
    .topnews{
        margin-top: 20px;
    }
    .artl .info {
        width: 15%;
        text-align: center;
    }
}
@media (max-width: 767px){
    .top .dropdown-menu {
        min-width: 480px;
    }
}
@font-face {
    font-family: 'iconfont';  /* project id 1400985 */
    src: url('http://at.alicdn.com/t/font_1400985_wypfzr0ze19.eot');
    src: url('http://at.alicdn.com/t/font_1400985_wypfzr0ze19.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_1400985_wypfzr0ze19.woff2') format('woff2'),
    url('http://at.alicdn.com/t/font_1400985_wypfzr0ze19.woff') format('woff'),
    url('http://at.alicdn.com/t/font_1400985_wypfzr0ze19.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_1400985_wypfzr0ze19.svg#iconfont') format('svg');
}