@charset "utf-8";

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

img {
	border: none;
}
a:focus{
	outline: 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;
}
.ld_left{
	float: left;
	width: 366px;
	min-height: 875px;
	background: #f8f8f8;
	padding: 28px;
}
.red .left_one{
	width: 100%;
	min-height: 200px;
	border-bottom: 2px #aa0903 solid;
	text-align: center;
}
.blue .left_one{
	width: 100%;
	min-height: 200px;
	border-bottom: 2px #1492ff solid;
	text-align: center;
}
.left_one img{
	width: auto;
	height: 100%;
}
.red .left_one p{
	font-size: 20px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #aa0903;
	line-height: 36px;
	margin: 15px 0px;
}
.blue .left_one p{
	font-size: 20px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #1492ff;
	line-height: 36px;
	margin: 15px 0px;
}
.left_one p span{
	margin-right: 10px;
}
.red .left_title{
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding-left: 38px;
	color: #FFFFFF;
	border-radius: 8px;
	margin: 40px 0px 10px 0px;
	background: url(jianjie.png) no-repeat 10px center;
	background-color: #aa0903;
}
.blue .left_title{
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding-left: 38px;
	color: #FFFFFF;
	border-radius: 8px;
	margin: 40px 0px 10px 0px;
	background: url(jianjie.png) no-repeat 10px center;
	background-color: #1492ff;
}
.left_list{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	text-align: left;
	color: #333333;
	line-height: 36px;
	text-indent: 32px;
}
.red .left_list a{
	color: #aa0903;
}
.red .left_list a:hover{
	color: #aa0903;
}
.blue .left_list a{
	color: #1492ff;
}
.blue .left_list a:hover{
	color: #1492ff;
}
.right_title{
	height: 45px;
	border-bottom: 1px #d9d9d9 solid;
	width: 100%;
	
}
.red .right_title span{
	float: left;
	font-size: 22px;
	color: #aa0903;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
}
.blue .right_title span{
	float: left;
	font-size: 22px;
	color: #1492ff;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
}
.right_title a{
	float: right;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #666666;
	height: 45px;
	line-height: 45px;
}
.right_list{
	width: 100%;
	min-height: 100px;
	border: 1px #d9d9d9 solid;
   margin-top: 30px;
   padding: 12px 0;
}
.right_list .right_li{
	display: block;
	width: 100%;
	height: 115px;
	border-top: 1px #d9d9d9 solid;
	position: relative;
	padding: 10px 30px;
}
.right_list .right_li:first-child{
	border-top: none;
}
.right_list .right_li .p_1{
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	text-align: left;
	color: #000000;
	line-height: 36px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
}
.right_list .right_li .p_2{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	text-align: left;
	color: #000000;
	line-height: 30px;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
	padding-right: 100px; */
}
.right_list .right_li .time{
	font-size: 16px;
	color: #666666;
	position: absolute;
	bottom: 14px;
	right: 30px;
}

.ld_right{
	float: right;
	width: 740px;
	min-height: 875px;
}
.blue .layui-laypage-em{
	background-color: #1492ff!important;
}