﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    news css
------------------------------------------------------------*/  

#news-hd{
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
}

.news-title{
	max-width:600px;
	font-size:134%;
	color:#333;
	float:left;
	line-height:20px;
	font-weight:bold;
}

.search-result{
	float:right;
	line-height:20px;
	color:#666;
}


.news-tbl{
	width:100%;
	margin-bottom:80px;
}

.news-tbl td{
	vertical-align:top;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:top;
	border-bottom:1px solid #ddd;
}

.news-date{
	width:150px;
	color:#666;
	font-size:117%;
	padding-bottom:80px;
}

.news-tbl a{
	font-size:117%;
	color:#333;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.news-tbl a:hover{ color: #FF9EBA;}

.return{
	width:80px;
	height:26px;
	float:right;
}

.return a{
	display:block;
	width:78px;
	height:24px;
	text-align:center;
	line-height:24px;
	border:1px solid #ccc;
	color:#333;
	background:#EFEFEF;
	border-radius:3px;
}

#editor{
	font-size:117%;
	line-height:1.4;
	padding-top:15px;
}

#editor a{ color:#FF9EBA;}

