* {
	padding: 0;
	margin: 0;
}

body {
	background: #ecf9ff url(../images/bg.png) top center no-repeat;
}

a {
	text-decoration: none;
	color: #333;
}

li {
	list-style: none;
}

.top-tips {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #000;
	background-color: rgba(245, 245, 245, .4);
}

.top-tips div {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}

.top-tips span:last-child {
	float: right;
}

.content-box {
	width: 1400px;
	margin: 0 auto;
}

.main-box {
	width: 1400px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	min-height: 600px;
}

.logo-box {
	height: 168px; 
	position: relative;
}

.search-box {
	position: absolute;
	top: 60px;
	right: 30px;
	background-color: #053e8e;
	border-radius: 15px;
}

.search-input {
	width: 216px;
	line-height: 37px;
	height: 37px;
	border: none;
	border-radius: 15px 0 0 15px;
	box-sizing: border-box;
	padding: 0 20px;
}

.search-btn {
	display: inline-block;
	color: #fff;
	width: 72px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #053e8e;
	border-radius: 0 15px 15px 0;
}

.nav-box ul {
	overflow: hidden;
	width: 100%;
	background-color: #053e8e;
	height: 54px;
	line-height: 54px;
}

.nav-box ul li {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: relative;
}

.nav-box ul li img {
	vertical-align: middle;
}

.nav-box ul li.active {
	background-color: #0c4da7;
}

.nav-box ul li.active::before {
	width: 0;
}

.nav-box ul li::before {
	content: '';
	width: 1px;
	height: 26px;
	background-color: #01347b;
	position: absolute;
	top: 14px;
	right: 0;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mt30 {
	margin-top: 30px;
}

.word-ell {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.foot-box {
	overflow: hidden;
	background-color: #053e8e;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

.link-box {
	margin-bottom: 10px;
}

.link-box a {
	color: #fff;
}

.link-box span,
.span-space {
	padding: 0 10px;
}

.about-box {
	overflow: hidden;
}

.a-l {
	float: left;
	width: 270px;
}

.a-l-title {
	line-height: 85px;
	font-size: 22px;
	border-bottom: 1px solid #0099ff;
	padding-left: 20px;
}

.a-l-ul,
.a-l-news {
	margin-top: 10px;
}

.a-l-news li a {
	display: block;
	line-height: 28px;
	padding-right: 20px;
}

.a-l-news li a:hover {
	color: #0068b7;
}

.a-l-ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #f6f7f9;
	padding-left: 30px;
}

.a-l-ul li a:hover,
.a-l-ul li a.active {
	background-color: #0099ff;
	color: #fff;
	font-size: 18px;
}

.a-l-ul li a.active {
	position: relative;
}

.a-l-ul li a.active::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 16px;
	width: 32px;
	height: 18px;
	background: url(../images/right-arrow.png) right center no-repeat;
}

.a-r {
	float: right;
	width: 1040px;
}

.a-r-title {
	line-height: 85px;
	font-size: 32px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.position-box {
	float: right;
	font-size: 16px;
	color: #999;
}

.position-box a {
	color: #999;
}

.position-box a:hover {
	color: #333;
}

.a-r p {
	line-height: 32px;
	text-indent: 2em;
}

.position-img {
	display: block;
	width:90%;
	margin: 20px auto 40px;
}

.news-list {
	padding: 0 20px;
	width: 1000px;
}

.news-list li {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

.news-list li a {
	font-size: 20px;
	color: #555;
}

.news-list li a:hover {
	color: #0068b7;
}

.news-list li .time {
	margin: 20px 0;
	color: #555;
}

.list-info {
	font-size: 14px;
	color: #8f8f8f;
	margin-top: 10px;
}

.page-list {
	margin: 40px 20px;
}

.page-list a {
	padding: 10px 15px;
	border: 1px solid #eee;
	display: inline-block;
	margin-left: -6px
}

.page-list a:hover,
.page-list a.active {
	background-color: #009bd6;
	color: #fff;
}
.info-title{
	text-align: center;
	font-size: 24px;
	line-height: 48px;
}
.tips{
	text-align: center;
	color: #999;
	line-height: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	
}
.tips img{
	vertical-align: middle;
}
.source{
	padding: 0 10px;
}
.info-box{
  width: 1000px;
	line-height: 36px;
	margin-bottom: 80px;
	margin: 10px auto;
}
.info-box p{
	text-indent: 0em;
}
.info-box>img{
	display: block;
	margin: 10px auto;
	
}
@media screen and (max-width:600px) {
	.top-tips,.search-box,.position-box{display: none;}
	.content-box,.main-box{
		width: 100vw;
	}
	.logo-box {
		height: 105px;
	}
	.logo-box img{
		width: 100vw;
	}
	.nav-box ul{
		height: auto;
	}
	.nav-box ul li{
		width: 124px;
	}
	.main-box{
		padding: 0 10px;
	}
	.main-box>img{
		width: 100%;
	}
	.a-r {
	    width: calc(100% - 290px);
	}
	.news-list{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.info-box>img{
		width: 90%;
		margin-left: 5%;
	}
}

@media screen and (max-width:568px) {
	.a-l{
		width: 100%;
	}
	.a-l-ul li{
		width: 33%;
		    float: left;
	}
	.a-r {
	    width: 100%;
	}
}