@charset "utf-8";

/* 链接 */


a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004488;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 全局 */

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    background: #f6fbff;
}

.inner {
    position: relative;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .search-box {
        display: none;
    }
    .inner,
    .content {
        width: 100%;
    }
}

/* 公用部分 */

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
    /*padding: 2px;*/
    width: 20%;
}

@media (max-width: 992px) {
    .where {
        margin-left: 0px;
        margin-right: 0px;
    }

    .where a,
    .where span {
        margin: 0 3px;
    }
}

.content{
    width: 1240px;
    padding: 20px;
    margin: 0px auto 0px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.grid {
    width: 100%;
    margin: 0 auto 20px;
}

.grid>.row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid>.row>.col,
.grid>.row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane .pane {
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab-pane .pane {
    overflow: hidden;
}

h3.tab {
    height: 46px;
    border-bottom: 3px solid #e7e7e7;
}

h3.tab a,
h3.tab b {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    line-height: 43px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

h3.tab a.current,
h3.tab b.current {
    color: #245399;
    border-bottom: 3px solid #d82828;
}

h3.tab a+a:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -10px;
    border-left: 2px solid #333;
}

@media (max-width: 1200px) {
    .content{
        width: 100%;
        margin:0px;
        padding:0px;
    }

    .grid {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    h3.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;
        text-align: center;
    }

    h3.tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }

    h3.tab a.current, h3.tab b.current{
        border-bottom: none;
    }

}
/* 列表页 开始*/

.t4 {
    position: relative;
    line-height: 46px;
    height: 46px;
    padding: 0px;
    text-align: center;
    margin: 0px 12px 20px 12px;
    background: url(//hbnysy.hubei.gov.cn/material/images/line.jpg) 0px 50% repeat-x;
}

.t4 b {
    display: inline-block;
    margin-left: -15px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 46px;
    background-color: #fff;
    margin-top: -20px;
}

.no-gutters {
    margin-right: 2px;
    margin-left: 2px;
}

.list-menu li a {
    position: relative;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    margin:10px;
    padding: 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    background-color: #bcceef;
    border-radius: 3px;
}

.list-menu li a:hover {
    background-color: #eee;
}

.list-menu li.current a {
    background-color: #004488;
    color: #fff;
}

.list-menu li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #004488;
    transition: .3s;
}

.list-menu li a:hover:before {
    width: 100%;
}

.list-b.b4 li {
    width: 48%;
    margin: 1%;
    min-height: 120px;
    border-radius:5px;
    padding: 15px 15px 15px 135px;
    border: 1px solid #e6e6e6;
}

.list-b.b4 li:hover {
    color: #fff;
}

.list-b.b4 li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0;
}

