@charset "utf-8";
/* CSS Document */
#breadcrumbs{
	right:50px !important;
	top:100px !important;
}
.top_title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: #76719A 1px solid;
}
.top_title .en {
	font-size: 28px;
}
.content {
	margin: 0 auto;
}
.content img {
	max-width: 100%;
	height: auto !important;
}
.content .contitle {
	color: #FFA500;
	font-size: 18px;
	font-weight: bold;
}
.content .location {
	color: #724599;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.content li:after {
	content: '';
	display: block;
	clear: both;
}
.content .list > li {
	padding: 8px;
	list-style: none;
	border: #AAAAAA 1px solid;
	border-top: #AAAAAA 3px solid;
	margin-bottom: 30px;
}
.content .list > li .map {
	width: 60%;
	float: left;
	height: 200px;
}
.content .list > li .info {
	width: 40%;
	float: right;
	padding: 0 0 0 20px
}
.content .list > li .name {
	padding: 15px 0 0 0;
	line-height: 20px;
	margin-bottom: 20px;
	color: #535353;
	font-size: 17px;
	font-weight: bold;
}
.content .info li {
	list-style: none;
	margin-bottom: 10px;
}
.content .info li .left {
	width: 18%;
	float: left;
	color: #FFF;
	line-height: 20px;
	background: #C3C3C3;
	text-align: center;
	font-size: 12px;
}
.content .info li .right {
	width: 82%;
	float: left;
	padding-left: 20px;
	line-height: 20px;
	color: #777777;
	font-size: 13px;
}

@media all and (max-width:1000px) {
.content .list > li .map {
	width: 100%;
	float: none;
	height: 200px;
}
.content .list > li .info {
	width: 100%;
	float: none;
	padding: 0 0 0 0px
}
}
