@charset "gb2312";

.col1, .col2 {
    float: left;
    margin-right: 6px;
}
.col1 {
    width: 345px;
    overflow:hidden;
}

.col2 {
    width: 345px;
    margin-right: 0;
    overflow:hidden;
}

.box{
	border:1px solid #99BBDD;
	margin-bottom:5px;
}

.box_1 ul{
	padding:5px;
}
.box .center_box li{
	line-height:25px;
	font-size:14px;
}

.box .center_box li span{
	float:right;
	font-size:12px;
	color:#A8A8A8;	
}

.box_bt a:link{
	color:#275C91;
}
.box_bt a:visited{
	color:#275C91;
}
.box_bt a:hover{
	color:#275C91;
	text-decoration:underline;
}
.box_text{
	color:#8C8C8C;
	text-indent:24px;
	line-height:21px;
	margin:0px 7px;
	background:url(title_bg.gif) repeat-x bottom;
	padding-bottom:6px;
}
.box_title{
    background:url(news_bg.gif);
    position: relative;
    height: 28px;
}
.box_title h3 {
    height: 26px;
    line-height: 26px;
    margin: 1px 1px 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 120%;
    color: #275c91;
}
.box_title span {
	float:right;
	padding-top:5px;
	padding-right:5px;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}