@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	}
 body{
	font-family:"微软雅黑";
	font-size:16px;
}
.body_bg{
	/*background:url(../images/xjj_bg.gif) no-repeat center 40px;*/
}
ul,li,h2,p{
	margin:0;
	padding:0;
	list-style:none;
	}
img{
	border:none;
	}
a,a:visited{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#F00;
	}
.xjj_top{
	height:63px;
	border-bottom:3px solid #07357f;
	background:#f6b84b;
	}
.xjj_ytop{
	width:980px;
	margin:0 auto;
	padding-top:20px;
	}
.xjj_ytop span{
	float:right;
	margin-top:15px;
	font-size:14px;
	margin-right: 25px;
	}
.xjj_main{
	/*width:1100px;*/
	margin:0 auto;
	}
.xjj_mleft{
	width:490px;
	height:510px;
	float:left;
	position:relative;
	}
.xjj_mltc{
	width:235px;
	height:150px;
	background:#008ae1;
	/* position:absolute;
	bottom:10px;
	left:40px; */
	}
.xjj_close{
	text-align:right;
	padding:5px 5px 0 0;
	}
.xjj_lmtite{
	font-size:16px;
	color:#fff;
	border-bottom:1px solid #8fd4ff;
	padding-bottom:10px;
	margin:0 20px;
	}
.xjj_lmlist{
	width:210px;
	height: 100px;
	margin:0px 0px 0px 20px;
	overflow: scroll;
	overflow-x: hidden;
	/*scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:#D3D3D3;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;*/
	}

/* 设置滚动条的样式 */
.xjj_lmlist::-webkit-scrollbar {
	width: 6px;
}

/* 滚动槽 */
.xjj_lmlist::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
	border-radius: 10px;
}

/* 滚动条滑块 */
.xjj_lmlist::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#fff;
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
}
.xjj_lmlist::-webkit-scrollbar-thumb:window-inactive {
	background: #fff;
}
	
	
.xjj_lmlist a{
	line-height:25px;
	font-size:14px;
	color:#fff;
	}
.xjj_lmtite a,.xjj_lmtite a:visited{
	padding:0 2px;
	background:#fff;
	font-size:12px;
	margin-left:10px;
	}
.xjj_mright{
	width:470px;
	float:right;
	height:400px;
	vertical-align: middle;
	margin-top: 80px;
	/* line-height: 200px; */
	}
.xjj_mleft,.xjj_mright{
	/* margin-top:30px; */
	}
.xjj_mrbt{}
.xjj_mrbt h2{
	font-size:26px;
	color:#fff;
	border-bottom:1px solid #bcddff;
	padding:10px 0;
	}
.xjj_mrbt p{
	color:#fff;
	padding:10px 0;
	}
.xjj_gsx a,.xjj_gsx a:visited,.xjj_gmz a,.xjj_gmz a:visited{
	display:block;
	float:left;
	margin:5px 10px;
	width:80px;
	height:30px;
	line-height:30px;
	padding:0 5px;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-size: 18px;
	}
/* .xjj_gmz */
.xjj_gsx a:hover,.xjj_gmz a:hover{
	background:#ffa10e;
	}
.xjj_gmz a,.xjj_gmz a:visited{
	width:130px;
	margin:5px 0px 5px 15px;
	}
