﻿/* ===================================================================================== */
/* == Linksoon.net == */
/* == Styles by vr4u.Linksoon 20181114 == */
/* == Contact us: (Weihai)0631-5267666 == */
/* ===================================================================================== */
/* == 共用样式表 == */
body{ padding:0; margin:0; background-color:#333; font-size:15px; font-family:"Microsoft Yahei",tahoma,Arial,Century Gothic,verdana,Helvetica,sans-serif; color:#333;}
a{ color:#1F5972; text-decoration:none;}
a:hover{ color:#104D6C; text-decoration:none;}
a:active{ color:#EDA000; text-decoration:none;}
.clear{ clear:both;}
ul,li,form,p{ margin:0; padding:0;}
li{ list-style:none;}
img{ border:0;}
input,textarea{ padding:0; margin:0; font-size:14px; font-family:tahoma,Arial,Century Gothic,verdana,Helvetica,sans-serif;}

/* == 页面样式表 == */
.Container{}
	/* == 顶部 == */
	.Header{ position:relative;}
		.logo{ float:left; margin:0; padding:10px 0 10px 10px; font-size:23px; font-weight:normal; color:#FFF;}
		.logo a{ color:#FFF;}
		.byme{ float:right; padding:10px 10px 0 0; line-height:30px; font-size:18px;}
			.byme a{ margin-right:5px; color:#a1a1a1;}
			.byme a.on{ color:#cc0033;}
	.livChannel{ padding:10px 0 10px 5%; background-color:#444;}
		.livChannel a{ display:inline-block; width:30%; color:#a1a1a1; text-align:center;}
		.livChannel a.on{ color:#cc0033;}
		
		
		
	/* == 首页== */
	.PageBody{}
		.LiveTitle{ padding:0 10px 0 0; height:40px; line-height:40px; background:#ECECEC url(title_bg.png) 0 0 repeat-x; text-align:right;}
			.LiveTitle span{ float:left; font-size:20px; text-indent:10px;}
			
		.LiveShow{ padding:0 0 4% 0; width:100%; border-top:solid 1px #FFF; background:url(title_shadow.png) 0 0 repeat-x; }
			.c_channel{ float:left; margin:4% 0 0 4%; width:44%; height:42px; border-radius:5px; background:#E0E6E7;}
				.c_channel span{ display:block; height:40px; line-height:40px; text-align:center; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
				.c_channel .c_image{}
					.c_channel .c_image img{ width:120px; height:40px; font-size:16px;}
				.c_channel .c_name{}
				
	/* == 内容页 == */
	.vContent{ background-color:#111;}
		.vContent video{ width:100%;}
		
		.scroll{ height:45px; background-color:#111;}
			.tb_bydate{ width:100%;}
				.td_l{ width:45px;}
				.td_c{}
				.td_r{ width:45px;}
				a.prev, a.next { float:left; width:45px; height:45px; cursor:pointer; background-image:url(ico_arrow.png); background-repeat:no-repeat;}
				a.prev{ background-position:0 0;}
				a.prev:hover{ background-position:0 -45px;}
				a.next{ background-position:-45px 0;}
				a.next:hover{ background-position:-45px -45px;}
			
		.box { float:left; width:100%; height:45px; overflow:hidden; position:relative;}
			.box li{ float:left; width:56px; height:45px; background:#111; color:#999; line-height:16px; text-decoration:none; text-align:center; cursor:pointer;}
				.box li em,.box li strong{ display:block; font-style:normal; font-weight:normal;}
				.box li em{ padding-top:6px;}
				.box li a{ display:block; width:56px; height:45px; color:#999;}
				.box li a:hover{ color:#ccc;}
				.box li.on { background-color:#252525; cursor:default;}
				.box li.on a{ color:#FFF;}
					
				
		.scroll_list{ position:absolute; width:10000em;}
			.MenuLst{ /*overflow:hidden; overflow-y:auto;*/ padding:0 10px; background-color:#252525;}
			.MenuLst li{ border-top:dotted 1px #333;}
			.MenuLst li a{ display:block; width:100%; height:40px; line-height:40px; color:#999; cursor:pointer; overflow:hidden;}
			.MenuLst li.on a{ color:#FFF;}
			.MenuLst li a:hover{ color:#FFF;}
			.MenuLst li span{ float:left;}
			span.m_time{ width:45px; text-align:center;}
			span.m_play{ margin-top:10px; width:33px; height:20px; line-height:20px; background-color:#111; text-align:center; color:#ccc;}
			span.m_name{ margin-left:7px; width:240px; height:40px; overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
			li.on span.m_play{ background-color:#C61010; color:#FFF;}
		
		
	/* == 网页底部 == */
	.Footer{ padding:15px 0; line-height:30px; border-top:solid 1px #444; font-size:14px; color:#a1a1a1; text-align:center;}