body {
	background-image: url(../image/body_bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e9f0f8;
}


/* 主体内容 */

#main {
	width: 12rem;
	margin: 0 auto;
	background: #fff;
}

.main_title {
	height: 54px;
	padding: 0 .18rem;
	line-height: .54rem;
	background: #f1f1f1;
}

.main_title_text {
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	color: #145091;
	font-weight: bold;
}

.main_title_icon a {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #747474;
	text-indent: .3rem;
}


/* 主体左侧 */

#content {
	width: 100%;
	padding: .25rem .18rem;
	align-items: flex-start;
}

#contentLeft {
	width: 2.56rem;
	padding-right: .18rem;
	border-right: 1px solid #f5f5f5;
}

.contentLeft_item {
	margin-top: .3rem;
	border-bottom: 2px #004B92 solid;
}

.content_left_title {
	height: 40px;
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
	text-align: center;
	background: rgb(0, 75, 146);
	font: 18px/40px 微软雅黑;
}

.content_left_list {
	margin-top: 10px;
	padding: 0 10px;
}

.content_left_item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.content_left_item:last-child {
	border-bottom: none;
}

.content_left_item a {
	font-size: 14px;
	color: #ccc;
}

.content_left_item_text {
	margin-left: 15px;
	color: #111;
}

.content_left_list p {
	font-size: .12rem;
	line-height: 16px;
	color: #666;
}

#contentRight {
	width: 100%;
	max-width: 8.88rem;
	min-height: 150px;
}

@media screen and (max-width:1200px) {
	#main {
		width: 100%;
	}

	#contentLeft {
		display: none;
	}
	
}