/* 简介页 */
.big-title{
    padding: 80px 0;
    text-align: center;
    font-size: 24px;
    color:#333;
    display: flex;
    flex-direction: column;
}
.big-title .yellow-line{
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #E2CF94;
    margin: 20px auto;
}
.big-title .m-txt{
    font-size: 12px;
    color:#888;
}
.details-box{
    width: 86%;
    min-width: 1200px;
    max-width: 1600px;
    margin: 0 auto;
}
.top-bg-box{
    background: #F3F3F3;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: space-between;
}
.top-bg-box .lt-author{
    display: flex;
    align-items: center;
    gap: 30px;
}
.top-bg-box .lt-author li{
    color:#333;
    font-size: 14px;
}
.top-bg-box .lt-author .gray{
    color:#888;
    font-size: 12px;
    padding-right: 6px;
}

/* 分享 */
.rt-share {
    display: flex;
    align-items: center;
}
.rt-share a {
    margin-left: 2px;
    width: 36px;
    height: 36px;
    display: block;
}
.rt-share .s1 {
    background: url(../image/share-icon.png) -4px 0px no-repeat;
    background-size: auto 100%;
}
.rt-share .s2 {
    background: url(../image/share-icon.png) -35px 0px no-repeat;
    background-size: auto 100%;
}
.rt-share .s3 {
    background: url(../image/share-icon.png) -69px 0px no-repeat;
    background-size: auto 100%;
}
.rt-share .s4 {
    background: url(../image/share-icon.png) -102px 0px no-repeat;
    background-size: auto 100%;
}
.news-content{
    padding:50px 0;
    font-size: 16px; 
    line-height: 28px;
}
.news-content h1{font-weight: bold;margin-bottom: 20px;font-size: 20px;}
.news-content h2{font-weight: bold;margin-bottom: 20px;font-size: 18px;}
.news-content p{margin-bottom: 10px;}

.news-content img{
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.news-content h2{
    font-size: 18px;
    color:#333;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-content p{
    font-size: 14px;
    color:#444;
    margin-bottom: 30px;
    line-height: 150%;
}
.hot-tag{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px 0px 30px;
    border-top: 1px solid #e1e1e1;
}
.hot-tag span{
    font-size: 14px;
    margin-right: 20px;
    color:#999;
}
.hot-tag .tag{
    font-size: 14px;
    margin-right: 20px;
    color:#444;
    background-color: #F3F3F3;
    border-radius: 99px;
    padding: 6px 20px;
}

/* 评论 */
.ask-box {
    margin-top: 40px;
}

.remark-box {
    background: #F3F3F3;
    padding: 14px 20px;
    margin-top: 20px;
}

.remark-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remark-list .remark-lt {
    display: flex;
    align-items: center;
}

.remark-list .remark-lt .head-icon {
    width: 60px;
    height: 60px;
    border-radius: 199px;
}

.remark-list .remark-txt {
    padding-left: 20px;
}

.remark-list .remark-txt .name {
    font-size: 14px;
    color: #333;
}

.remark-list .remark-txt p {
    font-size: 12px;
    color: #888;
    padding-top: 6px;
}

.remark-list .remark-rt {
    text-align: right;
}

.remark-list .start-icon {
    height: 18px;
    width: 92px;
    background: url(../image/start.png) left center repeat;
    background-size: auto 100%;
    display: block;
    position: relative;
    top: 2px;
    margin: 0 10px;
    background: none;
    width:auto;
}
.remark-list .start-icon span{ color:#E6CD94; font-size: 12px;}

.link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    color: #888;
}

.link-icon .zan {
    width: 20px;
    margin-right: 14px;
}

.remark-box .remark-box {
    border-top: 1px solid #ddd;
    padding: 0 0 10px 30px;
}

.remark-box .remark-box .remark-list {
    margin-top: 20px;
}

.remark-box .remark-box .remark-list .remark-lt .head-icon {
    width: 50px;
    height: 50px;
}

.remark-box .remark-box .remark-list .remark-txt .name {
    font-size: 13px;
}

/* 手机版 */
@media (max-width: 768px) {
    .details-box{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 0 3vw;
    }
    .ask-box{
        margin-top: 5vw;
    }
    .remark-list .start-icon{
        width: 20vw;
        height: 4vw;
    }
    .remark-box{
        padding:3vw 4vw;
        margin-top: 5vw;
    }
    .remark-list .remark-txt{
        padding-left: 4vw;
    }
    .remark-list .remark-lt .head-icon{
        width: 14vw;
        height: 14vw;
    }
    .remark-box .remark-box .remark-list .remark-lt .head-icon{
        width: 12vw;
        height: 12vw;
    }
    .top-bg-box{
        display: block;
        padding: 0;
        background: transparent;
        height: auto;
    }
    .top-bg-box .lt-author{
        gap: 2vw;
        background: #F3F3F3;
        padding: 2vw 2vw;
        justify-content: space-between;
    }
    .top-bg-box .lt-author li{
        font-size: 12px;
    }
    .news-content img{
        width: 100%;
        max-width: 100%;
    }
    .rt-share{
        justify-content: center;
        margin-top: 2vw;
    }
    .big-title{
        padding: 7vw 0;
        font-weight: bold;
    }
    .news-content{
        padding: 5vw 0 2vw 0;
    }
    .news-content h2{
        margin-top: 6vw;
        margin-bottom: 3vw;
    }
    .news-content p{
        margin-bottom: 5vw;
    }
    .top-bg-box .lt-author .gray{
        padding-right: 0;
    }
    .hot-tag{
        padding: 4vw 0 2vw 0;
    }
    .hot-tag .tag{
        padding: 1vw 2vw;
        margin-bottom: 2vw;
        margin-right: 2vw;;
    }
    .sub-text-box{
        margin-top: 4vw;
        padding-bottom: 8vw;
    }
    .sub-text-box .title{
        padding: 2vw 3vw;
    }
    .hot-tag span{
        width: 100%;
        padding-bottom: 2vw;
    }
 
}
