* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

body {
	background-color: #F2F2F2;
}

.counts {
	width: 1200px;
	margin: 25px auto;
}

.toad {
	height: 20px;
	line-height: 20px;
	font-size: 8px;
	margin: 11px auto;
}

.toad span a {
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}

.toad span:nth-child(1) a {
	color: #999;
}

.counBox {
	display: flex;
	justify-content: space-between;
}


.newCount {
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	padding: 25px 0;
}

.lunbo,.lunbo img {
	width: 648px;
	height: 374px;
}

.newsBox {
	width: 477px;
	height: 374px;
}

.news_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #404040;
}

.news_title span a {
	color: #404040;
	font-size: 14px;
}

.news_news {
	margin-top: 15px;
}

.news_news li {
	height: 70px;
	margin-bottom: 8px;
}

.news_news li a {
	color: #222222;
}

.news_news li a span:nth-child(1) {
	display: block;
	width: 477px;
	height: 26px;
	font-size: 20px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #222222;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_news li a span:nth-child(2) {
	display: block;
	width: 477px;
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}

.counBox {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.left_counBox {
	width: 904px;
	background-color: #fff;
}

.zixun {
}

.zixun_title {
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zixun_title span:nth-child(1) {
	color: #404040;
	margin-left: 30px;
}

.zixun_title span:nth-child(2) a {
	color: #181818;
	margin-right: 30px;
	font-size: 14px;
}

.zixun_counts {
}

.zixun_counts .zixun1,
.zixun_counts .zixun2,
.zixun_counts .zixun3 {
	display: flex;
	justify-content: space-between;
	margin: 0 30px;
}

.zixun_counts .zixun2 {
	margin-top: 9px;
}

.zixunpic .picBox,
.zixunpic .picBox img,
.zixun_counts .zixun3 .lunbo3 ,
.zixun_counts .zixun3 .lunbo3 img{
	width: 328px;
	height: 219px;
}
.zixun_counts .zixun3 .lunbo3{
	position: relative;
}
.zixun_counts .zixun3 .lunbo3 .lunbo_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
}
.zixunpic .pic_lit_box,
.zixun3 .left .picBox {
	margin: 9px auto;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 328px;
}

.zixun2 .left {
	width: 330px;
	display: flex;
	justify-content: space-between;
}

.zixunpic .pic_lit_box>.box4,
.zixun2 .left>div,
.zixun3 .left .picBox>div {
	width: 159px;
	/* height: 159px; */
	margin-bottom: 18px;
}

.zixunpic .pic_lit_box>.box4 a img,
.zixun2 .left>div a img,
.zixun3 .left .picBox>.box4 a img {
	width: 159px;
	height: 107px;
}

.zixunpic .pic_lit_box>.box4 div,
.zixun2 .left>div div a,
.zixun3 .left .picBox>div div a {
	display: block;
	width: 159px;
	height: 24px;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zixun2 .left>div div a {
	height: 40px;
	line-height: 22px;
	margin-top: 9px;
}

.right_text {
	width: 480px;
}

.zixun2 .right,
.zixun3 .right {
	width: 420px;
}

.zixun2 .right li a {
	display: block;
	width: 420px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	margin-bottom: 9px;
}

.right_text li {
	height: 70px;
	margin-bottom: 23px;
}

.right_text li a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right_text li a span:nth-child(1) {
	width: 420px;
	height: 25px;
	font-size: 18px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #222222;
	line-height: 25px;
}

.right_text li a span:nth-child(2) {
	/*width: 420px;*/
	height: 22px;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #9B9B9B;
	margin-top: 10px;
}

/* 第三块 */
.zixun3 .right ul li a,
.yezhifeng li a {
	width: 420px;
	height: 24px;
	display: block;
	font-size: 16px;
	font-family: PingFang SC-Bold, PingFang SC;
	color: #222222;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zixun3 .right ul li:nth-child(1) a,
.yezhifeng li:nth-child(1) a {
	font-weight: bold;
}

.zixun3 .right ul li {
	margin-bottom: 9px;
}

.yezhifeng {
	margin-top: 32px;
}

.yezhifeng li a {
	color: #222222;
}

.right_counBox {
	width: 274px;
}
.topss{
	width: 274px;
	background-color: #fff;
}
.right_counBox .count_top ,.right_counBox .count_top img{
	width: 274px;
	height: 82px;
}

.count_tuijian {
	padding-bottom: 20px;
	margin-top: 14px;
}

.count_tuijian .count_tuijianTitle {
	height: 44px;
	line-height: 44px;
	padding-left: 10px;
}

.count_tuijian .picBox {
	display: flex;
	justify-content: space-around;
	margin: 10px auto;
}

.leftPic {
	width: 91px;
	height: 70px;
}
.leftPic  img{
	width: 91px;
	height: 70px;
}
.picTitle {
	width: 140px;
}

.tuijian_news {
	width: 243px;
	margin: 0 auto;
	margin-top: 16px;
}
.tuijian_news li a {
	display: block;
	width: 243px;
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF5964;
	line-height: 30px;
}
.beng_tuijian{
	height: 593px;
	margin-top: 28px;
	background-color: #fff;
}
.beng_tuijian .titles{
	height: 53px;
	line-height: 53px;
	margin-left: 10px;
}
.beng_tuijian .bengBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 10px;
}
.beng_tuijian .bengBox::after {
    content: '';
	width: 65px;
    /* flex: auto;    /* 或者flex: 1 */ */
}
.beng_tuijian .bengBox li{
	width: 65px;
	height: 94px;
	margin: 10px 8px 20px;
}
.beng_tuijian .bengBox li a img{
	width: 65px;
	height: 65px;
}
.beng_tuijian .bengBox li a .beng_title{
	margin-bottom: 9px;
	font-size: 14px;
	font-family: .PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #181818;
	text-align: center;
	height: 20px;
}
.beng_bot{
	margin-top: 10px;
}
.beng_bot a{
	width:240px;
	display: block;
	margin: 0 auto;
}
.beng_bot a img{
	width:240px;
	height:84px;
}
.beng_bot span a{
	display: block;
	width: 266px;
	height: 20px;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 13px;
}