.news-container{
    display: flex; margin-top: 30px; align-items: flex-start;
}
.hot-search{
    width: 324px; background: #FFFFFF; border-radius: 16px; position: relative; margin-left: 12px;
}
.hot-search>.title{
    font-size: 20px; font-weight: 600; height: 60px; background: url("../../images/hot.png") top left no-repeat; padding-left: 45px; line-height: 60px;
}
.hot-search>.title>.hot{
    color: #fff; font-size: 14px; font-weight: normal; position: absolute; left: -10px; top: -10px; height: 60px; width: 60px; line-height: 60px; text-align: center; transform: rotate(315deg);
}
.hot-search>.list{
    padding:0 16px 16px;
}
.hot-search>.list>a{
    display: block; padding:20px 0; border-bottom: 1px solid #E8E8E8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 22px; font-size: 16px; position: relative; border-radius: 10px;
}
.hot-search>.list>a:after{
    content: ' '; width: 8px; height: 8px; border-top: 2px solid #ACAAAA; border-right: 2px solid #ACAAAA; position: absolute;
    right:15px; top:27px;  transform: rotate(45deg); display: none;
}
.hot-search>.list>a:hover{
    background: #BFF4E5; margin: 0 -10px; padding:20px 10px;
}
.hot-search>.list>a:hover:after{
    display: block;
}
.hot-search>.list>a>span{
    width: 22px; height: 22px; line-height: 24px; display: inline-block; text-align: center; background-repeat: no-repeat; background-position: center center; background-image: url("../../images/new_.svg"); color: #ACAAAA; margin-right: 8px;
    vertical-align: middle;
}
.hot-search>.list>a:last-child{
    border-color: transparent;
}
.hot-search>.list>a:nth-of-type(1)>span{
    background-image: url("../../images/new_1.svg"); color: #FF7B51;
}
.hot-search>.list>a:nth-of-type(2)>span{
    background-image: url("../../images/new_2.svg"); color: #FF9B52;
}
.hot-search>.list>a:nth-of-type(3)>span{
    background-image: url("../../images/new_3.svg"); color: #0EB67E;
}
.hot-search>.list>a:hover>span{
    background-image: url("../../images/new_last.svg"); color: #0EB67E;
}


.new-list-wrap{
    display: flex; flex-wrap: wrap; margin:-6px -6px 0;
}
.news-list{
    background: #FFF; border-radius: 16px; overflow: hidden; padding-bottom: 10px;
}
.news-list>.photo{
    height: 240px; overflow: hidden; border-radius: 16px; position: relative; display: flex; align-items: center; justify-content: center;
}
.news-list>.photo>img{
    object-fit: cover; width: 100%;
}
.news-list>.name{
    overflow: hidden; line-height: 24px; font-size: 18px; font-weight: 600; max-height: 48px; margin: 12px 15px 0;
    text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;
}
.news-list>.other{
    margin:8px 15px; color: #777; line-height: 24px;
}
.new-list-wrap .news-list{
    width: calc(25% - 12px); margin:6px;
}

.news-detail-container{
    display: flex; align-items: flex-start;
}
.about-info-wrap{
    background: #F8F8F8; border: 1px solid #DCDCDC; border-radius: 16px; width: 324px; margin-left: 12px; padding: 0 16px;
}
.about-info-wrap>.title{
    font-size: 20px; line-height: 22px; font-weight: 600; padding-top: 20px;
}
.atout-info-list>.about-list{
    display: flex; padding:16px 0; border-bottom: 1px solid #E8E8E8;
}
.atout-info-list>.about-list:last-child{
    border-color: transparent;
}
.atout-info-list>.about-list>.image{
    width: 100px; height: 74px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px; margin-right: 14px;
}
.atout-info-list>.about-list>.image>img{
    object-fit: cover; max-width: 100%;
}
.atout-info-list>.about-list .title{
    line-height: 24px; font-size: 16px; font-weight: 600; height: 48px;
    text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden;
}
.atout-info-list>.about-list .other{
    line-height: 20px; height: 20px; color: #777; font-size: 14px;
}

.new-detail-wrap{
    background: #FFF; border-radius: 16px;
}
.news-detail-content{
    padding:60px 176px; border-bottom: 1px solid #E8E8E8;
}
.news-title{
    font-size: 36px; font-weight: 600; line-height: 48px; text-align: center;
}
.news-basic{
    font-size: 16px; line-height: 22px; text-align: center; color: #777; margin-top: 40px;
}
.news-content{
    border-top: 1px solid #E8E8E8; margin-top: 40px; font-size: 18px; font-weight: 400; /* color: #777; */ line-height: 32px; padding: 40px 0;
}
.news-content img{
    max-width: 100%!important; width: auto!important; border-radius: 16px;
}
.news-author-share{
    display: flex; color: #777; border-top: 1px solid #E8E8E8; padding-top: 40px;
}
.news-author-share>.author{
    font-size: 18px; font-weight: 500;
}
.news-author-share>.author>span{
    color: #333;
}
.news-author-share>.share{
    display: flex; align-items: center; font-size: 14px;
}
.news-author-share>.share img{
    display: inline-block; margin:0 3px; cursor: pointer;
}

.news-comment-wrap{
    padding:56px 176px
}
.news-comment-wrap>.title{
    height: 22px; font-size: 20px; font-weight: 600;  line-height: 22px;
}
.comment-form{
    margin-top: 30px;
}
.comment-form>textarea{
    padding: 16px 8px 16px 24px; width: 980px; max-width: 100%; height: 132px; background: #FFFFFF;  border: 1px solid #E8E8E8; border-radius: 16px; resize: none;
}
.comment-form>.message{
    height: 25px; line-height: 20px; color: #FF9B52; text-align: center;
}
.comment-form button{
     height: 48px; line-height: 38px; width: 150px; font-size: 16px; border-radius: 25px; padding: 5px 24px; display: inline-block; border: 1px solid var(--green); color: #fff; background: var(--green); text-align: center;
}
.share-qrcode-wrap{
    position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: rgba(255,255,255,.6); z-index: 1000; display: flex; align-items: center; justify-content: center;
}
.share-qrcode-wrap>.qrocde-body{
    background: #fff; padding: 16px; box-shadow: 0 0 12px rgba(0,0,0,.2); border-radius: 5px;
}
