
.news_box{
    padding: var(--main-padding);
    background-color: rgba(255,255,255,1);
}



.page_new_list li{
   
    padding-top: 0px;
    margin-bottom: 25px;
    background-color: rgba(239,241,245,1);
	margin-top: 25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.page_new_list li:hover {
    box-shadow: 0 0 20px 10px rgb(29 56 72 / 17%);
    background: #fff;
}
.page_new_list li .img{
	width: 28%;
	overflow: hidden;
}
.page_new_list li .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.page_new_list li:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.page_new_list li .txt{
	width: 72%;
    padding: 5%;
}

.page_new_list li .txt .info {
    padding-left: 20px;
    padding-right: 20px;
    width: 72%;
}




.page_new_list li .txt .info h5{
    color: rgba(51,51,51,1);
    padding: 15px 0;
    margin-top: 0px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1;
    transition: all .2s ease;
}


.page_new_list li .txt .info p{
    font-size: 16px;
    color: rgba(112,112,112,1);
    line-height: 1.8;
}
.page_new_list li .txt .time{
	flex: 1;
}



.page_new_list li .txt .time h5{
    min-height: 20px;
    padding-left: 0px;
    font-size: 56px;
    color: rgba(102,102,102,1);
    line-height: 1.2;
    transition: all .5s ease;
    font-family: Impact;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}




.page_new_list li .txt .time p{
    min-height: 20px;
    padding-left: 0px;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1.6;
    transition: all .5s ease;
    font-family: Arial;
    font-weight: bold;
	text-align: center;
}
.page_new_list li:hover .txt .info h5,
.page_new_list li:hover .txt .time h5,
.page_new_list li:hover .txt .time p{
    color: var(--main-color);
}
/* 详情页 */
.detail_main{
	padding: 6vh 0;
	/* background-color: #eee; */
}
.detail_content{
	width: 70%;
	padding: 2%;
    background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
}
.detail_content .title {
    font-size: 25px;
    color: rgba(0,0,0,1);
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
	
	
}
.detail_content .info{
	font-size: 16px;
    color: rgba(90,90,90,1);
    line-height: 1.5;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.h-H{height: 20px;background-color: #e2e1e1;margin-bottom: 20px;}
.next_last a{
	font-size: 16px;
}
.detail_info{
	flex: 1;
	margin-left: 2.5%;
}
.detail_info .about_box,.detail_info .Ranking_box, .detail_info .share_box{
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
	margin-bottom: 4vh;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.detail_info .Ranking_box{

}
.detail_info .about_box h2,
.detail_info .Ranking_box h2,
.detail_info .share_box h2
{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    vertical-align: text-bottom;
    margin: 0px;
	background-color: var(--main-color);
	padding: 30px 20px;
	width: 100%;
}
.detail_info .about_box h2 span,
.detail_info .Ranking_box h2 span,
.detail_info .share_box h2 span
{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
	padding-left: 10px;
	font-weight: 400;
}
.about_new_list li{
	position: relative;
	border-bottom: 2px solid #f5f5f5;
}
.about_new_list li a {
    display: block;
    padding: 15px 20px;
}

.about_new_list li:first-child .newtxtBox {
   
    margin-top: 16px;
}
.about_new_list li .newTitle1,
.ranking_new_list li .newTitle1
 {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1;
    transition: all 0.5s;
}
.about_new_list li:hover .newTitle1,
.ranking_new_list li:hover .newTitle1
 {
	color: var(--main-color);
}
.about_new_list li .newTime1 {
    font-size: 16px;
    color: #666;
    padding-left: 25px;
    background: url(../images/icon_time.png) no-repeat left center;
    margin: 10px 0 0px;
}
.about_new_list li:first-child .newTime1 {
	margin: 10px 0 12px;
}
.about_new_list li .newMs {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}


.about_new_list li::before ,.ranking_new_list li::before{
    content: "";
    background: var(--main-color);
    width: 0px;
    height: 2px;
    position: absolute;
    bottom:  -2px;
    left: 0px;
    z-index: 10;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.about_new_list li .newPicBox,
.about_new_list li .newMs
{
	display: none;
}
.about_new_list li:first-child .newPicBox,
.about_new_list li:first-child .newMs
{
	display: block;
}
.about_new_list li:first-child .newMs
{
	display: -webkit-box !important;
}
.about_new_list li:hover::before,.ranking_new_list li:hover::before {
    width: 100%;
}
.ranking_new_list li,.share_box li{
    padding: 15px 20px;
	position: relative;
    border-bottom: 2px solid #f5f5f5;
}
.ranking_new_list li span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;

}
.ranking_new_list li:nth-child(1) span,
.ranking_new_list li:nth-child(2) span,
.ranking_new_list li:nth-child(3) span{
	background-color: #d7000f;
}
.ranking_new_list  .newTitle1{
	width: calc(100% - 50px);
	line-height: 30px !important;
}
.return_list{
	display: block;
	width: 100%;
	height: 40px;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
}
.return_list:hover{
	color: #fff;
}
.content img{
	display: block;
	max-width: 100%;
	height: auto !important;
}
@media screen and (max-width:900px) {
	.detail_content{
		width: 100%;
	}
	
	.detail_info {
		flex: 1;
		margin-left: 0%;
		margin-top: 2vh;
	}
	.detail_info .about_box h2, .detail_info .Ranking_box h2, .detail_info .share_box h2 {
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		color: #fff;
		vertical-align: text-bottom;
		margin: 0px;
		background-color: var(--main-color);
		padding: 15px ;
		width: 100%;
	}
	.page_new_list li{
		margin: 2vh 0;
	}
}
@media screen and (max-width: 768px){
	
	.page_new_list li a{
		flex-wrap: wrap;
	}
	.page_new_list li .img,.page_new_list li .txt{
		width: 100%;
	}
	.page_new_list li .txt{
		padding: 3%;
	}
	.page_new_list li .txt .info {
		padding-left: 0px;
		padding-right: 0px;
	}
	.page_new_list li .txt .info h5 {
		font-size: 16px;
		color: #333333;
		line-height: 1.2;
		padding: 4px 0;
	}
	.page_new_list li .txt .info p {
		font-size: 14px;
		line-height: 1.5;
	}
	.page_new_list li:hover .txt .info p{
		font-size: 14px;
		line-height: 1.6;
	}
	.page_new_list li .txt .time h5{
		color: #666666;
		line-height: 1.5;
		font-size: 40px;
	}
	.page_new_list li .txt .time p{
		font-size: 14px;
		color: #666666;
		line-height: 1.5;
	}
	.page_new_list li .txt .time h5 {
		color: #666666;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.detail_content .title {
		font-size: 18px;
		color: #333333;
		line-height: 1.8;
		text-align: center;
	}
	.class_crumbs  .class_menu{
		display: none;
	 }
	 .about_new_list li:first-child .newtxtBox {
		margin-top: 10px;
	}
	 .about_new_list li .newTitle1, .ranking_new_list li .newTitle1{
		font-size: 16px;
	 }
	 .about_new_list li:first-child .newTime1 {
		margin: 2px 0 ;
	}
	.about_new_list li .newTime1 {
		margin: 2px 0 0px;
	}
	.about_new_list li .newTime1 {
		font-size: 14px;
		background: url(../images/icon_time.png) no-repeat left center;
		background-size:auto 14px;
}
.about_new_list li a {
    padding: 10px 20px;
}
.ranking_new_list li, .share_box li {
    padding: 10px 20px;
}
.ranking_new_list .newTitle1 {
    width: calc(100% - 40px);
    line-height: 30px !important;
}
.ranking_new_list li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.detail_content p, .detail_content p span{
	font-size: 16px !important;
	line-height: 1.8 !important;
}
}
/* 推荐产品 */
.sell_product_list{
    padding: 10px 10px;
}
.sell_product_list li{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
   
}
.sell_product_list li .img{
    width: 30%;
    height: 6vh;
}
.sell_product_list li .img img{
    display: block;
    height: 100%;
    margin: auto;
}
.sell_product_list li h5{
    font-size: 16px;
    font-weight: bold;
   
}