@charset "utf-8";

body{
	background: #FFFFFF;
}

.nav{
	padding: 0.18rem 0.3rem 0;
	font-size: 0;
	letter-spacing: -3px;
	white-space: nowrap;
	overflow-x: scroll;
}

.nav::-webkit-scrollbar{
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
}

.nav li{
	margin-right: 0.6rem;
	display: inline-block;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.94rem;
	letter-spacing: normal;
}

.nav li:last-child{
	margin-right: 0;
}

.nav li.on{
	color: #00ccc1;
}

.headline{
	padding: 0 0.3rem;
}

.headline a{
	position: relative;
	padding: 0.3rem;
	display: block;
	height: 4.2rem;
	background: #42d9d0;
	box-sizing: border-box;
}

.headline a .date{
	position: relative;
	height: 1.65rem;
	font-size: 1.53rem;
	color: #07b9ae;
	line-height: 100%;
}

.headline a .date .month{
	position: absolute;
	width: 0.58rem;
	height: 0.58rem;
	background: #07b9ae;
	border-radius: 50%;
	font-size: 0.33rem;
	color: #00ccc1;
	text-align: center;
	line-height: 0.58rem;
	left: 1.95rem;
	top: 0;
}

.headline a .year{
	position: absolute;
	width: 0.4rem;
	height: 1.65rem;
	font-size: 0.39rem;
	color: #07b9ae;
	line-height: 0.41rem;
	word-wrap: break-word;
	right: 0.3rem;
	top: 0.3rem;
}

.headline a .text{
	padding: 0 0.2rem;
	height: 1.95rem;
	background: #FFFFFF;
	overflow: hidden;
}

.headline a .text h5{
	font-size: 0.28rem;
	color: #00ccc1;
	line-height: 0.8rem;
}

.headline a .text h3{
	font-size: 0.33rem;
	color: #000000;
	line-height: 0.4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.headline a .text h4{
	font-size: 0.28rem;
	color: #888888;
	line-height: 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news{
	padding: 0 0.3rem;
}

.news li{
	border-bottom: 1px solid #00ccc1;
}

.news li a{
	padding: 0 0.05rem;
	display: block;
	height: 2.25rem;
	overflow: hidden;
}

.news li a div{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news li a .date{
	padding-top: 0.05rem;
	font-size: 0.22rem;
	color: #00CCC1;
	line-height: 0.8rem;
}

.news li a .name{
	font-size: 0.33rem;
	color: #000000;
	line-height: 0.35rem;
}

.news li a .text{
	font-size: 0.28rem;
	color: #888888;
	line-height: 0.7rem;
}

.pag{
	padding: 0.45rem 0.3rem;
	display: flex;
	justify-content: space-between;
}

.pag .prev,.pag .next{
	font-size: 0.28rem;
	color: #00CCC1;
	line-height: 0.64rem;
}

.pag .num{
	width: 0.64rem;
	height: 0.64rem;
	font-size: 0.33rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.64rem;
	background: #00CCC1;
	border-radius: 50%;
}
