﻿#info-main {
	float: left;
	width: 718px;
}
#info-sidebar {
	float: right;
	width: 252px;
}
#info-main .news-photo {
	float: left;
	width: 170px;
	text-align: center;
}
#info-main  .news-photo img {
	margin-bottom: 5px;
}
#info-main .news-list {
	float: right;
	width: 500px;
}
#info-main  .news-list .hotnews a {
	font-size: 16px;
	color: #E22239;
	font-family: "黑体";
	line-height: 200%;
}
#info-main  #report .news-photo {
	float: right;
	width: 170px;
	text-align: center;
}
#info-main  #report   .news-photo img {
	margin-bottom: 5px;
}
#info-main  #report .news-list {
	float: left;
	width: 500px;
}
#info-main .special {
	float: left;
	width: 33%;
	text-align: center;
}
#info-main   .special img {
	margin-bottom: 5px;
}
#info-main .channel-left {
	float: left;
	width: 354px;
}
#info-main .channel-right {
	float: right;
	width: 354px;
}
#news-main {
	font-size: 14px;
	line-height: 200%;
	color: #333333;
	float: left;
	width: 670px;
}
#news-main  .title  {
	padding-top: 10px;
}
#news-main  .title    h5   {
	font-size: 20px;
	font-family: "黑体";
	color: #000000;
}
#news-main .title h5 a {
	font-size: 20px;
}

#news-main   .title   span {
	word-spacing: 10px;
	font-size: 12px;
	color: #999999;
}
#news-main  .summary  {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #dedede;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news-main  p {
	text-indent: 28px;
	margin-bottom: 10px;
}
#news-main .special {
	padding-bottom: 10px;
	padding-top: 10px;
}
#news-main .special h5 {
	font-size: 14px;
}

#news-sidebar {
	float: right;
	width: 300px;
}
.top10 p  {
	margin-bottom: 10px;
}
.top10 img   {
	margin-right: 5px;
}
.padding td {
	padding: 5px;
}
#container {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 980px;
}
/* tab */
.TabBox {
	height: 26px;
	line-height: 26px;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AACCEE;
	border-right-color: #AACCEE;
	border-left-color: #AACCEE;
	font-size: 14px;
}
.TabBox .TabLinks {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	height: 26px;
	background-image: url(/skin/rising/index/images/bg-tab.png);
	line-height: 26px;
}
.TabBox .TabLinks li { display:inline; }

/* a */
.TabBox .TabLinks li a {
	float:left;
	width:83px;
	height:26px;
	text-decoration: none;
	text-align:center;
	color: #004499;
}
.TabBox .TabLinks li a{
	background-image: url(/skin/rising/index/images/bg-tab.png);
	background-repeat: no-repeat;
	outline:none;
	background-position: 0px -26px;
}

/* a:selected */
.TabBox .TabLinks li a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
.TabBox .TabLinks li#special a {
	background-position: 0 0px;
}
.TabBox .TabLinks li#special a.selected {
	background-position: 0 -52px;
	font-weight: 900;
}
a img {border:none}