<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ltItems{
	overflow: hidden;
	padding: 2px;
	padding-bottom: 0.2rem;
}
.ltItems .item{
	width: 48%;
	border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    margin-top: 0.2rem;
    float: left;
}
.ltItems .item:nth-of-type(2n){
	float: right;
}
.ltItems .item img{
	width: 100%;
}
.ltItems .item .text{
	height: 65px;
	display: -webkit-box; /*Safari and Chrome */
    display: -ms-flexbox;
	display: -moz-box; /*Firefox */
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content:center;
    text-align: center;
    color: #000000;
    font-size: 0.24rem;
    box-sizing: border-box;
    padding: 0 10px;
}
.cyItems{
	box-sizing: border-box;
	padding: 2px;
	padding-bottom: 0.2rem;
}
.cyItems .item{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 0.3rem 0;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.cyItems .item.G{
	background: #ffffff url(../images/markG.png) no-repeat right top;	
	background-size:10% auto ;
}
.cyItems .item.P{
	background: #ffffff url(../images/markP.png) no-repeat right top;	
	background-size:10% auto ;
}
.cyItems .item.O{
	background: #ffffff url(../images/markO.png) no-repeat right top;	
	background-size:10% auto ;
}
.cyItems .item.B{
	background: #ffffff url(../images/markB.png) no-repeat right top;	
	background-size:10% auto ;
}
.cyItems .item .fl{
	width: 24%;
	text-align: center;
}
.cyItems .item .fl img{
	width: 90%;
}
.cyItems .item .fr{
	width: 76%;
}
.cyItems .item .fr p.t{
	color: #323232;
	font-size: 0.22rem;
}
.cyItems .item .fr p.t span{
	font-size:0.32rem;
}
.cyItems .item .fr p.b{
	color: #646464;
	font-size: 0.2rem;
	letter-spacing: 0.02rem;
}
.cyItems .item .fr p.b:nth-of-type(3){
	margin-top: 0.2rem;
}
.banner img{width: 100%;}
.links{
	margin-top: 0.35rem;
}
.links a{
	display: block;
	width: 49%;
	margin-bottom: 0.1rem;
}
.links a img{
	width: 100%;
}
.links a:nth-of-type(2n+1){
	float: left;
}
.links a:nth-of-type(2n){
	float: right;
} 
.jjItems {
	display: none;
}
.jjItems:nth-of-type(1){
	display: block;
}
.jjItems .item{
	overflow: hidden;
	padding: 0.2rem 0;
	border-bottom: 1px solid #e6e6e6;
	
}
.jjItems .item a{
	display: flex;
}
.jjItems .item .fl{
	float: initial;
	width: 44.2%;
	margin-right: 3%;
}
.jjItems .item .fl img{
	width: 100%;
}
.jjItems .item .fr{
	flex: 1;
	float: initial;
}
.jjItems .item .fr p.t{
	height: 1.2rem;
	line-height: 0.45rem;
	font-size: 0.26rem;
	color: #323232;
}
.jjItems .item.noImg .fr p.t{
	font-size: 0.26rem;
	height: auto;
	margin-bottom: 0.2rem;
	color: #00a0dc;
}
.jjItems .item .fr p.b{
	color: #909090;
	font-size: 0.2rem;
	text-indent: 0.4rem;
}
.scrollBox{
	overflow-x: scroll;
	height: 0.82rem;
	border-bottom: 1px solid #e6e6e6;
	background: #FFFFFF;
	margin-bottom: 0.2rem;
}
.scrollBox a{
	line-height: 0.8rem;
	padding: 0 0.2rem;
	color: #323232;
	font-size: 0.28rem;
	display: inline-block;
	height: 0.79rem;
}
.scrollBox a.on{
	border-bottom: 1px solid #00a0dc;
	color: #00a0dc;
}
a.title{
	display: block;
	position: relative;
	background: #f3f4f8 url(../images/right-jt.png) no-repeat 96%;
	background-size:0.1rem ;
	color: #2caddb;
	font-size: 0.32rem;
	padding:0 3% ;
	line-height: 0.8rem;
}
a.title .line{
	width: 6px;
	height: 0.27rem;
	background:#2caddb ;
	position: absolute;
	left: 0;
	top: 0.3rem;
}
.Links{
	background: #FFFFFF;
	padding: 0.2rem 0;
	margin-top: 0.2rem;
	height: 1.35rem;
}
.Links .cont{
	position: relative;
}
.Links a{
	line-height: 0.6rem;
	position: absolute;
	display: block;
	text-align: center;
}
#cjgd .item{
	  border-radius: 4px;
	  background-color: rgb(212, 244, 255);
	  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	  width:100%;
	  height: 2.3rem;
	  margin-bottom: 0.2rem;
}
#cjgd{
	padding-top: 0.1rem;
}
#cjgd .text{
	width: 45%;
	overflow: hidden;
}
#cjgd .text.fr{
	margin-right: 1%;
}
#cjgd .text.fl{
	margin-left: 2%;
}
#cjgd .text p.t{
	font-size: 0.13rem;
	color: #323232;
	line-height: 0.2rem;
	border-bottom: 1px solid #00a0dc;
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}
#cjgd .text p.b{
	color: #646464;
	font-size: 0.12rem;
	margin-top: 0.2rem;
}
</pre></body></html>