  html,body{ 
     width:100%; height:auto; 
     font-size:14px; color:#333; 
     font-family:"microsoft YaHei","宋体",Arial; 
     }
     
  .main_second_con .m_s_c_con {
	background: #fff;
	box-shadow: 0 0 5px #dddddd;
	overflow: hidden;
	min-height: 700px;
  }
  
  .bcombest_con {
	position: relative;
	padding: 20px;
	line-height: 24px;
   }

   .table_scroll {
	 padding-bottom: 20px;
   }
	  
   .m_s_c_con .contact_table.center {
	  text-align: center;
   }
	 
	 .m_s_c_con .contact_table{ 
		 border:1px solid #ccc; 
		 margin:0 auto; 
		 width:100%; 
		 margin-top: 15px;
		 border-collapse: collapse;
		 border-spacing: 0;
		 margin-bottom:20px;
		 padding:0; 
		 clear: both;
     }
	 
	 .m_s_c_con .contact_table thead th:first-child {
		border-left: none;
	 }
	 
	 .m_s_c_con .contact_table.center thead th {
		text-align: center;
		padding-left: 0px;
	 }
	 
	 .m_s_c_con .contact_table thead th {
		background: #2471d8;
		color: #fff;
		padding: 12px 0 12px 20px;
		text-align: left;
		padding-left: 20px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	.m_s_c_con .contact_table tbody tr:nth-child(even),.m_s_c_con .contact_table tfoot tr:nth-child(even){
    	background:#f2f2f2
	}
	
    .m_s_c_con .contact_table tbody tr:nth-child(odd),.m_s_c_con .contact_table tfoot tr:nth-child(odd){ 
	   background:#fff; 
	}
	
	.m_s_c_con .contact_table tbody td, .m_s_c_con .contact_table tfoot td {
	  padding: 10px 10px 10px 10px;
	  line-height: 24px;
	}
	
	.red{ color: #fa1010!important}
	
	.p{
	  font-family:"Microsoft YaHei","Hiragino Sans GB","宋体","新宋体"; 
	  font-size:14px;
	}