* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666666;
}

.nav_li a:visited {
	color: #fff;
}

.nav_li a:hover {
	color: #fff;
}

body {
	/*line-height: 180%;*/
	user-select: none;
}

.clear {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.banner {
	width: 100% !important;
	height: 600px !important;
	background: url('../images/banner.png') no-repeat center center !important;
	background-size: cover !important;
}

.banner_m {
	display: none;
}


.main1 {}


.cont {
	width: 1200px;
	margin: 0 auto;
}

.hot_news {
	margin: 30px auto 60px;
}

.con1_tit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}

.con1_tit a {
	color: #d30a00;
}

.report {
	overflow: hidden;
	margin-bottom: 60px;
}

.report_left {
	width: 580px;
	height: 330px;
	float: left;
}

.report_left>img {
	width: 100%;
	height: auto;
	display: block;
	font-size: 0;
}

.report_right {
	width: 580px;
	float: right;
	height: 330px;
	/* background: #fff; */
}

.img_tit {
	margin: 0 auto 20px;
	position: relative;
	border-bottom: 1px solid #ffdada;
	padding: 18px 0 0;
}

.img_tit a {
	display: block;
}

.tit_w {
	width: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 5px;
	background: #fff;
}

.tit_w span {
	font-size: 20px;
	font-weight: bold;
	color: #d30a00;
}


.more {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #d30a00;
}

.img_tit .more {
	bottom: 0px;
}

.news {
	padding: 0 15px;
	background: #fefafa;
	margin-top: 50px;
}

.news_li a {
	display: block;
	padding: 15px 0 15px 20px;
	background: url(../images/li2.png) no-repeat left center;
	color: #000;
	border-bottom: 1px dotted #e0dddd;
	width: calc(100% - 20px);
	font-size: 16px;
}

.news_li:last-child a {
	border-bottom: none;
}

.news_li a:hover {
	color: #cf0017;
}

.news_li a:hover .news_tit {
	text-decoration: underline !important;
}

.news_tit {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.link {
	width: 1200px;
	margin: 20px auto;
	padding-bottom: 60px;
}

.img_wrap {
	overflow: hidden;
}

.img_li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: calc(100%/3 - 10px);
}

.img_li:nth-child(3n) {
	margin-right: 0;
}


@media screen and (max-width: 750px) {
	body {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		font-size: 16px;
	}
	.cont{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}

	.banner {
		display: none;
	}

	.banner_m {
		display: block;
	}

	.banner_m img {
		width: 100%;
		height: auto;
		display: block;
		font-size: 0;
	}

	.hot_news {
		margin: 10px auto 20px;
	}

	.con1_tit {
		font-size: 18px;
		margin: 10px 0;
	}

	.report {
		margin-bottom: 0px;
	}

	.report_left {
		width: 100%;
		height: auto;
		float: none;
	}

	.report_right {
		width: 100%;
		float: none;
		height: auto;
	}

	.img_tit {
		width: 96%;
		margin-top: 30px;
	}

	.news {
		margin-top: 20px;
	}

	

	.link {
		width: 96%;
		margin: 30px auto;
		padding-bottom: 30px;
	}


	.img_li {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		width: calc(100%);
	}
}