.conten_2 {
	width: 100%;
	background-color: #f1f6fb;
	padding: 10px 0px 20px 0px;
}
.list_main {
	width: 1200px;
	margin:  0 auto;
}
.left_list_main {
	float: left;
	width: 19%;
	background-color: #FFFFFF;
}
.left_one {
	width: 100%;
	height: 50px;
	background-color: #013f93;
}

.left_one span {
	display: block;
  text-align: center;
}


.left_one span a {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
}

.left_two {
	width: 100%;
}
.left_two ul {
	list-style: none;
}
.left_two ul li {
	width: 100%;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #e1edfc;
}
.left_two ul li a {
	line-height: 50px;
	font-size: 16px;
	color: #393939;
	text-decoration: none;
}
.left_two ul li a:hover{  color:orange;}
  .left_two ul li:hover { border-left: 3px solid #0054a7;}

/**/
.right_list_main {
	float: right;
	width: 75%;
	background-color: #FFFFFF;
	padding: 0px 25px 25px 25px;
}

.right_1 {
	width: 100%;
}
.right_2 {
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
	padding: 5px 0px
}
.right_2 span {
	font-size: 12px;
	color: #555555;
	float: right;
	line-height: 25px;
}

.right_2 span a {
	text-decoration: none;
	color: #555555;
	
}
.right_3 {
	width: 100%;
	height: 37px;
	background-color: #f4faff;
}
.right_3 span {
	display: block;
	width: 15%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-top:2px solid #013f93;
	color: #013f93;
	font-weight: bold;
	font-style: 16px;
	background-color: #edf7ff;
}
.right_4 {
	width: 100%;
	/*height: 300px;
	background-color: forestgreen;*/
}
.right_4_block {
	width: 100%;
	border-bottom: 1px dashed #eeeeee;
	padding: 30px 0px;
}

/*.right_4_block:hover {
	background-color: #DFDFDF;
}*/

/*.block_time {
	float: left;
	width: 10%;
	text-align: center;
}

.block_time p {
font-size: 29px;
border-bottom: 1px solid #eeeeee;
color: #999999;
 font-weight: bold;
}

.block_time span {
	font-size: 20px;
	display: block;
	padding: 0px 0px 10px 0px;
	color: #999999;
}

*/

.block_con {
	/*float: right;*/
	width: 100%;
	
}
.block_con a {
	width: 100%;
	display: block;
	text-decoration: none;
}
.block_con a p {
	width: 100%;
	/*font-size: 16px;*/
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
   /* color: #333333;*/
   
}
.block_con a span {
	
	width: 100%;
	/*display: block;*/
	/*font-size: 14px;*/
	padding-top: 12px;
	/*color: #999999;*/
	/*line-height: 22px;*/
	  display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
/**/
.right_5 {
	width: 100%;
	padding: 20px 0px;
}
.con-sel {
	background-color: #efefef;
    color: #005bac;
}
.con-sel a {
	
    color: #005bac;
}