@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/gzcy_banner.png) no-repeat center;
}

.zxft {
    padding: 200px 0 100px;
    background: #fff;
}

.zxft .main_head2 {
    margin-bottom: 50px;
    height: 55px;
}

.zxft_img {
    width: 52.75%;
    height: 423px;
    border-radius: 4px;
}

.zxft_con {
    width: 47.25%;
}

.ftnr {
    box-sizing: border-box;
    margin-top: 50px;
    padding: 60px 25px;
    height: 363px;
    font-size: 18px;
    background: #FAFAFA;
}

.ftnr h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    font-size: 18px;
}

.ftnr h3 a {
    display: block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftnr h3 span,
.ftnr p span {
    color: #0B54A2;
    font-weight: bold;
}

.ftnr p {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ftnr p.p2 {
    height: 48px;
    -webkit-line-clamp: 2;
}

.ftnr p.p3 {
    height: 72px;
    -webkit-line-clamp: 3;
}

.wqhg {
    padding: 63px 0 53px;
}

.wqhg .main_head2 {
    margin-bottom: 40px;
}

.wqhg ul li {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 12px 10px;
    width: calc((100% - 60px) / 3);
    height: 283px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(11, 84, 162, 0.12);
}

.wqhg ul li .pic {
    margin-bottom: 10px;
    height: 204px;
    border-radius: 4px;
}

.wqhg ul li h3 {
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    width: 170px;
    height: 42px;
    color: #fff;
    border-radius: 490px;
    background: #0B54A2;
}

.more i {
    margin-left: 10px;
}

.dqwz a {
    color: #fff;
}

/* 访谈详情 */

.zxft_deatil {
    padding: 130px 0 65px;
    background: url(../images/zwyw.png) no-repeat;
}

.primary {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 9px 0px 15px 0px rgba(11, 84, 161, 0.09);
}

.primary h3 {
    font-size: 26px;
    font-weight: bold;
}

.primary h3 span {
    color: #0B54A2
}

.primary img {
    max-width: 100%;
}

.video {
    margin: 25px 0;
    width: 100%;
    max-width: 100%;
}

.primary p {
    margin-bottom: 5px;
    line-height: 36px;
}

.primary p .lable1 {
    color: #0B54A2;
    font-weight: bold;
}

.ftwl{
    box-sizing: border-box;
    padding: 40px;
    margin-top: 3px;
    background: #FFFFFF;
    box-shadow: 9px 0px 15px 0px rgba(11, 84, 161, 0.09);
}

.ftwl h3{
    margin-bottom: 15px;
    font-size: 28px;
font-weight: bold;
line-height: 48px;
color: #0B54A2;
}

.ftwl p{
    margin-bottom: 5px;
    line-height: 36px;
}

.ftwl p .lable2 {
    font-weight: bold;
}

@media only screen and (max-width: 996px) {
    .wyxx,
    .zjdc,
    .zxft_img,
    .zxft_con {
        width: 100%;
    }

    .zxft {
        padding: 130px 0 60px;
    }

    .ftnr {
        padding: 30px 25px;
        margin-top: 20px;
        height: auto;
    }

    .wqhg ul li {
        width: calc((100% - 30px) / 2);
    }

    .ftwl img {
        width: 100% !important;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .zxft_img {
        height: auto;
    }


}

@media only screen and (max-width: 616px) {
    .zxft_deatil {
        padding: 40px 0 35px
    }
    .primary{
        padding: 20px;
        margin-top: 0;
    }
    .ftwl{
        padding: 20px ;
    }
}

@media only screen and (max-width: 515px) {
    .zxft {
        padding: 50px 0 30px;
    }

    .wqhg {
        padding: 15px 0 20px;
    }

    .wqhg ul li {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

    .wqhg ul li .pic {
        height: 260px;
    }

    .more {
        margin-top: 0;
    }

    .primary{
        padding: 20px 10px;
        margin-top: 0;
    }

    .ftwl{
        padding: 20px 10px;
    }
}