<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–°é—»è¯¦æƒ… rem*/
body{
	padding-top: 85px;
}
.switch-box .left-title{
	width: auto;
	min-width: 250px;
}
.switch-box .right-box{
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.switch-box .right-box a{
	font-size: 16px;
	color: #777777;
	line-height: 67px;
	margin-left: .4rem;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}
.switch-box .right-box a.active{
	border-bottom-color: #0080d2;
	color: #0080d2;
}

.mains{
	margin-top: .64rem;
	width: 100%;
	min-height: 90vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: .86rem;
}
.mains .left-box{
	width: 10.28rem;
	min-height: 90vh;
}
.mains .right-box{
	width: 3.5rem;
	min-height: .3rem;
	margin-left: 1.04rem;
	background-color: #f5f5f5;
}
.mains .top-title{
	width: 100%;
	height: .8rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: .4rem;
}
.mains .top-title .left-date{
	width: .8rem;
	height: .8rem;
	background-color: #ebebeb;
	color: #51575c;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding-left: .15rem;
	padding-top: .04rem;
	margin-right: .18rem;
}
.mains .top-title .left-date .day{
	font-size: .3rem;
	line-height: .3rem;
	font-weight: bold;
}
.mains .top-title .left-date .mon{
	font-size: .15rem;
}
.mains .top-title .left-date .year{
	font-size: .16rem;
}
.mains .top-title .news-title{
	width: 10rem;
	height: 100%;
}
.mains .top-title .news-title .title{
	width: 100%;
	font-size: .24rem;
	font-weight: bold;
	margin-bottom: .26rem;
}
.mains .top-title .news-title .authd{
	width: 100%;
	font-size: .16rem;
	color: #8c8c8c;
}
.mains .content{
	width: 100%;
	min-height: .6rem;
	overflow: hidden;
	margin-bottom: .7rem;
}
.mains .content p{
	font-size: .16rem;
	line-height: .28rem;
	color: #333333;
}
.mains .content *{
	max-width: 100%!important;
}
.mains .switch-page{
	width: 100%;
	height: .68rem;
	border: solid 1px #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mains .switch-page .prev,.switch-page .next {
	width: 4.36rem;
	display: flex;
	align-items: center;
	color: #666666;
	font-size: .16rem;
	justify-content: center;
}
.mains .switch-page .prev img,.switch-page .next img{
	margin: 0 .2rem;
}
.mains .switch-page .prev p,.switch-page .next p{
	max-width: 3rem;
}
.mains .switch-page .menu{
	width: 1.5rem;
	height: 100%;
	display: flex;
	align-content: flex-end;
	justify-content: center;
	align-items: center;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.mains .right-box{
	padding: .3rem;
}
.mains .right-box .views{
	width: 100%;
	font-size: .22rem;
	color: #000000;
	padding-left: .16rem;
	line-height: .25rem;
	margin-bottom: .3rem;
	border-left: solid 5px #0080d2;
}
.mains .right-box .links{
	display: block;
	width: 100%;
	min-height: 2.6rem;
	padding-bottom: .2rem;
	margin-bottom: .3rem;
	border-bottom: solid 1px #dcdcdc;
} 
.mains .right-box .links:last-child{
	margin-bottom: 0;
}
.mains .right-box .links .img-box{
	width: 100%;
	height: 2rem;
	margin-bottom: .2rem;
}
.mains .right-box .links .img-box img{
	width: 100%;
	height: 100%;
}
.mains .right-box .links .news-title{
	width: 100%;
	font-size: .14rem;
	color: #555555;
}</pre></body></html>