<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}a{text-decoration:none}.fl{float:left}.fr{float:right}.clearfix,.wrap{*zoom:1}.clearfix:after,.wrap:after{content:"\200B";height:0;display:block;clear:both}html{-webkit-tap-highlight-color:transparent}body{font-family:'Helvetica','Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;font-size:12px;width:100%;overflow-x:hidden}.top-header{height:.8rem;position:relative}.top-header h2{font-size:.35rem;height:.8rem;line-height:.8rem;text-align:center;color:#777}.top-header .logo,.top-header .btn_all{display:block;position:absolute;top:50%}.top-header .logo img,.top-header .btn_all img{width:100%}.top-header .logo{width:1rem;height:.44rem;left:.1rem;margin-top:-.22rem}.top-header .btn_all{width:.5rem;height:.5rem;right:.2rem;margin-top:-.25rem}nav{height:.6rem;background:#3e9aea;font-size:0}nav .icon-on{display:none;width:0;height:0;border-top:.1rem solid #3e9aea;border-left:.1rem solid transparent;border-right:.1rem solid transparent;position:absolute;bottom:-.1rem;left:50%;margin-left:-.1rem}nav a{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;height:.6rem;line-height:.6rem;font-size:.25rem;color:#fff;position:relative;text-align:center}nav a.on{font-weight:bold}nav a.on .icon-on{display:block}.p-t-list{padding:.1rem 4% 0}.p-t-list ul li{border-bottom:1px solid #E8E8E8;padding:.14rem 0}.p-t-list ul li a{display:block}.p-t-list ul li a .img{display:block;width:2rem;height:1.2rem;float:right;padding:.06rem 0;overflow:hidden}.p-t-list ul li a .img img{width:100%}.p-t-list ul li a&gt;div{margin-right:2.2rem}.p-t-list ul li a&gt;div h6{height:.9rem;line-height:1.5;overflow:hidden;font-size:.28rem;color:#363636}.p-t-list ul li a&gt;div p{font-size:.2rem;color:#999;height:.5rem;line-height:.65rem}.p-t-list ul li a&gt;div p span{display:inline-block;width:.5rem;height:.3rem;border:1px solid #e2e2e2;line-height:.3rem;text-align:center}.p-t-list ul li a&gt;div p i,.p-t-list ul li a&gt;div p em{display:inline-block;float:right;width:.3rem;height:.3rem;margin-top:.2rem}.p-t-list ul li a&gt;div p i{background:url(http://m.yzz.cn/news/theme/default/img/bg_sicon.png) 0 0 no-repeat;-webkit-background-size:100%;background-size:100%}.p-t-list ul li a&gt;div p em{background:url(http://m.yzz.cn/news/theme/default/img/bg_vicon.png) 0 0 no-repeat;-webkit-background-size:100%;background-size:100%;margin-right:1em}.list_loading{width:.8rem !important}
.cf:after{display:table;content:" ";clear:both;}
.cf{*zoom:1;}
nav{position: relative;overflow: hidden;}
.tujian-screen{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: .25rem;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
}
.tujian-screen .tujian-wrap{
	max-width: 7.2rem;
	height: 85%;
	position: relative;
	margin: 0 auto;
	border-radius: 8px;
	box-sizing: border-box;
	padding: .15rem;
	background-color: #fff;
}
.tujian-screen .tujian-close{
    width: 1.6rem;
    height: .60rem;
    line-height: .60rem;
    text-align: center;
    color: #fff;
    font-size: .25rem;
    position: absolute;
    bottom: -1.1rem;
    left: 50%;
    border-radius: 5px;
    cursor: pointer;
    transform: translateX(-50%);
    border: 2px solid #fff;
    background: rgba(0,0,0,.3);
}
.tujian-screen .tujian-wrap .tit{
    font-size: .30rem;
    color: #1d9dfe;
    font-weight: 600;
    position: relative;
    padding-bottom: .10rem;
    border-bottom: 2px solid #1d9dfe;
}
.tujian-screen .tujian-wrap .tit .more{
	font-size: .24rem;
	color: #777;
	position: absolute;
	top: 2px;
	right: 0;
}
.tujian-screen .tujian-wrap .tujian-slide-nav{
	width: 100%;
	font-size: .24rem;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: .7rem;
	display: block;
	background: transparent;
}
.tujian-screen .tujian-wrap .tujian-slide-nav a{
	text-align: center;
	border-radius: 3px;
	color: #777;
	background-color: #eee;
	padding: 0 .20rem;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.tujian-screen .tujian-wrap .tujian-slide-nav a:first-child{
	margin-left: 0;
}
.tujian-screen .tujian-wrap .tujian-slide-nav a.active{
	color: #fff;
	background-color: #1d9dfe;
}
.tujian-screen .tujian-wrap .tujian-list{
	height: 90%;
	position: relative;
	overflow: hidden;
	top: 1.2rem;	
}
.tujian-screen .tujian-wrap .tujian-list ul{
	overflow-y: auto;
	max-height: 85%;	
}
.tujian-screen .tujian-wrap .tujian-list ul li{
	width: 30%;
	float: left;
	font-size: .16rem;
	margin-left: 5%;
}
.tujian-screen .tujian-wrap .tujian-list ul li:nth-child(3n+1){
	margin-left: 0;
}
.tujian-screen .tujian-wrap .tujian-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1d9dfe;
}
.tujian-screen .tujian-wrap .tujian-list ul li .img{
	height: 1.8rem;
	background-color: #f7f7f7;
}
.tujian-screen .tujian-wrap .tujian-list ul li .txt{
	text-align: center;
	padding: .10rem 0;
	font-size: .24rem;
}</pre></body></html>