﻿/*全局css定义*/
body{
	text-align:center;
	font-size:12px;
	font-family:"宋体";
	color:#333;
	font-weight: normal;
	background: url(../img/topdg.jpg) no-repeat center 0px;
}
*{
	margin:0px;
	padding:0px;
}
form{
	margin:0px;
	padding:0px;
}
div{
    text-align:left;
}
table,td,tr,th{
    font-size:12px; text-align:left;
}
li{
    list-style-type:none;
}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ 
    color:#CA0000; 
	text-decoration:none; 
}
a.cRed:hover{
	color:#CA0000;
	text-decoration: underline;
}
.cWhite,a.cWhite:link,a.cWhite:visited{ 
    color:#fff;
}
.cYellow,a.cYellow:link,a.cYellow:visited{
    color:#ff0;
	text-decoration: none;
}
.cDGray,a.cDGray:link,a.cDGray:visited{ 
    color: #666;
	text-decoration:none; 
}
a.cDGray:hover{
	color:#c00000;
}
.more,a.more:link,a.more:visited{
	color:#CA0000;
	text-decoration:none;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
}
a.more:hover{
	color:#CA0000;
	text-decoration: underline;
}
.font_vipred {
	color: #f2203d;
}
a.vote_font,a.vote_font:link,a.vote_font:visited {
	color: #ca0000;
	text-decoration: underline;
}
a.vote_font:hover{
	color: #f00;
	text-decoration: underline;
}
/* 直播室 */
a.channelLink:link,a.channelLink:visited,a.channelLink:active {
	color: #333;
	display: block;
	text-decoration: none;
}
a.channelLink:hover {
	color: #c00;
	display: block;
	background: #f8f8f8;
}
a.recommendationChannel:link,a.recommendationChannel:visited,a.recommendationChannel:active {
	color: #f00;
	display: block;
	text-decoration: none;
}
a.recommendationChannel:hover {
	color: #c00;
	display: block;
	background: #f8f8f8;
}
a.vedioDownload:link,a.vedioDownload:visited,a.vedioDownload:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.vedioDownload:hover {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
/* 热门下载链接 */
a.hotdllink,a.hotdllink:link,a.hotdllink:visited {
	color:#666;
	display:block;
	text-decoration:none;
}
a.hotdllink:hover{
	color:#c00000;
	background:#f8f8f8;
}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {
    font-weight: bold;
}
.fI {
    font-style: italic;
}

/* 字体大小*/
.f12px{
    font-size:12px;
}
.f14px{ 
    font-size:14px;
}

/* 其他属性 */
.left{
    float:left;
}
.right{
    float:right;
}
.hidden {
    display: none;
}
.unLine ,.unLine a{
    text-decoration: none;
}
.noBorder{
    border:none;
}
.t_center{ 
    text-align:center;
}
.t_left{
	text-align:left;
}
.mbtbIntro .mbtbIntroCon ul li.t_right{ 
    text-align:right;
}
.mtb8{ 
    margin:8px 0px;
}
.bgf8{ 
    background:#f8f8f8;
}
.indent{
	text-indent: 26px;
}
.hand {
	cursor: pointer;
}

/* +号小图标 */
.plussign {
	font-size: 9px;
	font-family: Arial;
}


/* ad样式 */
.banner{
}

/* 图片连接样式 */
.vod{
	margin-left:20px;
	line-height: 18px;
	text-decoration: none;
	border:0px;
}
.tucss a{
	padding:1px;
	border:1px solid #fff;
	display:block;
}
.tucss a:hover{
	border:1px solid #CCCCCC;
}
.tp{
	border:0;
	align:absmiddle;
}

/* Clear Fix */

.clearfix:after { 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
} 
.clearfix {
    display:inline-block;
}
.comment:after { 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
} 
.comment {
    display:inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
    display:block;
}
.comment {
    display:block;
} 
/* End hide from IE Mac */ 
/* end of clearfix  */