<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
em{font-style: normal;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
body{font-size:12px;font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }
.wrap{
	max-width: 960px;
	padding-top: 30px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	vertical-align: top;
}
.header{
	width: 100%;
}
.headers{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0px 5px #dcdcdc;
}
.headers ul{
	max-width: 960px;
	margin: 0 auto;
}
.inputbox{
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-top: 12px;
	vertical-align: top;
    height: 30px;	
}
.btn{
	position: relative;
	width: 10%;
	display: inline-block;
	text-align: center;
	font-size: 17px;
    color: #8c8c8c;
    line-height: 25px;
    margin-top: 15px;
    vertical-align: top;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s;
}
.btn:after,.btn:before {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid #8c8c8c;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.btn:after {
    border-color: #c4161c;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}
.btn:hover{
	color: #c4161c;
}
.btn:hover:before,.btn:focus:before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px);
}

.btn:hover:after,.btn:focus:after  {
	opacity: 1;
	-webkit-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}
.content{
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
.content_l{
	width: 160px;
	height: 300px;
	background: #ffffff;
	float: left;
}
.content_r{
	margin-left: 10px;
	width: 51%;
	display: inline-block;
	float: left;
	min-height: 400px;
}
.content_r li{
	margin-bottom: 15px;
}
.content_r h3{
	font-size: 18px;
}
.content_r h3 a{
	color: #444;
}
.content_r h3 a:hover{
	color: #071fd8;
}
.content_r p{
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    margin: 3px 0;
    line-height: 18px;
    color: #666;
}
.content_r span{
    color: #888;
}
.back{
	font-size: 35px;
	width: 9%;
    height: 36px;
    line-height: 30px;
	text-align: center;
	float: left;
	display: none;
	color: #fff;
}
.layui-layer-loading{
	width: 100%;
}
.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
    left: 50%;
    margin-left: -16px;
}
.more{
    width: 51%;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-left: 170px;
    float: left;
    font-size: 18px;
    color: #5f5f5f;  
    cursor: pointer; 
    line-height: 35px; 
    padding-bottom: 30px;
    display: none;
}
.more:hover {
    text-decoration: underline;
}
.cha1{
	position: relative;
    margin-top: 17%;
    padding-top: 5%;
}
.cha2{
	position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 0;
}
.cha3{
	margin-left: 20%;
}
@media screen and (max-width: 600px) {
	body,html{
		width: 100%;
	}
	.wrap {
	    padding-top: 0px;
	    width: 100%;
	}
	.cha1{
		padding-top: 17%;
	}
	.cha3 {
	    margin-left: 3%;
	}
	.mb1{
		position: fixed;
		background: #ba0600;
		height: 36px;
		left: 0;
		top: 0;
	}
	.back{
		display: block;
	}
	.mb2{
		display: none;
	}
	.mb3 {
	    margin-top: 4px; 
	    margin-left: 2px;
	    background: rgba(255, 255, 255, 0.34);
	    border: none;
	    height: 24px;
	    line-height: 28px;
	    width: 86%;
	    color: #fff;
	    padding: 2px 1.5%;
	}
	.btn{
		width: 16%;
	}
	.mb4{
		margin-top: 0px; 
		background: transparent url(http://www.guandian.cn/statics/mobile/img/search.png) 9px 6px no-repeat;
		color: transparent;
		font-size: 12px;
		height: 32px;
		margin-left: 0;
		position: absolute;
		top: 2px;
		right: 2%;
		width: 10%;
	}
	.mb4:after,.mb4:before{
		display: none;
	}
	.mb4:hover{
		color: transparent;
	}
	.content{
		padding-top: 40px;
	}
	.content_l {
	    display: none;
	}
	.content_r {
		width: 96%;
		margin-left: 2%;
		min-height: 200px;
	}
	.content_r h3 {
	    font-size: 16px;
	}
	.content_r p {
	    font-size: 12px;
	}
	.more{
	    display: none;
	}
}</pre></body></html>