﻿body{
	background: #f3eae1;
}
.exhibition{
	background: #FFF;
	padding: 20px;
}
.exhibition .zttitbox{
	background: url(/static/dynamic/exhibition/images/nav_bg.gif) no-repeat left center;
	padding-left: 30px;
	line-height: 50px;
	font-size: 22px;
	margin-bottom: 30px;
	color: #FFF;
}
.exleft{
	width: 60%;
	float: left;
}
.exleft h3{
	font-size: 20px;
	color: #b30701;
	margin-bottom: 20px;
}
.exleft p{
	text-indent: 2em;
}
.exright{
	float: right;
	width: 33%;
	margin-right: 4%;
	background: #f0f1fa;
	padding: 20px;
	margin-top: 40px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.exright:before{
	content: '';
	position: absolute;
	background: url(/static/dynamic/exhibition/images/jiao1.png) no-repeat;
	width: 88px;
	height: 84px;
	background-size: cover;
	z-index: -1;
	left: -20px;
	top: -20px;
}
.exright:after{
	content: '';
	position: absolute;
	background: url(/static/dynamic/exhibition/images/jiao2.png) no-repeat;
	width: 88px;
	height: 95px;
	background-size: cover;
	z-index: -1;
	right: -20px;
	bottom: -20px;
}
.exleftpic{
	width: 65%;
	margin: 30px auto;
}
.exleftpic img{
	border: 1px solid #ddd;
    padding: 2px;
}
.exleftpic p{
	text-align: center;
	text-indent: 0;
}
.exright h2{
	font-size: 20px;
	color: #b30701;
	margin-bottom: 20px;
}
.exright img{
	width: auto;
	display: block;
	margin: 30px auto;
}
.exright p{
	font-size: 16px;
	line-height: 1.7em;
}
.zhfcbox{
	width: 95%;
	margin: 0 auto;
}
.zhfcbox li{
	width: 23%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2.66%;
}
.zhfcbox li p{
	text-align: center;
}
.zhfcbox li img{
	border: 1px solid #ddd;
    padding: 2px;
}
.zhfcbox li:nth-child(4n){
	margin-right: 0;
}
