.head-nav .row div:nth-child(5) a {
	background: #00a2e8;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}


/**新闻中心**/

.new {
	width: 100%;
	background: url(../img/newbj.jpg) no-repeat;
	overflow: hidden;
	background-size: cover;
}

.newMain {
	width: 1200px;
	margin: 0 auto;
}

.newtitle {
	width: 100%;
	height: 70px;
	margin-top: 68px;
}

.newleft {
	width: 420px;
	height: 400px;
	float: left;
	margin-left: 80px;
	margin-top: 65px;
}

.newleft ul li {
	width: 135px;
	height: 45px;
	line-height: 45px;
	background: white;
	border-radius: 10px;
	no-repeat;
	float: left;
	margin-left: 4px;
	text-align: center;
}

.newleft ul li a {
	font-size: 15px;
	color: #024b91;
}

.newleft ul li a:hover {
	text-decoration: none;
}

.dianshi {
	width: 390px;
	height: 300px;
	background: url(../img/diannao.png) no-repeat;
	margin-left: 15px;
	margin-top: 30px;
	overflow: hidden;
}

.topnew {
	width: 370px;
	height: 216px;
	border: 1px solid #444;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

.toumingbt {
	width: 100%;
	height: 30px;
	background: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0px;
}

.biaoti {
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 0px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.newright {
	float: right;
	margin-right: 50px;
	width: 555px;
	margin-top: 30px;
}

.newrtitle {
	width: 555px;
	height: 35px;
	background: url(../img/newrbj.png) no-repeat;
	text-indent: 45px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
}

.newrtitle a {
	color: #024b91;
}

.newright p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	margin-top: 8px;
	line-height: 25px;
}

.newright ul li {
	margin-top: 15px;
}

.select-box {
	width: 100%;
	text-align: left;
	/*display: flex;*/
	/*flex-flow:column;
				align-items: center;*/
	/*justify-content: center;*/
}

.select-box .select-title {
	height: 30px;
	width: 100%;
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #7ED7F7; */
	border-radius: 5px;
	/* color: white; */
	cursor: pointer;
}

.select-box ul {
	/*display: block;*/
	width: 100%;
	/*border: 1px solid yellow;*/
}

.select-box ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	cursor: pointer;
}

.select-box ul li:hover{
	background: #00a2e8;
}

.select-box ul li.current {
	background: #ebebeb;
}

.select-box ul li:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.none {
	display: none;
}

.block {
	display: block;
}