.new_list .layout .left{width: 70%;max-width: none;}
.new_list .layout .right{width: 25%;max-width: 300px;min-width: auto;}
.new_list .left .time{font-size: 16px;color: #666;}
.new_list .left .head_top .title{font-size: 30px;color: #000;}
.new_list .left .share{display: flex;}
.new_list .left .share>span{margin-right: 15px;}
.new_list .new_entry{margin-top: 3%;}
.new_list .new_entry img{max-width: 100%;height: auto;}
.new_list .new_entry p{margin: 5px 0;padding: 5px 0;color: #666;}
.new_list .left .new_entry .title{font-size: 18px;}
.new_list .bottom_nav{display:grid;grid-template-columns: repeat(1,1fr);margin-top: 3%;}
.news_link_bottom{display: flex;flex-wrap: wrap;border-bottom: 1px solid #333333;justify-content: start;align-items: center;line-height: 2;max-width: 750px;}
.news_link_bottom .tit{font-size: 20px;}
.news_link_bottom .con{font-size: 16px;}

 
.new_list .right{position: sticky;top: 100px;}
.new_list .right .title{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 3%;}
.new_list .right .title:nth-child(3){margin-top: 10%;}
.new_list .right form{position: relative;}
.new_list .right .search-ipt{background-color: #f6f6f6;line-height: 54px;padding: 0 5%;width: 100%;}
.new_list .right .search-btn{position: absolute;width: 16px;height: 0;background: url(../image/list_search.webp) no-repeat center/cover;border: 0;padding-top: 16px;right: 5%;top: 50%;transform: translateY(-50%);}
.new_list .right .item{display: flex;justify-content: start;align-items: center;margin: 4% 0;}
.new_list .right .item .img_warp{width: 80px;padding-bottom: 80px;flex-shrink: 0;}
.new_list .right .item .info{margin-left: 15px;}
.new_list .right .item .info .time{font-size: 16px;color: #666;}
.new_list .right .item .info .title{font-size: 18px;color: #000;}
.new_list .right .item .info .title:hover{text-decoration: underline;}

.new_list .right_image{padding-top: 5%;}
.new_list .right_image .img_warp{padding-bottom: 152%;}
.new_list .right_image .info{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;text-align: center;}
.new_list .right_image .title{display: flex;justify-content: center;align-items: center;font-weight: bold;color: #fff;}
.new_list .right_image .title .s{transform: rotate(-90deg);font-size: 13px;}
.new_list .right_image .title .num{font-size: 88px;}
.new_list .right_image .title .r{display: flex;flex-direction: column;align-items: start;justify-content: start;margin-left: 5px;}
.new_list .right_image .title .fh{font-size: 51px;line-height: 1;}
.new_list .right_image .title .OFF{font-size: 20px;}
.new_list .right_image .txt{text-align: center;}
.new_list .right_image .link{display: inline-block;border: 1px solid #fff;color: #fff;font-size: 18px;padding: 5px 20px;margin: 20% auto 0;transition: all .5s;}
.new_list .right_image .link:hover{background-color: #fff;color: var(--conmmonColor);}


@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 950px) {
	.new_list .left .head_top .title{font-size: 24px;}
	.new_list .left .head_top .title{font-size: 20px;}
	.new_list .layout .left{display: block;width: 100%;}
	.new_list .layout .right{display: none;}
	.new_list .item{flex-direction: column;padding: 5% 0;}
	.new_list .item .img_warp{width: 100%;padding-bottom: 64%;max-width: none;}
	.new_list .item .info{margin-left: 0;margin-top: 5%;}
	

	
}