



@media (min-width: 1367px) {
    header,
    header.down {
        height: 100px;
    }
    .header-right .phone,
    .header-nav .header-nav-item {
        line-height: 100px;
    }
    header.down .logo img,
    header .logo img {
        transform: scale(.7);
    }
}

.wrapper {
    width: 100%;
    padding-left: 160px;
    padding-right: 160px;
}

.sub-nav {
    text-align: center;
    padding: 4.427vw 0;

}

.sub-nav li {
    display: inline-block;
}

.sub-nav li a {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 16px 2.86vw;
    display: block;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .5s ease;
}

.sub-nav li a.cur,
.sub-nav li:hover a {
    background-color: var(--theme-color);
    color: #fff;
}

.sub-nav li:hover a {
    transform: translateY(-3px);
}

.list-item .item a,
.list-item .item {
    border-radius: 10px;

}

.list-item .item a {
    display: flex;
    justify-content: space-between;
    padding: 3.125vw 4.6875vw 3.125vw 2.6vw;
    color: #333;
    align-items: center;
    transition: all .45s ease;
    ;
}

.list-item .item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .24);
    ;
    margin-bottom: 2.6vw;
}

.list-item .item .info {
    color: #777;
    font-size: 16px;
    line-height: 30px;
}

.list-item .item h2 {
    font-weight: bold;
    font-size: 34px;
}

.list-item .item .date {
    font-size: 16px;
    margin-top: 1.04vw;
    margin-bottom: 1vw;
}


.list-item .item .img-con {
    width: 26.19vw;
    border-radius: 12px;
    overflow: hidden;
}

.list-item .item .img-con img {
    transition: all .5s ease;
}

.list-item .item .txt-con {
    width: calc(100% - 26.9vw);
    padding-left: 70px;
}

.list-item .item .btn-more {
    padding: 12px calc(14px + 1.875vw);
    display: inline-block;
    border-radius: 8px;
    margin-top: 23px;
    transform: translateY(20px);
    line-height: 1;
}


@media (min-width: 1001px) {
    .list-item .item a:hover {
        color: #fff;
        background-color: var(--theme-color);
    }

    .list-item .item a:hover .info {
        color: #fff;
    }

    .list-item .item a:hover .btn-more {
        transform: translateY(0);
        animation: flipInX 1s ease;

    }

    .list-item .item a:hover img {
        transform: scale(1.2);
    }

    .list-item .item .btn-more:hover {
        border-color: #fff;
    }
}



.sub-banner-txt {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}

.sub-banner-txt h2 {
    animation: fadeInUp ease 1s;
}

.page-list {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* details */
.detail-wrapper {
    margin-top: 100px;
    background-color: #f2f4f5;
    padding-top: 60px;
}

.detail-wrapper .left-con {
    width: calc(100% - 450px);
    max-width: 1156px;
    background-color: #fff;
    padding: 4vw 3.125vw;
    margin-right: 20px;
}

.detail-wrapper .left-con .date {
    background: url("../images/icon-date.png") no-repeat left center;
    padding-left: 33px;
    color: #ccc;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.other-top {
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 1.5vw;
    padding-top: 2.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.detail-wrapper .news-detail-con p {
    font-size: 18px;
    line-height: 36px;
    color: #808080;
    margin: 30px 0;

}

.detail-wrapper .left-con .title {
    font-size: 48px;
    font-weight: bold;

}

.detail-wrapper .other {
    padding-top: 30px;
}

.key-word ul {
    display: flex;
    align-items: center;
}

.key-word ul li a {
    display: inline-block;
    background-color: #d11031;
    color: #fff;
    margin: 0 4px;
    padding: 4px 13px;
}

.detail-wrapper .back {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-wrapper .back a {
    position: relative;
    display: inline-block;
}

.detail-wrapper .back a::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: url("../images/icon-back.png") no-repeat center;

}

.detail-wrapper .back:before,
.detail-wrapper .back:after {
    content: '';
    width: calc((100% - 120px) / 2);
    height: 1px;
    background-color: #e6e6e6;
    display: block;
}

.detail-wrapper .back span {
    margin-top: 10px;
    display: block;
    position: absolute;
}

.detail-wrapper .btn-return {
    font-size: 14px;
    color: #808080;
}

.detail-wrapper .back:hover a {
    color: var(--theme-color);
}

.detail-wrapper .link-page {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.link-page a {
    font-size: 18px;
    color: #808080;
    border: 1px solid #e6e6e6;
    padding: 1vw 3.75vw;
    transition: all .35s ease;
    ;
}

.link-page a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.detail-wrapper .left-con,
.detail-wrapper .right-con {
    display: inline-block;
    vertical-align: top;
}

.detail-wrapper .right-con {
    width: 420px;
    position: sticky;
    top: 160px;
    height: auto;
    transition: all .45s ease;
}

.detail-wrapper .right-detail {
    background-color: #fff;
    padding: 3.125vw 0;

}

.detail-wrapper .right-con ul {
    padding: 0 1.77vw;
}

.detail-wrapper .right-con h2 {
    font-size: 36px;
    margin-bottom: 2.08vw;
    position: relative;
    /* padding-left: 1.77vw; */
    padding-left: 30px;
}

.detail-wrapper .right-con h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--theme-color);

}

.detail-wrapper .right-con li a {
    color: #555;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px dashed #d5d5d5;
    display: block;
    padding-left: 27px;
    position: relative;
}

.detail-wrapper .right-con li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
}

