﻿.content{
	width: 62%;
	margin: 50px auto 0;
}
.imgbox1{
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.imgbox1-l{
	width: 50%;
	height: 433px;
	float: left;
}
.imgbox1-l img{
	width: 100%;	
	height: 433px;
}
.imgbox1-r{
	width: 50%;
	height: 433px;
	float: left;
	background-color: #2C415C;
	box-sizing: border-box;
	padding: 20px;
	color: white;
	overflow: hidden;
}
.imgbox1-r h2{
	margin-top: 0;
}
.imgbox1-r p{
	line-height: 25px;
	text-indent: 2em;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 14;
	overflow: hidden;
}
.imgbox2{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;	
}
.imgbox2-span{
	width: 48%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #DCDCDC;
}
/*.imgbox2 span img{
	width: 100%;
	height: 174px;
}*/
.imgbox2 p{
	text-align: left;
	margin: 16px 0;
	color: #818181;
	font-size: 16px;
}
.address-box{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 80px;
}
.address-box p{
	font-size: 17px;
}
.address-box h3{
	margin: 20px 0;
	color: #6F6F6F;
}
.address-box img{
	float: left;
	width: 20px;
	margin-right: 10px;
}
.address-box i{
	font-style: normal;
	color: #6F6F6F;
}
.t-p{
	text-align: left;
	text-indent: 2em;
}
/****/
.aimg{
	width: 160px;
}
.jianjie{
	margin-bottom: 20px;
}
.jianjie h2{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.jianjie p{
	font-size: 18px;
	text-indent: 2em;
	line-height: 1.7;
	margin: 0px;
}
.o-img-box{
	/*height: 280px;*/
}
.o-img-box img{
	width: 100%;
	height: 280px;
}
.hezhao{
	width: 100% !important;
	margin: 20px 0;
}

/*移动端*/
@media only screen and (min-width: 100px) and (max-width: 769px) {
.content{
	width: 94%;
	margin-top: 20px;
}
.aimg{
	width: 40%;
}
.imgbox1-l,.imgbox1-r{
	width: 100%;
	height: auto;
}
.imgbox1-l img{
	height: auto;
}
.imgbox1-r p{
	line-height: 25px;
	-webkit-line-clamp: 8;
}
.imgbox2{
	 flex-direction: column ;
	 margin-bottom: 10px;
}
.imgbox2-span{
	width: 100%;
	margin-top: 10px;
}
.imgbox2 span img{
	height: auto;
}
.address-box span{
	width: 100%;
}
.o-img-box img{
	height: auto;
}
.jianjie h2{
	text-align: center;
	font-size:22px !important;
	font-weight: bold;
	margin-bottom: 20px;
}
}