.list-b.b4 .calendar {
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    width: 110px;
    color: #7b7b7b;
    border-right: 6px solid #e1e1e1;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}

.list-b.b4 li:hover .calendar{
    border-right: 6px solid #004488;
}

.list-b.b4 .calendar em {
    display: block;
    line-height: 36px;
    font-size: 28px;
    color: #7b7b7b;
}

.list-b.b4 li h4{
    font-size: 18px;
    color: #4f4f4f;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.list-b.b4 li p{
    color: #979797;
}

@media (max-width: 768px) {
    .list-b.b4 li{
        width: 98%;
    }
}

@media (max-width: 480px) {

    .list-menu li a {
        margin: 5px;
        font-size: 16px;
    }

    .list-b.b4 li h4{
        font-size: 16px;
    }
    .list-b.b4 li p{
        font-size: 14px;
    }
}

.where {
    height: 40px;
    padding: 0px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 3px;
    color: #6f6f6f;
}
@media(max-width:480px){
	.where{
		line-height:30px;
	}
}


/* 分页 */

.pages a {
    background-color: #eee;
    margin-bottom: 10px;
}

.pages a.current {
    background-color: #004488;
}

.pages a:hover{
    background-color:#004488;
}

/* 列表hover样式 */

.hover-style3 li {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hover-style3 li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 0;
    left: 0%;
    top: 50%;
    background-color: #f7f7f7;
    transition: all 0.3s ease-in-out;
}

.hover-style3 li:hover:before {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    content: '';
    z-index: 0;
}

.hover-style3 li:hover h4,
.hover-style3 li:hover p,
.hover-style3 li:hover strong,
.hover-style3 li:hover a,
.hover-style3 li:hover span {
    position: relative;
    z-index: 1;
}

.hover-style3 li:hover p.date {
    position: relative;
    z-index: 1;
    border-top: 2px solid #fff;
}


.article{
    padding: 0px;
}

.article h2{
    font-weight: bold;
}

.article .option{
    margin-top:2px;
    padding: 10px 20px;
    border-top:none;
    text-align: center;
    border-bottom:none;
}

.article .info>span{
    color: #8a8a8a;
    padding:0px 10px;
}

.article .option .share{
    float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.article .option .bds_tsina {
    height:20px;
    line-height: 20px;
    padding-left: 0px;
    background:#c9c9c9 url(//hbnysy.hubei.gov.cn/material/images/wb.png) center no-repeat !important;
    background-size: 20px auto !important;
    border-radius: 100px;
    border:4px solid #c9c9c9;
    margin:5px 0px 0px 0px;
}

.article .option .bds_weixin {
    height:20px;
    line-height: 20px;
    padding-left: 0px;
    background:#c9c9c9 url(//hbnysy.hubei.gov.cn/material/images/wx.png) center no-repeat !important;
    background-size: 20px auto !important;
    border-radius: 100px;
    border:4px solid #c9c9c9;
    margin:5px 0px 0px 0px;
}

.jfontsize{
    float:none;
    padding: 10px;
    display: inline-block;
}

.jfontsize span{
    float: left;
    color: #8a8a8a;
}

.share span {
    display: block;
    float: left;
    line-height: 40px;
}

.pic-prev:hover, 
.pic-next:hover,
.photos .preview li.on a{
    background-color: #01a769;
}

.btn {
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #565656;
    background-color: #fff;
    border-color: #f1f1f1;
}

.btn-default:hover {
    color: #565656;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-default i{
    font-size: 18px;
    margin-right: 5px;
}


/* 列表页 结束*/


/* 功能页面 开始 */

.pages .current {
    background-color: #1e5fd8;
}

.md-blue {
    background-color: #005aa8;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-left: 8px solid #2d8fff;
}

.join,
.view {
    /*display: inline-block;*/
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
}

.interview {
    line-height: 28px;
    font-size: 16px;
}

.interview-video {
    background-image: linear-gradient(to bottom, #e9e9e9, #fff);
}

.interview-video video {
    width: 100%;
}

.interview-pic .prev,
.interview-pic .next {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    animation-duration: .3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
    display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
    background: #37e;
    filter: none;
    color: #fff;
}

.interview-pic .prev {
    left: 0;
}

.interview-pic .next {
    right: 0;
}

.interview-info img {
    width: 60%;
    margin: 10px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.interview-info h3 {
    line-height: 40px;
    font-size: 18px;
    color: #ff9a2d;
}

.interview-info h3 i {
    margin-right: 10px;
    color: #ccc;
    vertical-align: -1px;
}

.interview-info p {
    font-size: 16px;
    line-height: 32px;
}

.interview-text {
    max-height: 800px;
    overflow: hidden;
}

.interview-text:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

.interview-text p {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.interview-text p.q {
    cursor: pointer;
}

.interview-text p.q,
.interview-text p.a {
    padding: 15px 15px 15px 55px;
}

.interview-text p.q:before,
.interview-text p.a:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.interview-text p.q:before {
    content: 'Q';
    color: #048;
}

.interview-text p.a:before {
    content: 'A';
    color: #ccc;
}

.interview-text p.current {
    background-color: #f8f8f8;
}

.lnterview {
    min-height: 600px;
}

.lnterview .list-b li a h4{
    font-size: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 240px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.lnterview .list li:hover .pic img {
    transform: scale(1.1);
}

.lnterview .list .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

@media (max-width: 480px) {
    .lnterview .list-b li .pic {
        width: 350px;
        height: 260px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .lnterview .list-b li .pic img {
        width: 100%;
    }

    .lnterview .list-b li h4 {
        width: 100%
    }
}

@media (max-width: 320px) {
    .lnterview .list-b li .pic {
        width: 260px;
        height: 200px;
    }
}

/* 功能页面 结束 */

/* 领导页面 开始 */
.leader{
    padding: 0px 30px;
    background:url(../images/leader_bg.png) center 0px  no-repeat;
}

.leader .list-b li{
    padding:40px 15px 90px 15px;
}

.leader .list-b li .pic {
     float: left;
     position: relative;
     overflow: hidden;
     display: block;
     width: 140px;
     height: 180px;
     margin: 0;
     border-radius:8px;
     background-color: #eee;
 }

 .leader .list-b .pic img {
     width: 100%;
 }

 .leader .list-b li h4,
 .leader .list-b li .leader-info {
     margin-left: 170px;
 }

 .leader .list-b li h4{
    line-height: 44px;
 }
 .leader .list-b li h4 b {
     font-size: 24px;
 }

 .leader .list-b li h4 span {
     font-size: 18px;
     color: #686868;
     padding:0px 20px;
     font-weight: normal;
 }

 .leader-info {
     min-height: 144px;
     line-height: 24px;
 }

.leader-info h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

 .leader-info p {
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     max-height: 80px;
     padding: 5px 0;
 }

 .leader-info p .btn {
     margin-top: 10px;
 }

 .leader-info p+h5 {
     margin-top: 20px;
 }

 @media (max-width:768px) {
    .leader{
        padding: 0px;
        background:none;
    }
 }

 @media (max-width:480px) {

    .leader .list-b li h4{
        max-height: 80px;
        line-height: 24px;
    }

    .leader .list-b li h4 b{
        font-size: 20px;
    }

     .leader .list-b li .pic {
         width: 80px;
         height: 112px;
     }

     .leader .list-b li h4 span,.leader-info h5{
        font-size: 16px;
     }

     .leader-info p{
        font-size: 14px;
     }

     .leader .list-b li h4,
     .leader .list-b li .leader-info {
         margin-left: 100px;
     }
 }

/* 领导页面 结束 */

/* 部门动态页面 开始 */
.b1 {
    margin:0px -8px;
}

.b1 li{
    width: 50%;
    padding:5px 8px;
}

.b1 li a{
    display: block;
    position: relative;
    padding: 5px 20px;
    background-color:#f5f6f8;
}

.b1 li a:hover{
    color: #fff;
    background-color:#004488;
}

.b1 li a:before:hove {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 6px;
    height:6px;
    background-color:#ffc562;
    border:2px solid #fff;
}

 .b1 li h4{
    margin-bottom: 0px;
 }

 .b1 li p{
    color: #999;
 }

.b1 li a:hover p{
    color: #fff;
}


@media (max-width:480px) {

    .b1 li{
        width: 100%;
    }

     .b1 li h4{
        font-size: 16px;
        margin-bottom: 0px;
     }
}

.p0 li {
    display: inline-block;
    margin:5px 0px;
    width: 100%;
}

.p0 li a{
    margin: 0px;
}

.p0 img{
    width: 100%;
    height:100%;
}

.new h3.tab {
    height: 46px;
    position: relative;
    border-bottom: none;
}

.new h3.tab:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0px;
    width: 5px;
    height: 16px;
    background-color: #ffc562;
}

.new h3.tab a{
    color: #999;
    padding-left: 20px;
    margin-right:0px;
}

.new h3.tab a.current{
    color: #333;
    border-bottom: none;
}

.new h3.tab a+a:before{
    display: none;
}

.t5 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 43px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.t5:before{
    content: '';
    position: absolute;
    top: 30%;
    left: 0px;
    width: 5px;
    height:16px;
    background-color:#ffc562;
}

.focus {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 252px;
}

.focus .pic {
    height: 238px;
    background-position: center;
    background-size: cover;
}

.focus .pic img {
    display: block;
    width: 100%;
    /*height:100%;*/
}

.focus .text {
    width: 32%;
    height: 250px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 4px 3px 7px rgba(0, 0, 0, .05);
}

.focus .text h4 {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 18px;
}

.focus .text p {
    padding-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #a9a9a9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.focus .swiper-button {
    position: absolute;
    right: 10px;
    top: 45%;
    width: 98%;
    height: 40px;
}
@media(max-width:480px){
	.focus .swiper-button {
		top: 30%;
		right: 0px;
		width:100%;
	}
}

.focus .navi {
     position: absolute;
     bottom: 15px;
     left: 25%;
     right: auto;  
     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 5px;
    font: 0/0 lx;
    background-color: #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #e68f1f;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #e68f1f;
}



@media (max-width: 1200px) {

    .focus {
        width: auto;
        height: auto;
        margin-left: -16px;
        margin-right: -16px;
    }

    .focus .pic {
        height: auto;
    }

    .focus .text {
        width: 100%;
        height: auto;
        padding: 15px;
        box-shadow:none;
    }

    .focus .text h4 {
        width: 100%;
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .focus .text p {
        overflow: hidden;
        height: 50px;
        border-top: 0.5px solid #ddd;
        padding-top: 10px;
        line-height: 20px;
        font-size: 14px;
        opacity: .5;
    }

    .focus .navi {
        position: absolute;
        bottom: 120px;
        left: 40%;
        right: auto;
    }
}

/* 部门动态页面 结束 */

/* 互动交流页面 开始 */
.mb30{
    margin-bottom:30px;
}

.pic-text .pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 400px;
    height:224px;
    margin-right: 20px;
    margin-top:-10px;
}

.pic-text .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic-text  h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.pic-text  h4 a{
    float: left;
    width: 38%;
}

.pic-text p {
    color: #a9a9a9;
    line-height: 36px;
    float: left;
    margin-top: 20px;
}

.pic-text h4 span,
.pic-text p span{
    display: inline-block;
    color: #004488;
    float: left;
    font-size: 16px;
    line-height: 28px;
    padding:0px 10px;
    margin-right: 10px;
    background-color:#dbedff;
}

.pic-text p span{
    font-weight: bold;
}

.ftzy h3{
    display: inline-block;
    line-height: 28px;
    padding:0px 10px;
    margin-right: 10px;
    background-color:#dbedff;
}

.ftzy h3 a{
    color: #004488;
    font-size: 16px;
    font-weight: bold;
}

.ftzy p{
    color: #a9a9a9;
    line-height: 32px;
}

.ftzy .ckwq{
    display: block;
    border-radius: 3px;
    color: #fff;
    width: 180px;
    height:40px;
    line-height: 40px;
    margin:30px auto 0px;
    background-color:#004488;
}

@media (max-width: 1024px) {
    .pic-text p{
        width: 35%;
        margin-top:0px;
    }

    .ftzy .ckwq{
        margin:10px auto 0px;
    }

    .pic-text h4 a {
        width: 25%;
    }
}

@media (max-width: 768px) {
   .pic-text .pic{
    width: 100%;
    height:100%;
    margin-bottom:20px;
   }

   .pic-text p{
    margin-top:5px;
    width: 100%;
   }

    .ftzy .ckwq{
        margin:30px auto 0px;
    }

    .pic-text h4{
        display: inline-block;
    }

    .pic-text h4 a {
        float: left;
        width: 77%;
    }

}


.a1 li a {
    margin: 20px 0px;
    padding:25px 10px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 68, 136, .3);
}

.a1 li a:hover{
    color: #004488;
    background-color: #f5f5f5;
}

.list-a li i {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right:25px;
    background-image: url(//hbnysy.hubei.gov.cn/material/images/icons.png);
    background-image: url(//hbnysy.hubei.gov.cn/material/images/icons_ie8.png)\9;
    background-size: 480px auto;
    background-repeat: no-repeat;
}

.a1 li i {
    animation-duration: .6s;
}

.a1 li a:hover i {
    transform: rotateY(360deg);
}

.a1 .s1 {
    background-position: 0px -56px;
}

.a1 .s2 {
    background-position: -56px -56px;
}

.a1 .s3 {
    background-position: -238px -56px;
}

.b2 li {
    position: relative;
    padding: 17px 20px;
    background-color: #f5f6f8;
}

.b2 li h4 {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
}

.b2 li p {
    color: #6d6d6d;
    line-height: 28px;
    font-size: 16px;
}

.b2 li>a.md-green{
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 26px;
    padding:0px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    border-radius: 3px;
    background-color:#004488;
}

.b2 li p i{
    line-height: 28px;
    font-size: 18px;
    margin-right: 10px;
}

.b2 li p i.s1{
    color: #004488;
}

.b2 li p i.s2{
    color: #ff9a2d;
}

.yjzj{
    position: relative;
    height:150px;
    background:url(../images/yjzj.jpg) top right no-repeat;
}

.yjzj p{
    position: absolute;
    top: 40px;
    left:50px;
    color: #fff;
    font-size: 20px;
    line-height: 49px;
    background:url(../images/yjzj_line.png) top left no-repeat;
}

.mt10{
    margin-top:10px;
}

@media (max-width: 480px) {

    .yjzj p{
        top: 50PX;
        left:40px;
    }

    .yjzj{
        background-color: #33af80;
        background-image: none;
    }
}

@media (max-width: 320px) {
    .b2 li p i{
        display: none;
    }

}
/* 互动交流页面 结束 */