.main-wrapper{
	height: 1200px;
background: linear-gradient(-45deg, #F7F7F8, #FFFFFF);
}
.main-content{
	width: 1200px;
	margin: 0 auto;
	height: 1200px;
}
.header-tit{
	padding: 60px 0;
}
.header-tit img{
	width: 140px;
	margin: 0px auto;
	display: block;
}
.header-tit p{
	text-align: center;
color: #9A9A9A;
font-size: 14px;
}
.left-main{
	width: 450px;
	float: left;
}
.right-main{
	width: 736px;
	float: right;
}	
.left-main .top-con{
	width: 450px;
	background-color: #fff;
	margin:  0 0 14px;
height: 636px;
border-radius: 18px;
padding: 20px;
box-sizing: border-box;
}
.left-main .bottom-con{
	width: 450px;
	padding: 20px;
height: 229px;
background: #f5f5f5; 	
border-radius: 18px;
box-sizing: border-box;
}
.right-main .top-con{
	width: 736px;
height: 496px; 	
background: #FFFFFF;
border-radius: 18px;
margin:  0 0 14px;
padding: 20px;
box-sizing: border-box;
}
.right-main .bottom-con{
padding: 20px;	
height: 369px;
background: #FFFFFF; 
border-radius: 18px;
width: 736px;
box-sizing: border-box;
}
.main-content h3 span{
	display: inline-block;
  position: relative;
font-size: 20px;
font-family: PingFang SC;
font-weight: 600;
color: #000000;
line-height: 21px;
}
.main-content h3 span::after{
	content:'';
	width:80px;
	height: 12px;
	background: #ED4824;
	opacity: 0.2;
	display:inline-block;
	margin:0 auto 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
}
.right-main .bottom-con h3 span::after{
	width:68px;
}
.main-content .more-btn {
	font-size:14px;
	color:#777777;
	float:right;
	font-weight:400;
}
.dt-more {
	display:inline-block;
	width:15px;
	height:10px;
	background:url(../img/icon-more-mod.png) no-repeat;
	background-size:100% 100%;
	margin-left:5px;
}
.main-content .left-main ul li{
	width: 50%;
	float: left;
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
color: #333333;
line-height: 28px;
text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	display:-moz-box;
	-moz-line-clamp:1;
	-moz-box-orient:vertical;
	overflow-wrap:break-word;
	word-break:break-all;
	white-space:normal;
	overflow:hidden;
}
.main-content  ul li::before{
	content:'';
	width:3px;
	height: 3px;
	background: #000;
	display:inline-block;
	margin:2px 8px 2px 0;
	border-radius: 50%;
	
}
.left-main .top-con .tip-info{
	margin: 20px 0 0;
	width: 100%;
	float: left;
	height: 400px;
	overflow: hidden;
}
.right-main .top-con .tip-info{
	margin: 20px 0 0;
	width: 100%;
	float: left;
	height: 280px;
	overflow: hidden;
}
.right-main .bottom-con .tip-info{
	margin: 20px 0 0;
	width: 100%;
	float: left;
	height: 280px;
	overflow: hidden;
}
.main-content .right-main ul li{
	width: calc(100% / 3);
	float: left;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 28px;list-style-type: initial;
	text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:1;
		-webkit-box-orient:vertical;
		display:-moz-box;
		-moz-line-clamp:1;
		-moz-box-orient:vertical;
		overflow-wrap:break-word;
		word-break:break-all;
		white-space:normal;
		overflow:hidden;
}
.wuli-logo{
	float: left;
	width: 90px;
	height: 185px;
	margin-right: 30px;
}
.left-main .bottom-con img{
	width: 90px;
height: 85px;
margin: 30px 0 0;
}
.left-main .bottom-con p{
font-size: 14px;
color: #333;
line-height: 24px;
margin: 20px 0 0;
}
.left-main .bottom-con p span{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.left-main .chapter-tip{
	height: 120px;
	margin: 20px 0 0;
}
.left-main .chapter-tip .tip-img{
	width: 100px;
}
 .chapter-tip img{
	height: 120px;
	float: left;
}
 .chapter-tip div{
	margin-left: 100px;
}
 .chapter-tip  h5 a{
	
color: #000000;
line-height: 28px;
font-size: 16px;
}
 .chapter-tip  p{
height: 63px;
font-size: 13px;
font-weight: 400;
color: #777777;
line-height: 20px;
margin-bottom: 10px;
text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	display:-moz-box;
	-moz-line-clamp:3;
	-moz-box-orient:vertical;
	overflow-wrap:break-word;
	word-break:break-all;
	white-space:normal;
	overflow:hidden;
}
 .chapter-tip .readgo {
	float: right;
font-size: 13px;
color: #EB5790;
}
.right-main .chapter-tip{
	width: 48%;
	display: inline-block;
	margin-top: 20px;
}
.right-main .once{
	margin-right:3%;
}
.zzh-line{
	
background: #EB5790;
height: 11px; 	
}
.fb-line{
	background: #E99AA8;
	height: 11px; 	
}
.sy-line{
	background: #ED4824;
	height: 11px; 	
}
@media only screen and (max-width:767px) {
	.main-wrapper{
		width: 100%;
		height: auto;
	}
	.main-content{
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
		height: auto;
	}
	.header-tit{
		padding: 30px 0;
	}
	.left-main{
		float: none;
		width: 100%;
	}
	.right-main{
		float: none;
		width: 100%;
	}
	.left-main .top-con{
		width: 100%;
		padding:20px  10px ;
		height: 790px;
	}
	.left-main .bottom-con{
		width: 100%;
		padding:20px 10px;
		height: 194px;
	}
	.left-main .top-con .tip-info{
		height: 560px;
	}
	.wuli-logo{
		width: 76px;
		margin-right: 10px;
	}
	.left-main .bottom-con img{
		width: 76px;
	}
	.left-main .bottom-con p{
		margin: 10px 0;
		font-size: 12px;
	}
	.left-main .bottom-con p span{
		font-size: 12px;
	}
	.right-main .once{
		margin:15px 0 0;
	}
	.right-main .chapter-tip{
		display: block;
		height: 112px;
		width: 100%;
	}
	.right-main .top-con{
		width: 100%;
		padding: 10px;
		margin-top: 14px;
		height: 840px;
	}
	.main-content .left-main ul li{
		line-height: 38px;
	}
	.main-content .right-main ul li{
		width: 50%;
		line-height: 38px;
	}
	.right-main .bottom-con{
		width: 100%;
		height: 600px;
		padding: 20px 10;
	}
	.right-main .top-con .tip-info{
		height: 490px;
	}
	.right-main .bottom-con .tip-info{
		height: 490px;
	}
}