.down_left{
	margin-left: 0;
    clear:left; 
    margin-right: 0; 
    width: 22.9086%; 
    line-height: 24px; 
    background: #0081CC;
    position: relative;
    border-bottom: 1px solid #ddd;
    float: left;
}
.down_title{
	height: 40px; 
	vertical-align: middle;
	margin-right: 5px;
	border-bottom: 1px solid #ddd;
}
.h_title{
	height: auto; 
	width: auto; 
	flex: 1; 
	display: block; 
	overflow: hidden;
	text-overflow: ellipsis; 
	color: #fff; 
	white-space: nowrap;
	font-size: 15px;
	padding-left: 20px;
	line-height: 40px;
}
.down_title a{
	text-decoration: none;
	color: #fff;
}
.down_title a:hover{
	color: #fff;
}
.down_right{
	margin-left: 0; 
	clear: right; 
	width: 75%; 
	position: relative;
	float: right;
}
.down_list{
	text-align: center;
}
.down_list_li{
	position: relative;
	padding: 10px;
	float: left;
	width: 48%;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
	list-style-type: none;
	margin-bottom: 20px;
}
.down_list_title{
	display: inline-block;
	padding-left: 10px;
	margin-right: 20px;
	font-weight: bold;
}
.dtitle{
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
}
.dtime{
	font-size: 14px;
}
.dbox{
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.down_btn{
	display: inline-block;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4285;
	border-radius: 4px;
}