﻿@charset "utf-8";

/* 集约化02 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #224b7f;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: #fff url(//scjg.hubei.gov.cn/material/images/djqqgzw/bg.jpg) 50% 0px no-repeat;
}

.header {
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/head.png) 20% 40% no-repeat;
}

.header h1 {
    width: 260px;
    height: 320px;
}

.header h1 .nt {
    display: block;
    height: 44px;
    margin-top: 20px;
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/logo.png) 0 0 no-repeat;
}

.nav {
    background-color: #224b7f;
}

.nav li {
    float: left;
    padding: 10px 0px;
    line-height: 40px;
    position: relative;
    width: 11.1%;
}

.nav li a {
    display: block;
    font-size: 22px;
    color: #fff;
    padding: 0px;
    text-align: center;
}

.nav li span{
    display: block;
    font-size: 16px;
    color:#fff;
    width: 110px;
    padding-left: 10px;
    text-align: center;
    line-height: 20px;
    border-left: 1px solid #fff;
}

.nav li a:hover,
.nav li.current{
    background-color: #002d65;
}

.inner,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 100%;
    padding:40px 20px;
    background-color: #224b7f;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}

.menu>ul>li:nth-child(8) {
    animation-delay: .8s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 0px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #fff;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

/* 移动端菜单结束 */

/* 底部 */

.footer {
    border-top: 2px solid #37e;
    padding: 20px 0;
    background-color: #eee;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(//scjg.hubei.gov.cn/material/images/djqqgzw/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 0px;
    }

    .header {
        background-position: 20%;
        background-size: auto 65%;
    }

    .header h1 {
        height: 100px;
    }

    .header h1 a {
        display: none;
    }

    .nav{
        display: none;
    }

    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {

    .copyright p span {
        display: block;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}

/* 公用 */

.p1,
.p3{
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(12, 58, 135, .3);
}

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    background-color: #2d8fff;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

/* 首页 开始*/

/* part1开始 */
.headline {
    line-height: 42px;
    font-size: 28px;
    color: #224b7f;
    padding: 20px 20px 40px 20px;
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/headline.png) 200px 35% no-repeat;
}

@media (max-width: 1200px) {

    .headline {
        line-height: 30px;
        font-size: 22px;
        background-position: 240px 20px;
        background-size: auto 30px;
    }
}

@media (max-width: 1024px) {

    .headline {
        background-position: 110px 20px;
    }
}

@media (max-width: 480px) {
    .headline {
        text-align: left;
        padding: 20px 20px 40px 80px;
        background-position: 10px 20px;
    }
}

.focus,
.focus .pic {
    position: relative;
    width: 570px;
    height: 340px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

}

.t1{
    height: 42px;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #899fbb;
}

.t1 a{
    display: block;
    color: #fff;
    font-size: 22px;
    display: block;
    padding-left: 25px;
    font-weight: bold;
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/t.png) 0 0 no-repeat;
}

.news_h {
    padding:15px;
    background-color: #f7f7f7;
}

.news_h h4{
    font-size: 22px;
    line-height: 40px;
}

.news_h p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
}

.fc b{
    display: inline-block;
    color: #224b7f;
    line-height: 22px;
    padding:0px 10px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #ddeaff;
}

.fc .list-t li{
    padding-left: 10px;
}

.fc .list-t li:before{
    display: none;
}

.topic {
    position: relative;
}

.topic h2 {
    width: 60px;
    height: 100px;
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/topic.png) 0 0 no-repeat;
}

.topic .scroll {
    position: relative;
    margin: 0px 0px 0px 60px;
}

.topic li {
    width: 345px\9;
    height: 100px;
}

.topic li a {
    display: block;
    width: 345px\9;
    margin: 0 10px;
    border:2px solid #fff;
    box-shadow: 1px 2px 6px rgba(12, 58, 135, .3);
}

.topic li img {
    width: 100%;
    height: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(41, 41, 41, .7);
    cursor: pointer;
    z-index: 999;
}

.topic-prev span,
.topic-next span {
    display: block;
    width: 15px;
    margin: 8px auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.topic-prev {
    left: 72px;
    background-image: none;
}

.topic-next {
    right: 13px;
    background-image: none;
}

@media (max-width: 1200px) {
    .topic .scroll {
        margin: 0 -10px;
    }

    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }
}

/* part1结束 */

/* part2开始 */
.p2{
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/p3_bg.png) 50% 20px no-repeat;
}

