

.finance-slide {
	position: relative;
	width: 440px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.finance-slide .bd {
	position: relative;
	z-index: 0;
}

.finance-slide .bd li a {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.finance-slide .bd li img {
	display: block;
	width: 100%;
	height: 275px;
}

.finance-slide .bd li span {
	display: block;
	width: 420px;
	padding: 0 10px;
	height: 46px;
	line-height: 46px;
	background: #f3f3f1;
	text-align: left;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.finance-slide .bd li span:hover {
	color: #b50404;
}

.finance-slide .hd {
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: url(../image/sprite-finance.png) no-repeat 0 -275px;
	text-align: right;
	z-index: 1;
}

.finance-slide .hd ul {
	margin: 7px 10px 0 0;
	*margin: 29px 10px 0 0;
	text-align: right;
}

.finance-slide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 6px;
	height: 6px;
	margin: 0 2px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	font-size: 0;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.finance-slide .hd ul li.on {
	width: 23px;
	background: #dfdbdb;
}

.finance-slide .prev,
.finance-slide .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 59px;
	margin-top: -55px;
	background: url(../image/sprite-finance.png) no-repeat;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}

.finance-slide .prev {
	left: 0;
	background-position: 0 -68px;
}

.finance-slide .next {
	right: 0;
	background-position: -45px -68px;
}

.finance-slide:hover .prev,
.finance-slide:hover .next {
	filter: alpha(opacity=100);
	opacity: 1;
}

.daily-news {
	margin: 20px 0 0;
	font-size: 14px;
}

.daily-title {
	width: 75px;
	height: 26px;
	margin: 0 8px 0 0;
	padding: 0 6px 0 0;
	background: url(../image/sprite-finance.png) no-repeat 0 -137px;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	color: #FFF;
}

.daily-news a {
	color: #333;
}

.daily-news p.clearfix {
	height: 24px;
	line-height: 24px;
	margin: 0 0 6px 0;
}

.daily-news .line {
	padding: 0 6px;
	font-size: 12px;
	font-style: normal;
	color: #ccc;
}

.daily-rmd {
	height: 26px;
	line-height: 26px;
	margin: 0 0 12px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.daily-rmd a {
	display: block;
	font-size: 20px;
	color: #404040;
	font-weight: bold;
}

.pic-finance {
	height: 255px;
	width: 880px;
	margin: 35px 0 0;
	overflow: hidden;
}

.pic-finance .title-aside {
	margin: 0 0 20px;
	height: 22px;
}

.pic-finance .title-aside h3 {
	border: 0 none;
	padding: 0 7px 0 0;
	width: 108px;
	height: 22px;
}

.pic-finance .title-aside h3 a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url(../image/sprite-finance.png) no-repeat 0 -183px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	text-indent: -9999px;
}

.pic-finance .title-aside h3 a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.pic-list {
	position: relative;
	height: 100%;
	z-index: 3;
}

.pic-list .hd {
	position: absolute;
	right: 0;
	top: -37px;
	*width: 67px;
	height: 12px;
	padding: 0 8px 0 12px;
	background: #fff;
	overflow: hidden;
}

.pic-list .hd .prev,
.pic-list .hd .next {
	float: right;
	display: inline-block;
	*display: block;
	width: 7px;
	height: 12px;
	background: url(../image/sprite-finance.png) no-repeat -90px -68px;
	overflow: hidden;
	cursor: pointer;
}

.pic-list .hd .next {
	background-position: -135px -68px;
}

.pic-list .hd .prev:hover {
	background-position: -90px -90px;
}

.pic-list .hd .next:hover {
	background-position: -135px -90px;
}

.pic-list .hd ul {
	float: right;
	height: 5px;
	margin: 3px 8px 3px 7px;
	zoom: 1;
	overflow: hidden;
}

.pic-list .hd ul li {
	float: left;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 3px 0 4px;
	background: url(../image/sprite-finance.png) no-repeat -107px -71px;
	text-indent: -999px;
	cursor: pointer;
}

.pic-list .hd ul li.on {
	background-position: -120px -71px;
}

.picList li {
	float: left;
	display: inline-block;
	*display: inline;
	margin: 0 28px 0 0;
}

.picList li>a {
	display: block;
	width: 275px;
	height: 175px;
	overflow: hidden;
}

.picList li h6 {
	margin: 18px 0 0;
	width: 275px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-weight: normal;
	font-size: 16px;
}

.picList li h6 i {
	float: left;
	display: inline-block;
	*display: block;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	line-height: 18px;
	background: #6A535C;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
}

.picList li h6 a {
	display: block;
	color: #333;
}

.comment-list {
	margin: 15px 0 10px;
	overflow: hidden;
}

.comment-list li {
	margin: 0 0 20px 0;
}

.comment-list h6 {
	height: 20px;
	line-height: 20px;
	margin: 0 0 13px 0;
	font-size: 18px;
	font-weight: bold;
}

.comment-list h6 a {
	display: block;
	color: #404040;
}

.comment-list div.clearfix>a {
	display: block;
	width: 110px;
	height: 90px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

.comment-list div.clearfix>p {
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	white-space: normal;
	font-size: 14px;color:#999;
}

.comment-list div.clearfix>p a {
	white-space: normal;
}

.tpc-new {
	margin: 25px 0 0;
}

.tpc-new a {
	display: block;
	line-height: 0;
}

.tpc-new p {
	width: 275px;
	height: 90px;
	overflow: hidden;
}

.tpc-new span {
	display: block;
	width: 250px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 15px;
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

.tpc-new img {
	cursor: pointer;
}

.tpc-new a:hover span {
	color: #bf0505;
}

.tpc-list {
	margin: 15px 0 0;
}

.tpc-list li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 5px 0 15px;
	border-left: 3px solid #f5f5f5;
	font-size: 16px;
	color: #404040;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tpc-list li a:hover {
	border-left: 3px solid #b1b0b0;
	background: #fbfbfb;
	color: #b50404;
}

.cal-content {
	margin: 25px 0 0;
}

.cal-modal {
	position: absolute;
	right: 0;
	top: -4px;
}

.cal-modal input {
	position: relative;
	width: 107px;
	height: 26px;
	line-height: 26px;
	padding: 0 17px 0 34px;
	background: none;
	border: 1px solid #dfdcdc;
	font-family: 'Microsoft Yahei';
	color: #333;
	z-index: 2;
}

.cal-modal i {
	position: absolute;
	display: block;
	background: url(../image/sprite-finance.png) no-repeat;
	z-index: 1;
}

.cal-modal i.ico-cal {
	top: 5px;
	left: 5px;
	width: 19px;
	height: 18px;
	background-position: -294px -68px;
}

.cal-modal i.ico-angle {
	top: 11px;
	right: 7px;
	width: 10px;
	height: 6px;
	background-position: -323px -68px;
}

.week {
	height: 50px;
	background: #f5f5f5;
	font-size: 12px;
}

.week li {
	float: left;
	display: inline-block;
	*display: inline;
}

.week li a {
	display: block;
	height: 40px;
	width: 39px;
	padding: 5px 0;
	line-height: 20px;
	text-align: center;
	color: #333;
}

.week li:first-child a {
	width: 41px;
}

.week li.active a,
.week li a:hover {
	background: #bf0505;
	color: #fff;
}

.week li a span {
	display: block;
}

.week li a span:first-child {
	font-size: 14px;
}

.cal-table {
	margin: 6px 0 0;
}

.cal-table table {
	width: 100%;
}

.cal-table th {
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #dfdcdc;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.cal-table td {
	height: 41px;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 14px;
	color: #333;
}

.cal-table td p {
	width: 155px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cal-table tr td:first-child {
	width: 50px;
}

.cal-table td.last {
	width: 50px;
	text-align: center;
}

.cal-table tr.bg-gray td {
	background: #fbfbfb;
}

.cal-table tr.level-0 td.last {
	color: #999;
}

.cal-table tr.level-1 td.last {
	color: #333;
}

.cal-table tr.level-2 td.last {
	color: #bf0505;
}

.guandian .title-inside {
	margin: 0 35px 20px 0;
}

.rmd-live {
	width: 440px;
	height: 268px;
	overflow: hidden;
}

.rmd-live>a {
	position: relative;
	display: block;
	width: 440px;
	height: 268px;
}

.rmd-live img {
	display: block;
}

.rmd-live span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: url(../image/sprite-finance.png) no-repeat 0 -275px;
	font-size: 16px;
	color: #fff;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rmd-live span i {
	width: 15px;
	height: 17px;
	margin: 15px 15px 15px 13px;
	background: url(../image/sprite-finance.png) no-repeat -113px -158px;
}

.article-list li {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	zoom: 1;
}

.article-list h6 {
	float: left;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

.article-list h6 span,
.article-list h6 a {
	color: #999;
}

.article-list h6 a:hover {
	color: #b50404;
}

.article-list h6 span.line {
	font-size: 12px;
	margin: 0 10px;
}

.article-list li p a {
	display: block;
	color: #333;
}

.video-list ul {
	margin: -30px 0 0 -19px;
}

.video-list li {
	float: left;
	display: inline-block;
	*display: inline;
	margin: 30px 0 0 19px;
	width: 193px;
}

.video-list li>a {
	position: relative;
	display: block;
	width: 193px;
	height: 118px;
	overflow: hidden;
}

.video-list li>a .mask {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #23262b;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
}

.video-list li>a i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background: url(../image/sprite-finance.png) no-repeat -135px -137px;
	cursor: pointer;
}

.video-list li>a:hover .mask,
.video-list li>a:hover i {
	display: block;
}

.video-list li h6 {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 25px;
	margin: 12px 0 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
}

.video-list li h6 a {
	display: block;
	color: #333;
}

.video-list li h6 i {
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	width: 15px;
	height: 17px;
	background: url(../image/sprite-finance.png) no-repeat -113px -158px;
}

.video-list li p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.video-list li p a {
	color: #999;
}

.master .title-aside {
	margin: 0 0 25px 0;
}

.master-list {
	overflow: hidden;
}

.master-list li {
	padding: 10px 10px 11px 105px;
	border-bottom: 1px dotted #dfdcdc;
	zoom: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.master-list li:hover {
	border-left: 3px solid #b1b0b0;
	background: #fbfbfb;
}

.master-list li .avatar {
	position: relative;
	float: left;
	display: inline-block;
	width: 74px;
	height: 74px;
	margin: 0 0 0 -95px;
	border: 2px solid #d9d8d8;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.master-list li .avatar img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.master-list li h6 {
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
}

.master-list li h6 a {
	color: #404040;
}

.master-list li p {
	height: 52px;
	line-height: 26px;
	font-size: 14px;
}

.master-list li p a {
	display: block;
	color: #333;
	white-space: normal;
}

.master-list li p a:hover,
.master-list li h6 a:hover {
	color: #b50404;
}

.blog .title-aside {
	margin: 0 0 25px 0;
}

.blog .title-aside h3 {
	border: 0 none;
	padding: 0 10px 0 0;
}

.blog-list li {
	float: left;
	display: inline-block;
	*display: inline;
	width: 275px;
	margin: 0 0 0 30px;
}

.blog-list li:first-child {
	margin: 0;
}

.blog-list .mixed {
	margin: 0;
}

.blog-list .mixed-img {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.blog-list .mixed-img em {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	background: #333;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 2;
}

.blog-list .mixed-img:hover em {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.blog-list .mixed-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 3;
}

.blog-list h6 {
	height: 30px;
	font-weight: normal;
}

.blog-list .mixed-txt p {
	height: 60px;
	line-height: 30px;
	margin: 0;
}

.blog-list h6 a {
	white-space: nowrap;
}

.consum-hot .news-list li {
	padding: 0 0 0 33px;
}

.consum-hot .news-list i {
	left: 0;
	top: 11px;
	background: url(../image/sprite-finance.png) no-repeat;
}

.consum-hot .news-list li.hot1 i {
	width: 10px;
	height: 14px;
	background-position: 0 -235px;
}

.consum-hot .news-list li.hot2 i {
	width: 14px;
	height: 14px;
	background-position: -15px -235px;
}

.consum-hot .news-list li.hot3 i {
	top: 8px;
	width: 14px;
	height: 19px;
	background-position: -34px -235px;
}

.consum-hot .news-list li.hot4 i {
	width: 11px;
	height: 15px;
	background-position: -53px -235px;
}

.consum-hot .news-list li.hot5 i {
	width: 12px;
	height: 15px;
	background-position: -69px -235px;
}

.consum-hot .news-list li.hot6 i {
	width: 11px;
	height: 15px;
	background-position: -86px -235px;
}

.consum-hot .news-list li.hot7 i {
	width: 11px;
	height: 15px;
	background-position: -102px -235px;
}

.consum-hot .news-list li.hot8 i {
	width: 12px;
	height: 15px;
	background-position: -118px -235px;
}

.consum-hot .news-list li.hot9 i {
	width: 11px;
	height: 15px;
	background-position: -136px -235px;
}

.consum-hot .news-list li.hot10 i {
	top: 13px;
	width: 20px;
	height: 11px;
	background-position: -153px -235px;
}
