

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt 
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


body{
	font-size:12px;
	color: #333;
	font-family: Tahoma;
	background-color: #356aa0;
}

.fn-hide{display:none;} 

.l {
  float: left;
}

.r {
  float: right;
}

.clearfix:after {  
	content:".";  
	display:block;  
	height:0;  
	clear:both;  
	visibility:hidden;  
	overflow: hidden;
}  
.clearfix{
	display:inline-block;
	clear: both;
	width:0px;
	height:0px; 
	overflow: hidden;
}  
/* Hide from IE Mac */  
.clearfix {
	display:block;
	overflow: hidden;
	clear: both;
	width:0px;
	height:0px; 
}  
/* End hide from IE Mac */  

a {text-decoration: none; color: #333; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color: #356aa0; }
a:active { text-decoration: none; }

.left{float: left; clear: none;}
.right{float: right;clear: none;}
.hide{display: none;}
strong{font-weight: bold;}

/* wrap */
.wrap{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 10px 0;
	background-color: #fff;
}

/* inner */
.inner,
.container{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

.header{	overflow: visible;}

/* detail-page */
#detail-page .header,
#list-page .header,
#search-page .header{
	width: 960px;
	padding-bottom:5px;
	background-color: #fff;
}
#detail-page .wrap,
#search-page .wrap{ padding: 0;}

/* box */
.box{
	overflow: hidden;
	margin: 10px 0 0 0;
	background-color: #fff;
}

.box-topic{
	margin: 0px;
height:460px;
}
.box-topic-index{
	margin: 0px;
height:340px;
}
	.box .caption{
		height: 40px;
		overflow: hidden;	
		margin: 0 10px;
		line-height: 40px;
		border-bottom: 1px solid #ccc;		
	}		
		.box .caption h3,
		.box .caption h1{
			float: left;
			font-size: 16px;
			font-weight: bold;
			color: #356aa0;		
		}
			.box .caption h3 a{margin: 0 3px;}
			.box .caption h3 a:hover{
				color: #356aa0;
				text-decoration: underline;
				background: none;
			}
			
			.box .caption span{float: right;}
	
			.box .caption .share{
				float: left;
				line-height: 18px;
				margin: 8px 0 0 0;
				padding: 0 0 0 15px;
			}	
			.box .caption .share span{ float: left;}
		
		.box .content{
			overflow: hidden;	
			padding: 0 10px;
		}	

/* top-bar */
.top-bar{
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: visible;
}
	/* logo */
	.top-bar .logo{padding: 0 0 0 10px;}
	.top-bar .logo,
	.top-bar .logo img{
		width: 200px;
		height: 80px;
		display: block;
		overflow: hidden;
	}
	
	/* play-his */
	.play-his{
		float: left;
		width: 100px;
		height: 30px;
		margin: 32px 0 0 35px;
		position: relative;
		border: 3px solid #e0e0e0;
		border-right: 0;
		_display: inline;
		background-color: #f0f0f0;		
	}	
		.play-his a.history {
		    display: block;
		    height: 30px;
		    line-height: 28px;
		    overflow: hidden;
		    width: 100px;
			 text-align: center;
			 font-weight: bold;
		}
		.play-his a.history:hover {
		    background-color: #fff;
		    color: #356aa0;
		    text-decoration: none;
		}		
		.play-his a.myfav {
		    color: #fff;
		    float: right;
		    height: 27px;
		    line-height: 23px;
		    margin-left: 15px;
		    margin-right: 1px;
		    padding-left: 20px;
		    padding-right: 10px;
		}
		.play-his a.myfav:hover {
		    color: #666666;
		    text-decoration: none;
		}
		
	/* widget-record */
	.play-his .widget-record{
	    background: none repeat scroll 0 0 #fff;
	    border: 1px solid #ccc;
	    margin: -1px 0 0 -2px;
	    position: absolute;
	    width: 300px;
	    z-index: 2000;
	}			
		.widget-record .list {
		    line-height: 14px;
		    overflow: hidden;
		    padding-top: 10px;
		}
		.widget-record .list .item {
		    margin-bottom: 5px;
		    overflow: hidden;
		    padding: 0 10px;
			 clear: both;
		}
		.widget-record .list .item li{
		    background: none repeat scroll 0 0 #F2F2F2;
		    line-height: 14px;
		    margin-bottom: 10px;
		    padding: 5px 10px;
			 overflow: hidden;
		}
		.widget-record .list .item .name {
		    background: url("img/more.png") no-repeat scroll 0 48% transparent;
		    float: left;
		    padding-left: 15px;
		}
		.widget-record .list .item .now {
		    color: #E12160 !important;
		    float: right;
		}
		.widget-record .info{
		    border-top: 1px solid #ccc;
		    height: 25px;
		    line-height: 25px;
			 overflow: hidden;
		}
		.widget-record .info span.count {
		    color: #666666;
		    float: left;
		    height: 25px;
		    padding-left: 10px;
		}
		.widget-record .info span.close {
		    float: right;
		    height: 25px;
		    padding-right: 10px;
		}
		.widget-record .info span.close a{
		    color: #0079B9;
		}
	
	/* search-box */
	.search-box{
		width:444px;
		height: 70px;
		padding: 10px 0 0 0;
		overflow: hidden; 
	}
		/* hot-key */
		.hot-key{
			overflow: hidden;
			height:22px;
			text-align: right;
		}
			.hot-key strong{font-weight: bold; color: #f00; }
			.hot-key a{margin: 0 0 0 6px;}
	
		/* serach */
		.serach{
			width:438px;
			height: 30px;
			overflow: hidden; 
			border: 3px solid #e0e0e0;
			background-color: #fff;		
		}
			.serach .input-text{
				width: 360px;
				height: 28px;
				overflow: hidden;
				line-height: 28px;
				padding: 0 8px;
				font-family: Tahoma;
				float: left;
				color: #999;
				border: 1px solid #d7d7d7;
			}
			.serach .input-button{
				width: 60px;
				height: 30px;
				overflow: hidden;
				cursor: pointer;
				font-size: 16px;
				font-weight: bold;
				float: right;
				color: #fff;
				border: 1px solid #d7d7d7;
				background: #356aa0;
			}		
			
	/* alink */		
	.alink{
		width:100px;
		height: 78px;
		text-align: center;
		margin: 2px 0 0 0;
		overflow: hidden; 
		float: right;
	}
		.alink a{
			display: block;
			padding: 2px 10px;
			width:75px;
			margin: 1px 0 0 0;
			background: #e0e0e0;
			border-bottom: 2px solid #e0e0e0;
		}		
		.alink a:hover{
			border-bottom: 2px solid #356aa0;
		}
		
.menu2 {
  width: 960px;
  margin: 0 auto;
  height: 28px;
  border-bottom: 2px solid #ddd;
  text-align: left;
background-color:#fff;
padding-top:10px;
}

.menu2 .dmx {
  width: 525px;
  font-size: 16px;
}

.menu2 .dme {
  width: 400px;
font-size:14px;
padding-right:10px;
}

.menu2 li {
  float: left;
  line-height: 24px;
  font-family: "Microsoft YaHei",helvetica,arial,verdana,tahoma,sans-serif;
  margin-left: 15px;
}
.menu2 li.nav, .menu2 li:hover {
  border-bottom: 3px solid #356aa0;
  height: 27px;
}

/* 首页滚动影片 */
.scroll-box{ background-color:#e9e9e9; height:304px; width:776px; float:left; overflow:hidden; position:relative;}
.scroll-box .box{ width:756px;margin-top:5px; overflow:hidden;}
.slider_l_arrow,.slider_r_arrow{background-image:url(green.png);background-repeat:no-repeat; z-index:99; position:absolute;background-color:#356aa0;}
#slider {position:relative;overflow:hidden;height:300px;background:#000;WIDTH: 960px;}
.slider_list {float:left;margin-top:10px;width:890px; }
.slider_list li {float:left;margin:0 0px 0px; padding:0 1px 0 22px ; margin-bottom:50px;width:166px;text-align:center;}
.slider_l_arrow{ top:100px; left:10px; width:30px; height:55px;}
.slider_r_arrow{top:100px; right:10px; width:30px; height:55px; background-position: -37px 0px; }

.slider_pic {margin-bottom:10px;text-align:center;}
.slider_pic a {display:block;margin:0 auto;width:160px;border:3px solid #e9e9e9;}
.slider_pic a:hover {border-color:#39ae08;}
.slider_tit {position:relative;}
.slider_tit a {display:block;overflow:hidden;width:100%;white-space:nowrap;font-size:14px;font-weight:700;color:#333;}
.slider_tit a:hover {text-decoration:underline;}
.slider_txt {width:100%;overflow:hidden;white-space:nowrap;color:#777;}

.scroll-box-max {
  background-color: #d7dae4;
  height: 304px;
  width: 960px;
  float: left;
  overflow: hidden;
  position: relative;
}
.scroll-box-max .box{ width:940px;margin-top:5px; overflow:hidden;background-color:#d7dae4;}

.scroll-box-max .slider_list  li { padding:0 1px 0 21px ;}
.scroll-box-max .slider_pic a {display:block;margin:0 auto;width:160px;border:3px solid #fff;}


.area {
  width: 960px;
  margin: 0 auto;
  clear: both;
  text-align: left;
}

.box_max {
  height: 80px;
  font-size: 14px;
  border-bottom: solid 0px #ddd;
  margin-top: 10px;
  margin-left: 12px;
  width: 938px;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.box1 {
  width: 195px;
}

.box2 {
  width: 605px;
}


.box3 {
  width: 135px;
}

.box_max label {
  padding: 6px 10px;
  height: 24px;
  line-height: 24px;
  font-weight: bolder;
  white-space: nowrap;
  background: #356aa0;
  color: #fff;
}

.box_max ul {
  clear: both;
padding-top:5px;
}

.box_max li {
  width: 45px;
  float: left;
  overflow: hidden;
  padding-top: 5px;
}

.le-tabs{width:100%;height:28px;background-color:#356aa0;font-color:#fff;}
.le-tabs .tabitem a {
  display: block;
  font-weight: normal;
cursor: pointer;
}
.le-tabs li {
  float: left;
  width: 28px;
  margin-left: 4px;
  text-align: center;
  line-height: 28px;
}
.le-tabs li a{color:#fff;}
.le-tabs .on{background-color:#deeaf2;color:#000;}
.le-tabs .on a{color:#000;}




/* Menu Style */
.menu{
	width:960px;
	margin: 0 auto;
	overflow: hidden;
}
	.menu ul{
		width: 970px;
		overflow: hidden;
		height: 30px;
		margin-bottom: 1px;		
	}
		.menu ul li{
			overflow: hidden;
			height: 30px;
			float: left;
			margin:0 1px 0 0;
			text-align: center;
		}
			.menu ul li span{
				width: 95px;
				overflow: hidden;
				height: 30px; 
				display: block;
				font-size: 14px;
				line-height: 28px;
				*line-height: 30px;
				color: #fff;
				border-left: 3px solid #fff;
				border-right: 3px solid #fff;
				background-color: #356aa0;
			}
			.menu ul li a{
				width: 95px;
				overflow: hidden;
				height: 30px; 
				display: block; 
				font-size: 14px;
				line-height: 30px;
				background-color: #f0f0f0;
			}			
			.menu ul li a:hover{
				height: 27px;
				line-height: 27px;
				border-bottom: 3px solid #356aa0;
			}
			
/* ad_top_banner */
.ad_top_banner{margin-top: 10px;}
.ad_top_banner_margin{margin-top: 0;}
.ad_top_banner2{margin-top: 5px;}
.ad_top_banner,
.ad_top_banner img{
	width: 960px;
	display: block;
	overflow: hidden;
}			
			
/* img-list */	
	
.img-list{
	width: 960px;
	clear: both;
	overflow: hidden;
}
	.img-list li{
		width: 122px;
		height: 200px;
		float: left;
		padding: 0 6px;
		text-align: center;
		line-height: 24px;
		overflow: hidden;
		font-size:14px;
	}
		.img-list li img{
			width: 122px;
			height: 164px;
			padding: 2px;
			overflow: hidden;
			display: block;
			margin: 0 0 2px 0;
		}		
		.img-list li a{ color: #000;}
		.img-list li a:hover{
			color: #356aa0;
			text-decoration: underline;
			background: none;
		}

.img-list2{width:700px;padding-top:13px;padding-bottom:10px;}
.img-list2 li{padding:0px 8px;padding-left:6px;}		
/* txt-list */		
.txt-list{
	overflow: hidden;
	clear: both;
	margin: 5px 0 0 0;
}



	.txt-list li{		
		width: 220px;
		height: 30px;
		line-height: 30px;
		float: left;
		margin: 0 2px 0 0;
		padding: 0 0 0 5px;
		text-indent: 5px;
		font-size: 14px;
		overflow: hidden;
	}

.txt-list-max li{width:228px;}
			
	.txt-list li.odd{background-color: #f9f9f9;}
	.txt-list li.even{background-color: #deeaf2;}	
	.txt-list li span{
		color: #666;
		font-size: 12px;
		padding: 0 10px 0 0;
	}	
	.txt-list li em{ color: #666;}		
	.txt-list li img{ _position: absolute; }		

		
/* new-box */
.new-box{width: 960px; margin: 0;}		
.new-box .content{padding: 10px;}		
.new-box .txt-list li{ width: 306px; }		
		

/* Footer */
.footer{
	width:960px; 
	overflow: hidden;
	margin: auto; 
	text-align: center;
	line-height:22px;
	color: #fff;
	padding: 10px 0;
font-size:14px;
}
	.footer a{color: #fff;}
	.footer a:hover{color: #000; text-decoration: underline;}	
	
/* con-box */
.con-box{width: 700px;}
.con-box .content{width:680px; padding: 0 10px 10px 10px;}
.con-box a{color: #356aa0;font-size: 14px;text-decoration: underline;}
.con-box .caption a{color: #000;text-decoration: none;}
.con-box a:hover,
.con-box .caption a:hover{color: #fff;background: #356aa0;}	
.con-box .txt-list{ width: 690px; margin: 0;}		
		
/* side-bar */
.side-bar{width: 250px;}
.side-bar-topic{width:260px;}
.side-bar .content{width:230px; padding: 0 10px 10px 10px;}

/* hot-list */
.hot-list{width: 230px;}
.hot-list li{
	width: 230px;
	height: 30px;
	line-height: 30px;
	float: left;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.hot-list-topic li{width:240px;}
.hot-list-topic-index {padding-top:5px;}
.hot-list-topic-index li{width:200px;}
	.hot-list li p{ float: left; width: 170px; overflow: hidden;}
.hot-list-topic-index  li p{width:200px; overflow: hidden;}
	.hot-list li strong{
		display:block;
		width: 23px;
		overflow: hidden;
		color: #356aa0;
		float: left;
	}		
		.hot-list li a:hover{
			color: #fff;
			text-decoration: underline;
			background: #333;				
		}
		.hot-list li em{
			color: #ff0000;
			font-size:11px;
			float: right;width: 60px;
overflow: hidden;text-align: right;

		}	
		
/* side-bar-ad */
.side-bar-ad,
.side-bar-ad img{
	width: 250px;
	display: block;
	overflow: hidden;
}		

/* links-box */
.links-box p{line-height:20px; margin: 5px 0;}
.links-box p a{margin-right:10px}

/* wrap-box */
.wrap-box{
	width: 960px;
	overflow: hidden;
	margin-top: 3px;
        margin:0 auto;
}

/* detail-box */
.detail-box{width: 678px; margin-top: 0;padding-top:5px;}
.detail-box .caption {height:30px;line-height:30px;}

/* detail-link */
.detail-link{
    height: 28px;
	 line-height: 28px;
    margin-top: 5px;
}
	.detail-link .input-txt{
	    border: 1px solid #ccc;
	    color: #666;
	    font-family: Arial;
	    font-size: 12px;
	    height: 24px;
	    line-height: 24px;
	    margin-right: 5px;
	    padding: 0 5px;
	    width: 380px;
		 overflow: hidden;
	}
	.detail-link a{
		color: #356aa0;
		font-size: 14px;
		margin: 0 5px 0 0;
		text-decoration: underline;
	}
	.detail-link a:hover{
		color: #fff;
		text-decoration: underline;
		background-color: #356aa0;
	}
	
/* detail-info */	
.detail-info{
	 padding: 10px 0;
    overflow: hidden;
}
	/* detail-pic */
	.detail-pic{
	    float: left;
	    height: 290px;
	    overflow: hidden;
	    width: 210px;
	}
		.detail-pic img{
			 width: 200px;
		    height: 280px;
			 display: block;
		    overflow: hidden;	
			 padding: 4px;
			 border: 1px solid #ccc;	   
		}
		
	/* .detail-txt */	
	.detail-txt{
	    float: right;
	    overflow: hidden;
	    width: 433px;		 
		 padding: 0 0 0 7px;
	}
		.detail-txt li {
		    border-bottom: 1px dashed #ccc;
		    font-size: 14px;
		    height: 35px;
		    line-height: 35px;
		    overflow: hidden;
		    width: 430px;
		}
		.detail-txt li .drama{
		    border-bottom: 1px dashed #ccc;
		    font-size: 12px;
		    height: 105px;
		    line-height: 105px;
		    overflow: hidden;
		    width: 430px;
		}
			.detail-txt li strong{
			    color: #333;
			    font-size: 14px;
			}
			.detail-txt .detail-intro{
			    border-bottom: 0 dashed #999999;
			    color: #666;
			    height: auto;
			    line-height: 26px;
			}
			.detail-txt .detail-intro-more{color: #b00;}
			.detail-txt .detail-intro-more:hover{
				color: #fff;
				background-color: #b00;
			}
			
	/* detail-txt-ad */
	.detail-txt-ad{margin: 10px 0 0 0;}
	.detail-txt-ad,
	.detail-txt-ad img{
		width: 460px;
		height: 60px;
		display:block;
		overflow: hidden;
	}		

/* play-btn */
.play-btn{
	width: 660px;height: 250px;
	margin-top: 5px;
	/*_max-height: 600px;
	_height: expression(this.scrollHeight > 600 ? "600px" : "600px");
	_height: auto;*/
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 10px;
}
	.play-btn a{
	    border: 1px solid #ccc;
	    color: #336699;
	    display: block;
	    float: left;
	    font-size: 12px;
	    height: 25px;
	    line-height: 25px;
	    margin: 5px 5px 0 0;
	    overflow: hidden;
	    text-align: center;
	    width: 100px;
	}
	.play-btn a:hover {
	    border: 1px solid #CCCCCC;
	    color: #FFFFFF;
	    text-decoration: none;
		 background-color: #356aa0;
	}
	.play-btn a:visited {
	    background: none repeat scroll 0 0 #CCC;
	    border: 1px solid #BBBBBB;
	    color: #333333;
	    text-decoration: none;
	}
	.play-btn-zy a{ width: 302px;}	


/* detail-side */
.detail-side {
  width: 280px;
  overflow: hidden;
  padding: 1px;
  background-color: #fff;
  margin-bottom: 10px;
}
	/* share */
	.detail-side .share{
		width: 300px;
		overflow: hidden;
		clear: both;
		text-align: center;
		padding: 5px 0 5px 10px;
	}

	.detail-side-ad,
	.detail-side-ad img{
		width: 300px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}

/* detail-ad-bottom */
.detail-ad-bottom{
	width: 675px;
	overflow: hidden;
	_padding-top: 10px;
	text-align: center;
	background: #fff;
}	
	
/* detail-des */
.detail-des{
	line-height: 32px;
	padding: 10px 0;
font-size:18px;
}	

/* detail-img-list */
.detail-img-list .content{ padding: 10px;}
.detail-img-list .img-list{width: 680px; margin: 0 0 0 -5px;}
.detail-img-list .img-list li{padding: 0 5px; font-size: 12px;}

/* detail-hot */
.detail-hot{width: 300px; margin-top: 0;}
.detail-hot .content{ padding: 10px;}
.detail-hot .img-list{width: 310px; margin: 0 0 0 2px;}
.detail-hot .img-list li{
		width: 86px;
		height: 130px;
		padding: 0;
		font-size: 12px;
		line-height: 20px;
		margin: 0 10px 7px 0;
	}
	.detail-hot .img-list li img{
		width: 76px;
		height: 105px;
		padding: 2px;
	}	

/* new-update */
.new-update{ width: 675px; margin: 0;}
.new-update .content{padding-bottom: 10px;}
.new-update .txt-list{margin: 0;width: 680px;}
.new-update .txt-list li{		
	height: 35px;
	line-height: 35px;
	width: 320px;
	line-height: auto;
	overflow: visible;
	margin: 0 4px 0 0;
}
.new-update .txt-list li.odd{background-color: #f5f5f5;}
.new-update .txt-list li.even{background-color: #deeaf2;}	

.new-update .list-tip{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}	
	.new-update .list-tip h5{
		float: left;
		height: 30px;
		overflow: hidden;
		width: 250px;
	}		
	.new-update .list-tip span{padding: 0 10px 0 0; float: right;text-indent: 0;}	
	
/* list-show */
.list-show{
	width: 362px;
	height: 140px;
	overflow: hidden;
	position: absolute;
	clear: both;
	margin-left: -5px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 9;
	display: none;
	text-indent: 0;
}	
	.list-show .play-pic{
		width:100px;
		height: 130px;	
		display: block;
		overflow: hidden;
		float: left;
		padding: 5px;
		background: #fff;
	}
		.list-show .play-pic img{
			width: 100px;
			height: 130px;
			display: block;
			overflow: hidden;
		}
		
	.list-show dl{	
		width:250px; 
		float: right; 
		height: 140px;
		text-indent: 0;
		font-size: 12px;
		line-height: 20px;
		color: #333;
		background: #f5f5f5;
	}
		.list-show dl dt,
		.list-show dl dd{
			width:245px; 
			height: 20px;
			overflow: hidden;
		} 	
		.list-show dl dt{font-weight: bold;padding-top: 5px;}
		.list-show dl dd.jq{
			height: 40px;
			padding-bottom: 5px;
			margin-bottom: 5px;
			border-bottom: 1px solid #d7d7d7;
		}
		.list-show dl label{ color: #666;}
		.list-show dl em{ margin-right: 8px;}	
		
/* list-all */
.list-all{width: 678px; margin: 0; }	
.list-all2{width: 960px; margin: 0; }	
.list-all .content{padding: 0 10px 10px 10px;}
.imgtxt-list{
	width: 695px;
	overflow: hidden;
	clear: both;
}
.imgtxt-list-max{width:960px;}
.imgtxt-list li{
    height: 140px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    padding: 10px;
    width: 301px;
	 float: left;
	 border: 1px solid #ddd;
}

.imgtxt-list-max li{border:none;padding:0px;padding-top:10px; padding-right:9px;}

	.imgtxt-list .pic{
		float: left;
		width: 110px;
		height: 140px;
		overflow: hidden;	   
	}
		.imgtxt-list .pic img{
		    border: 1px solid #999;
		    height: 136px;
		    overflow: hidden;
		    padding: 1px;
		    width: 106px;
		}
	.imgtxt-list .txt {
	    float: right;
	    font-size: 12px;
		 width: 180px;
	    height: 140px;
	    overflow: hidden;
	}
		.imgtxt-list .txt h5{
		    font-size: 14px;
		    height: 28px;
		    line-height: 26px;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    white-space: nowrap;
		}
			.imgtxt-list .txt h5 a{
				color: #356aa0;
				text-decoration: underline;
			}
			.imgtxt-list .txt h5 a:hover{
				color: #fff;
				text-decoration: underline;
				background-color: #356aa0;
			}
		
		.imgtxt-list .txt h4 {
		    height: 20px;
		    line-height: 20px;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    white-space: nowrap;
		    width: 178px;
		}
		.imgtxt-list .txt p {
		    color: #888;
		    display: block;
		    font-size: 12px;
		    height: 72px;
		    line-height: 18px;
		    overflow: hidden;
		}	
		
/* list-his-box */
.list-his-box{width: 300px; margin: 0; }	
.list-his-box .caption{ height:35px;}	
.list-his-box .content{ padding-bottom: 6px;;}
.list-his-box .hot-list{width: 280px;}
.list-his-box .hot-list li{width: 260px;}
.list-his-box .hot-list li p{ width: 200px; }
		
/* box-page */		
.box-page{
	margin-top: 0px;
	width: 678px;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
	text-align: center;
}

.box-page-max{margin-top:0px; width:960px;}
	.pages{
	    font-family: Arial;
	    font-size: 12px;
	    height: 26px;
	    line-height: 26px;
	}
	.box-page .pages a,
	.box-page .pages span,.pages em{
		 color: #356AA0;
		padding: 4px 6px;
		overflow: hidden;
		border: 1px solid #9CB1CE;
	}
	.pages a:hover{
	    border: 1px solid #3B5998;
	    color: #3B5998;
	}
	.pages span.current, .pages .curPage,.pages em{
		font-weight: bold;
	    background: none repeat scroll 0 0 #9CB1CE;
	    border: 1px solid #356AA0;
	    color: #356AA0;
	}
	.pages span.disabled {
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: 1px solid #ccc;
	    color: #ccc;
	}
.pages .nolink{bold;border: 1px solid #9CB1CE;font-weight:normal;background-color: #fff;}
	
/* search-list */	
.search-list{margin: 0;}
.search-list .imgtxt-list{width: 655px;}
.search-list .imgtxt-list li{
    height: 150px;
    margin: 10px 0 0 0;
    width: 633px;
	 float: none;
}
	.search-list .imgtxt-list .pic{ padding: 5px;}

	.search-list .imgtxt-list .txt { width: 495px; height: 150px; margin-top: 5px;}
	.search-list .imgtxt-list .txt h5 span{ font-size: 12px; padding: 0 15px; color: #666;}
		
	.search-list .imgtxt-list ol{width:495px; overflow: hidden; clear: both; margin: 5px 0;}	
	.search-list .imgtxt-list ol li{
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 247px;
		color: #666;
	}
	.search-list .imgtxt-list .txt p{ line-height: 20px;;}
	
	.search-list .imgtxt-list ol li label{ color: #666;}
	.search-list .imgtxt-list ol li a{ margin:0 6px 0 0; }
	.search-list .imgtxt-list ol li a:hover{ text-decoration: underline; }
	
/* search-hot */
.search-hot{width: 300px; margin-top: 0;}
.search-hot .content{ padding: 10px;}
.search-hot .img-list{width: 310px; margin: 0 0 0 2px;}
.search-hot .img-list li{
		width: 101px;
		height: 150px;
		padding: 0 18px;
		font-size: 12px;
		line-height: 24px;
		margin: 5px 0;
	}
	.search-hot .img-list li img{
		width: 95px;
		height: 120px;
		padding: 2px;
	}


	

.pics_box {
  overflow: hidden;
  clear: both;
  margin: 8px;
  font-size: 12px;
}
.pics_box li {
  margin: 0 0 8px 0;
  clear: both;
  height: 102px;
  border-bottom: dotted 1px #ddd;
  padding-bottom: 8px;
}
.pics_box li h2 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-weight: bold;
}
.pics_box li span {
  line-height: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  margin-right: 8px;
}
.pics_box img {
  float: left;
  border: 1px solid #dcdddd;
  width: 75px;
  height: 100px;
  margin-right: 15px;
}
.pics_box li p {
  line-height: 16px;
  overflow: hidden;
  height: 32px;
  color: #999;
  padding-top: 6px;
margin-right: 8px;
}	

.orderbox{ float:right}
.orderbox li{float: right;
width: 90px;
background-color: #e1e1e1;
text-align: center;
font-size: 14px;
margin-top: 5px;}

.orderbox li.selected{background-color: #356aa0;}
.orderbox li.selected a{color:#fff;}

.filterbox{width: 960px;
font-size: 14px;
margin-top: 5px;}
.filterbox label{float: left;
font-weight: bold;margin-top: 5px;}
.filterbox ul{float:left;}
.filterbox li{float: left;
width: 50px;
text-align: center;
border-right: 1px solid #ccc;margin-top: 5px;}
.filterbox li.current{background-color:#356aa0;border-right:none;}
.filterbox li.current a{color:#fff;}
.filteritem{float: left;
padding-right: 20px;margin-top: 5px;padding-bottom:10px; border-bottom:1px solid #ccc;}

.abcbox li{width:31px;}

/*焦点图*/
.focus{ position:relative; height:285px; overflow:hidden; background:#000}
.focus .pagination { width:226px;height:285px;clear:both;position:absolute;top:9px;right:9px;_right:8px;}
.focus .pagination a,.focus .pagination a:hover { display:block; text-decoration:none}
.focus .pagination i{ display:inline;float:left;width:226px;height:52px; cursor:pointer; position:relative; margin-top:1px}
.focus .pagination i em { width:226px; height:52px; display:block; background:url(focusSelectedBg.png) 0 0 no-repeat;+background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/template/default/images/focusSelectedBg.png"); display:none}
.focus .pagination i p { width:170px; height:45px; background-color:#515151;position:absolute; left:36px; top:0; display:block; padding:7px 10px 0 10px}
.focus .pagination span { display:block; overflow:hidden}
.focus .pagination .sTit { color:#fff; font-size:14px; line-height:22px; height:22px}
.focus .pagination a:hover .sTit { text-decoration:underline}
.focus .pagination .sDes { color:#999; line-height:16px; height:16px}
.focus .pagination i.selected em { display:block/*标签选项被选样式*/}
.focus .pagination i.selected p { background-color:#356aa0 }
.focus .pagination i.selected .sTit { font-weight:700}
.focus .pagination i.selected .sDes { color:#fff}
.focus .pTxt { position:absolute; height:40px; line-height:40px; display:block; width:520px; top:245px; left:0}
.focus .pTxt span { display:block; height:40px; overflow:hidden; line-height:40px; font-size:14px; color:#fff}
.focus .pTxt .sTitBg { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); opacity: 0.5; background:#000;}
.focus .pTxt .sTit { padding-left:15px; position:absolute; left:0px; top:0}
.focus .pTxt .sTit a { color:#fff;text-decoration:none;font-size:17px;}
.focus .pTxt .sTit a:hover { color:#fd5151}

.dnews{width:1000px;clear:both;padding-top:5px;}
.dnews li{ width:220px;height:170px; float:left;margin:10px 20px 10px 0;font-size:14px;}
.dnews li img{width:220px; height:140px;}
.dnews li p{ line-height:20px; height:40px; overflow:hidden;text-align: center;padding-top:3px;}


.topic_Txt { border-bottom:1px dashed #ddd;  line-height:24px; margin:0px;background-color:#fff; padding-left:20px;padding-right:20px;}
.topic_Txt h1 {  font:700 32px/40px \5FAE\8F6F\96C5\9ED1; color:#000; padding:20px 0 20px; display:block;text-align: center;}
.topic_Txt p { text-indent:2em; color:#666;font-size:16px;}

/*分享*/
.fenxiang{ height:24px; position:relative; line-height:16px; color:#999; padding:20px 0 20px 0}
.fenxiang em { float:left; line-height:16px; height:16px; font-family:\5FAE\8F6F\96C5\9ED1,Arial; padding:6px 0 3px}
.fenxiang .colse { padding:2px 0 5px 4px;width:97px; height:20px; line-height:20px; font-size:12px; color:#c06113; background:url(movie_dbg.png) no-repeat -81px -343px; position:absolute; top:-24px;left:0; overflow:hidden}
.fenxiang .colse a{width:10px; height:10px; overflow:hidden; display:inline-block; float:right; }
.fenxiang span.bds_more, .fenxiang .bds_tools a{padding-left:21px; color:#999;}
.fenxiang .bds_tools a:hover{color:#999;}
.fenxiang a.moretopic { margin-right:10px}

a.moretopic { float:right; color:#1F6CAA; font-size:14px; font-family:\5B8B\4F53; display:inline}
a:hover.moretopic { color:red}

.lpic{overflow:hidden;clear:both;font-size:12px;background-color:#fff;padding-left:20px;padding-right:20px;padding-bottom:20px;}
.lpic li{margin:15px 0 0 0;clear:both;height:205px;border-bottom:dotted 1px #111;padding-bottom:15px;font-size: 16px;}
.lpic li em{display:block;float:left;width:40px;height:auto;font-size:18px;color:#356aa0;font-weight:700}
.lpic img{float:left;border:1px solid #dcdddd;width:150px;height:200px;margin-right:15px}
.lpic li h2{height:24px;line-height:24px;overflow:hidden;font-weight:700;font-size:20px;padding-bottom:10px;}
.lpic li span{line-height:20px;height:20px;display:block;overflow:hidden;margin-right:8px;padding-bottom:3px;}
.lpic li p{line-height:22px;overflow:hidden;height:110px;color:#999;padding-top:6px;}
.lpic li font{margin-right:20px;}

.topic_hit{padding-left:20px;line-height: 25px;}
#hit{color:red;}


.areav{width:960px;margin:0 auto;clear:both;text-align:left;background-color:#fff;}
.moe{padding-top:20px;height:30px;line-height:30px;overflow:hidden;font-size:14px;font-weight:700;clear:both;border-top:solid 1px #e7e7e7;border-right:solid 1px #e7e7e7;border-bottom:1px solid #e7e7e7}
.moe a{border:solid 1px #e7e7e7;padding:10px 13px;color:#356aa0;border-right:0}
.mlist{overflow:hidden;width:960px;margin:10px auto;color:#999;padding-bottom:10px;border-bottom:solid 1px #ddd;padding-left:10px;padding-right:10px;}
.mlist ul{width:980px;overflow:hidden}
.mlist li{float:left;height:32px;width:227px;font-size:14px;overflow:hidden;line-height:32px;margin-right:10px}
.mlist li.man{font-size:18px;font-family:Arial;font-weight:700}
.mlist li.man a{text-decoration:none;color:#356aa0}
.mlist li a{margin:0 5px;color:#333}
.mlist li em a{color:red;}

.toplist{width:920px;height:40px;background-color:#eee;}
.toplist li{  float: left;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.toplist li.cur{background-color:#356aa0;color:#fff;}
.toplist li.cur a{color:#fff;}



.sitemap{width:940px;margin:0 auto;clear:both;text-align:left;background-color:#fff;padding:10px;}
.dtit{height:28px;line-height:28px;clear:both;overflow:hidden;}
.dtit h2{font-size:18px;font-family:"Microsoft YaHei","微软雅黑";overflow:hidden;color:#356aa0;font-weight:700;float:left}
.dtit h2 a{color:#356aa0;}
.dtit h3{font-weight:normal;}
.dtit span{ float:right;}
.link{line-height:22px;padding-top:5px;font-size:14px;padding-bottom:20px;}
.link a{margin-right:8px}



body,.le-tabs,.focus .pagination i.selected p{background-color: #9b3334;}
a:hover,.img-list li a:hover,.play-his a.history:hover,a.moretopic{color:#9b3334;}
.wrap{background-color:#fff;}
.serach .input-button,.box_max label,.slider_l_arrow, .slider_r_arrow,.orderbox li.selected,.filterbox li.current{background-color:#d63435;}
.play-his,.serach,.serach .input-button{border-color:#d63435;}
.scroll-box-max .box,.scroll-box-max,.play-his,.le-tabs .on,.txt-list li.odd,.orderbox li{background-color:#fde8e8;}
.menu2 li.nav, .menu2 li:hover,.alink a:hover{border-bottom-color:#d63435;}
.box .caption h3, .box .caption h1,.hot-list li strong,.dtit h2,.moe a,.mlist li.man a,.lpic li em{color:#d63435;}
.imgtxt-list .txt h5 a,#content a{color:#9b3334;text-decoration:none;}
.txt-list li.even{background-color:#ffcaca;}
.con-box a{color:#000;text-decoration:none;}
.con-box a:hover,.con-box .caption a:hover,.hot-list li a:hover,.imgtxt-list .txt h5 a:hover,.play-btn a:hover,#content a:hover,.toplist li.cur{color: #fff;background-color: #d63435;}
.box-page .pages a, .box-page .pages span, .pages em,.play-btn a{color:#9b3334;border-color:#9b3334;}
.pages span.current, .pages .curPage, .pages em{background-color: #ccc;}
.pages .nolink{border-color:#9b3334}
.play-btn a{color:#9b3334;border-color:#9b3334;background-color:#fde8e8;}

