@charset "utf-8";
/*****************************中部**********************************/

.homepage {
	overflow: hidden;
	zoom: 1;
}
/*******************左***********************/
.homepage .lefbar {
	width: 640px;
}
/* 广告区 */
.ad {
	position: relative;
	height: 420px;
	overflow:hidden;
}
.ad h2 {
	position: absolute;
	width: 640px;
	color: #FFF;
	height: 80px;
	left: 0;
	bottom: 0;
	background: url(/static/images/icon.png) repeat-x;
	background-position: 0 -1088px;
}
.ad h2 span {
	display: block;
	color: #FFF;
	padding: 28px 10px 0 10px;
	font-size: 18px;
	width:520px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.ad div.dotlist {
	position: absolute;
	top: 392px;
	left: 574px;
}
.ad div.dotlist a {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 5px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0px -1260px;
}
.ad div.dotlist a:hover {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 5px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0px -1236px;
}
.ad div.dotlist a.hover {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 5px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0px -1236px;
}
/* 头条新闻a区 */
.headline {
	padding-bottom: 10px;
}
.headline h2 {
	height: 42px;
	line-height: 42px;
	color: #008de4;
	font-size: 20px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
    padding-left:15px;
}
.headline h3 {
	padding: 14px 0 0 10px;
	height: 44px;
	line-height: 44px;
	border-top: #eeeeee 1px solid;
	color: #212121;
	font-size: 30px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.headline p {
	padding: 0 0 14px 10px;
	height: 30px;
	line-height: 30px;
	color: #212121;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.headline p a {
	margin: 0 3px 0 0;
}
.headline h3 a {
	margin: 0 10px 0 0;
}
.headline ul.tt {
	overflow: hidden;
	zoom: 1;
}
.headline ul.tt li {
	margin-left: -1px;
	line-height: 32px;
	padding: 13px 10px 11px 10px;
	font-size: 20px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	width: 290px;
	float: left;
	border-top: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid;
}
/* 头条新闻b区 */
.topnews {
	border-top: #008de4 5px solid;
	margin-bottom: 12px;
}
.topnews dl {
	position: relative;
	padding: 20px 0;
	border-bottom: #e1e1e1 1px solid;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
.topnews dl dt {
	float: left;
	width: 226px;
}
.topnews dl dt img {width:205px;height:auto;}
.topnews dl dd {
	float: right;
	width: 394px;
	padding-right: 20px;
}
.topnews dl dd.alw{width:620px;}
.topnews dl dd h1 {
	line-height: 32px;
	font-size: 22px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}
.topnews dl dd h2 {
	padding: 8px 0 0 0;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	color: #3b3b3b;
}
.topnews dl dd h2 span {
	padding-left:20px;
	color:#008de4;

}
.topnews dl dd p {
	padding: 6px 0 0 0;
	line-height: 24px;
	font-size: 14px;
	color: #474747;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.topnews .tips {
	line-height: 20px;
	padding: 4px 10px 4px 24px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	position: absolute;
	color: #FFF;
	left: 0px;
	top: 20px;
	background: #008de4 url(/static/images/icon.png) no-repeat left center;
 *background: #008de4 url(/static/images/iconie6.gif) no-repeat left center;
	background-position: 7px -242px;
	display: none;
}
.topnews .unique {
	line-height: 20px;
	padding: 2px 6px 3px 6px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	position: absolute;
	color: #FFF;
	right: 0px;
	top: 25px;
	background: #008de4;
}
.topnews dl .play {
	position: absolute;
	top: 51px;
	left: 59px;
	width: 87px;
	height: 88px;
	background: url(/static/images/icon.png) no-repeat;
 *background:url(/static/images/iconie6.gif) no-repeat;
	background-position: 0 -742px;
}
.topnews dl dt.nopic {
	width: 1px;
}
.topnews dl dd.nopic {
	width: 618px;
}
.topnews .pic {
	position: relative;
	width: 635px;
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 20px 0;
	border-bottom: #e1e1e1 1px solid;
}
.topnews .pic h2 {
	padding: 10px 0 6px 0;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 22px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.topnews ul.tt {
	overflow: hidden;
	zoom: 1;
	white-space: nowrap;
}
.topnews ul.tt li {
	display: inline;
	width: 205px;
	float: left;
	white-space: nowrap;
}
.topnews ul.tt li img {
	width: 205px;
	height: 146px;
}
.topnews ul.tt .li2of3 {
	padding: 0 10px;
}
#divMore {
    background-color: #f7f7f7;
	cursor:hand;
    cursor: pointer;
    padding: 10px 0;	
}
#divMore:hover {
    background-color: #f2f2f2;
}
/*******************右***********************/

.homepage .rigbar {
	width: 476px;
}
/*图文结合*/
.combine {
}
.combine ul {
	padding-bottom: 5px;
}
.combine li {
	font-size: 16px;
	padding-left: 22px;
	line-height: 42px;
	height: 42px;
	font-size: 16px;
	border-top: #e1e1e1 1px solid;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	background: url(/static/images/icon.png) no-repeat;
 *background: url(/static/images/iconie6.gif) no-repeat;
	background-position: 10px -613px;
}
.combine li:first-child {
	border-top: none;
}
.combine .expand {
	margin-top: 8px;
	overflow: hidden;
	zoom: 1;
}
.combine .expand h3 {
	height: 38px;
	padding: 5px 0 0 2px;
	letter-spacing: 2px;
	width: 18px;
	background: #008de4;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.combine .expand .list {
	background: #ececec;
	height: 44px;
	width: 450px;
	padding-left: 6px;
}
.combine .expand .list span {
	padding: 0;
	display: block;
	float: left;
	color: #191919;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	line-height: 44px;
	background: url(/static/images/icon.png) no-repeat scroll 0 -351px;
}
.combine .expand .list a {
	padding: 0 12px;
	display: block;
	float: left;
	color: #191919;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	line-height: 44px;
	background: url(/static/images/icon.png) no-repeat scroll 0 -351px;
}
.combine .expand .list a:first-child {
	background: none;
}
.combine .expand .list a:first-child {
	background: none;
}
/*今日视听*/
.seeing {
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 9px;
}
.seeing h2 {
	height: 42px;
	line-height: 42px;
	color: #008de4;
	font-size: 20px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
    padding-left:15px;
}
.seeing ul.tt {
	overflow: hidden;
	zoom: 1;
	margin-top: 8px;
 *margin-top: 9px;
}
.seeing ul.tt li {
	margin-top: -1px;
	position: relative;
	float: left;
	display: inline;
	padding: 10px 0;
	width: 152px;
	border-top: #eeeeee 1px solid;
}
.seeing ul.tt li .pic {
	background: #000;
	padding: 0 0 20px 0;
	height: 76px;
}
.seeing .li2of3 {
	margin-left: 10px;
	margin-right: 10px;
}
.seeing ul.tt li h2 {
	position: absolute;
	padding-left: 4px;
	width: 148px;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	top: 104px;
	left: 0;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background: #000000;
}
.seeing ul.tt li .play {
	position: absolute;
	width: 8px;
	height: 11px;
	top: 91px;
	left: 139px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0 -1538px;
}
.seeing ul.tt li .play a {
	width: 100%;
	height: 100%;
	display: block;
}
.seeing ul.tt li p {
	padding-top: 6px;
	line-height: 22px;
	height:44px;
	width: 144px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.seeing .scrollnews {
	overflow: hidden;
	height: 52px;
	background: #292929  no-repeat;
*background:#292929 no-repeat left;
	background-position: 13px -896px;
}
.seeing .scrollnews ul {
	overflow: hidden;
	width: 500px;
 *width:300px;
}
.seeing .scrollnews ul li {
	display: inline;
	float: left;
	background: url(/static/images/icon.png) no-repeat left;
	background-position: 0px -975px;
}
.seeing .scrollnews a {
	display: block;
	padding: 0 10px;
	line-height: 52px;
	color: #FFF;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.seeing .scrollnews li:first-child {
	background: none;
}
/*品牌活动*/
.activity {
	overflow: hidden;
	zoom: 1;
}
.activity li {
	float: left;
	width: 144px;
	padding: 2px 2px 10px 4px;
}
.activity li h2 {
	padding-top: 6px;
	line-height: 22px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
/*广告*/
.ad2 {
	padding-top: 10px;
	border-top: #008de4 5px solid;
}
/*栏目组合*/
.column {
	overflow: hidden;
	zoom: 1;
}
.column .lef {
	width: 166px;
}
.column .atlas li {
	position: relative;
	width: 166px;
	height: 236px;
	margin-bottom: 1px;
}
.column .atlas li div {
	line-height: 20px;
	padding: 2px 6px 3px 6px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	position: absolute;
	color: #FFF;
	left: 0px;
	top: 138px;
	background: #008de4;
}
.column .atlas li p {
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/static/images/icon.png) repeat-x;
	background-position: 0px -1088px;
}
.column .atlas li p a {
	display: block;
	padding: 16px 10px 6px 10px;
	line-height: 26px;
	color: #FFF;
	font-size: 18px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	height:44px;
	overflow:hidden;
}
.column .rig {
	width: 300px;
}
/* 股民学校 */
.school {
	position: relative;
}
.school .convert {
	position: absolute;
	top: 16px;
	right: 0px;
}
.school .convert a {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 4px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0px -1285px;
}
.school .convert a:hover, .school .convert a.hover {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 4px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0px -1236px;
}
.school .convert a.hover {
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	margin: 0 4px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0px -1236px;
}
.school .video {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.school .video li {
	position: relative;
	float: left;
	width: 144px;
	padding: 2px 2px 4px 4px;
}
.school .video li h2 {
	position: absolute;
	padding-left: 4px;
	width: 140px;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	top: 90px;
	left: 4px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background: #000000;
}
.school .video li div {
	position: absolute;
	width: 8px;
	height: 11px;
	top: 95px;
	left: 134px;
	background: url(/static/images/icon.png) no-repeat;
	background-position: 0 -1538px;
}
.school .video li div a {
	width: 100%;
	height: 100%;
	display: block;
}
.school .video li p {
	padding-top: 6px;
	line-height: 22px;
	width: 144px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.school .tt {
	margin: 10px 10px 0 10px;
	padding-top: 6px;
	border-top: #eee 1px solid;
}
.school .tt li {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	background: url(/static/images/icon.png) no-repeat;
 *background: url(/static/images/iconie6.gif) no-repeat;
	background-position: 0 -209px;
	padding-left: 24px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	overflow:hidden;
}
/* 市场行情 */
.market {
}
.market h1 {
	margin-bottom: 0px;
}
.market table {
	padding-bottom: 6px;
}
.market td {
	padding-left: 16px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 14px;
	border-bottom: #e1e1e1 1px solid;
}
.market td span {
	padding: 0 12px;
}
.market td div.green {
	display: inline-block;
	color: #FFF;
	height: 22px;
	line-height: 22px;
	background: #559453;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.market td span.green {
	border-right: #aacaa9 1px solid;
}
.market td div.red {
	display: inline-block;
	color: #FFF;
	height: 22px;
	line-height: 22px;
	background: #bf1313;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.market td span.red {
	border-right: #df8989 1px solid;
}
.market .gold {
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding: 6px 0 15px 30px;
}
.market .gold h2 {
	padding: 2px 0 2px 0;
	position: absolute;
	top: 6px;
	left: 0;
	background: #008de4;
	color: #FFF;
	font-size: 14px;
	width: 27px;
	text-align: center;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.market .gold li {
	position: relative;
	padding-left: 10px;
	width: 80px;
	height: 80px;
	float: left;
}
.market .gold p {
	position: absolute;
	text-align: center;
	width: 80px;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	top: 60px;
	left: 10px;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	background: #000000;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.market .ask {
	padding-bottom: 6px;
}
.market .ask li {
	padding: 4px 0 10px 0;
	border-top: #e1e1e1 1px solid;
}
.market .ask h2 {
	line-height: 24px;
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	padding-bottom:8px;
}
.market .ask h2 span {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 18px;
	color: #008de4;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.market .ask h3 {
	line-height: 24px;
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
.market .ask h3 span {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 18px;
	color: #008de4;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
}
/* 新闻排行 */
.newsRanking {
}
.newsRanking li {
	padding-left: 22px;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	background: url(/static/images/icon.png) no-repeat;
 *background: url(/static/images/iconie6.gif) no-repeat;
	background-position: 10px -291px;
	overflow: hidden;
}
/* 选项卡 */
#Tab1 {
}
.Menubox {
	border-top: #008de4 5px solid;
	border-bottom: #e3e3e3 1px solid;
	overflow: hidden;
	zoom: 1;
}
.Menubox li {
	float: left;
	font-size: 20px;
	color: #888888;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.Menubox li.hover {
	width: 80px;
	font-size: 20px;
	color: #008de4;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.Contentbox {
	clear: both;
	margin-top: 0px;
	padding: 10px 0;
	border-top: none;
}
.Contentbox .newsRanking li {
	padding-left: 22px;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	background: url(/static/images/icon.png) no-repeat;
 *background: url(/static/images/iconie6.gif) no-repeat;
	background-position: 10px -291px;
}
.Contentbox .videoRanking li {
	padding-left: 32px;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	background: url(/static/images/icon.png) no-repeat;
 *background: url(/static/images/iconie6.gif) no-repeat;
	background-position: 10px -209px;
	overflow:hidden;
}
/* 友情链接 */
.frindlylink {
	overflow: hidden;
	zoom: 1;
}
.frindlylink a {
	padding: 0 12px;
	font-size: 14px;
	line-height: 30px;
	color: #212121;
	background: url(/static/images/index_78.jpg) no-repeat right center;
	font-family: "微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	display: inline-block;
 *float: left;
	word-break: keep-all;
	white-space: nowrap;
}
/*****************************底部**********************************/
.footerBor {
	border-top: #008de4 5px solid;
}
#screen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 9998;
	background-color: #000;
}
.lh_jrtt_bg {background:url(/static/images/lhback.jpg) no-repeat left bottom;}
.lh_jrtt_bg a {display:block; width:640px; height:42px;}
.digg {display:none;}

/**百分点样式覆写**/
#bfd_hp_title {  border-bottom: #e1e1e1 1px solid; padding-bottom: 5px;}