@charset "utf-8";
.links-ys
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1002px;
}
.links-ys a
{
	width: 146px;
	height: 51px;
	display: inline-block;
}
.links-ys a img
{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.links-ys span
{
	display: inline-block;
	margin-left: 135px;
}
.red{
	color:red;
}
.main_a_left_con{
	line-height: initial;
	display: flex;
	padding: 10px;
	width: 340px;
	height: 180px;
}
.main_a_left_con .main_a_left_con_pic{
	width: 120px;
	height: 100%;
}
.main_a_left_con .main_a_left_con_pic img{
	max-height: 100%;
	clear: both;
	margin: 0;
	object-fit: contain;
}
.main_a_left_con .main_a_left_con_desc{
	width: 215px;
	height: 190px;
}
.main_a_left_con .main_a_left_con_desc p{
	position: relative;
	width: 100%;
	line-height:20px;
	overflow:hidden;
}
.p_after:after{
	content:"…";
	position:absolute;
	bottom:0;
	right:0;
}
.main_a_left_con .main_a_left_con_desc a{}
.main_a_right_con li{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_a_right_con li a{
	width: 60%;
}
.text-nowrap-overflow-ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.links-ys span{
}
.concompanycon-pd{
	padding:20px 0 0 0;
}
.ab_jianjie{}
.ab_jianjie ul{
	width:100%;
	height:auto;
	margin:30px auto;
}
.ab_jianjie ul li{}
.ab_jianjie ul li span{
	color:#999;
}
.ab_jianjie ul li:nth-child(1){
	width:43%;
	line-height:26px;
	padding-left:1%;
	float:left;
	color:#999;
}
.ab_jianjie ul li:nth-child(2){
	width:43%;
	line-height:26px;
	float:right;
	color:#999;
}
.ab_jianjie ul li:nth-child(3){
	width:10%;
	line-height:26px;
	padding-left:1%;
	clear:both;
	color:#999;
}
.news_tit_img img{
	width:300px;
	height:200px;
}
.rel_center{
	display:block;
	width:100px;
	margin:100px 0 100px 300px;
	color:#da020d;
}
.return_c1{
	width:50px;
	height:25px;
	background:#087BC2;
	text-align:center;
	line-height:25px;
	float:right;
}
.fff{
	color: #fff;
}
.text_indent01{
	text-indent:2em;
}
.news_title_center{
	text-align:center;
}
.return_c2{
	width:50px;
	height:25px;
	background:#087BC2;
	text-align:center;
	line-height:25px;
	float:right;
}
.object_fit_cover{
	object-fit: cover;
}
.object_fit_contain{
	object-fit: contain;
}