/* 通用二级页
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;
    padding: 0 10px 30px;
    background: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(19, 93, 164, 0.09);
}

.main-hd {
    border-bottom: 1px solid #ccc;
    line-height: 47px;
    color: #2374c8;
    font-size: 24px;
    background: #fff;
    padding: 8px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.news-ul {
    margin-top: 20px;
	min-height: 420px;
}

.news-list {
    height: 41px;
    line-height: 40px;
    border-bottom: 1px dashed #e0e0e0;
}

.news-list-cont {
    float: left;
    width: calc(100% - 285px);
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-cont:before {
    content: '>';
    color: #0059a0;
    padding: 0 8px;
}

.news-list-date {
    float: right;
    color: #888;
    font-size: 16px;
    font-style: normal;
    margin-right: 20px;
}

.text-operate {
    float: right;
    /* 加宽度 */
    width: 165px;
    height: 30px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 0;
    font-size-adjust: none;
}

.text-operate a {
    /* display: inline-block;
    vertical-align: top; */
    width: 72px;
    height: 30px;
    margin-left: 21px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background: center center no-repeat;
    background-size: 100% 100%;
}

.text-operate .wz {
    float: left;
    margin-left: 0;
    background-image: url("../images/pc/btn_green.png");
    color: #31b192;
}

.text-operate .tj {
    float: right;
    background-image: url("../images/pc/btn_blue.png");
    color: #217bd5;
}

.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;
}


/* pad pro*/
@media(max-width:1199px) {
    .pc-gh {
        margin: 31px 0 0 22px;
    }

    .owl-carousel .owl-item img {
        height: 280px;
    }

    .ewb-footer-icon a.icon1 {
        margin-left: 280px;
    }

    .ewb-footer-icon a.icon2 {
        margin-left: 400px;
    }

    .footer {
        margin-top: 203px;
    }
}

/* pad */
@media(max-width:1023px) {
    .pc-body {
        background: url("../images/phone/bg.jpg") center top no-repeat #f8f8f8;
        background-size: 100%;
    }

    .pc-gh {
        display: block;
        margin: 55px 0 0 25px;
    }

    .pc-title {
        display: block;
        width: 100%;
        margin-top: 29px;
    }

    .main {
        margin-top: 25px;
        background: #fff;
        box-shadow: 0px 0px 7px 0px rgba(19, 93, 164, 0.09);
    }

    .main,
    .main-hd {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .footer {
        height: auto;
        padding: 22px 0 17px 0;
        margin-top: 30px;
        text-align: center;
        background-position: center center;
        background-size: 100% 100%;
    }

    .ewb-footer-icon {
        padding: 0 15px;
    }

    .ewb-footer-icon a {
        position: initial;
        display: inline-block;
        width: auto !important;
        height: auto !important;
    }

    .ewb-footer-icon a.icon1 {
        margin-left: initial;
    }

    .ewb-footer-icon a.icon2 {
        margin-left: 92px;
    }

    .ewb-footer-info>p {
        display: block;
        line-height: 38px;
    }

    .ewb-footer-item {
        margin-right: 0;
    }

}

/* phone */
@media (max-width:767px) {
    .pc-gh {
        display: block;
        width: 40%;
        margin: 10px 0 0 10px;
    }

    .pc-title {
        margin-top: 20px;
    }

    .ewb-footer-icon a.icon2 {
        margin-left: 45px;
    }

    .news-list {
        height: auto;
    }

    .news-list-cont {
        float: initial;
        display: block;
        width: calc(100% - 110px);
    }

    .text-operate {
        float: initial;
        width: auto;
        text-align: right;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .text-operate .wz {
        float: initial;
        display: inline-block;
    }

    .text-operate .tj {
        float: initial;
        display: inline-block;
    }

    .news-list-date {
        margin-top: -40px;
    }

    .footer>div {
        padding: 0 15px;
    }

    .m-pagination-page {
        padding-right: 0;
    }

    .m-pagination-page li:last-child {
        margin-right: 0;
    }
}