﻿


#contentBorder
{
	border-style: none;
	width: 961px;
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: White;
	text-align: center;
}
#content
{
	border-style: none;
	border-width: 1px;
	border-color: Gray;
	background-color: White;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 6px;
	padding: 0;
}

#divLeft
{
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	border-style: none;
	border-width: 1px;
	border-color: Fuchsia;
	border-right-style: none;
	border-bottom-width: 1px;
	border-right-color: #eee;
}
#divLeft ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#divLeft ul li
{
	margin: 0px 0 3px 0;
}

#divRight
{
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	float: right;
	width: 730px;
	height: auto;
	border-style: none;
	border-width: 1px;
	border-color: Red;
}
#search
{
	border-style: none;
	border-color: Blue;
}

#titleNew
{
	border-style: none;
	border-color: Blue;
	border-width: 1px;
	height: auto;
}
#news
{
	border-style: none;
	border-color: Green;
	height: auto;
}

#newsTop
{
	height: 320px;
	width: 100%;
	border-style: none;
	border-width: 1px;
	border-color: Black;
	padding-top: 7px;
	vertical-align: middle;
	overflow: hidden;
}

.newsPair
{
	height: 374px;
	width: 100%;
	border-style: none;
	border-width: 1px;
	border-color: Silver;
	padding-right: 0px;
}
.newsPair .leftItem, .newsPair .rightItem
{
	width: 48%;
	border-style: none;
	border-width: 1px;
	border-color: Lime;
	margin-right: 3px;
	padding-right: 3px;
}

.leftTopItem
{
	float: left;
	width: 49%;
	border-style: none;
	border-color: Blue;
	border-width: 1px;
	font-size: 14px;
}
.rightTopItem
{
	float: right;
	width: 49%;
	height: auto;
	border-style: none;
	border-color: Blue;
	border-width: 1px;
	margin-top: 35px;
	padding: 0;
}




.leftItem
{
	float: left;
}
.rightItem
{
	height: 330px;
	float: right;
}
.leftItem, .rightItem
{
	font-family: 宋体,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 330px;
}
.leftItem a, .rightItem a
{
	text-decoration: none;
	color: #333;
}


.grayItem
{
	height: 330px;
}

.newsBlanner
{
	height: 100px;
	width: 100%;
	border-style: none;
	float: right;
}

.newsDetail
{
	height: auto;
	width: 100%;
}

#bigNews
{
	text-align: center;
}
#bigNews a
{
	color: #2966B6;
	font-size: 28px;
	font-family: 黑体;
	font-weight: 900;
	text-decoration: none;
}

#contactUs
{
	height: auto;
}



.ArticleListTitle
{
	color: White;
	font-size:14px;
	font-weight: bold;
    text-align: center;
    vertical-align:bottom;
}

#ImgNews
{
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 1px;
	overflow: hidden;
	width: 100%;
	height: auto;
}
#ImgNews image
{
	border-style: solid;
	border-width: 1px;
	border-color: #777D8B;
}

.newsList
{
	height: auto;
	width: 100%;
	padding: 10px 0px 10px 0px;
}


#ArticleContent
{
	font-size: 14px;
	line-height:24px;
}
.ratingStar1 {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar1 {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar1 {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar1 {
    background-image: url(Images/SavedStar.png);
}
