
.show_contant_left {
	width: 969px;
	height:auto;
	padding-top:10px;
}

.show_contant_left .vr360_box {
	width:100%;
	height:480px;
	line-height:480px;
	text-align:center;
}


.show_contant_right {
    width: 220px;
	height:auto;
}

.show_contant_right .item_img {
    width:100%;
	height:480px;
	margin-top:10px;
	overflow-x:hidden;
	overflow-y:scroll;
	display: block;
	border: 1px solid #ddd;
}

.project_imgs ul li {
	position: relative;
	display: block;
	width: 170px;
	height:150px;
	float: left;
	margin: 5px 17px;
}
.project_imgs ul li a {
	position: relative;
	display: block;
}
.project_imgs ul li a img {
	display: block;
	width: 170px;
	height:130px;
}
.project_imgs ul li a span {
	position: absolute;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 2;
	left: 0px;
    right: 0px;
    bottom: 0px;
}
.project_imgs ul li a abbr {
    position: absolute;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    left: 6px;
    right: 6px;
    bottom: 0px;
    color: #FFFFFF;
    z-index: 3;
}

.infor_sign {
	display: block;
	border: 1px dashed #434343;
	margin: 20px 0 20px 0;
	padding: 14px 10px;
	line-height: 26px;
	background: #fafafa;
}
