ul, li {
	list-style-type: none;
	cursor: auto;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both
}
input {
	border: none;
}
/* 必要布局样式css */
.title_cn {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#new_box {
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	max-width: 99%;
	margin: 0 auto;
}
.newtel {
	height: 38px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333; display: flex;justify-content: space-between;align-items: center;
}
.new_telst {
	position: relative;
	text-align: center;margin-left: 40px;
}
.new_telst li {
	width: 130px;
	line-height: 37px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
    
}
.new_telst li.newon {
	color: #E73227;
	font-weight: bold;
	border-bottom: 2px solid #E73227;
	position: relative;

}
.new_lst {
	min-height: 315px;
	position: relative;
	overflow: hidden;
	display: none;}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap {
	margin-top: 20px;
}
.new-wrap .show {
	display: block;
}
.news_ul.show {
    opacity: 1;
    transform: translateY(0);
}
.news_ul{width: 100%; border-bottom: 1px dashed #d0d0d0;padding-bottom:15px;margin-bottom: 10px;

    transform: translateY(3px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news_ul a{ display: flex;}
.news_list{ margin-left: 20px;color: #333; font-size: 16px; display: flex;align-items: center;
	transition: all 0.3s ease;
}

.news_ul a:hover .news_list{ font-weight: bold;color:#E73227;} 
.news_ul:hover{border-bottom: 1px dashed #E73227;}
