body {
	background-color: #f2f5fa;
}

.about-head{
	background: url(../img/banner.jpg) center 0 #020305 no-repeat;
	height: 400px;
}

.about-cloumn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 300;
}

.about-cloumn li {
	flex: 1;
}

.about-cloumn li a {
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.about-cloumn li a:hover,
.about-cloumn li.active a {
	background: #0055FF;
	color: #FFF;
}

.about-outer {
	padding: 58px 0;
}

.ab-part-title {
	font-size: 32px;
	color: #333;
	text-align: center;
	border-left: none;
	height: auto;
	font-weight: 500;
}

.about-article {
	padding-top: 30px;
	line-height: 1.8;
	font-size: 16px;
}

.about-article p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 10px;
}

.page-notice {
	padding: 60px 0;
}

.notice-side {
	width: 250px;
	overflow: hidden;
}

.notice-side h2 {
	font-weight: 500;
	font-size: 30px;
	color: #333;
}

.notice-side ul li a {
	height: 50px;
	line-height: 50px;
	color: #333;
}

.notice-side ul {
	padding-top: 20px;
}

.notice-side ul li a:hover,
.notice-side ul li.on a {
	color: #0055FF;
}

.notice-side ul li a span:before {
	padding-right: 10px;
	font-size: 18px;
}

.notice-body {
	background: #fff;
	flex: 1;
	margin-left: 30px;
	padding-bottom: 40px;
}

.notice-list li {
	padding: 0 0 20px 10px;
	margin: 12px 20px;
	border-bottom: 1px solid #ddd;
}

.notice-list li h3 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
}
.notice-list li .desc {
    color: #999;
    margin-bottom: 10px;
    line-height: 30px;
}
.notice-list li .news-list-item-date {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 40px;
    color: #999999;
    font-family: "Arial";
}

.notice-back{
	display: block;
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
	font-size: 16px;
	color: #0055FF;
}
.notice-back:before{
	padding-right: 4px;
}
.notice-article{
	padding: 20px;
}
.notice-title{
	padding: 20px 0;
	text-align: center;
}
.notice-title h1{
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 500;
}
.notice-info{
	color: #666;
	
}

.articleNbox{
	line-height: 1.8;
	font-size: 15px;
	color: #666;
}
.articleNbox p{
	margin-bottom: 10px;
}

.about-lxwmBox{
	padding: 58px 0;
}
.lxwmBox{
	background: #fff;
}
.lxwmBox-ul{
	padding: 30px 0;
	border-bottom: 1px #ddd solid;
}
.lxwmBox-ul li{
	font-size: 16px;
	font-weight: bold;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	padding: 12px 0;
}
.lxwmBox-ul li + li {
	border-left: 1px #ddd solid;
}
.lxwmBox-ul li i{
	font-size: 22px;
	margin-right: 10px;
}
.lxwmBox-ul li span{
	color: #0055FF;
}
.lxwmBoxTxt{
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	color: #666;
}
.statementBox{
	padding: 58px 0;
	
}
.statementBox h1{
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	color: #333;
	font-weight: 500;
}
.statementBoxTxt{
	line-height: 1.8;
	font-size: 16px;
	color: #666;
}
.statementBoxTxt p{
	margin-bottom: 10px;
}
.pagination{
	display: flex;
	justify-content:center;
}
.pagination .num{
	padding: 9px 15px;
	border: 1px solid #ddd;
	margin: 0 5px;
}
.pagination .num:hover{
	border-color: #0055ff;
}
.pagination .active{
	background: #0055ff;
	border-color: #0055ff;
}
.pagination .active a{
	color: #fff;
}