/* 专题
tfx
2020-09-10 */

/* pc端 */
.pc-body {
    background: url("../images/pc/bg.jpg") center top no-repeat #f8f8f8;
}

.pc-gh {
    display: block;
    margin: 31px 0 0 78px;
}

.pc-title {
    display: block;
    width: 100%;
    margin: 19px auto 0;
}

.main {
    margin-top: 65px;
    background: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(19, 93, 164, 0.09);
}

/* 轮播2 */
.carousel {
    margin: 47px 27px 0;
}

.owl-carousel {
    position: relative;
}

/* 轮播-文字介绍 */
.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-indent: 10px;
    padding-right: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);
}

/* 轮播-分页按钮 */
.owl-carousel .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 19px;
    width: 108px;
    height: 2px;
}

.owl-carousel .owl-dots .owl-dot {
    float: left;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 2px;
    margin-left: 12px;
    border-radius: 0;
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot:first-child>span {
    margin-left: 0;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #6fb4f6;
}

/* 工作动态 */
.work-hd {
    display: inline-block;
    vertical-align: top;
    margin-top: 38px;
    line-height: 36px;
    font-size: 26px;
    color: #135da4;
    font-family: "SourceHanSansCN-Medium";
    border-bottom: 2px solid #135da4;
	display: inline-block;
	
}

.col-md-13 .more {
    float: right;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.work-ul {
    margin-top: 7px;
}

.work-list {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-right: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.work-list>a {
    padding-left: 24px;
    background: url("../images/pc/icon_dian.png") 0 center no-repeat;
}

.work-list>a:hover {
    color: #6fb4f6;
}

/* 六稳 */
.stable {
    height: 106px;
    line-height: 106px;
    margin-top: 31px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 8px;
    padding-left: 8px;
    background: url("../images/pc/banner_bg1.png") center center no-repeat;
}



/* 政策及解读 */
.main-hd {
    padding: 37px 0 17px 0;
    text-align: center;
    color: #135da4;
    font-family: "SourceHanSansCN-Medium";
}

.main-hd-cont>div {
    display: inline-block;
}

.main-hd-cont>div:first-child {
    position: relative;
    line-height: 38px;
    font-size: 26px;
}

.main-hd-cont>div:first-child:after,
.main-hd-cont>div:first-child:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 21px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: center center no-repeat;
}

.main-hd-cont>div:first-child:after {
    right: -46px;
    background-image: url("../images/icon_title_right.png");
}

.main-hd-cont>div:first-child:before {
    left: -46px;
    background-image: url("../images/icon_title_left.png");
}

.main-hd-cont>div:last-child {
    position: relative;
    line-height: 24px;
}

.main-hd-cont>div:last-child:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    top: -2px;
    margin: 0 auto;
    background: #135da4;
}

.main-hd-cont:hover>div {
    color: #6fb4f6;
}

.main-hd-cont:hover>div:first-child:after {
    background-image: url("../images/icon_title_right_a.png");
}

.main-hd-cont:hover>div:first-child:before {
    background-image: url("../images/icon_title_left_a.png");
}

.main-hd-cont:hover>div:last-child:after {
    background: #6fb4f6;
}


.pc-policy-hd {
    float: left;
    width: 312px;
    margin-left: 27px;
}

.pc-policy-list {
    width: 282px;
    height: 72px;
    line-height: 26px;
    padding-top: 8px; 
	/* line-height: 72px; */
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "SourceHanSansCN-Medium";
    background: 0 center no-repeat;
    cursor: pointer;
}

.pc-policy-list.active {
    width: auto;
    padding-right: 30px;
}

.pc-policy-list:nth-child(1) {
    margin-top: 0;
    background-image: url("../images/pc/text_btn1.png");
}

.pc-policy-list:nth-child(1).active {
    background-image: url("../images/pc/text_btn1_a.png");
}

.pc-policy-list:nth-child(2) {
    background-image: url("../images/pc/text_btn2.png");
}

.pc-policy-list:nth-child(2).active {
    background-image: url("../images/pc/text_btn2_a.png");
}

.pc-policy-list:nth-child(3) {
    background-image: url("../images/pc/text_btn3.png");
}

.pc-policy-list:nth-child(3).active {
    background-image: url("../images/pc/text_btn3_a.png");
}

.pc-policy-list:nth-child(4) {
    background-image: url("../images/pc/text_btn4.png");
}

.pc-policy-list:nth-child(4).active {
    background-image: url("../images/pc/text_btn4_a.png");
}

.pc-policy-list:nth-child(5) {
    background-image: url("../images/pc/text_btn5.png");
}

.pc-policy-list:nth-child(5).active {
    background-image: url("../images/pc/text_btn5_a.png");
}

.pc-policy-list:nth-child(6) {
    background-image: url("../images/pc/text_btn6.png");
}

.pc-policy-list:nth-child(6).active {
    background-image: url("../images/pc/text_btn6_a.png");
}

.pc-policy-bd {
    float: left;
    margin-left: 195px;
    width: 832px;
    height: 482px;
    padding: 26px 22px 24px;
    background: url("../images/pc/text_bg.png") center center no-repeat;
}


.text-list {
    height: 72px;
    border-bottom: 1px dashed #e5e5e5;
}

.text-list:last-child {
    border-bottom: none;
}

.text-title {
    float: left;
    width: calc(100% - 186px);
    height: 71px;
    line-height: 71px;
    font-size: 16px;
    padding-left: 25px !important;
}

.text-title a {
    margin-left: -25px;
    padding-left: 25px;
    background: url("../images/pc/icon_dian.png") 0 center no-repeat;
}

.text-title.two-line {
    line-height: 32px;
    padding: 3px 0 4px 0;
}

.text-operate {
    float: left;
    width: 186px;
}

.text-operate>a {
    float: left;
    width: 72px;
    height: 30px;
    margin-left: 21px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    background: center center no-repeat;
}

.text-operate>.wz {
    background-image: url("../images/pc/btn_green.png");
    color: #31b192;
}

.text-operate>.tj {
    background-image: url("../images/pc/btn_blue.png");
    color: #217bd5;
}

/* 六保 */
.protect {
    height: 126px;
    margin-top: 44px;
    text-align: center;
    background: url("../images/pc/banner_bg2.png") center center no-repeat;
}

.protect>div {
    display: inline-block;
}

.protect-cont>div {
    float: left;
    font-size: 32px;
    color: #fff;
    letter-spacing: 8px;
    padding-left: 8px;
}

.protect-cont>div:first-child {
    line-height: 126px;
}

.protect-cont>div:last-child {
    width: 863px;
    padding-top: 12px;
    line-height: 48px;
}

/* 视频信息 */
.video-cont {
    padding: 0 27px;
}

.video-ul {
    margin: 0 -16px;
}

.video-list {
    float: left;
    width: 33.333333333333333333%;
}

.video-list-cont {
    margin: 0 16px;
}

.video-list-img {
    position: relative;
}

.video-list-img>img {
    display: block;
    width: 100%;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/pc/icon_play.png") center center no-repeat rgba(51, 51, 51, 0.3);
    cursor: pointer;
}

.video-list-title {
    margin: 10px 17px 0;
    height: 69px;
    line-height: 25px;
    padding-bottom: 19px;
}

.footer {
    height: 122px;
    margin-top: 35px;
    background: url("../images/footerbg.jpg") center bottom no-repeat;
}

.footer>div {
    padding: 0 50px;
}

.ewb-footer-content {
    position: relative;
    padding: 16px 0 22px 0;
}

.ewb-footer-info {
    font-size: 0;
}

.ewb-footer-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    padding: 3px 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.ewb-footer-item a {
    color: #fff;
}

.ewb-ga {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 18px;
    height: 20px;
}

.ewb-footer-icon a {
    position: absolute;
    left: 50%;
    display: block;
}

.ewb-footer-icon a.icon1 {
    top: 35px;
    margin-left: 346px;
    width: 96px;
    height: 46px;
}

.ewb-footer-icon a.icon2 {
    top: 23px;
    margin-left: 484px;
    width: 45px;
    height: 51px;
}

.ewb-footer-icon img {
    max-width: none !important;
}

/* 移动端 */
.phone-body {
    display: none;
}

/* pad pro*/
@media(max-width:1199px) {
    .pc-gh {
        margin: 31px 0 0 22px;
    }

    .owl-carousel .owl-item img {
        height: 280px;
    }

    .stable,
    .protect {
        background-size: 100% 100%;
        letter-spacing: 0;
        padding-left: 0;
    }

    .pc-policy-hd {
        margin-left: 0;
    }

    .pc-policy-bd {
        width: 666px;
        background-size: 100% 100%;
    }

    .ewb-footer-icon a.icon1 {
        margin-left: 280px;
    }

    .ewb-footer-icon a.icon2 {
        margin-left: 400px;
    }
}

/* pad */
@media(max-width:1023px) {
    .pc-body {
        display: none;
    }

    .phone-body {
        display: block;
        background: url("../images/phone/bg.jpg") center top no-repeat #f8f8f8;
        background-size: 100%;
    }

    .phone-gh {
        display: block;
        margin: 55px 0 0 25px;
    }

    .phone-title {
        display: block;
        width: 100%;
        margin-top: 29px;
    }

    .phone-main {
        margin-top: 25px;
        background: #fff;
        box-shadow: 0px 0px 7px 0px rgba(19, 93, 164, 0.09);
    }

    /* 轮播 */
    .carousel {
        margin: 20px 20px 0;
    }

    .owl-carousel .owl-item img {
        height: auto;
    }

    .owl-carousel .owl-item {
        padding-bottom: 68px;
    }

    .owl-carousel .owl-dots {
        left: 0;
        right: 0;
        bottom: 91px;
        width: 212px;
        height: 8px;
        margin: 0 auto;
    }

    .owl-carousel .owl-dots .owl-dot span {
        width: 20px;
        height: 8px;
        margin-left: 28px;
    }

    .owl-carousel .owl-dots .owl-dot.active span {
        background: #135da4;
    }

    .ewb-img-intro {
        height: 68px;
        line-height: 68px;
        padding-right: 0;
        font-size: 30px;
        color: #333;
        text-indent: inherit;
        text-align: center;
        font-family: "SourceHanSansCN-Medium";
        background: #fff;
    }

    /* 工作动态 */
    .phone-work {
        margin: 20px 20px 0;
    }

    .work-hd {
        margin-top: 0;
        font-size: 32px;
        line-height: 41px;
        border-bottom-width: 4px;
    }

    .work-ul {
        margin-top: 4px;
    }

    .work-list {
        height: 60px;
        line-height: 60px;
        padding-right: 0;
        font-size: 30px;
        font-family: "SourceHanSansCN-Medium";
    }

    .work-list>a {
        padding-left: 29px;
        background-image: url("../images/phone/icon_dian.png");
    }

    .phone-stable {
        height: 114px;
        margin: 30px 0 28px 0;
        text-align: center;
        background: url("../images/phone/banner_img1.png") center center no-repeat;
        background-size: 100% 100%;
    }

    .phone-stable-cont {
        display: inline-block;
    }

    .phone-stable-cont>div {
        float: left;
        font-size: 32px;
        color: #fff;
    }

    .phone-stable-cont>div:first-child {
        line-height: 114px;
    }

    .phone-stable-cont>div:last-child {
        width: 390px;
        padding-top: 8px;
        line-height: 45px;
    }

    /* 政策及解读 */
    .main-hd {
        padding: 15px 0 13px 0;
    }

    .main-hd-cont>div:first-child {
        line-height: 41px;
        font-size: 32px;
    }

    .main-hd-cont>div:last-child {
        line-height: 22px;
        font-family: "SourceHanSansCN-Medium";
    }

    .phone-policy {
        padding-bottom: 31px;
    }

    .phone-policy-list {
        margin-top: 30px;
    }

    .phone-policy-list:first-child {
        margin-top: 0;
    }

    .phone-policy-hd {
        height: 88px;
        background: center center no-repeat;
        background-size: 100% 100%;
    }

    .phone-policy-list:nth-child(1) .phone-policy-hd {
        background-image: url("../images/phone/text_btn1.png");
    }

    .phone-policy-list:nth-child(2) .phone-policy-hd {
        background-image: url("../images/phone/text_btn2.png");
    }

    .phone-policy-list:nth-child(3) .phone-policy-hd {
        background-image: url("../images/phone/text_btn3.png");
    }

    .phone-policy-list:nth-child(4) .phone-policy-hd {
        background-image: url("../images/phone/text_btn4.png");
    }

    .phone-policy-list:nth-child(5) .phone-policy-hd {
        background-image: url("../images/phone/text_btn5.png");
    }

    .phone-policy-list:nth-child(6) .phone-policy-hd {
        background-image: url("../images/phone/text_btn6.png");
    }

    .phone-policy-hd>p {
        float: left;
        line-height: 84px;
        margin-left: 21px;
        font-size: 32px;
        color: #fff;
        font-family: "SourceHanSansCN-Medium";
    }

    .phone-policy-chose {
        float: right;
        width: 30px;
        height: 17px;
        margin: 33px 22px 0 0;
        background: url("../images/phone/icon_down.png") center center no-repeat;
        cursor: pointer;
    }

    .phone-policy-list.active .phone-policy-chose {
        background-image: url("../images/phone/icon_up.png");
    }

    .phone-policy-list.active .phone-policy-cont {
        display: block;
    }

    .phone-policy-cont {
        display: none;
        margin-top: 21px;
        padding: 0 20px;
        height: 826px;
        background: url("../images/phone/text_bg.png") center center no-repeat;
        background-size: 100% 100%;
    }

    .text-list {
        height: 137px;
    }

    .text-title {
        width: calc(100% - 132px);
        height: 136px;
        line-height: 136px;
        font-size: 30px;
        padding-left: 30px !important;
        font-family: "SourceHanSansCN-Medium";
    }

    .text-title.two-line {
        line-height: 40px;
        padding: 32px 0 0;
    }

    .text-title a {
        margin-left: -30px;
        padding-left: 30px;
        background: url("../images/phone/icon_dian.png") 0 center no-repeat;
    }

    .text-operate {
        width: 132px;
    }

    .text-operate>a {
        float: initial;
        display: block;
        margin-left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 43px;
        font-size: 26px;
        font-family: "SourceHanSansCN-Medium";
        background-size: 100% 100%;
    }

    .text-operate.two>a {
        margin-top: 9px;
    }

    .text-operate.two>a:last-child {
        margin-top: 18px;
    }

    .phone-protect {
        height: 161px;
        margin: 30px 0 28px 0;
        text-align: center;
        background: url("../images/phone/banner_img2.png") center center no-repeat;
        background-size: 100% 100%;
    }

    .phone-protect-cont {
        display: inline-block;
    }

    .phone-protect-cont>div {
        float: left;
        font-size: 32px;
        color: #fff;
    }

    .phone-protect-cont>div:first-child {
        line-height: 161px;
        margin-right: 10px;
    }

    .phone-protect-cont>div:last-child {
        width: 480px;
        text-align: left;
        padding-top: 9px;
        line-height: 45px;
    }

    /* 视频信息 */
    .video-cont {
        padding: 0 20px;
    }

    .video-ul {
        margin: 0;
    }

    .video-list {
        width: 100%;
    }

    .video-list-cont {
        margin: 0;
    }

    .video-list-title {
        height: 119px;
        line-height: 40px;
        padding-top: 14px;
        padding-bottom: 0;
        margin: 0 27px 0;
        font-size: 30px;
        font-family: "SourceHanSansCN-Medium";
    }

    .footer {
        height: auto;
        padding: 22px 0 17px 0;
        margin-top: 30px;
        text-align: center;
        background-position: center center;
        background-size: 100% 100%;
    }

    .phone-footer-icon .icon2 {
        margin-left: 92px;
    }

    .phone-footer-info>p {
        display: block;
        line-height: 38px;
    }

    .ewb-footer-item {
        margin-right: 0;
    }

}

/* phone */
@media (max-width:767px) {
    .phone-gh {
        display: block;
        width: 40%;
        margin: 10px 0 0 10px;
    }

    .phone-title {
        margin-top: 20px;
    }

    .carousel {
        margin: 10px 10px 0;
    }

    .owl-carousel .owl-item {
        padding-bottom: 30px;
    }

    .ewb-img-intro {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .owl-carousel .owl-dots {
        bottom: 38px;
    }

    .phone-work {
        margin: 10px 10px 0;
    }

    .work-hd {
        font-size: 20px;
        line-height: 30px;
    }

    .work-ul {
        padding-bottom: 10px;
    }

    .work-list {
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }

    .phone-stable-cont>div {
        font-size: 19px;
    }

    .phone-stable-cont>div:last-child {
        width: 231px;
        padding-top: 29px;
        line-height: 30px;
    }

    .phone-protect-cont>div {
        font-size: 15px;
    }

    .phone-protect-cont>div:last-child {
        width: 230px;
        padding-top: 35px;
        line-height: 30px;
    }

    .phone-policy-list {
        margin-top: 20px;
    }

    .phone-policy-hd>p {
        font-size: 12px;
    }

    .phone-policy-chose {
        width: 16px;
        height: 8px;
        margin: 38px 22px 0 0;
        background-size: 100% 100%;
    }

    .text-operate {
        width: 80px;
    }

    .text-list {
        height: 110px;
    }

    .text-title {
        width: calc(100% - 80px);
        height: 109px;
        line-height: 109px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 20px !important;
    }

    .text-title a {
        margin-left: -20px;
        padding-left: 20px;
    }

    .text-title.two-line {
        line-height: 35px;
        padding: 20px 0 0;
        text-overflow: initial;
        white-space: initial;
    }

    .text-operate>a {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        margin-top: 36px;
    }

    .text-operate.two>a {
        margin-top: 13px;
    }

    .text-operate.two>a:last-child {
        margin-top: 6px;
    }

    .phone-policy-cont {
        height: auto;
        padding: 0 10px;
    }

    .video-cont {
        padding: 0 10px;
    }

    .video-list-title {
        height: 90px;
        line-height: 30px;
        margin: 0 10px 0;
        font-size: 20px;
    }

    .phone-footer-icon .icon2 {
        margin-left: 45px;
    }

    .footer>div {
        padding: 0 15px;
    }
}