.news-div a {
    display: flex;
    padding-bottom: 50px;
}

.news-div a:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.news-div a:nth-child(2n) {
    flex-direction: row-reverse;
}

.news-div a:nth-child(2n) .left {
    padding-left: 100px;
    padding-right: 0;
    text-align: right;
}

.news-div a:nth-child(2n) .left i:nth-child(4) {
    left: auto;
    right: 0;
}

.news-div a .left {
    width: 66.66%;
    padding-right: 100px;
    position: relative;
}

.news-div a .right {
    width: 33.33%;
    overflow: hidden;
}

.news-div a .right img {
    width: 100%;
    transition: .4s;
}

.news-div a .left p:nth-child(1) {
    font-size: 15px;
    margin-bottom: 45px;
    color: #aaaaaa;
    font-family: DIN;
    line-height: 1;
}

.news-div a .left p:nth-child(2) {
    font-size: 20px;
    color: #000000;
    line-height: 1;
    margin-bottom: 25px;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-div a .left p:nth-child(3) {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 40px;
}

.news-div a .left i:nth-child(4) {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
    color: #000;
    display: inline-block;
    transform: scale(1, 0.6);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: .4s;
}

.news-div a:nth-child(1) ~ a {
    padding-top: 50px;
    border-top: 1px solid #e9e9e9;
}

.news-div a:hover img {
    transform: scale(1.1, 1.1);
}

.news-div a:hover .left p:nth-child(2), .news-div a:hover .left i:nth-child(4) {
    color: #e40001;
}

.news .page {
    margin-top: 65px;
}

/*--------------------------------------*/
.fanye > a {
    transform: translateY(0);
    top: 0%;
}

.news-show1 .container {
    padding: 80px 98px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-show .title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.news-show .title p:nth-child(1) {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 25px;
}

.news-show .title p:nth-child(2) {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    margin-bottom: 0;
}

.news-show .title p:nth-child(2) span {
    margin: 0 5px;
}

.news-show-main {
    padding: 70px 0 60px;
}

.news-show-main p {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    text-indent: 28px;
    margin-bottom: 25px;
}

.news-show-main p:last-child {
    margin-bottom: 0;
}

.news-show-main p img {
    max-width: 100%;
    margin-left: -28px;
}

.news-show-main p.title2 {
    text-indent: 0;
    margin-bottom: 35px;
    margin-top: 15px;
}

.news-show .title3 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.news-show .title3 p {
    text-align: left;
    font-size: 28px;
    line-height: 1;
    color: #333333;
    margin-bottom: 0;
}

.news-show .title3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    display: block;
    background: #e40001;
}

.news-show .fanye {
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 70px;
}

.news-show .news-list a:nth-child(1), .news-show .news-list a:nth-child(2) {
    border-top: none;
}

.news-show .news-list {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
}

@media (max-width: 1260px) {
    .news-show1 .container {
        padding: 60px;
    }

    .news-show-main {
        padding: 45px 0;
    }

    .news-show-main p.title2 {
        margin-bottom: 15px;
    }

    .news-show .fanye {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .news-show .fanye {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .news-show .title3 {
        margin-bottom: 25px;
    }

    .news-show-main {
        padding: 25px 0;
    }

    .news-show .title3 p {
        font-size: 24px;
    }

    .news-list a {
        font-size: 14px;
    }

    .news-show1 .container {
        padding: 60px 45px;
    }

    .news-div a .left {
        width: 50%;
        padding-right: 25px;
    }

    .news-div a .right {
        width: 50%;
    }

    .news-div a .left p:nth-child(1) {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .news-div a .left p:nth-child(3) {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-div a:nth-child(2n) .left {
        padding-left: 25px;
    }

    .news-div a .left p:nth-child(2) {
        font-size: 18px;
    }

    .news-div a:nth-child(1) ~ a {
        padding: 35px 0;
    }

    .news-div a {
        padding-bottom: 35px;
    }

    .news .page {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .news-show1 .container {
        padding: 45px 25px;
    }

    .news-show .title p:nth-child(1) {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .news-div a {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 15px;
    }

    .news-div a:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .news-show .title p:nth-child(2) {
        font-size: 12px;
    }

    .news-div a .left {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }

    .news-div a .right {
        width: 100%;
    }

    .news-div a:nth-child(1) ~ a {
        padding: 15px 0;
    }

    .news-div a:nth-child(2n) .left {
        text-align: left;
        padding-left: 0;
    }

    .news-div a .left i:nth-child(4), .news-div a:nth-child(2n) .left i:nth-child(4) {
        left: 0;
        right: auto;
    }

    .news .page {
        margin-top: 25px;
    }

    .inner-banner p:nth-child(1) {
        font-size: 40px;
        margin-bottom: 15px;
    }

}

@media (max-width: 414px) {
    .news-show1 .container {
        padding: 0 15px;
        box-shadow: none;
    }

    .news-show .news-list {
        margin-bottom: 0;
    }

    .news-show .title p:nth-child(2) span {
        width: 50%;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .news-show-main p {
        line-height: 28px;
    }

    .news-show .title p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
    }

    .news-div a .left p:nth-child(2) {
        margin-bottom: 15px;
    }
}