@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body,
div,
span,
p,
a {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.w1280 {
	width: 1280px;
	margin: 0 auto;
}

/* 澶撮儴 */
.xl_top {
	width: 100%;
	height: 560px;
	position: relative;
}

.xl_top img {
	width: 100%;
	height: 100%;
}

.xl_top .xl_banner {
	position: absolute;
	left: 320px;
	bottom: 60px;
}

.xl_top .xl_banner .xl_title {
	font-weight: 600;
	font-size: 65px;
	color: #ffffff;
	margin-bottom: 30px;
}

.xl_top .xl_banner .xl_nav {
	font-weight: 300;
	font-size: 24px;
	color: #ffffff;
}

.xl_top .xl_banner .xl_nav a {
	color: #ffffff;
	margin-right: 16px;
	margin-left: 16px;
}

.clear {
	clear: both;
}

/* 鍐呭 */
.gl_content {
	width: 1280px;
	margin: 0 auto;
	padding: 40px 0;
}

/* 宸︿晶 */
.gl_left {
	float: left;
	width: 360px;
	height: 100%;
	padding-top: 40px;
	background: #E8F5FF;
}

.l_mayor {
	margin: 0px 30px;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	border-top: 1px solid #A9B8C3;
}
.mayor_name{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
.l_mayor ul{
	margin-top: 10px;
}
.l_mayor ul li{
	position: relative;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: 40px;
}

.l_mayor ul li img {
	width: 11px;
	height: 22px;
	position: absolute;
	top: 10px;
	right: 30px;
}

.active {
	font-weight: bold;
	color: #376BE0 !important;
}

/* 鍙充晶 */
.gl_right {
	float: left;
	width: 855px;
	margin-left: 60px;
}

.TRS_UEDITOR p, .TRS_UEDITOR span {
    font-size: 24px !important;
    line-height: 2.4em !important;
}
.TRS_UEDITOR p {
    padding-bottom: 10px !important;
}