@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

.homeContent a {
	text-decoration: none !important;
	color: #000000;
}

.hometop {
	height: 300px;
}

.hometop .szfgh {
	width: 1200px;
	margin: -380px auto;
}

.homeContent {
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(35, 24, 21, 0.1);
	border-radius: 16px 16px 0px 0px;
	z-index: 9999;
	position: relative;
	margin-left: calc((100% - 1200px)/2);
	border-top: 10px solid #E74F39;
	font-family: Microsoft YaHei;
	font-size: 18px;
}

.homeContent .zcxx {
	background: url(purpletop.png);
	text-align: center;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position-y: 16px;
	line-height: 42px;
	height: 34px;
	margin-top: 30px;
	font-weight: bold;
	color: #5816DE;
	background-position-x: 30px;
}

.homeContent .zcxxlist {
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
}

.homeContent .zcxxlist .listtop {
	width: 100%;
	border: 1px solid #E5E5E5;
	padding: 25px;
	display: flex;
	box-sizing: border-box;
	margin-top: 30px;
}

.homeContent .zcxxlist .listtop span {
	position: absolute;
}

.homeContent .zcxxlist .listtop .date {
	font-size: 30px;
	font-weight: bold;
	color: #5816DE;
	left: 6px;
	top: 25px;
}

.homeContent .zcxxlist .listtop .year {
	font-size: 20px;
	color: #FFF4E4;
	bottom: 3px;
	left: 28px;

}

.homeContent .zcxxlist .listtop .title {
	font-size: 24px;
	color: #000000;
	height: 70px;
}

.homeContent .zcxxlist .listtop .source {
	font-size: 18px;
	color: #999999;
	display: inline-block;
}

.homeContent .zcxxlist .listtop .detail {

	color: #F67F7F;
	float: right;
}

.homeContent .zcxxlist .listcontent {
	height: 405px;
}

.homeContent .zcxxlist .listcontent .lists {
	width: 555px;
	height: 160px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	float: left;
	margin-right: 26px;
	margin-top: 30px;
	border-top: 3px solid #5816DE;
	padding: 32px 22px;
	box-sizing: border-box;
	cursor: pointer;
}

.homeContent .zcxxlist .listcontent .lists:nth-child(2n) {

	margin-right: 0px;
}

.homeContent .zcxxlist .listcontent .liststitle {
	height: 75px;
	font-size: 20px;
}

.homeContent .zcxxlist .listcontent .liststime {
	color: #999999;
}

.homeContent .about {
	width: 160px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #5816DE;
	border-radius: 20px;
	color: #999999;
	line-height: 40px;
	text-align: center;
	margin-left: 490px;
}

.bsfwlist,
.cjwdlst {
	width: 1140px;
	margin: 10px auto;
	overflow: hidden;
}

.bsfwlist .bsfwlists {
	width: 360px;
	height: 64px;
	background: #FBF9FF;
	color: #42169B;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	padding: 20px;
	float: left;
	margin-right: 30px;
	margin-top: 20px;
}

.bsfwlist .bsfwlists:nth-child(3n) {
	margin-right: 0px;
}

.bsfwlist .bsfwlists:hover {
	border: 1px solid #5816DE;
}

.bsfwlist .bsfwlists a {
	color: #42169B !important;
}

.bsfwlist .bsfwlists .circle {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border: 2px solid #5816DE;
	border-radius: 50%;
	margin: 5px 8px 0 0;
}

.homeContent .cjwdlst .cjwdlists {
	width: 360px;
	height: 160px;
	border: 1px solid #5816DE;
	margin-right: 30px;
	float: left;
	cursor: pointer;
	padding: 22px 26px;
	box-sizing: border-box;
	margin-top: 30px;
}

.homeContent .cjwdlst .cjwdlists:hover {

	background: #FBF9FF;
}

.homeContent .cjwdlst .cjwdlists:nth-child(3) {
	margin-right: 0px;
}

.homeContent .cjwdlst .cjwdlists .liststitle {
	height: 85px;
}

.homeContent .cjwdlst .cjwdlists .liststime {
	color: #999999;
}

.homeContent .xgcx {
	justify-content: space-between
}

.homeContent .xgcx .arrow {
	font-size: 35px;
	color: #DBA369;
	margin-top: -13px;
}

.homeContent .zcxxlist .liststime .newsbox {
	width: 120px;
	height: 32px;
	background: #69B4DB;
	border-radius: 8px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px
}

.homeContent .zcxxlist .liststime {
	display: flex;
	justify-content: space-between;
}

.homeContent .zcxxlist .liststime .newstime {
	color: #999999;
}

.pagenav {
	height: 50px;
	margin-top: 30px;
	text-align: center;
}

.pagenav_span {
	margin: 0 5px;
	border: 1px solid #884eff;
	padding: 3px;
	color: #fff;
	background: #884eff;
}

.pagenav_a {
	margin: 0 5px;
	border: 1px solid #884eff;
	padding: 3px;
	color: #884eff !important;
}

.pagenav_a:hover {
	border: 1px solid #884eff;
	color: #fff !important;
	background: #884eff;
}

.homename {
	display: inline-block;
	width: 120px;
	height: 28px;
	background: #884eff;
	border-radius: 8px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
}