.container{
	background:#F0F1F2;
	padding-bottom:30px;
	min-width:1200px;
}
.content{
	/*border:1px solid blue;*/
	width:1200px;	margin:0px auto;
}
.c_top{
	/*border:1px solid red;*/
	line-height: 50px;
	padding-top:25px;
	font-size:15px;
}
.c_top a{
	color:#6a6a6a;
}
.c_top a:hover{
	color:#FF0042;
}
.c_neirong{
	/*border:1px solid blue;*/
	height:calc(100% - 50px);
	display:flex;
	justify-content:space-between ;
}
.c_n_list{
	border:1px solid #E5E5E5;
	width:220px;
	background:#fff;
}
.hovers{
	/*border:1px solid green;*/
	width:170px;
	margin:0px auto;
	display:flex;

}
.c_n_list_back:hover{
	background:#F0F1F2;
}
.background{
	background:#f0f1f2;
}
.c_n_list ul li{
	width:100%;
	min-height:45px;
	/*border:1px solid yellow;*/
	line-height:45px;
	display:flex;
	font-size:15px;
}
.c_n_list a{
	color:#6A6A6A;
}
.img{
	/*border:1px solid blue;*/
	width:30px;
	height:45px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	margin-right:10px;
}
.img img{
	/*object-fit:cover;*/
	width:25px;
}
.dianji{
	/*border:1px solid red;*/
	width:140px;
}
.displays{
	display:block;
	width:100%;
	height:45px;
}
.display_son{
	/*border:1px solid red;*/
	width:100%;
}
.display_son ul{
	width:100%;
}
.display_son ul li{
	min-height:35px;
	/*border:1px solid yellow;*/
	margin-left:5px;
	line-height:35px;
	font-size:15px;
}
.display_son a{
	display:block;
	width:100%;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	height:100%;
}
.display_son a:hover{
	color:#FC0042;
}
.c_n_jieshao{
	border:1px solid #E5E5E5;
	width:930px;
	background:#fff;
	padding:30px;
}
.c_n_jieshao .p1{
	/*border:1px solid blue;*/
}
.p1 .title{
	font-size:22px;
	line-height:45px;
}
.p1 .time{
	font-size:15px;
	line-height:30px;
	color:#6A6A6A;
}
.c_n_jieshao .p2{
	margin-top:20px;
	font-size:14px;
	line-height:25px;
}
.c_n_jieshao .p2 img{
	max-width:100%;
	object-fit: cover;

}

#color{
	color:#FC0042;
}
















