﻿@charset "UTF-8";

* {
    font-family: "微软雅黑";
}

a {
    color: #333333;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

@media only screen and (min-width: 767px) {

    .zt-content a:hover,
    .zt-content a:hover p {
        color: #1492ff;
    }

    /* 专题banner图 */
    .zt-banner img {
        width: 100%;
    }

    .zt-banner_phone {
        display: none;
    }

    .zt-content {
        width: 100%;
        padding: 30px 0;
    }

    .zt-content>div {
        width: 1200px;
        margin: 0 auto;
    }

    /* 政策文件 */
    .zt-zcwj,
    .bzdt,
    .jyrd {
        width: 100%;
        height: 285px;
        box-shadow: 0 5px 15px 0 rgba(0, 36, 121, 0.1);
        float: left;
        padding: 0 40px;
        padding-top: 15px;
    }

    .common-title {
        width: 100%;
        overflow: hidden;
    }

    .common-title h4 {
        font-family: "微软雅黑";
        font-size: 24px;
        color: #333333;
        letter-spacing: 0;
        line-height: 36px;
        float: left;
    }

    .common-title a {
        display: inline-block;
        color: #333333;
        font-size: 18px;
        line-height: 38px;
        float: right;
    }

    .common-list {
        overflow: hidden;
    }

    .common-list li {
        margin-top: 16px;
        height: 25px;
    }

    .common-list li a {
        display: block;
        height: 25px;
        overflow: hidden;
        padding-left: 24px;
        background: url(zt-dot.png) no-repeat left 50%;
    }

    .common-list li a p {
        float: left;
        font-size: 18px;
        color: #333333;
        line-height: 25px;
    }

    .common-list li a span {
        float: right;
        width: 120px;
        font-size: 18px;
        color: #888888;
        text-align: right;
    }

    /* 保障动态 */
    .zt-content .bzdt-wrap {
        margin-top: 30px;
    }

    .bzdt {
        width: 595px;
        margin-right: 10px;
    }

    .jyrd {
        width: 595px;
    }

    .zfbz-link {
        display: inline-block;
        margin-bottom: 30px;
        /* float: right;
    width: 475px;
    height: 285px;*/
    }

    .zfbz-link li {
        display: block;
        float: left;
        height: 138px;
    }

    .zfbz-link li {
        margin-right: 0;
    }


    .zfbz-link li a {
        display: block;
        width: 300px;
        padding-left: 105px;
        height: 69px;
        font-size: 22px;
        float: left;
        color: #333333;
        background: #fff url(gonggao.png) no-repeat 36px 50%;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }

    .zfbz-link li a span {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .zfbz-link li a p {
        font-family: AlibabaPuHuiTiR;
        font-size: 18px;
        color: #888888;
        letter-spacing: 0;
        line-height: 26px;
        margin-top: 17px;
    }

    /* list长度问题 */
    .bzdt .common-list li a p,
    .jyrd .common-list li a p {
        width: 360px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /*  */

    /*新*/

    /* 提问&回复 */
    .zt-content .qus-ans {
        width: 1200px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 5px 15px 0 rgba(0, 36, 121, 0.1);
        margin-top: 30px;
    }

    .qa-title {
        height: 65px;
        padding: 0 40px;
        overflow: hidden;
        width: 100%;
        padding-top: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    .qa-title h4 {
        font-family: "微软雅黑";
        font-size: 24px;
        color: #333333;
        letter-spacing: 0;
        line-height: 36px;
        float: left;
    }

    .qa-title a {
        display: inline-block;
        color: #333333;
        font-size: 18px;
        line-height: 38px;
        float: right;
    }

    .qa-list {
        overflow: hidden;
        width: 100%;
    }

    .qa-list li {
        float: left;
        width: 50%;
        height: 250px;
    }


    .qa-list li:first-child,
    .qa-list li:first-child+li+li {
        border-right: 1px solid #e6e6e6;
    }

    .qa-list li:first-child,
    .qa-list li:first-child+li {
        border-bottom: 1px solid #e6e6e6;
    }

    .qa-list li .qa-list-title {
        overflow: hidden;
        padding: 25px 40px 13px 34px;
    }

    .qa-list-title img {
        display: initial;
    width: 24px;
    height: 24px;
    margin: 0 6px 0 0;
        /* float: left; */
    }

    .qa-list-title p {
        display: initial;
        width: 485px;
        /* float: left; */
        font-size: 20px;
        color: #333333;
        letter-spacing: 0;
        line-height: 34px;
        font-weight: bold;
        /* height: 36px; */
        /* overflow: hidden; */
        /* white-space: nowrap; */
        /* text-overflow: ellipsis; */
    }

    .qa-list li .qa-list-con {
        padding: 0 40px 0 32px;
    }

    .qa-list-con p {
        text-align: justify;
        font-size: 16px;
        color: #151515;
        letter-spacing: 0;
        line-height: 26px;
        min-height: 26px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .qa-list-con p span {
        color: #333;
    }

}