/* 详情 */

.detailes-title {
    width: 83%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.detailes-title img {
    width: 24.4791vw;
    margin-left: 8.4375vw;
}

.detailes-title h3 {
    font-size: 0.9895vw;
    font-weight: 300;
    color: #676D74;
    line-height: 2.6562vw;
    position: absolute;
    right: 0;
    bottom: 1.0416vw;
}

.detailes-con {
    width: 53%;
    height: auto;
    margin: 0 auto;
    padding: 4.6875vw 0 7.5vw;
    font-size: 0.8854vw;
    font-weight: 400;
    color: #676D74;
    line-height: 2.0833vw;
}

.detailes-con h4 {
    font-size: 1.6666vw;
    font-weight: 500;
    color: #000000;
    line-height: 5.0520vw;
}

.detailes-con img {
    max-width: 100%;
}

.de_banner_con .txt h2 {
    padding-top: 9vw;
}


/* 新闻 */

.news-show-con {
    height: auto;
    padding-top: 3.0729vw;
    background: #F4F4F4;
}

.news-show {
    width: 83%;
    height: auto;
    margin: 0 auto 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
}

.news-show01 {
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: none;
}

.news-show li {
    width: 48.7%;
    height: auto;
    /* margin: 0 auto; */
}

.news-show li a .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-show li a img {
    width: 100%;
    transform: scale(1);
    transition: all .6s;
}

.news-show li a img:hover {
    transform: scale(1.5);
}

.news-show li .txt {
    height: auto;
    padding: 1.3020vw 0 3vw;
}

.news-show li .txt h3 {
    font-size: 0.8333vw;
    font-weight: 300;
    color: #676D74;
    line-height: 2.2916vw;
}

.news-show li .txt h4 {
    font-size: 1.1458vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.875vw;
    margin-bottom: 2.6041vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-show li .txt .more {
    font-size: 0.8333vw;
    font-weight: 500;
    color: #676D74;
    line-height: 2.2916vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-show li .txt .more img {
    width: 0.625vw;
    height: 0.625vw;
}

.news-show li:hover .txt .more img {
    display: none;
}

.news-show li:hover .txt .more {
    color: #000;
}

.news-list {
    height: auto;
    padding: 3.125vw 0 0;
}

.news-list .list-con {
    height: auto;
}

.news-list-con li {
    width: 31.8%;
    margin-right: 2.3%;
}

.news-list-con li:last-child {
    margin-right: 0;
}


/* .news-list-con li:hover {
    background: #75AB29;
} */

.turn-pages-con {
    width: 83%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.turn-pages-con .turn-pages {
    height: auto;
    display: flex;
    align-items: center;
}

.turn-pages-con .turn-pages a {
    width: 2.6562vw;
    height: 2.6562vw;
    line-height: 2.6562vw;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-left: 1.5625vw;
    background: #F4F4F4;
    font-size: 1.0416vw;
    font-weight: 600;
    color: #000000;
}

.turn-pages-con .turn-pages a:first-child {
    background: url(../image/turn_page_prev.png) no-repeat;
    background-size: 2.6562vw;
}

.turn-pages-con .turn-pages a:last-child {
    background: url(../image/turn_page_next.png) no-repeat;
    background-size: 2.6562vw;
}

.turn-pages-con .turn-pages a:first-child:hover {
    background: url(../image/turn_page_prev01.png) no-repeat;
    background-size: 2.6562vw;
}

.turn-pages-con .turn-pages a:last-child:hover {
    background: url(../image/turn_page_next01.png) no-repeat;
    background-size: 2.6562vw;
}

.turn-pages-con .turn-pages a:hover,
.turn-pages-con .turn-pages a.active {
    background: #39444B;
    color: #fff;
}

.turn-pages-con .turn-pages a.none {
    background: #fff;
}

.turn-pages-con .turn-pages a.none:hover {
    background: #fff;
    color: #000;
}

.news-line {
    width: 83%;
    height: 1px;
    background: #676D74;
    opacity: .2;
    margin: -3.125vw auto 3.125vw;
}


/* 媒体查询 */

@media screen and (max-width:834px) {
    .in-dynamic {
        padding-bottom: 4vw;
    }
    .news-show {
        width: 91%;
        margin: 0 auto 6vw;
    }
    .news-show li {
        width: 47%;
        margin: 0;
    }
    .news-show01 li:last-child {
        /*display: none;*/
    }
    .news-show li .txt {
        padding: 2.6667vw 0 6vw;
    }
    .news-show li .txt h3 {
        font-size: 3.2vw;
        line-height: 1.5;
        margin-bottom: 1.3333vw;
    }
    .news-show li .txt h4 {
        font-size: 3.4667vw;
        line-height: 1.5;
        margin-bottom: 2.6667vw;
    }
    .news-show li .txt .more {
        font-size: 2.6667vw;
        line-height: 1.5;
    }
    .news-show li .txt .more img {
        width: 2.1333vw;
        height: 2.1333vw;
    }
    .news-show li {
        width: 100%;
    }
    .turn-pages-con {
        margin: 8vw auto;
        justify-content: center;
    }
    .turn-pages-con .turn-pages a {
        width: 6.6562vw;
        height: 6.6562vw;
        line-height: 6.6562vw;
        text-align: center;
        border-radius: 50%;
        display: block;
        margin-left: 3vw;
        background: #F4F4F4;
        font-size: 2.4vw;
        font-weight: 600;
        color: #000000;
    }
    .turn-pages-con .turn-pages a:first-child,
    .turn-pages-con .turn-pages a:last-child,
    .turn-pages-con .turn-pages a:first-child:hover,
    .turn-pages-con .turn-pages a:last-child:hover {
        background-size: 6.6562vw;
    }
    .detailes-con,
    .detailes-title {
        width: 91%;
    }
    .detailes-title img {
        width: 41.3333vw;
        margin-left: 0;
    }
    .detailes-title h3 {
        font-size: 3.2vw;
    }
    .detailes-con {
        margin: 6vw auto;
        font-size: 3.2vw;
        line-height: 1.8;
    }
    .detailes-con h4 {
        font-size: 5.0667vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    .news-line {
        width: 91%;
        margin: 4vw auto;
    }
}