@charset "utf-8";
.ad-banner{
	margin-top:35px; 
	width: 1240px;
	height:125px;
	text-align: center;
}
.ad-banner img{
	width: 100%;
}
.map {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
}
.blue-color{
	color: #0294dd;
}
.article{
	width: 100%;
	height: auto;
	margin-top:10px; 
	overflow: hidden;
}
.article-left{
	width: 850px;
	height: auto;
	float: left;
	overflow: hidden;
}
.ar-title{
	width: 100%;
	height: 85px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebec;
}
.ar-title h1,.ar-title1 h1{
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ar-title p,.ar-title1 p{
	color: #888;
}
.ar-title1{
	width: 100%;
	height: 115px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebec;
	background: #f1f1f1;
	padding: 5px 10px;
	box-sizing: border-box;
}
.ar-title1 a:hover{
	color: #9c1f1f;
}
.ar-title1 p:nth-child(1){
	margin: 5px 0 0;
	font-size: 18px;
}
.ar-text {
	padding:0 40px;
}
.ar-text p{
	font-size: 18px;
	text-indent: 36px;
	line-height: 35px;
}
.ar-text img{
	display: block;
	margin: 0 auto;
	max-width: 650px;
}
.article-right{
	width: 360px;
	height: 1020px;
	float: right;
}
.ak-box{
	width: 360px;
	height: auto;
}
.ak-title li{
	width: 100%;
	height: 38px;
	line-height:38px;
	border-bottom: 1px solid #ebebec;
	font-size: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ak-title li i{
	display: inline-block;
	width: 3px;
	height: 18px;
	vertical-align: middle;
	margin-right:8px;
	background: #888; 
}
.ak-title li a:hover{
	color: #9c1f1f;
}
.back{
	text-align: right;
	padding-right: 52px;
	padding-bottom: 30px;
}
.back a{
	background-color: #1763ff;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
}