.gsh_wrapper{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.indexsjl_ltitle{
	position: relative;
	 width: 1200px;
	 height: 42px;
	 background-image: url(../images/jlxy_ltitle.png);
	 background-size: 100% 100%;
	 justify-content: space-between;
	 margin-bottom: 30px;
}
.indexsjl_ltitles{
	display: flex;
	width: 160px;
	height: 42px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
}
.indexsjl_moer{
	display: block;
	position: absolute;
	width: 60px;
	height: 16px;
	top: 0;
	right: 0px;
}
.indexsjl_moer img{
	width: 60px;
	height: 16px;
}
.gsh_list{
	display: flex;
	justify-content:space-between;
	border-bottom: 2px solid #DC282A;
	margin-bottom: 40px;
}
.gsh_li{
	width: 158px;
	height: 60px;
	/* border: 1px solid #ECEEF4;
	box-sizing: border-box;
	padding: 6px 4px;
	cursor: pointer; */
}
.gsh_licolor{
	background-color: #DC282A;
}
/* .gsh_li:nth-child(4n){
	margin-right: 0px;
} */

.gsh_title{
	display: flex;
	align-items: center;
	width: 1200px;
	margin-bottom: 10px;
}
.gsh_titles{
	width: 158px;
	height: 60px;
	border: 1px solid #ECEEF4;
	box-sizing: border-box;
	padding: 6px 4px;
	cursor: pointer;
}
.gsh_name{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #DC282A;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	color: #666;
}
.gsh_licolor .gsh_name{
	color: #fff;
}
.gsh_title p{
	font-size: 18px;
	font-weight: 500;
	color: #DC282A;
}
.gsh_text{
	width: 245px;
	height: 50px;
	background-image: url(../szimg/zdzt1.png);
	background-size: 100% 100%;
}
.gsh_text p{
	padding: 8px 10px;
	width: 185px;
	height: 34px;
	font-size: 12px;
	color: #666666;
	box-sizing: border-box;
	line-height: normal;
}
.gsh_new{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.gsh_newlist{
	width: 590px;
	height: 290px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #ECEEF4;
	border-top: 2px solid #DC282A;
}
.gsh_newli{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
	margin: 0px 10px;
	cursor: pointer;
	border-bottom: 1px dashed #ECEEF4;
}
.gsh_tab{
	width: 65px;
	height: 18px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #DC282A;
	color: #FFFFFF;
	margin-right: 10px;
}
.gsh_newli p{
	flex: 1;
	font-size: 14px;
	color: #000000;
	/* width: 400px; */
}
.gsh_time{
	font-size: 12px;
	color: #666666;
}