.news {
	width: 100%;
}

.news_tit {
	width: 1248px;
	margin: 0 auto;
}


.news_tit1 {
	font-size: 23px;
	font-weight: 400;
	color: #454545;
	text-transform: uppercase;
	line-height: 25px;
	width: 100%;
	margin-top: 75px;
}



.tabnews {
	width: 100%;
}

.tabnews_menu {


	width: 1248px;
	margin: 0 auto;
}

.tabnews_menu li {
	text-align: center;
	line-height: 119px;
	font-size: 23px;
	margin-right: 107px;
	cursor: pointer;
	list-style: none;
	height: 119px;
	border-bottom: none;
	float: left;
}

.tabnews_menu li.hover {
	color: #cc0000;
	border-bottom: 2px #CC0000 solid;
}

.tabnews_menu li.selected {
	color: #cc0000;
	border-bottom: 2px #CC0000 solid;
}

.tabnews_box {
	clear: both;
	border-top: 1px solid #cdcdcd;
	padding-top: 58px;
}

.hidett {
	display: none
}

.tbanews_mid {
	width: 1248px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.tbanews_img {
	width: 600px;
	height: 605px;
}

.tbanews_img img {
	width: 600px;
	height: 605px;
}

.tbanews_char {
	width: 607px;
}

.tbanews_char dd {
	height: 200px;
	border-bottom: 1px #e2e2e2 solid;
}

.tbanews_char dd h4 {
	font-size: 15px;
	font-weight: 400;
	color: #A0A0A0;
	margin-top: 20px;
}

.tbanews_char dd h5 {
	font-size: 23px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333;
	margin-top: 20px;
	margin-bottom: 32px;
}

.tbanews_char a dd h5{
		color: #cc0000;
}

.tbanews_char dd h6 {
	font-size: 15px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #A0A0A0;
	line-height: 25px;
	overflow : hidden;
display : -webkit-box;
-webkit-box-orient : vertical;
-webkit-line-clamp : 4;
}

.tbanews_char dd:last-child {
	border-bottom: none;
}

.tbanews_char dd:first-child h4 {

	margin-top: 0;
}

@media screen and (max-width: 768px) {/*新闻*/

	.news {
		width: 90%;
		margin: 0 auto;
	}

	.news_tit {
		width: 100%;
		margin: 0 auto;
	}


	.news_tit1 {
		font-size:12px;
		font-weight: 400;
		color: #454545;
		text-transform: uppercase;
		line-height: 25px;
		width: 100%;
		margin-top:5px;
	}



	.tabnews {
		width: 100%;
	}

	.tabnews_menu {
		clear: both;

		width: 100%;
		margin: 0 auto;
	}

	.tabnews_menu li {
		float: left;
		text-align: center;
		line-height: 90px;
		font-size: 18px;
		margin-right: 0;
		cursor: pointer;
		list-style: none;
		height: 90px;
		border-bottom: none;
		margin-right: 30px;
	}

	.tabnews_menu li.hover {
		color: #cc0000;
		border-bottom: 2px #CC0000 solid;
	}

	.tabnews_menu li.selected {
		color: #cc0000;
		border-bottom: 2px #CC0000 solid;
	}

	.tabnews_box {
		clear: both;
		border-top: 1px solid #cdcdcd;
		padding-top: 30px;
	}

	.hidett {
		display: none
	}

	.tbanews_mid {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.tbanews_img {
		display: none;
		width: 600px;
		height: 605px;
	}

	.tbanews_img img {
		width: 600px;
		height: 605px;
	}

	.tbanews_char {
		width: 100%;
	}

	.tbanews_char dd {
		height: 200px;
		border-bottom: 1px #e2e2e2 solid;
	}

	.tbanews_char dd h4 {
		font-size: 15px;
		font-weight: 400;
		color: #A0A0A0;
		margin-top: 20px;
	}

	.tbanews_char dd h5 {
		font-size: 18px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #333;
		margin-top: 20px;
		margin-bottom: 22px;
	}

	.tbanews_char dd h6 {
		font-size: 15px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;
		line-height: 25px;
	}

	.tbanews_char dd:last-child {
		border-bottom: none;
	}

	.tbanews_char dd:first-child h4 {

		margin-top: 0;
	}

	.pro_2 {
		display: none;
	}
}