.sub-banner {
    background-image: url(../images/banner/banner-new.png);
    background-size: cover;
    background-position: center center;
}

.epc-a-u-btn {
    margin: 27px auto 0;
}

.epc-a-u-btn .eactive,
.btn-default:hover {
    background-color: #2796E5;
    color: #fff;
    border-color: #2796E5;
}

.btn {
    border-radius: 10px;
    padding: 12px auto;
    min-width: 160px;
}

.epc-a-u-btn .btn {
    font-size: 16px;
}

.epc-news-c:first-child {
    border-top: 1px solid #DCDCDC;
}

.epc-news-c {
    min-height: 160px;
    border-bottom: 1px solid #DCDCDC;
    padding: 25px 0;
}

.epc-n-c-title a {
    font-size: 20px;
    font-weight: 400;
}

.epc-n-c-cont {
    color: #999999;
    margin: 8px 0;
}

.epc-n-c-d,
.epc-n-c-d span {
    color: #ABBBC4;
    font-size: 12px;
}

.epc-news-details {
    display: none;
}

a:hover {
    color: #2796e5;
}

.epc-n-c-d i {
    margin-right: 6px;
}


.epc-news-c img {
    width: 160px;
    height: 110px;
}

.container {
    max-width: 1170px !important;
}

@media (min-width: 640px) and (max-width: 1023px) {
    .sub-banner {
        background-size: contain;
    }

    .epc-news-c {
        display: flex;
    }

    .epc-news-c img {
        width: 160px;
        height: 110px;
        margin-left: 10px;
    }

    .epc-n-c-cont {
        display: none;
    }

    .epc-n-c-title a {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }

}

@media (max-width: 639px) {
    .sub-banner {
        background-size: 150% 100%;
    }

    .epc-news-c {
        display: flex;
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
    }

    .epc-news-c p {
        padding-right: 0;
    }

    .epc-news-c img {
        width: 100px;
        max-width: 100px;
        height: 50px;
        margin-left: 0;
    }

    .epc-n-c-cont {
        display: none;
    }

    .epc-n-c-title a {
        font-size: 14px;
    }

    .pagination {
        margin-right: 20px;
    }
}

.epc-n-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 53px;
    margin-bottom: 39px;
    text-align: center;
}

.epc-n-c {
    font-size: 15px;
    line-height: 32px;
    text-indent: 32px;
}

.epc-n-cs {
    padding-bottom: 60px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 36px;
}

.epc-n-p a {
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    display: block;
}

a:hover {
    color: #2796e5;
}

.epc-n-img {
    margin: 26px 0 35px;
    text-align: center;
}

.epc-n-img100 {
    max-height: 100%;
    max-width: 100%;
}

.epc-n-p {
    margin-bottom: 53px;
}

.epc-n-img img {
    margin: 0 auto;
}

@media (min-width: 640px) and (max-width: 1023px) {

    .epc-n-p {
        margin-left: 20px;
    }

    .epc-n-c {
        padding: 0 10px;
    }
}

@media (max-width: 639px) {

    .epc-c-label {
        display: none;
    }

    .epc-n-title {
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
    }

    .epc-n-img img {
        width: 90%;
    }

    .epc-n-p {
        margin-left: 20px;
    }

    .epc-n-p a {
        font-size: 14px;
    }

    .epc-n-c {
        padding: 0 10px;
    }
}

@media (min-width: 1024px) {
    .footer {
        margin-left: -30px;
    }
}