p.title{
	font-size: 12px;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 48px;
}
.news{
	display: flex;
	width: 100%;
}
.news .left{
	width: 845px;
	padding-right: 36px;
	border-right:1px solid #F0F0F0;
}
.news .left .daoh{
	display: flex;
	margin-bottom: 18px;
}
.daoh li{
	width: 96px;
	height:36px;
	font-size:16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	margin-right: 40px;
}
.daoh li.active{
	background: #E00512;
	color: #FFFFFF;
}
.newslist{
	width: 845px;
}
.newslist li{
	width: 100%;
	border-top: 1px solid #E0E0E0;
	padding-top:40px ;
	padding-bottom:40px ;
	display: flex;
	justify-content: space-between;
}
.newslist .desible{
	width: 570px;
	margin-right: 36px;
	margin-left: 35px;
	position: relative;
}
.newslist .desible .baioti{
	font-size: 18px;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 16px;
}

.newslist .desible .content{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}
.newslist .desible .date{
	position: absolute;
	bottom: 14px;
	display: flex;
	font-size: 14px;
	color: #888888;
}
.newslist  .p2{
	margin-left: 15px;
}
.newslist  .p3{
	margin-left: 32px;
}
.newslist  .p3 img{
	margin-right: 8px;
}
.news .right{
	margin-left: 35px;
}
.news .right .title{
	display: flex;
	align-items: center;
}
.news .right .t1{
	margin-left: 5px;
	font-size: 16px;
}
.news .zuixin li{
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 26px;
}
.news .zuixin .miaos{
	margin-left: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.miaos .title2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
	width:182px ;
}
.miaos .date2{
	font-size: 14px;
	color: #888888;
}


/* 分页开始 */
ul.pagination {
	width: auto;
	margin: 0 auto;
	margin-top:56px ;
    display: flex;
    padding: 0;
	margin-bottom: 90px; 
	justify-content: center;
}

ul.pagination li {
	/* display: inline; */
	margin-right: 12px;
	background: #FFFFFF;
}

ul.pagination li a {
	color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: red;
    color: white;
    border: 1px solid red;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
ul.pagination .tiaoz{
	height: 34px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tiaoz .pge{
	width: 36px;
	height: 34px;
	margin-left: 8px;
	border: 1px solid #E0E0E0;
	margin-right: 8px;
}
.tiaoz .con_btn{
	width: 48px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	margin-left: 18px;
	border: 1px solid #E0E0E0;
}
/* 分页结束 */


/* 新闻详情页 */
.newsdetail{
	width: 852px;
}
.newsdetail h1{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
    margin-bottom: 25px;
    text-align: center;
}
.newsdetail .p2{
	width: 100%;
	display: flex;
	color: #888888;
	font-size: 14px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E7E7E7;
}
.newsdetail .p2 span{
	margin-right: 28px;
}
.newsdetail .p2 img{
	margin-right: 8px;
}
.newsdetail .daodu{
	width: 770px;
	height: 20px;
	display: flex;
	margin-top: 34px;
	padding: 37px 33px;
	background: #fafafa;
	display: flex;
	align-items: center;
}
.newsdetail .daodu .left{
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #E7E7E7;
}
.newsdetail .daodu .left p{
	margin-top: 8px;
}
.newsdetail .daodu .right{
	width: 690px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsdetail .rich_text{
	width: 825px;
	/* height: 814px; */
	margin-top: 31px;
	padding-bottom: 56px;
	border-bottom: 1px solid #E7E7E7;
}
.newsdetail .rich_text p{
font-size: 16px;
line-height: 30px;
}
.newsdetail .rich_text img{
	margin-top: 18px;
	padding-bottom: 18px;
	text-align:center;
}
.newsdetail .rich_text h2{
    margin-bottom: 8px;
    font-size: 17px;
    color: #fb453a;
    padding: 13px 10px;
    font-weight: 700;
    line-height: 20px;
    font-family: microsoft yahei;
    vertical-align: baseline;
    border-left: 3px #ef4137 solid;
    display: block;
    word-wrap: break-word;
    background-color: #f6f6f6;
    margin-top: 5px;
}
.newsdetail .title{
	display: flex;
	margin-top: 55px;
}
.newsdetail .title .t1{
	margin-left: 10px;
}
.newsdetail .titlelist{
	margin-right: 40px;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
}
.newsdetail .titlelist li{
	list-style-position: inside; 
	list-style-type: disc;
	margin-right: 60px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #333333;
	width:196px;
	overflow: hidden;
    height:30px;
}

.newsdetail .wenz{
	width: 825px;
	padding-top: 56px;
	padding-bottom: 56px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	display: flex;
}
.newsdetail .wenz p{
	margin-right: 40px;
	font-size: 14px;
}
.newsdetail .wenz .last{
	color: #333333;
}
.newsdetail .wenz .next{
	color: #999999;
}
.explain {
	    background-color: #fafafa;
	    color: #999;
	    padding: 12px 0px;
	    line-height: 2em;
	    margin-top: 15px;
	    font-size: 12px;
}


/* 推荐商品 */
.tuijian_biaoti{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 56px;
	margin-bottom: 24px;
}
.tuijian_biaoti .left{
	display: flex;
}
.tuijian_biaoti .left h1{
	margin-left: 5px;
}
.tuijian_biaoti .hh{
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}
.tuijian_biaoti .hh:hover{
	color: #E50012;
}
.attu{
	width: 100%;
	height: 378px;
	overflow: hidden;
	margin-bottom: 96px;
	position: relative;
}
.tuijian_goods{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
}
.tuijian_goods li{
	width: 200px;
	height: 378px;
	background: #FFFFFF;
	margin-right: 10px;
	/* margin-bottom: 96px; */
	/* border: 1px solid #E0E0E0; */
}
.tuijian_goods .title{
	margin-top: 20px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}
.tuijian_goods .price{
	font-size: 20px;
	font-weight: 700;
	color: #E50012;
	margin-left: 10px;
}

/* 2020.01.03修改 */