@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";
	background-color: #f2f2f2;
	font-size: 16px;
	position: relative;
}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}

input {
	outline: none;
}

i {
	font-style: normal;
}

ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

/* 主题内容 */
.main{
	min-height: 400px;
	width: 1200px;	
	margin: 0px auto;
	background: #FFF;
	padding: 0px 30px
}
/* 当前位置 */
.weizhi{
	width: 100%;
    height: 80px;
    font-size: 14px;
    line-height: 80px;
    text-align: left;
    background: #FFFFFF;
}
.red .wz_span{
	padding-left: 30px;	
    text-align: left;
	font-size: 14px;
	color: #333333;
	background: url(weizhi.png) no-repeat left center;
}
.blue .wz_span{
	padding-left: 30px;	
    text-align: left;
	font-size: 14px;
	color: #333333;
	background: url(/cms_files/filemanager/905912960/picture/20226/1c6114d945924ff4b7e9e72e82658a9b.png) no-repeat left center;
}
.weizhi .wz_span a{
	font-size: 14px;
    color: #333333;
}
/* 主体内容部分 */
.main_box{
	width: 100%;
	min-height: 400px;
}
.box_left{
	width: 300px;
	min-height: 100px;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px #d8d8d8 solid;
}
.red .box_left .left_title{
	width: 270px;
	height: 60px;
	background: #bd1a2d;
	font-size: 17px;
	font-family: MicrosoftYaHei-Bold;
	text-align: left;
	color: #ffffff;
	padding: 0px 20px 0px 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
	line-height: 60px;
}
.blue .box_left .left_title{
	width: 270px;
	height: 60px;
	background: #1492ff;
	font-size: 17px;
	font-family: MicrosoftYaHei-Bold;
	text-align: left;
	color: #ffffff;
	padding: 0px 20px 0px 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
	line-height: 60px;
}
.box_left li{
	width: 270px;
	height: 45px;

	
}
.box_left li a{
	display: block;
	width: 270px;
	height: 45px;
	margin: 0px 10px;
	line-height: 45px;
	font-size: 17px;
	text-align: left;
	color: #000000;
	padding: 0px 10px 0px 35px;
	background: url(left.png) no-repeat 17px center;
}

.red .box_left li:hover a{
	background: url(left_on.png) no-repeat 17px center;
	color: #BD1A2D;
	
}
.red .li_on1 a{
	background: url(left_on.png) no-repeat 17px center!important;
	color: #BD1A2D!important;
}
.blue .box_left li:hover a{
	background: url(/cms_files/filemanager/905912960/picture/20226/83986a4d73724dac9a8fa5ccb880e86a.png) no-repeat 17px center;
	color: #1492ff;
	
}
.blue .li_on1 a{
	background: url(/cms_files/filemanager/905912960/picture/20226/83986a4d73724dac9a8fa5ccb880e86a.png) no-repeat 17px center!important;
	color: #1492ff!important;
}
.box_right{
	width: 810px;
	min-height: 100px;
	float: right;
}
.box_right .right_title{
	width: 100%;
	height: 40px;
	border-bottom: 2px #bd1a2d solid;
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #bd1a2d;
 }
.box_right li{
	width: 100%;
	height: 50px;
	
}
.box_right li:nth-child(5){
	border-bottom: 1px #d8d8d8 solid;
	height: 60px;
}
.box_right li:nth-child(6){
	margin-top: 10px;
}
.box_right li:nth-child(10){
	border-bottom: 1px #d8d8d8 solid;
	height: 60px;
}
.box_right li:nth-child(11){
	margin-top: 10px;
}
.box_right li a{
	float: left;
	width: 84%;
	height: 50px;
	line-height: 50px;
	background: url(dian.png) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
}
.box_right li span{
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
.blue .layui-laypage-em{
	background-color: #2b92f0!important;
}