.word { 
	font-size: 16px;
	line-height: 190%;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	font-family: "微软雅黑"; 
	font-size: 16px;
	color: #013066;
	text-decoration: none;
}
a:visited {
	font-family: "微软雅黑"; 
	font-size: 16px;
	color: #013066;
	text-decoration: none;
}
a:hover {
	font-family: "微软雅黑"; 
	font-size: 16px;
	color: #013066;
	text-decoration: underline;
}

.new-top,
.new-main {
	width: 89%;
	height: auto;
	margin: 0 auto;
}

/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 40px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 40px;
	z-index: 1;
}

.slideBox .hd ul {
    list-style-type:none;
	text-align: center;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #1a3cab;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd ul {
    list-style-type:none;
	text-align: center;
}
.slideBox .bd li img {
	width: 600px;
	height: 356px;
	vertical-align: top;
}
.slider-text {
	font-size: 0.24rem;
	color: #666;
	line-height: 2;
	margin: 0.4rem auto;
}

.slider-text a {
	font-size: 5.24rem;
	color: #1a3cab;
}

/* 领导致辞 */
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd {
	overflow: hidden;
}

.picScroll-left .hd ul {
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .hd ul li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 0.3rem;
	cursor: pointer;
	background: #c6ceea;
	font-size: 0;
}

.picScroll-left .hd ul li.on {
	background: #1a3cab;

}

.picScroll-left .bd {}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	/* width: 30% !important; */
	margin: 0 0.25rem;
	width: 2.90rem;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 90%;
	margin:10px auto;
	display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-left .bd ul li .title a {
	display: block;
	width: 90%;
	margin:10px auto;
	text-align: center;
	line-height: 1.5;
	color: #666;
	font-size: 16px;
}

/* agreement表格 */
.agreement{margin-right: 5px; overflow: hidden;position: relative;}
/*.agreement table{table-layout:fixed; word-break:break-all; word-wrap:break-word;}*/
.agreement table{/*margin-top:20px*/}
.agreement table td{height: 50px;font-size: 15px;line-height: 20px;}
.agreement table .even{background: #e8ebf6;}
.agreement table .odd{background: #d1d8ee;}
.agreement table .firsttd{color:#0e3654;border-right: 1px solid #bdccd9;padding-left: 15px;}
.agreement table .secondtd{color:#333333;padding-left: 12px;}

/* 公告 媒体 规则 */
.notices{box-sizing: border-box;margin-bottom: 30px;overflow: hidden;}
.notices ul {padding-left: 18px;}
.notices ul li{list-style-type:disc;color: #999;margin-top: 20px;font-size: 16px;}
.notices ul li a{color:#333333;font-size: 16px;}
.notices ul li i{float: right;font-style: normal;}

/* 领导致辞 */
.speech{box-sizing: border-box;margin-bottom: 30px;overflow: hidden;}
.speech ul {padding-left: 15px;}
.speech ul li{list-style-type:none;color: #333333;margin-top: 20px;font-size: 22px;}
.speech ul li a{color:#333333;font-size: 22px;}
.speech ul li i{float: right;font-style: normal;}

