<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.search-box{
	height:6rem;
	line-height: 6rem;
	margin-right:2rem;
}

.search-input{
	height:3rem;
	padding:0 1rem;
}

.search-btn{
	height:3rem;
	color:#fff;
	cursor: pointer;
	padding:0 2rem;
	border:0;
	background: #1c9bd6;
}

.nav:hover{
	color:#fff;
}
.nav:hover{
	background: rgba(255,255,255,.5);
}
.nav{
	color:#fff;
	text-align: center;
}
	
.nav-bg{
	background: #e14c08;
}

.nav-box .active{
	background: rgba(255,255,255,.5);

	}

.x-input-box{
	border:1px solid #d2d2d2;
	height:3rem;
	line-height: 3rem;
	margin-top: 2rem;
	position: relative;
}

.x-input-box input{
	display: block;
	width:100%;
	height:100%;
	padding-left:4rem;
}

.content-title-box{
	height:3rem;
	line-height: 3rem;
	border-bottom: 1px solid #d2d2d2;
}

.content-title{
	color:#f89107;
	font-size: 1.5rem;
	border-bottom: 2px solid #F89107;
	margin-top:-1px;
}

.x-search-box{
	margin-top:1rem;
	height:20.8rem;
	padding: 0 1rem;
}

.login-btn{
	background: #f89107;
	color:#fff;
	display: block;
	margin:2.8rem auto 0;
	width:100%;
	height:3rem;
	line-height: 3rem;
	cursor: pointer;
}

.x-user-icon{
	background: url(../long_images/user_icon_26.png) no-repeat .6rem 0;
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:3.2rem;
	height:2.2rem;
	border-right:1px solid #d2d2d2;
	margin-top:.4rem;
}

.x-pwd-icon{
	background: url(../long_images/pwd_icon_26.png) no-repeat .6rem 0;
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:3.2rem;
	height:2.2rem;
	border-right:1px solid #d2d2d2;
	margin-top:.4rem;
}

.register-box{
	text-align: right;
	margin-top:2rem;
}

.register-box a{
	color:#1c9bd6;
}

.max-1200{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}

.more-icon{
	background: url(../long_images/right_icon.png) no-repeat center center;
	display: inline-block;
	width:3rem;
	height:3rem;
}

.title-msg-box{
	padding-left:.8rem;
}
.main-box{
	padding:1.4rem;
}

.title-box{
	font-weight: bold;
	font-size: 1.1em;
	height:2rem;
	line-height: 2rem;
}
.msg-box{
	color:#a6a6a6;
}

.msg-list{
	border-bottom: 1px dashed #D2D2D2;
	color:#6f6f6f;
	height:3.5rem;
	line-height: 3.5rem;
}
.msg-list:before{
	content: "Â·";
	display: inline-block;
	color:#1C9BD6;
	font-weight:bold;
	padding-right:.4rem;
}
.msg-list:hover,.title-img-msg-box:hover .title-box{
	color:#1C9BD6;
}

.title-img-box,.banner-img-box{
	height:6rem;
}


.xinyu-img-box,.movie-box{
	height:17rem;
}
.xinyu-img{
	max-height: 100%;
	height:100%;
}

.xinyu-title-box{
	height:3rem;
	line-height: 3rem;
	color:#6f6f6f;
}

.w-50{
	width:50%;
}

.gongyi-img-box{
	height:7rem;
}

.gongyi-msg-box{
	height:2rem;
	line-height: 2rem;
	color:#6f6f6f;
}

.gongyi-img-title-box{
	padding:.5rem;
}


.content-box{
	margin-top:1rem;
}

.block-box{
	display: block;
	width:100%;
	height:100%;
}

a:hover,.gongyi-img-title-box:hover .gongyi-msg-box{
	color:#1C9BD6;
}

.sheshi-text{
	line-height: 3rem;
	color:#6F6F6F;
}
.build-box:hover .sheshi-text{
	color:#1C9BD6;
}
.footer{
	padding:1rem 0;
	text-align: center;
	line-height:2rem;
	background: #e54a07;
	color:#fff;
}

.movie{
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

.movie-box{
	position: relative;
}

.movie-play-icon{
	background: url(../long_images/play_icon_54.png) no-repeat;
	background-size: cover;
	width:4rem;
	height:4rem;
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	margin:-2rem 0 0 -2rem;
	z-index: 10;
	cursor: pointer;
}

.build-box{
	padding:1rem;
}

.content-box:last-child{
	border:0;
}
</pre></body></html>