html body {
    background: #f7f3ef;
}
/*新闻列表*/
.news-list {
    margin:2% 0;
}
.news-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-words: flex-start;
    gap:0.3rem 2%;
}

.news-list ul li {
    display: flex;
    width: 49%;
    background: #fff;
    border-radius: 4px;
    padding:2%;
    background: #fff;
}
.news-list ul li a {
    display: block;
    width: 100%;
}
.news-list ul li .photo {
    float: left;
    width: 40%;
    height: 0;
    padding-top: 28%;
    overflow: hidden;
    position: relative;
}
.news-list ul li .photo figure {
	position: absolute;
    top: 0%;
    left: 0%;
	width:100%;
	height:100%;
}
.news-list ul li .photo figure img {
    display: block;
    width: 100%;
	height:100%;
	border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-list ul li .photo figure:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: all 0.3s;
}
.news-list ul li .photo time {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding:0.1rem;
    border-radius:0 0 10px 0;
    background: #fff;
    transition: all 0.6s ease;
}
.news-list ul li:hover .photo time {
    opacity: 1;
    padding:0.2rem;
}
.news-list ul li .photo time h5 {
    font-size: 0.44rem;
    color: #000;
}
.news-list ul li .photo time h6 {
    font-size: 0.16rem;
    color: #b2b2b2;
    margin:0.1rem 0 0 0;

}


.news-list ul li .word {
    float: right;
    width: 60%;
    padding:0 5%;
    background: #fff;
}
.news-list ul li .word h3 {
    width: 100%;
    height: 70px;
    font-size: 0.22rem;
    color: #333;
    line-height: 1.4;
    font-family: "MiSans-Medium";
}

.news-list ul li .word p {
    width:100%;
    height: 90px;
    margin: 1% 0 1%;
    font-size: 0.12rem;
    color: #999;
    line-height:1.8;
    overflow: hidden;
}

.news-list ul li .word .info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.news-list ul li .word .info .go {
    font-size: 0.14rem;
    color: #999;
}
.news-list ul li:hover .word .info .go {
    color: #9f7851;
}
.news-list ul li .word .info .time {
    font-size: 0.14rem;
    color: #999;
}



/*特效*/
.news-list ul li:hover {
}
.news-list ul li:hover .word h3 {
    color: #9f7851;
}
.news-list ul li:hover .photo .link {
    transform: translate(-50%,-50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.news-list ul li:hover .photo img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.01);
}
.news-list ul li:hover .word .more span {
    color: #9f7851;
}
@media screen and (max-width:1024px){
.news-list {
}
.news-list ul {
}
.news-list ul li {
    width:100%;
}

.news-list ul li .photo {
    width: 100%;
    padding-top: 60%;
}
.news-list ul li .photo figure {
}

.news-list ul li .photo .link {
	display:none;
}
.news-list ul li .photo img {
}

.news-list ul li .photo time {
    padding:0.1rem;

}
.news-list ul li:hover .photo time {
    opacity: 1;
    padding:0.2rem;
}
.news-list ul li .photo time h5 {
    font-size: 0.24rem;
}
.news-list ul li .photo time h6 {
    font-size: 0.14rem;
    margin:0.1rem 0 0 0;
}

.news-list ul li .word {
    width: 100%;
    padding: 8% 5% 5%;
    background: #fff;
}
.news-list ul li .word h3 {
    font-size: 0.18rem;
	height: auto;
}
.news-list ul li .word p {
    width:100%;
    height: 115px;
    line-height:1.6;
    font-size: 0.12rem;
    margin: 3% 0 10%;
}
}
/*新闻列表*/


/*新闻详情页*/
.news-artilce {
    padding:2% 0;
    overflow:hidden;
}
.news-box {
    width:70%;
    padding:4% 8%;
    background:#fff;
}
.news-title{
}
.news-title h1 {
    font-size: 0.28rem;
    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:0.16rem;
    color: #999;

    padding:0 0.1rem 0 0;
}
.news-title .info time::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../fonts/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:0.16rem;
    color: #999;

}
.news-title .info span::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../fonts/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: 14px;
    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: 0.16rem;
    padding:0.1rem 0;
}
.pre-next h6 a {
    padding:5px 0px ;
    color:#000;
}
.pre-next h6 a:hover {
    color: #e4002b;
}

/*推荐新闻*/
.hot-news-list {
    width: 24%;
    padding: 0 0.1rem;
    border-left: 1px solid #eee;
    background: #fff;
}
.hot-news-list h2 {
    font-size: 0.24rem;
    color: #333;
    font-weight: bold;
    padding: 5%;
}
.hot-news-list ul {
}
.hot-news-list ul li {
    float: left;
    width: 98%;
    margin: 0.2rem 0;
    padding: 0.2rem 5%;
    border-bottom: 1px solid #eee;
}

.hot-news-list ul li h3 {
    width:100%;
    font-size: 0.16rem;
    color: #333;
    line-height:1.4;
    padding:0.1rem 0;
    overflow: hidden;
}
.hot-news-list ul li:hover h3 {
    color: #9f7851;
}
.hot-news-list ul li time{
    font-size: 0.16rem;
    color: #b2b2b2;

}
.hot-news-list ul li time::before {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../fonts/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: 0.2rem;
    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: 0.2rem;
    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: 0.16rem;
    padding:10px 0;
}

.hot-news-list ul li .item time {
    font-size:0.18rem;
}
}

/*自适应样式 end*/