.news {
    background: #fafafa;
    padding: 132px 0 141px;
}

.news .news-header .title {
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #222222;
    line-height: 1;
    text-align: center;
}

.news-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 38px;
    gap: 10px 60px;
}

.news-nav a {
    font-weight: 400;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    transition: all .6s;
}

.news-nav a.active,
.news-nav a:hover {
    color: #EA5520;
}

.news-list {
    margin-top: 100px;
}

.news-list .news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list .news-item {
    position: relative;
    padding: 80px 0;
    border-bottom: 1px solid RGBA(222, 222, 222, 1);
}

.news-list .news-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #EA5520;
    transition: all .6s;
}

.news-list .news-item:hover::before {
    width: 100%;
}

.news-list .news-item:first-child {
    padding-top: 0;
}

.news-list .news-item .img {
    width: 450px;
}

.news-list .news-item .picCover {
    padding-top: 56.44%;
}

.news-list .news-item .text-box {
    flex: 1;
    margin-left: 57px;
    padding-top: 33px;
}

.news-list .news-item .text-title {
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #222222;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1em;
    transition: all .6s;
}

.news-list .news-item:hover .text-title {
    color: #EA5520;
}

.news-list .news-item .text-des {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .news-item .date {
    font-family: Rany;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 58px;
}

.news-list .news-item .icon {
    width: 60px;
    height: 60px;
    background: #FAFAFA;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 150px;
    color: rgba(222, 222, 222, 1);
    transition: all .6s;
}

.news-list .news-item:hover .icon {
    background: #EA5520;
    box-shadow: 5px 9px 30px 0px rgba(234, 85, 32, 0.3);
    color: #fff;
}

.news-list .news-item .icon .iconfont {
    font-size: 24px;
}

.news-grid {
    margin-top: 105px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 25px;
}

.news-grid .picCover {
    padding-top: 56.44%;
}

.news-grid .date {
    font-family: Rany;
    font-size: 16px;
    color: #222222;
    line-height: 1;
    margin-top: 30px;
}

.news-grid .text-title {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin: 29px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.news-grid .news-item:hover .text-title {
    color: #EA5520;
}

.news-grid .icon-iconset0416 {
    color: rgba(34, 34, 34, 1);
    font-size: 24px;
    font-weight: 600;
}

.news .pagination {
    margin-top: 100px;
}

.newsDetails {
    padding: 134px 0 150px;
    background-color: RGBA(250, 250, 250, 1);
}

.newsDetails .container {
    width: 1080px;
    margin: 0 auto;
    max-width: 94%;
}

.newsDetails .title {
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #222222;
    line-height: 1.33;
    text-align: center;
}

.newsDetails .date {
    font-family: Rany;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 23px;
    text-align: center;
}

.newsDetails .social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.newsDetails .social a {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(137, 137, 137, 1);
    transition: all .6s;
}

.newsDetails .social a:hover {
    background-color: #EA5520;
    color: #fff;
    border-color: #EA5520;
}

.newsDetails .social a.icon-weixin:hover .qrcode-popup {
    display: block;
}

.newsDetails .social a .iconfont {
    font-size: 20px;
}

.newsDetails .text-box {
    margin-top: 50px;
    padding: 60px 0;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    border-top: 1px solid RGBA(222, 222, 222, 1);
    /* border-bottom: 1px solid RGBA(222, 222, 222, 1); */
}

.newsDetails .text-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.newsDetails .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.newsDetails .btns .btn {
    border: 1px solid #DEDEDE;
    line-height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    padding: 0 30px;
    transition: all .6s;
}
.newsDetails .btns .btn:hover{
    background: #EA5520;
    border-color: #EA5520;
    color: #fff;
}
.newsDetails .btns .btn .text{
    flex: 1;
    margin-right: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsDetails .btns .btn .iconfont{
    font-size: 24px;
}
@media (max-width:1199px) {
    .newsDetails{
        padding: 80px 0;
    }
    .newsDetails .text-box{
        margin-top: 45px;
        padding: 45px 0;
    }
    .news-grid{
        margin-top: 45px;
    }
    .news{
        padding: 80px 0;
    }
    .news-list{
        margin-top: 45px;
    }
    .news-list .news-item{
        padding: 45px 0;
    }
    .news .pagination{
        margin-top: 45px;
    }
    .news-list .news-item .icon,
    .news-list .news-item .text-box{
        margin-left: 40px;
    }
    .news-list .news-item .icon{
        width: 50px;
        height: 50px;
    }
    .news-list .news-item .text-box{
        padding-top: 20px;
    }
    .news-list .news-item .img{
        width: 400px;
    }
    .news-list .news-item .date{
        margin-top: 30px;
    }
    .news-grid{
        gap: 50px 25px;
    }
}
@media (max-width:1024px) {
    .newsDetails{
        padding: 70px 0;
    }
    .newsDetails .text-box{
        margin-top: 40px;
        padding: 40px 0;
    }
    .news-grid{
        gap: 40px 25px;
    }
    .news-grid .date{
        margin-top: 20px;
    }
    .news-grid .text-title{
        margin: 20px 0;
    }
    .news-grid{
        margin-top: 40px;
    }
    .news-list .news-item .icon{
        display: none;
    }
    .news{
        padding: 70px 0;
    }
    .news-list{
        margin-top: 40px;
    }
    .news-list .news-item{
        padding: 40px 0;
    }
    .news .pagination{
        margin-top: 40px;
    }
    .news-list .news-item .img{
        width: 360px;
    }
    .news-list .news-item .text-box{
        margin-left: 30px;
    }
    .news-nav{
        margin-top: 30px;
    }
    .news-grid{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:768px) {
    .newsDetails{
        padding: 60px 0;
    }
    .newsDetails .text-box{
        margin-top: 30px;
        padding: 30px 0;
    }
    .news-grid .icon-iconset0416{
        font-size: 20px;
    }
    .news-grid .text-title{
        margin: 10px 0;
    }
    .news-grid{
        margin-top: 30px;
    }
    .news-nav{
        gap: 10px 30px;
    }
    .news-nav{
        margin-top: 25px;
    }
    .news-list .news-item .text-title{
        margin-bottom: .6em;
    }
    .news-list .news-item .date{
        margin-top: 14px;
    }
    .news-list .news-item .img{
        width: 100%;
    }
    .news-list .news-item .text-box{
        margin-left: 0;
        padding-top: 25px;
    }
    .news-list .news-item{
        flex-direction: column;
    }
    .news{
        padding: 60px 0;
    }
    .news-list{
        margin-top: 30px;
    }
    .news-list .news-item{
        padding: 30px 0;
    }
    .news .pagination{
        margin-top: 30px;
    }
    .newsDetails .btns .btn{
        line-height: 58px;
    }
    .newsDetails .btns{
        grid-template-columns: repeat(1,1fr);
    }
}
@media (max-width:500px) {
    .newsDetails .social a{
        width: 40px;
        height: 40px;
    }
    .newsDetails .social{
        gap: 0 20px;
    }
    .newsDetails .btns .btn .iconfont{
        font-size: 20px;
    }
    .newsDetails .btns .btn{
        padding: 0 20px;
        line-height: 48px;
    }
    .newsDetails .social,
    .newsDetails .date{
        margin-top: 15px;
    }
    .newsDetails .title{
        font-size: 20px;
    }
    .newsDetails{
        padding: 50px 0;
    }
    .newsDetails .text-box{
        margin-top: 25px;
        padding: 25px 0;
    }
    .news-grid{
        margin-top: 25px;
        grid-template-columns: repeat(1,1fr);
        gap: 35px 20px;
    }
    .news-nav{
        margin-top: 20px;
        gap: 5px 20px;
    }
    .news-nav a{
        font-size: 16px;
    }
    .news-list .news-item .text-title{
        font-size: 18px;
    }
    .news-list .news-item .date,
    .news-list .news-item .text-des{
        font-size: 14px;
    }
    .news{
        padding: 50px 0;
    }
    .news-list{
        margin-top: 25px;
    }
    .news-list .news-item{
        padding: 25px 0;
    }
    .news .pagination{
        margin-top: 25px;
    }
}