@charset "utf-8";


.show_list_ul{
	width: 1160px;
	margin: 10px auto 0; 
	
}

.page_box{
	width: 1160px;
	margin: 20px auto;
	text-align: center;
}


/**********************剧本列表//小说列表-展示****************/

.show_jb{
	width: 370px;
	height: 162px;
	margin-top: 50px;
	margin-right: 25px;
}
.show_jb:hover .show_jb_right_name{
	color: #856BDF;
}
.show_jb:hover .show_jb_left {
	margin-top: -3px;
	-webkit-box-shadow: 0px 3px 8px #ddd ;
    -moz-box-shadow:0px 3px 8px #ddd;
    box-shadow:0px 3px 8px #ddd ;
}
.show_jb:nth-of-type(3),
.show_jb:nth-of-type(6),
.show_jb:nth-of-type(9),
.show_jb:nth-of-type(12),
.show_jb:nth-of-type(15){
	margin-right: 0px;
}

.show_jb_left{
	width: 120px;
	height: 160px;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}
.show_jb_left img{
	min-width: 100%;
	height:100%;
	margin:0 -100%;
}
.show_jb_left_span{
	width: 42px;
	height: 20px;
	text-align: center;
	font: 12px/20px "微软雅黑";
	color: #fff;
	background: url(../images/flag.png) no-repeat;
	background-position:100% 100%;
	top: 10px;
	left: 0px;
}

.show_jb_right{
	width: 240px;
}
.show_jb_right_name{
	width:100%;
	height: 30px;
	display: block;
	font:bold 18px/30px "微软雅黑";
	color: #222;
}
.show_jb_right_d{
	width:100%;
	height: 20px;
	margin-bottom: 10px;
}
.show_jb_right_d span{
	font:12px/20px "微软雅黑";
	color: #888;
	margin-right: 5px;
}
.show_jb_right_d span:nth-of-type(2){
	max-width: 90px;
	margin-right: 10px;
}
.show_jb_right_p1{
	width:100%;
	height: 30px;
	font:12px/30px "微软雅黑";
	color: #856bdf;
}
.show_jb_right_p2{
	width:100%;
	height: 72px;
	overflow: hidden;
	font:14px/24px "微软雅黑";
	color: #555;
}
