* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

ul li {
	list-style: none;
}

body {
	background: #f5f5f5;
}

.counts {
	width: 1200px;
	margin: 0 auto;
}

.toad {
	height: 20px;
	line-height: 20px;
	font-size: 8px;
	margin-top: 15px;
}

.toad span a {
	color: #333;
	font-family: .PingFang SC-Regular, PingFang SC;
}

.toad span:nth-child(1) a {
	color: #999;
}

.countsBox {
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.left_count {
	width: 904px;
	background-color: #fff;
	position: relative;
}

.left_count .boxs {
	width: 820px;
	height: 167px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D7D7D7;
}

.left_count .boxs .leftbox {
	width: 163px;
	height: 103px;
}

.left_count .boxs .leftbox img {
	width: 163px;
	height: 103px;
}
.left_count .boxs .rightbox {
	width: 611px;
	margin-left: 20px;
}

.left_count .boxs .rightbox .dates {
	/* height: 22px; */
	display: flex;
}

.datesbox {
	display: flex;
	align-items: center;
}

.datesbox>span {
	display: block;
	font-size: 24px;
	font-family: .PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.spanbox span,
.nums span {
	display: block;
	font-size: 12px;
	font-family: .PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-left: 5px;
}

.nums {
	margin-left: 10px;
}

.dycTitle {
	width: 611px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-family: Alibaba PuHuiTi 2.0-75 SemiBold, Alibaba PuHuiTi 20;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-top: 12px;
}

.conts {
	font-size: 12px;
	font-family: .PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.right_count {
	width: 272px;
}

.paihangBox {
	width: 272px;
	height: 586px;
	background-color: #fff;
}

.paihangTitle {
	width: 254px;
	height: 20px;
	margin: 0 auto;
	padding: 11px 0px 0 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-family: Alibaba PuHuiTi 2.0-75 SemiBold, Alibaba PuHuiTi 20;
	font-weight: 600;
	color: #333333;
}

.paihangTitle span a {
	font-size: 10px;
	font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
	font-weight: normal;
	color: #999999;
}

.paihang {
	width: 254px;
	margin: 16px auto;
}

.paihang li a {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: Alibaba PuHuiTi 2.0-65 Medium, Alibaba PuHuiTi 20;
	font-weight: normal;
	color: #333333;
}

.paihang li a .number {
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
}

.paihang li a span {
	display: block;
	width: 200px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 9px;
}
.guangGao{
	width: 272px;
	height: 308px;
	margin-top: 18px;
	background-color: #FFEF03;
	text-align: center;
}
.guangGao img{
	width: 272px;
	height: 308px;
}

.pagination li a, .pagination span {
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    margin-right: 5px;
    font-size: 14px;
}
.pagination li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 1px rgb(0 1 1 / 8%);
}
.pagination li a, .pagination span  {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.pagination .disabled, .pagination .active, .pagination span {
    background: #fff;
    cursor: default;
    float: left;
}
.pages{ text-align: center;}
.pages ul{ display: -webkit-inline-box;    margin: 20px 0;}


h1{ text-align: center; margin: 20px auto 10px;}
.content{ padding: 0 25px; line-height: 25px; }
.content img{ width: 100%; }

.disclaimers{ font-size: 13px;color: #999;
    border: 1px solid #999;
    padding: 10px;
    bottom: 0;
    position: absolute;
    margin: 25px; }
.source { text-align: center;font-size: 14px;color: #999;margin-bottom: 20px; }
.source span{ margin-right: 30px; }