@CHARSET "UTF-8";
/*custom*/
.news_column{
	//background:#f7f7f7;
	width:1000px;
	height:310px;
	margin-left:auto;
	margin-right:auto;
}
.news_column_bac{
	width:1000px;
	height:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/box_bg.jpg);
}
.news_column .title_pic {
	color: #006DCC;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    padding-top: 0;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom:1px solid #eeefff;
	/*
    display: block; font-size: 24px; font-family:"微软雅黑";font-weight:bold; line-height:45px;text-align: left;
    padding: 0 0 0 30px ;margin:1px;border-radius: 4px;
    color:#ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);background: #15B1B6;
    */
}
.news_column_img{
	height:220px; width:300px;
	margin-top:30px; margin-left:50px;
	float:left; position:relative;
	border:0px solid #E4E4E4;
}
.news_column_img img {
	width:100%;height:100%;border-radius: 5px;
}
.news_column_img ul{
	width:300px; height:20px; position:absolute;left:-25px;top:200px;;z-index:20px;
	background:#fff;filter:alpha(opacity=80);-moz-opacity:0.5;-khtml-opacity:0.8;opacity: 0.5;
}
.news_column_img ul li{ 
	float:left;margin-left:15px; margin-top:5px;width:18px; background:#CCCCCC; height:8px;
}

.news_column_decs{
	height:250px; width:450px;
	float:left; margin-left:50px; margin-top:30px;
}

.news_column_decs ul{
	margin-left:0;
}

.news_column_decs ul li{
	margin-top:7px;
}

.news_column_decs ul li span{
	float:right;
}
/*custom结束*/
