﻿/*新闻列表页*/
.newslist_tb01{
	font-size:12px;
	width:100%;
}
.newslist_tb01 th {
    border: medium none;
    color: #272727;
    font-weight: normal;
    height: 46px;
    vertical-align: middle;
	text-align:center;
	font-weight:bold;
	font-family:microsoft yahei;
	border-top:2px solid #5a93a7;
	border-bottom:1px solid #5a93a7;
	background:#F2F2F2;
}

.newslist_tb01 .left {
    text-align: left;
}
.newslist_tb01 td {
    border-bottom: 1px solid #e0e0e0;
	padding:10px 0;
    line-height: 1.6em;
    text-align: center;
	vertical-align:middle;
	color:#8f8e8e;
}
.newslist_tb01 td .title{
	color:#666666;
}
.newslist_tb01 td .title:hover{
	color:#004EA2;
}
.newslist_tb01 .new{
	margin-left:6px;
}
.newslist_tb01 .new img{
	vertical-align:top;
}