.p2 h3{
    width: 210px;
    height: 54px;
    margin:0px auto;
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/j.png) 50% no-repeat;
}

.p2 h3 b{
    font-size: 0px;
}

.gallery {
    position: relative;
}

.gallery .scroll {
    position: relative;
    margin: 0px auto;
}

.gallery li{
    width: 285px\9;
    height: 280px;
}

.gallery li a {
    margin: 0 10px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 45, 120, .2);
}

.gallery li .pic {
    display: block;
    width: 260px;
    height: 180px;
    border-radius: 4px;
}

.gallery li h4{
    line-height: 24px;
    text-align: center;
    padding: 10px;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 40%;
    width: 15px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(41, 41, 41, .7);
    cursor: pointer;
    z-index: 999;
}

.gallery-prev span,
.gallery-next span {
    display: block;
    width: 15px;
    margin: 8px auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.gallery-prev {
    left: 10px;
    background-image: none;
}

.gallery-next {
    right: 10px;
    background-image: none;
}

@media (max-width: 1200px) {
    .gallery .scroll {
        margin: 0 30px;
    }

    .gallery-prev,
    .gallery-next {
        display: none;
    }

    .gallery li .pic{
        width: 100%;
    }
}
/* part2结束 */

/* part3开始 */
.box{
    background: url(//scjg.hubei.gov.cn/material/images/djqqgzw/l_bg.png) 0 43px repeat-x;
}

.box div{
    padding: 20px;
}

.box div img{
    margin-right: 20px;
}

.box div h4{
    font-size: 18px;
    color: #224b7f;
}

.box div p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

/* part3 结束 */
/* 首页 结束 */

/* 列表页、正文页 开始 */
.where {
    padding: 10px;
    background: #f8f8f8;
    background: -webkit-linear-gradient(60deg, #f8f8f8, #fff);
    background: linear-gradient(60deg, #f8f8f8, #fff);
}
.where i{
    font-size: 24px;
    color: #224b7f;
    margin:0px;
}

.main{
    padding: 20px 80px;
    background: #fff;
    box-shadow: 1px 2px 6px rgba(12, 58, 135, .3);
}

.main span{
    margin:0px 20px 0px 5px;
}

.main li{
    position: relative;
    padding: 30px 10px;
}

.main li+li{
    border-top:1px solid #e1e1e1;
}

.main li h4{
    font-size: 18px;
}

.main .more{
    position: absolute;
    top: 30%;
    right: 30px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #224b7f;
    padding: 0px 20px;
    border-radius: 20px;
    border:1px solid #224b7f;
}

.main .more:hover{
    color: #fff;
    background: #224b7f;
}

@media (max-width: 1200px) {

    .main{
        padding: 20px;
        background: #fff;
    }

    .main .more{
        display: none;
    }

}

.pages a, .pages span {
    margin: 0 3px 10px 3px;
    border-radius: 4px;
    border:1px solid #ccc;
    background-color: transparent;
}

.pages .current {
    background-color: #224b7f;
    color: #fff;
    position: relative;
    border:1px solid #224b7f;
}
/* 列表页、正文页 结束 */


.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}
.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
}

.footer-map {
    margin-left: 70px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -50px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 310px;
    width: 110px;
    height: 55px;
    margin-top: -40px;
}
@media (max-width: 768px) {
    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
        right: 0;
    }
}
.p2 img {
    width: 100%;
    height: 174px;
}
.gallery li a{
min-height:261px;
}
@media (max-width: 768px){
.copyright>.p20 {
    margin: 0;
    width: 100%;
}
}
.box {
    background: none;
}
.list-t li .date+a {
    width: 80%;
}
.wxb a {
    line-height: 126px;
}
.copyright {
    line-height: 22px;
}
.wxb img {
    width: 220px;
    display: block;
    margin: 5px auto;
}
.copyright p .footer_map{
margin:0px;
}
@media (max-width: 768px){
.copyright {
    text-align: center;
}
}
.nav li:hover{
    background-color: #002d65;
}
.headline {
    background: none;
}
@media (max-width: 480px){
.headline {
    padding: 20px;
}
}
@media (max-width: 1200px){
.header {
    background-position: 47%;
    background-size: auto 50%;
}
.header h1 a {
    display: block;
    background-size: auto 53%;
    background-position: 7% 0%;
}
.p1 .topic .swiper-wrapper{
flex-direction: column;
}
}

@media (max-width: 1024px){
.no-print {
    display: none;
}
}