#content{
	margin-top: 300px;
}
#content section >h2{
	background-color: rgba(63, 113, 174, 0.8);
    text-align: center;
    font-size: 18px;
    line-height: 190%;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.5em;
    padding: 10px 0;    
	margin-bottom: 10px;
}
#content section >h2 b{
    font-size: 30px;
	letter-spacing: 0em;
    margin-right: 20px;
}
.content-wrap{
	overflow:hidden;
	margin-bottom: 50px;
	min-height: 600px;
}
.content-wrap .content-main{
	float: left;
    width: 67%;
    background: rgb(255, 255, 255);
    padding: 20px 2%;
	background-image: url(/images/14/ABG.png);
	min-height: 500px;
}
.content-wrap aside{
	float:right;
	width: 24%;
    background: rgb(255, 255, 255);
    padding: 20px 2%;
}
#g-map iframe{
	width:100%;
}
.waylink strong{
	color:#1b568e;
}
.waylink{
	text-align:right;
	font-size:12px;
	line-height: 120%;
}
.waylink ol{
	overflow:hidden;
	color:#000;
	margin: 0;
    padding: 0;
	display:inline-block;
}
.waylink ol li{
	float:left;
	position:relative;
    padding-left: 10px;
    margin-left: 5px;
	list-style:none;
}
.waylink ol li:first-child{
    padding-left: 0;
    margin-left: 0;
}
.waylink ol li a{
	color:#000;
}
.waylink ol li .h3{
	font-size:12px;
	font-weight:normal;
}
.waylink ol li:after{
	position:absolute;
	content:'>';
	left:0;
	top:0;
	color:#000;
	font-size:12px;
}
.waylink ol li:first-child:after{
	display:none;
}

aside h3{
	font-size: 24px;
    color: #1b568e;
    border-bottom: 1px solid #1b568e;
    padding: 0px 10px 10px;
}
aside h3 b{
	font-weight: normal;
    font-size: 18px;
    margin-left: 15px;
}
aside ul{
	margin: 10px;
}
aside ul li{
	border-bottom: 1px #1b568e dotted;
    padding: 5px 0;
	margin:5px 0;
}
aside ul li a{
    font-size: 18px;
	color:#1b568e;
	display:block;
	background-image:url(/images/19/left-list.png);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding: 5px 0 5px 32px;
}
aside ul li:hover a{
	background-color:#d3e7ff;
}
aside ul li .sub-category li{
	border-bottom: 0;
	margin: 0;
}
aside ul li .sub-category li a{background: none;padding: 0 0 0 22px;color: #76797d;}
aside ul li:hover .sub-category li a{
	background-color:#fff;
}
aside #ad-list{
}
aside #ad-list .bxslider{
}
aside #ad-list .bxslider li{
	border-bottom: 0;
}
aside #ad-list .bxslider li a{
	padding: 0;
}

/******detail******/
.news-article{
}
.news-article .h3{
	font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 0;
	line-height:120%;
}
.news-article .article-info .date{
	text-align: right;
}
#community ul li{
	line-height:0;
}

@media screen and (max-width: 960px) {
	.content-wrap .content-main,
	.content-wrap aside{
		width:96%;
		overflow:hidden;
	}
	.content-wrap aside #fb-wrap,
	.content-wrap aside #g-map{
		width:50%;
		float:left;
	}
	#content{
	    margin-top: 150px;	
	}	
	aside #ad-list{
	    float: left;
		width: 100%;	
	}
	aside #ad-list .bxslider li{
		text-align: center;	
	}
}
@media screen and (max-width: 640px) {
	#content h2 b{
		display:block;
		margin-right: 0px;
		font-size:20px;
	}
	#content section >h2 b{font-size: 27px;margin-right: 0;display: block;margin-bottom: 10px;}
	#content section >h2{font-size: 14px;line-height: 150%;}
}
@media screen and (max-width: 480px) {
	.content-wrap aside #fb-wrap,
	.content-wrap aside #g-map{
		width:100%;
	}
}