@charset "utf-8";




/**焦点图片**/
.wp-focus {
	background-color: #fcfcfc;
}
.fcous-panel { width: 100%;}
.fcous-panel .focus-window { width: 100%; overflow: hidden;}

/**
 * 主体
 */
 
 .banner{
	
	width: 96%;
margin:20px auto;
	
}

.focusBox1 {
	
	width:100%;

	overflow: hidden;
	
}

.focusBox1 .hd {

	position:relative;
	bottom: 26px;
	right: 24px;

	text-align: right;
	font-size: 0;
	z-index: 1;
}

.focusBox1 .hd li {
	margin: 0 5px;
	background: url(../images/in_03.png) no-repeat 0 -29px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	zoom: 1;

}

.focusBox1 .hd .on {
	background-position: 0 0;
height: 16px;

	width: 16px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.focusBox1 .prev,
.focusBox1 .next {
	position: absolute;
	left: 20px;
	top: 115px;

	display: block;
	width: 50px;
	height: 50px;
	
}

.focusBox1 .next {
	left: auto;
	right: 20px;
	background: url(../images/next.png) no-repeat center;
}

.focusBox1 .next:hover,
.focusBox1 .prev:hover {
	filter: alpha(opacity=50);
	opacity: .5;
}

.focusBox1 .prevStop {
	display: none;
}

.focusBox1 .nextStop {
	display: none;
}

.shi_in {
	width: 100%;
	height: 300px;
	background: white;
	position: relative;
	overflow: hidden;
	padding-top: 0px;
}
.shi_in .ping{
	width: 100%;
	height: 300px;
	position: relative;
overflow: hidden;
}
.shi_in .ping:hover .vvi{
	transform: scale(1.1,1.1);

}
.shi_in .ping .vvi{
	width: 100%;
	height: 260px;
	transition: .5s;
}
.shi_in .ping .bei{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	text-indent: 15px;
	color: white;
	font-size: 15px;
}
.shi_in .ping .bof{
	width: 68px;
	height: 68px;
	position: absolute;
	top: 113px;
	left: 243px;
}
.shi_l{
       width:100%;
position: relative;
}

.shi_l1{
	width:50%;
	float:right;
	}
.shi_l1 li{
	width: 100%;
	height: 50px;
	position: relative;
	line-height: 30px;
	border-bottom: 1px dashed #D1D1D1;
	padding: 10px 0;
	box-sizing: border-box;
}
.shi_l1 li .date{
	width: 80px;
	float: right;
	margin-right: 0px;
	color: #787878;
	font-size: 14px;
}