<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {text-align: left; font-family:"宋体", arial;margin:auto 0; padding:0; font-size:10pt; color:#3f3f3f;background:#EEEFE7;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
ul,li{ list-style-type:none;}
h1,h2,h3,h4,h5,h6,p { margin:0; padding:0;}
h2{font-size:20px;color:#005485;}
select, input, img, select {vertical-align:middle;}

a{color: #666565;text-decoration:none;}
a:focus{outline: none;}
a:hover {color:#ff3300;text-decoration:none;}
.left{float:left;}
.right{float:right;}

.header{background:url(../images/khbd_sj_02.jpg) repeat-x top; height:74px; overflow:hidden;}
.titlebg{ float:right;height:74px;overflow:hidden;}
.titlebg a{color:#FFF; font-size:12px;}
.titlebg a.a1{background:url(../images/iosdown.jpg) no-repeat top; float: left;
    height: 44px;
    margin-right: 15px;
    margin-top: 13px;
    padding-top: 23px;
    text-align: center;
    width: 108px;}
.titlebg a.a2{background:url(../images/androiddown.jpg) no-repeat top;float: left;
    height: 44px;
    margin-right: 15px;
    margin-top: 13px;
    padding-top: 23px;
    text-align: center;
    width: 108px;}
/*.bbsbtn{margin:15px 10px;}*/
.banner{text-align:center;width:100%; position:relative;}
.banner .dobtn{bottom:5px;position: absolute;right: 5px;}
.banner img{text-align:center;width:100%;}
.box h2 {background:#eeefe7;color:#000;border:1px solid #C7C4B8;line-height:34px;height:34px;-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px; font-size:14px; padding-left:15px; margin-top:15px;background-image: -moz-linear-gradient(top, #ebe9dd, #c5c2b9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebe9dd), color-stop(1, #c5c2b9)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe9dd', endColorstr='#c5c2b9', GradientType='0'); /* IE*/
overflow:hidden;
}
.box h2 span{float:right; margin-right:5px; font-weight:normal; width:80px;}
.box h2 span img{float:left;}
.box h2 span a {color:#7B7453;}
.box ul li{line-height:30px;border-bottom:1px dashed #B8B4AC;color:#666;width:100%;}
.box ul li a{padding-left:10px;}
.box ul li span{float: right;
    height: 30px;
    overflow: hidden;
    padding-right: 15px;
    width: 50px;}

.box h2 .btnbg{background:url(../images/006.jpg) no-repeat top; height:36px; width:90px; overflow:hidden; float:left; text-align:center; color:#FFF;}
.box h2 .btnbg1{background:url(../images/007.jpg) no-repeat top; height:36px; width:90px; overflow:hidden; float:left; text-align:center; color:#FFF;}
.box h2 .btnbg2{ height:36px; width:90px; overflow:hidden; float:left; text-align:center; color:#000;}
.page {text-align: center;height: 30px;margin-top: 15px;line-height: 30px;}
.page a{background:#bdbba8;margin-right: 5px;padding:3px 8px;}
.page a:hover,.page a.a_hover{	background: #E4E3D1;font-weight: bold;}
.detail{margin:10px;line-height:20px;}
.detail h1{font-size:20px;text-align:center;font-weight:bold;padding:10px 0;}
.newsdate{text-align:center;}
.newscontent{font-size:14px;}

.footer{padding:5px;background:url(../images/mobile/line_bg.gif) repeat-x;}
.footer p{margin:10px 0 0 15px;}
.footer .server{ border:solid 1px #c6c4b8; margin-top:15px; overflow:hidden;background-color:#FFF;}
.footer .server .f_title{background-color:#FFF;}
.footer .server .s_l{float:left;}
.footer .server .s_m{float:left;width:100%;}
.footer .server .s_r{float:left;}
.footer .server .s_m ul{background-color:#e6e7e1; margin:10px; padding:10px; overflow:hidden;}
.footer .server .s_m li{
	height: 30px;
	line-height: 30px;
	background-image: url(../images/khbd_sj_16.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
}
.box ul li{
	background-image: url(../images/listico.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 10px;
}
/********************************滚动效果******************************/
.tips {
	margin-bottom: 10px
}
.tips .wrapper {
	margin: 0 auto;
	width: 320px
}
.tips .topic {
	background-color: #fff;
	border-top: 1px solid #d0d0d0
}
.tips .topic h1 {
	font-size: 20px;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #bdbec6
}
.tips .topic h1 a {
	color: #d30000
}
.tips .topic-info {
	height: 140px;
	position: relative;
	overflow: hidden
}
.tips .topic-swipe {
	height: 140px;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition-duration: 0;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-delay: 0
}
.tips .topic_img {
	margin: 0 auto;
	vertical-align: top
}
.tips .topic-item {
	display: inline-block;
	float: left;
	width: 320px;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center
}
.tips .topic .top h2 {
	font-size: 20px
}
.tips .topic .top h2 a {
	color: #d30000
}
.tips .topic .cont-list {
	margin: 0;
	padding: 5px 8px
}
.tips .topic-info div:first-child {
	position: relative;
	height: 140px
}
.tips .topic-info div:first-child .topic-title {
	bottom: 0;
	display: block;
	height: 33px;
	line-height: 33px;
	position: absolute;
	text-align: center;
	width: 100%;
	background: #202020;
	color: #dedede;
	opacity: 0.8;
	font-size: 16px
}
.tips .topic-title a {
	color: #fff
}
.tips .page-wrapper {
	height: 33px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.tips .page-wrapper a.page-prev, .tips .page-wrapper a.page-next {
	display: inline-block;
	overflow: hidden;
	float: right;
	margin: 7px 5px 0 0;
	height: 16px;
	width: 12px
}
.tips .page-wrapper a.page-prev {
	float: left;

	margin-left: 5px
}
.tips .slider-bar {
	height: 1px;
	overflow: hidden;
	/*background-color: #a4c8e2;*/
	width: 0
}</pre></body></html>