/*闪闪2017-01-12*/
#center_top {
	height: 47px;
	width: 1150px;
	margin: 0 auto;
	border-bottom: 1px double lightgrey;
}

#wz {
	height: 47px;
	line-height: 47px;
	font-size: 15px;
}

#wz:before {
	content: '\258A';
	color: #F23400;
	padding-left:12px;
}
#center_main {
	width: 1150px;
	/*height: 600px;*/
	box-sizing: border-box;
	height: auto;
	float:left;
	background:#fff;
}




#main_cm{
width: 1150px;
    max-height: 650px;
    height:auto;
    background-color: #FFFFFF;
    margin: 0 auto;
    border-bottom: 3px solid red;
}
/*互动交流左边栏*/
#main_cm_l
{
width:300px;
float:left;
height:600px;

}
.cm_text
{
   font-size: 17px;
    padding-left: 20px;
    margin-top: 20px;
}
.cm_text::before
{
     content: '\258d';
    color: #F23400;
    padding-right: 5px;
}
.cm_l_content
{
    width:280px;
    margin:0 auto;
}
.cm_l_content ,.cm_r_content
{ 
    margin-top: 10px;
    border-top: 1px solid #E3E3E3;
	overflow:hidden;
}
.cm_l_content ul ,li{
    margin:0;padding:0;
}
/*互动交流右边栏*/
#main_cm_r
{
width:900px;
float:right;
max-height:600px;
height:auto;
border-left: 1px solid #E3E3E3;
}
.cm_text em{
    width:685px; height:30px; line-height:30px; text-align:right; display:inline-block;
    font-style:normal;
	font-weight:normal;
    font-size: 15px;
   
}
.cm_r_content
{
    width:900px;
    margin: 0 auto;
	padding-left:10px;
}

.cm_r_content table{
    width:890px;
 margin: 10px 0px;
    /*background: red;*/
    border-collapse:collapse;
	border-spacing:0;
    
}
.cm_r_content td{
    height:50px;
    border:1px solid #E3E3E3;
    margin:0;
	padding:0;
    text-align: center;
    
}
/*表格灰白样式*/
.huibai
{
background-color: #ECECEC;
}
/*表格第二行字体样式*/
.fs
{
    font-size: 15px;
}
/*超链接字体*/
.a_css
{
color:blue;

}
.center_main_l {
	margin-top: 10px;
	width: 20%;
	height:auto;
	float: left;
	border:1px solid lightgrey;
	overflow:auto;
	margin-left: 8px;
}
.center_main_l_tittlet {width:100%; height:45px; background:#e72e10; line-height:3; text-align:center;float:left;}
.center_main_l_tittlet span { margin-top:20px;margin: 10px auto;font-size:16px;color:#fff;font-weight:bolder; }
.center_main_l table {
	height: auto;
	width: 100%;
	text-align: center;
	    border-collapse: collapse;
    border-spacing: 0;
}

.center_main_l tr {
	line-height: 45px;
	/*background-color: red;*/
	height:45px;
}

.center_main_l td {
	height:35px;
	width: 100%;
	border-bottom: 1px solid lightgray;
	color: #333;
	
}
.center_main_l  a:horver {background:#ccc;font-weight:bold;}
.center_main_l a:before {
	content: "▶ ";
	color: #DC0002;
	font-size: 12px;
}
