.yanse{
	background: #EFEFEF;
	min-width:1200px;
}
.container{
	/*border:1px solid blue;*/
	width:1200px;
	margin:0px auto;
}
.c_title{
	height:50px;
	/*border:1px solid blue;*/
	padding-top:10px;
	margin-bottom:30px;
}
.title_son{
	line-height:50px;
	display:flex;
}
.wrap{
	background:#FAFAFA;
}
.title_son li{
	flex:1;
	text-align:center;
}
.title_son li a{
	border-bottom:2px solid #e1e1e1;
	display:block;
	width:99%;
	height:100%;
	color:#6A6A80;
}
.title_son li a:hover{
	color:#FF0042;
}
.c_list{
	/*border:1px solid red;*/
	width:100%;
	/*height:700px;*/

}
.c_list_ul a{
	color:#000;
}
.c_list_ul li{
	/*border:1px solid ;*/
	width:380px;
	height:350px;
	margin:0px 9px 30px 9px;
	float:left;
}
.dong{
	/*transition:0.5s;*/
}
.dong:hover{
	margin-top:-3px;
	box-shadow: 0px 0px 10px #aaa;
}
.list_ul_img{
	width:100%;
	height:220px;
	/*border:1px solid blue;*/
}
.list_ul_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.list_ul_text{
	background:#fff;
	/*border:1px solid #ccc;*/
	width:100%;
	height:130px;
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.text_wrapper{
	/*border:1px solid yellow;*/
	width:320px;
	height:80px;
	margin:0px auto;
}
.text_wrapper .p1{
	/*border:1px solid blue;*/
	font-size:16px;
	height:30px;
	overflow:hidden;
	line-height:30px;
}
.text_wrapper .p2{
	width:100%;
	height:calc(100% - 30px);
	/*border:1px solid blue;*/
	font-size:14px;
	line-height:24px;
	color:#999;
	overflow:hidden;
}

#color{
	color:#FF0042;
	border-bottom:2px solid #FF0042;
}





.pagi{
    display:flex;
    justify-content :center;
    text-align:center;
    line-height:30px;
    padding-bottom:30px;
}
.pagi a{
    border:1px solid #ddd;
    display:block;
    width:30px;
    height:30px;
    font-size:17px;
    color:#666;
}
.pagi a.on{
    color:#015DB2;
}



