html body {
    background: #f9f9f9;
}
html body .header::after {
    opacity: 0;
}
/*新闻详情页*/
.news-artilce {
    padding: 0rem 0 0.4rem 0;
    overflow:hidden;
}
.news-box {
    width:70%;
    padding:0.8rem 8%;
    background:#fff;
    box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.1);
}
.news-title{
}
.news-title h1 {
    font-size: var(--fs28);
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    overflow: hidden;
}
.news-title .info {
    padding:0.1rem 0 0 0;
}
.news-title .info time {
    font-size:var(--fs14);
    color: #999;
    font-family: "MiSans-Light";
    padding:0 0.1rem 0 0;
}
.news-title .info time::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/news/time.svg) no-repeat center center/0.18rem;
    margin: 0 0.1rem 0 0;
    transform: translate(0px,-2px);
    display: inline-block;
    vertical-align: middle;
}
.news-title .info span {
    font-size:var(--fs14);
    color: #999;
    font-family: "MiSans-Light";

}
.news-title .info span::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/news/read.svg) no-repeat center center/0.18rem;
    margin: 0 0.1rem 0 0;
    transform: translate(0px,-2px);
    display: inline-block;
    vertical-align: middle;
}

.news-content {
    padding: 2.5% 0;
    max-width:1056px;
    margin: 0.3rem auto;
    line-height: 0.3rem;
    font-size:var(--fs14);
    color: #666;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.news-content img {
    max-width:100% !important;
    height:auto !important;
}

/*上下篇*/
.pre-next {
    padding: 2% 0;
}
.pre-next h6 {
    font-size:var(--fs16);
    padding:0.1rem 0;
}
.pre-next h6 a {
    padding:5px 0px ;
    color:#000;
    font-family: "MiSans-Medium";
}
.pre-next h6 a:hover {
    color: #e4002b;
}

/*推荐新闻*/
.hot-news-list {
    width: 24%;
    padding: 0.8rem 0.1rem;
    background: #fff;
    box-shadow: 10px 10px 50px -10px rgba(0, 0, 0, 0.1);
}
.hot-news-list h2 {
    font-size:var(--fs24);
    color: #333;
    font-weight: bold;
    padding:0 5%;
}
.hot-news-list ul {
}
.hot-news-list ul li {
    float: left;
    width: 98%;
    margin: 0.05rem 0;
    padding: 0.2rem 5%;
    border-bottom: 1px solid #eee;
}

.hot-news-list ul li h3 {
    width:100%;
    font-size:var(--fs16);
    color: #333;
    line-height:1.4;
    font-family: "MiSans-Medium";
    padding:0.1rem 0;
    overflow: hidden;
     transition: transform 1s;
}
.hot-news-list ul li:hover h3 {
    color: #e4002b;
    transform: translate(5px,0px);
}
.hot-news-list ul li time{
    font-size:var(--fs16);
    color: #b2b2b2;

}
.hot-news-list ul li time::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/news/time.svg) no-repeat center center/0.18rem;
    margin: 0 0.1rem 0 0;
    transform: translate(0px,-2px);
    display: inline-block;
    vertical-align: middle;
}


@media screen and (max-width:1024px){
.news-artilce {
    padding:2% 0;
}
.news-box {
    width:100%;
    padding:4% 0%;
}
.news-title{
    padding:0 0.25rem;
}
.news-title h1 {
    font-size:var(--fs20);
    color: #000;
    line-height: 1.4;
    margin-bottom: 1%;
    overflow: hidden;
}


.news-content {
    padding: 2.5% 0.25rem;
    max-width:100%;
    margin: 0 auto;
    overflow: hidden;
}
.news-content img {
    max-width:100% !important;
    height:auto !important;
}

/*推荐新闻*/
.hot-news-list {
    width:100%;
    margin: 0.25rem 0 0 0;
    border-left: none;
}
.hot-news-list h2 {
    font-size:var(--fs20);
    color: #333;
    font-family: 'ChaoPai';
    padding: 5%;
}
.hot-news-list ul {
}
.hot-news-list ul li {
    width: 100%;
    margin: 3% 0;
    padding: 3% 0%;
    border-bottom: 1px solid #eee;
}

.hot-news-list ul li h3 {
    font-size:var(--fs16);
    padding:10px 0;
}

.hot-news-list ul li .item time {
    font-size:var(--fs18);
}
}

/*自适应样式 end*/