.detail-wrapper .right-con li:first-child a::before {
    display: none;
}

.detail-wrapper .right-con li:first-child a {
    padding-left: 0;
    border: 0;
    position: relative;
}

.detail-wrapper .right-con li:first-child .img-con {
    overflow: hidden;
}

.detail-wrapper .right-con li:first-child .img-con img {
    transition: all .4s ease;
}

.detail-wrapper .right-con li:first-child {
    border-top: 0;
    margin-bottom: 20px;
}


.detail-wrapper .right-con li:first-child .txt-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    z-index: 9;
}

.detail-wrapper .right-con li:first-child .txt-con::before {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.detail-wrapper .right-con li:first-child .txt-con p {
    position: relative;
    z-index: 9;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-wrapper .right-con li:first-child:hover img {
    transform: scale(1.1);

}

.detail-wrapper .right-con li:hover a {
    color: var(--theme-color);
}

.bsBox {
    box-sizing: content-box;
}

.bshare-custom a {
    width: 40px;
    height: 30px !important;
    padding-left: 0 !important;
}

.bshare-custom a.bshare-weixin {
    background: url("../images/icon-wx.png") no-repeat center;
    margin-right: 10px;
}

.bshare-custom a.bshare-sinaminiblog {
    background: url("../images/icon-wb.png") no-repeat center;
}

@media (max-width: 1680px) {
    .wrapper {
        padding-left: 130px;
        padding-right: 130px;
    }

}


@media (max-width: 1660px) {
    .list-item .item h2 {
        font-size: 27px;
    }

    .list-item .item .info {
        font-size: 15px;
        line-height: 26px;
    }

    .sub-nav li a {
        font-size: 18px;
    }




    .detail-wrapper .left-con .title {
        font-size: 38px;
    }

    .detail-wrapper .right-con h2 {
        font-size: 28px;
    }

    .detail-wrapper .news-detail-con p,
    .detail-wrapper .left-con .date {
        font-size: 16px;
    }

    .detail-wrapper .news-detail-con p {
        line-height: 30px;
    }

    .detail-wrapper .right-con li a {
        font-size: 15px;
        line-height: 50px;

    }

    .link-page a {
        font-size: 16px;
    }

}

@media (max-width: 1440px) {
    .wrapper {
        padding-left: 90px;
        padding-right: 90px;
    }

    .list-item .item h2 {
        font-size: 22px;
    }

    .list-item .item .info {
        font-size: 14px;
        line-height: 24px;
    }

    .sub-nav li a {
        font-size: 16px;
    }

    .list-item .item .btn-more {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list-item .item .date {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .list-item .item a {
        padding: 35px;
    }

    .sub-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list-item .item .txt-con {
        padding-left: 40px;
    }

    .list-item .item .btn-more {
        margin-top: 15px;
        transform: translateY(0);
    }

    /* detail */
    .detail-wrapper .left-con .title {
        font-size: 28px;
    }

    .detail-wrapper .right-con h2 {
        font-size: 22px;
        padding-left: 20px;
    }

    .detail-wrapper .news-detail-con p,
    .detail-wrapper .left-con .date {
        font-size: 15px;
    }

    .detail-wrapper .news-detail-con p {
        line-height: 26px;

    }

    .detail-wrapper .right-con li a {
        font-size: 14px;
        line-height: 46px;

    }

    .link-page a {
        font-size: 14px;
    }
}

@media (max-width: 1366px) {
    .detail-wrapper {
        margin-top: 100px;
    }

}

@media (max-width: 1280px) {
    .wrapper {
        padding-left: 80px;
        padding-right: 80px;
    }


    /* .detail-wrapper{
        margin-top: 80px;
    } */
    .detail-wrapper .left-con .title {
        font-size: 22px;
    }

    .detail-wrapper .right-con h2 {
        font-size: 18px;
    }

    .detail-wrapper .news-detail-con p,
    .detail-wrapper .left-con .date {
        font-size: 14px;
    }

    .detail-wrapper .news-detail-con p {
        line-height: 22px;
    }

    .detail-wrapper .right-con {
        width: 320px;
        top: 136px;
    }

    .detail-wrapper .left-con {
        width: calc(100% - 345px);
    }

}


@media (max-width: 1000px) {

    .wrapper {
        padding: 0 5%;
        margin-left: auto;
        margin-right: auto;
    }

    .list-item .item .txt-con {
        padding-left: 20px;
    }

    .list-item .item .btn-more {
        border: 1px solid var(--theme-color);
        color: var(--theme-color);
        background-color: transparent !important;
    }

    .list-item .item h2 {
        font-size: 18px;
    }

    .list-item .item .date {
        font-size: 14px;
    }


    .detail-wrapper .right-con {
        width: 100%;
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .detail-wrapper .left-con {
        width: 100%;
    }

    .detail-wrapper {
        margin-top: 50px;
        padding-top: 50px;

    }

    .detail-wrapper .right-con li a {
        padding-left: 18px;
    }

    .detail-wrapper .right-con ul {
        padding: 0 15px;
    }

}


@media (max-width: 768px) {
    .sub-nav li a {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .list-item .item a {
        display: block;
        padding: 25px;
    }

    .list-item .item .img-con,
    .list-item .item .txt-con {
        width: 100%;
    }

    .list-item .item .txt-con {
        padding-left: 0;
        margin-top: 15px;
    }

    .list-item .item .img-con img {
        width: 100%;
    }

    .detail-wrapper .left-con .title {
        font-size: 20px;

    }

    .detail-wrapper .right-con h2 {
        font-size: 16px;
    }

}


@media (max-width: 480px) {
    .list-item .item a {
        padding: 15px;
    }

    .detail-wrapper .left-con .title {
        font-size: 18px;
    }

    .bshare-custom a {
        background-size: 16px auto !important;
        width: 20px;
    }

    .bshare-custom a.bshare-weixin {
        margin-right: 5px;
    }

    .other-top {
        border-width: 1px;
    }

    .detail-wrapper .left-con .date {
        background-size: 16px auto;
        padding-left: 23px;
    }

    .detail-wrapper .news-detail-con p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .detail-wrapper .back a::before {
        width: 50px;
        height: 50px;
    }

    .detail-wrapper .back a::before {
        background-size: 20px auto;
    }

    .detail-wrapper .back span,
    .link-page a {
        font-size: 12px;
    }

    .detail-wrapper {
        padding-top: 20px;
    }

    .detail-wrapper .right-con {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail-wrapper .link-page {
        margin-top: 0;
    }

    .detail-wrapper .back span {
        margin-top: 5px;
    }

    .detail-wrapper .right-con h2 {
        padding-left: 15px;
    }

    .list-item .item .btn-more {
        margin-top: 10px;
    }


}