.banner {
	width: 100%;
	height: 365px;
	background: url('../images/zx_list_bj.png') left center no-repeat;
	background-size: 100% 100%;
	padding-top: 160px;
	box-sizing: border-box;
}

.banner .title {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.banner .title_desc {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.newsMosule {
	overflow: hidden;
	text-align: center;
	margin: 80px 0 55px;
}

.newsMosule a.newTab {
	display: inline-block;
	width: 140px;
	height: 107px;
	border-radius: 4px;
}

.newsMosule a.centerA {
	margin: 0 120px;
}

.newsMosule a .newsMosuleBox {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 22px;
	border-radius: 4px;
}

.newsMosule a .newsMosuleBox .img {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/tabIcon22.png') left center no-repeat;
	background-size: 30px 30px;
	margin: 0 auto;
}

.newsMosule a .newsMosuleBox .img2 {
	background: url('../images/tabIcon11.png') left center no-repeat;
	background-size: 30px 30px;
}

.newsMosule a .newsMosuleBox .img3 {
	background: url('../images/tabIcon33.png') left center no-repeat;
	background-size: 30px 30px;
}

.newsMosule a .newsMosuleBox .text {
	display: block;
	width: 100%;
	text-align: center;
	color: #383838;
	font-size: 20px;
	margin-top: 14px;
}

.newsMosule a.newTab .newsMosuleBoxAct {
	background: #F2F7FF;
}

.newsMosule a.newTab .newsMosuleBoxAct .text {
	color: #1472FF;
}

.newsMosule a.newTab .newsMosuleBoxAct .img {
	background: url('../images/tabIcon2.png') left center no-repeat;
	background-size: 30px 30px;
}

.newsMosule a.newTab .newsMosuleBoxAct .img2 {
	background: url('../images/tabIcon1.png') left center no-repeat;
	background-size: 30px 30px;
}

.newsMosule a.newTab .newsMosuleBoxAct .img3 {
	background: url('../images/tabIcon3.png') left center no-repeat;
	background-size: 30px 30px;
}

.newLists {
	width: 100%;
	overflow: hidden;
}

.newLists .newListsLf {
	width: 1004px;
	box-sizing: border-box;
	float: left;
	padding: 19px 27px 25px;
}

.newLists .newListsLf .dataLists .dataItem {
	overflow: hidden;
	background: transparent;
	height: 204px;
	box-shadow: 0px 0px 20px 0px rgb(171 192 255 / 9%);
	border-radius: 6px;
	padding: 19px 27px 0;
	margin-bottom: 20px;
	position: relative;
}

.newLists .newListsLf .dataLists .dataItem .icon{
    border-radius: 6px;
    width:220px;
}
.news-ul-li-bj {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF, #E6ECFF);
	left: -101%;
	bottom: 0;
	top: 0;
	right: 0;
	transition: all 0.6s ease;
	content: "";
	z-index: -1;
}

.newLists .newListsLf .dataLists .dataItem:hover .news-ul-li-bj {
	left: 0;
}

.newLists .newListsLf .dataLists .dataItem .desc {
	width: calc(100% - 260px);
	float: right;
}

.newLists .newListsLf .dataLists .dataItem .desc .txt1 {
	font-size: 22px;
	color: #2A2A2A;
	padding-top: 8px;
}

.newLists .newListsLf .dataLists .dataItem .desc .txt2 {
	font-size: 16px;
	text-align: justify;
	color: #535353;
	margin: 15px 0 30px;
	line-height: 2;
}

.newLists .newListsLf .dataLists .dataItem .desc .txt3 {
	color: #848484;
	font-size: 14px;
}

.newLists .newListsLf .dataLists .dataItem .desc .txt3 .time {
	background: url('../images/time.png') left center no-repeat;
	background-size: 14px 14px;
	padding-left: 20px;
	margin-right: 56px;
}

.newLists .newListsLf .dataLists .dataItem .desc .txt3 .seeNum {
	background: url('../images/see.png') left center no-repeat;
	background-size: 14px 14px;
	padding-left: 20px;
}

.newLists .newListsRt {
	width: calc(100% - 1004px);
	float: right;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgb(171 192 255 / 9%);
	border-radius: 6px;
	padding: 19px 19px 15px 19px;
	box-sizing: border-box;
}

.newLists .newListsRt .newListsRtTitle {
	font-size: 20px;
	color: #383838;
	position: relative;
	box-sizing: border-box;
	padding: 22px 0 24px 15px;
	border-bottom: 1px solid #ECECEC;
}

.newLists .newListsRt .newListsRtTitle:before {
	content: '';
	width: 3px;
	height: 19px;
	background: #616CFF;
	border-radius: 2px;
	position: absolute;
	top: 24px;
	left: 0;
}

.newLists .newListsRt .newListsRtList {
	width: 100%;
	padding-top: 12px;
}

.newLists .newListsRt .newListsRtItem {
	width: 100%;
}

.newLists .newListsRt .newListsRtItem .newListsRtLink {
	display: block;
	width: 100%;
	line-height: 2.5;
	color: #5C5C5C;
	position: relative;
	padding-left: 18px;
}

.newLists .newListsRt .newListsRtItem .newListsRtLink:hover {
	color: #616CFF;
}

.newLists .newListsRt .newListsRtItem .newListsRtLink:before {
	transform: rotate(45deg);
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #616CFF;
	position: absolute;
	top: 38%;
	left: 2px;
}

.erweima {
	width: calc(100% - 1004px);
	box-sizing: border-box;
	padding: 19px;
	overflow: hidden;
	margin-top: 20px;
	float: right;
	box-shadow: 0px 0px 20px 0px rgba(171, 192, 255, 0.09);
}

.erweima .erweimaImg {
	display: block;
	width: 105px;
	height: 105px;
	float: left;
}

.erweima .erTxtDesc {
	width: calc(100% - 105px);
	float: left;
	padding-top: 29px;
	box-sizing: border-box;
	padding-left: 8px;
}

.erweima .erTxtDesc .erTxt1 {
	color: #222222;
	font-size: 16px;
	margin-bottom: 10px;
}

.erweima .erTxtDesc .erTxt2 {
	color: #808080;
	font-size: 14px;
}
