@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea,
p,
blockquote,
table,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1340px;
	font: normal 100% 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	*font-size: 100%;
	font-weight: inherit;
	border: 0;
	outline: 0;
	resize: none
}

address,
caption,
cite,
code,
dfn,
em,
var,
b {
	font-style: normal;
	font-weight: normal;
}

input,
textarea {
	outline-style: none
}

/* 输入框内文字样式 */
input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 13px
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 13px
		/* Mozilla Firefox 19+ */
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 13px
		/* Mozilla Firefox 4 to 18 */
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 13px
		/* Internet Explorer 10-11 */
}

/*滚动条样式*/
::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 8px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 8px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* 复制选中样式 */
::selection {
	background: #04607a;
	color: #fff;
}

::-moz-selection {
	background: #04607a;
	color: #fff;
}

::-webkit-selection {
	background: #04607a;
	color: #fff;
}

/* 内容居中 */
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 水平垂直居中 */
.pa_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 绝对定位水平居中 */
.cz_center {
	display: flex;
	align-items: center;
}

/* 垂直居中 */
.sp_center {
	display: flex;
	justify-content: center;
}

/* 水平居中 */

em,
i,
b {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333
}

ul,
ol,
li {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.h100 {
	height: 100%
}

.pd20 {
	padding: 20px 0 0 20px;
	overflow: hidden
}



body {
	width: 100%;
	background: url(../images/web_bj.jpg) no-repeat top center
}

.top {
	width: 100%;
	height: 116px
}

.logo {
	height: 116px;
	position: relative
}

.logo em {
	display: block;
	float: left;
	width: 325px;
	height: 67px;
	padding-right: 45px;
	border-right: 1px solid #d0d0d0;
	background: url(../images/logo.png) no-repeat
}

.colln {
	float: left;
	margin: 38px 0 0 45px
}

.logo em,
.logo p {
	margin-top: 23px
}

.search {
	position: absolute;
	right: 0;
	top: 45px;
	width: 258px;
	height: 28px;
	border: 1px solid #b4b4b4;
}

.search-f {
	overflow: hidden;
	height: 100%
}

.search .serach_input {
	width: 76%;
	line-height: 30px;
	background: transparent;
	margin-left: 10px;
	border: 0;
	font-family: "宋体";
	font-size: 12px;
	color: #666
}

.search .btn_serach {
	width: 27px;
	height: 29px;
	margin-right: 7px;
	border: 0;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center
}

/* nav */
.nav {
	height: 42px;
	background: #0994b9;
	position: relative;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: rgba(255, 255, 255, .07)
}

.nav li {
	float: left;
	width: 12.5%;
	position: relative;
}

.nav li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 42px
}

a.on,
.nav li:hover {
	background: rgba(0, 0, 0, .15);
	color: #FFF !important
}

.subm {
	position: absolute;
	left: 0;
	width: 100%;
	background: #FFF;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.subm a {
	font-size: 14px;
	color: #424a4c !important;
	display: block;
	width: 100%;
	text-align: center;
	height: 36px !important;
	line-height: 36px !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nav li:hover .subm {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.subm a:hover {
	background: rgba(0, 0, 0, .1);
	color: #23141a !important
}

/* banner */
.wrap {
	position: relative;
	width: 1300px;
	margin: 0 auto
}

/* 左右箭头 */
.centered-btns_nav {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	width: 30px;
	height: 60px;
	font-family: "宋体";
	font-size: 26px;
	color: #FFF;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .5)
}

.centered-btns_nav:hover {
	background: #04607a
}

.prev {
	left: 0
}

.next {
	right: 0
}

.centered-btns_nav:active {
	opacity: 1
}

/* 圆点指示器 */
.centered-btns_tabs {
	display: none;
	text-align: center;
	font-size: 0;
	list-style-type: none;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 999
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px
}

.centered-btns_tabs a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 20px;
	background: rgba(0, 0, 0, .3);
	border: 2px solid rgba(255, 255, 255, .5);
	overflow: hidden
}

.centered-btns_tabs .centered-btns_here a {
	background: #FFF;
	border: 2px solid rgba(0, 0, 0, .4)
}

/* banner图 */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 420px;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 420px;
	border: 0
}

/* banner里的专业滚动区 */
.collgd {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1000px;
	height: 95px;
	background: rgba(0, 0, 0, .6);
	z-index: 99999
}

.swiper-container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.swiper-slide {
	box-sizing: border-box;
	border-left: 1px solid #FFF
}

/*箭头*/
.jt_width {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 95px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100%;
	font-family: "宋体";
	font-size: 30px;
	text-align: center;
	line-height: 95px;
	color: #FFF;
	transform: translate(0%, -50%);
	z-index: 10;
	cursor: pointer;
	outline: none
}

.swiper-button-prev {
	left: 0
}

.swiper-button-next {
	right: 0;
	box-sizing: border-box;
	border-left: 1px solid #FFF
}

.swiper-button-disabled {
	color: rgba(255, 255, 255, .3)
}

.swiper-wrapper {
	position: relative;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coll_icon {
	width: 58px;
	height: 58px;
	position: relative;
	border: 1px solid #AAA;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}

.coll_icon em {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 30px;
	background: url(../images/b_zy_ico.png) no-repeat
}

.coll_text {
	margin-left: 15px;
	max-width: 220px;
	overflow: hidden
}

.coll_text p {
	font-family: "楷体";
	font-size: 18px;
	color: #FFF;
	line-height: 58px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.swiper-wrapper .swiper-slide:nth-child(1) .coll_icon em {
	background-position: 0 0
}

.swiper-wrapper .swiper-slide:nth-child(2) .coll_icon em {
	background-position: 0 -30px
}

.swiper-wrapper .swiper-slide:nth-child(3) .coll_icon em {
	background-position: 0 -60px
}

.swiper-wrapper .swiper-slide:nth-child(4) .coll_icon em {
	background-position: 0 -90px
}

.swiper-wrapper .swiper-slide:nth-child(5) .coll_icon em {
	background-position: 0 -120px
}

.swiper-slide:hover .coll_icon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}

/* content */
#content {
	overflow: hidden
}

.cont1 {
	overflow: hidden;
	margin: 35px auto
}

/* 部门动态 */
.gzdt {
	width: 100%;
	overflow: hidden
}

/* 标题 */
.biaoti {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 22px;
	border-bottom: 1px solid #e0e0e0
}

.biaoti p {
	height: 20px;
	float: left;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #5e5e5e;
	padding-left: 30px;
	background: url(../images/biaoti_icon.png) no-repeat left center
}

.more {
	float: right;
	font-size: 13px;
	line-height: 20px;
	color: #717171
}

.more:hover {
	text-decoration: underline;
	color: #0994b9
}

/* 图片新闻轮播 */
.imgnews {
	width: 400px;
	height: 290px;
	position: relative;
	overflow: hidden
}

.yx-rotaion,
.rotaion_list,
.rotaion_list li,
.rotaion_list li img {
	width: 100% !important;
	height: 100%
}

.rotaion_list {
	overflow: hidden;
}

.rotaion_list li img {
	width: 100%;
	image-rendering: pixelated;
	image-rendering: -webkit-optimize-contrast;
}

.yx-rotaion-btn {
	display: none
}

.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t {
	position: absolute
}

.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, .75);
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-t {
	width: 66%;
	font-size: 12px;
	color: #FFF;
	z-index: 2;
	bottom: 0;
	left: 12px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.yx-rotation-focus {
	right: 5px;
	bottom: 9px;
	z-index: 2;
}

.yx-rotation-focus span {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin: 0 2px;
	font-size: 12px;
	color: #000;
	float: left;
	background: #FFF;
	cursor: pointer
}

.yx-rotation-focus span.hover {
	background: #f60;
	color: #FFF
}

.gzdt .news_box {
	width: calc(100% - 400px - 20px);
	overflow: hidden;
}

.news_box dt {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	background: url(../images/list_jt.png) no-repeat left center
}

.news_box dt:last-child {
	margin-bottom: 0 !important
}

.gzdt .news_box dt a {
	width: 72%
}

.news_box dt a {
	display: block;
	position: relative;
	float: left;
	font-size: 14px;
	color: #454545;
	padding-left: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.news_box dt a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 5px;
	height: 5px;
	padding-bottom: 1px;
	background: #CCC
}

.news_box dt a:hover {
	color: #0994b9
}

/* .news_box dt a, .news_box dt h6{line-height:33px} */
.news_box dt h6 {
	float: right;
	font-weight: normal;
	font-size: 13px;
	color: #8d8d8d
}

/* 通知公告 */
.tzgg {
	width: 400px
}

.tzgg dl {
	overflow: hidden;
}

.tzgg dt {
	height: 46px;
	margin-bottom: 15px
}

.tz_time {
	width: 62px;
}

.tz_time p,
.tz_time i {
	height: 23px;
	line-height: 23px;
	text-align: center;
}

.tz_time p {
	font-size: 14px;
	color: #3c3c3c;
	background: #e4e4e4
}

.tz_time i {
	display: block;
	font-size: 13px;
	color: #FFF;
	background: #0994b9
}

.tz_txt {
	float: right;
	width: 80%;
	height: 46px;
}

.tzgg dt a {
	display: block;
	font-size: 14px;
	color: #3c3c3c
}

.tzgg dt a:hover {
	color: #0994b9
}

.cont2 {
	overflow: hidden;
	margin: 25px auto
}

/* 艺术长廊 */
.art_cl {
	width: 852px;
	overflow: hidden
}

.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ys_listbox {
	width: 100%;
	margin: 30px auto 10px auto;
	overflow: initial !important
}

.picScroll-left .prev {
	left: 0
}

.picScroll-left .next {
	right: 0
}

.ys_listbox .prev,
.ys_listbox .next {
	display: block;
	position: absolute;
	top: 30%;
	cursor: pointer;
	width: 25px;
	height: 40px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	background: rgba(0, 0, 0, .5);
	z-index: 999
}

.ys_listbox .prev:hover,
.ys_listbox .next:hover {
	background: #0994b9
}

.picScroll-left .bd {
	width: 100%;
	margin: 0 auto
}

.ys_list li {
	width: 196px;
	height: 200px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-right: 23px;
	position: relative
}

.ys_list li img {
	text-align: center;
	height: 150px;
	image-rendering: pixelated;
	image-rendering: -webkit-optimize-contrast;
}

.ys_list li p {
	height: 40px;
	line-height: 50px;
	color: #555;
	font-size: 14px;
}

/* 党建工作 */
.djgz {
	width: 400px;
	overflow: hidden
}

.djgz .news_box dt a {
	width: 70%
}


.cont3 {
	overflow: hidden;
	margin: 0 auto 60px
}

/* 专业设置 */
.zysz {
	width: 100%;
}

.zysz_img {
	width: 100%;
	overflow: hidden
}

.zysz_img li {
	float: left;
	width: 24%;
	height: 125px;
	margin-right: 1%;
	box-sizing: border-box;
	border: 1px solid #E9E9E9;
	position: relative
}

.zysz_img li:last-child {
	margin-right: 0
}

.zysz_img li:before {
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #47adc8;
	border-left: 1px solid #47adc8
}

.zysz_img li:after {
	top: 0;
	right: 0;
	border-top: 1px solid #47adc8;
	border-right: 1px solid #47adc8
}

.zysz_img li:before,
.zysz_img li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0
}

.zysz_img li a {
	display: block;
	width: 100%;
	height: 100%
}

.zy_code {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center
}

.zy_code p {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 5px
}

.zy_code b {
	font-size: 14px;
	color: #404040
}

.zy_code i {
	font-size: 20px
}

.zysz_img li:nth-child(1) {
	background: rgba(245, 125, 31, .1)
}

.zysz_img li:nth-child(2) {
	background: rgba(100, 209, 229, .1)
}

.zysz_img li:nth-child(3) {
	background: rgba(171, 148, 226, .1)
}

.zysz_img li:nth-child(4) {
	background: rgba(165, 205, 117, .1)
}

.zysz_img li:nth-child(5) {
	background: rgba(151, 190, 229, .1)
}

.zysz_img li:hover:before,
.zysz_img li:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1
}

.zysz_img li:before,
.zysz_img li:after,
.zysz_img li:hover:before,
.zysz_img li:hover:after {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* 资料下载 */
.d_down {
	width: 400px
}

.d_down .news_box dt a {
	width: 70%
}



/* footer */
#footer {
	background: #0994b9;
	padding: 36px 0
}

.f_logo {
	width: 211px;
	height: 125px;
	background: url(../images/f_logo.png) no-repeat;
	margin-right: 85px
}

.f_info {
	padding-left: 85px;
	border-left: 1px solid rgba(255, 255, 255, .2)
}

.f_info b {
	display: block;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 17px
}

.f_info en {
	font-size: 12px;
	color: #FFF;
	margin-left: 22px
}

.f_info p {
	color: #8ee2f9;
	font-size: 12px;
	line-height: 25px
}

.f_qr {
	text-align: center
}

.f_qr img {
	width: 100px;
	height: 100px
}

.f_qr p {
	font-size: 13px;
	color: #FFF;
	line-height: 38px
}

.f_nav {
	width: 255px;
	padding: 20px 0;
	margin-right: 100px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.f_nav dt {
	float: left;
	width: 85px;
}

.f_nav dt a {
	display: block;
	font-size: 13px;
	color: #8ee2f9;
	text-align: center;
	margin: 14px 0
}

.f_nav dt:hover a {
	color: #FFF;
	text-decoration: underline
}

.f_bq {
	width: 100%;
	background: #04607a
}

.f_bq p {
	font-size: 12px;
	line-height: 50px;
	color: #FFF;
	text-align: center
}















/* 内页start */
.ny_banner {
	width: 1300px;
	height: 260px;
	margin: 0 auto;
	background: url(../images/nybanner.jpg) no-repeat
}

#ny_content {}

/* 当前位置 */
.n_title {
	position: relative;
	height: 40px;
	padding-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.n_add {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	color: #9b9c9d;
	*background: url(../images/icon_home.png) left center no-repeat;
}

.n_add span {
	display: block;
	float: left;
	width: 12px;
	height: 40px;
	background: url(../images/position.png) no-repeat center;
	margin-right: 15px
}

.n_add b,
.n_add a,
.n_add i {
	font-size: 12px;
	color: #9b9c9d;
}

.n_add em {
	font-size: 12px;
	color: #0994b9;
	font-style: normal;
}

.n_add a:hover {
	color: #0994b9;
	text-decoration: underline;
}

/* 内页左侧 */
#ny_left {
	width: 195px;
	position: relative;
	margin-top: 0px;
	float: left;
	transition: all 01s ease;
	-webkit-transition: all 01s ease;
	-moz-transition: all 01s ease;
	-ms-transition: all 01s ease;
	-o-transition: all 01s ease;
}

#ny_left.fix {
	position: fixed;
	top: 0;
	margin-top: 0;
}

.lm_name {
	width: 100%;
	height: 80px;
	background: #0994b9;
	position: relative;
	z-index: 99
}

.lm_name:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 155px;
	height: 80px;
	background: linear-gradient(55deg, transparent 85px, rgba(255, 255, 255, .1) 0) top left;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0)
}

.lm_name div {
	margin-left: 30px;
	position: relative
}

.lm_name p {
	font-size: 16px;
	color: #FFF;
	line-height: 28px
}

.lm_name en {
	font-size: 12px;
	color: #FFF;
	text-transform: Uppercase;
}

/* 内页左侧导航 */
#sub_nav {
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #0994b9;
	display: block;
	background: #fff;
}

#sub_nav dt {
	display: block;
	background: url(../images/icon_n_nav_li.png) 145px center no-repeat #fff;
}

#sub_nav dt .a {
	font-size: 14px;
	margin: 0 15px;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e7e4e4;
	display: block;
	color: #333;
}

#sub_nav dt .a.on_border {
	border: none !important;
}

#sub_nav dt:hover,
#sub_nav dt.on {
	color: #fff;
	background: url(../images/icon_n_nav_li.png) 155px center no-repeat #0994b9;
}

#sub_nav dt:hover .a {
	color: #fff;
	border-bottom: 1px solid #0994b9;
}

#sub_nav dt.on .a {
	color: #fff;
	border-bottom: 1px solid #0994b9;
}

#sub_nav dt,
#sub_nav dt:hover,
#sub_nav dt .a,
#sub_nav dt:hover .a,
#sub_nav dt.on,
#sub_nav dt.on .a {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

/* 内页左侧图片链接 */
.left_img_link {
	width: 100%
}

.left_img_link li {
	height: 76px;
	margin-bottom: 10px;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative
}

.left_img_link li a {
	display: block;
	width: 100%;
	height: 100%;
}

.left_img_link li:nth-child(1) {
	background: url(../images/img_linkbj.jpg) no-repeat 0 0
}

.left_img_link li:nth-child(2) {
	background: url(../images/img_linkbj.jpg) no-repeat 0 -76px
}

.left_img_link li:nth-child(3) {
	background: url(../images/img_linkbj.jpg) no-repeat 0 -152px
}

/* 内页右侧 */
#ny_right {
	width: 80%;
	min-height: 245px;
	margin-bottom: 45px;
	float: right;
}

.ny_right_cont {
	padding-bottom: 80px;
	position: relative
}

.ny_right_cont .title {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #dfdfdf;
}

.ny_right_cont .title h3 {
	color: #333333;
	margin-bottom: 10px;
}

.ny_right_cont .title p {
	color: #888888;
	font-size: 12px;
}

.ny_right_cont .title p span {
	padding: 0 10px;
}

.ar_article {
	font-size: 14px;
	color: #4f5052;
	line-height: 34px;
	text-indent: 2em;
	text-align: justify
}

.ar_article p,
.ar_article b,
.ar_article span {
	font-size: 12px;
	color: #4f5052;
	line-height: 34px;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 15px
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background: #dcdfe0;
	margin: 2em auto
}

.ar_article img {
	max-width: 100%;
	text-align: center;
	margin-bottom: 15px
}

/* 内页右侧新闻 */
.ny_news {
	overflow: hidden
}

.nyimg_box {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	justify-content: space-between;
	flex-wrap: wrap;
}

.nyimg_box dt {
	width: 30%;
	background: #F4F4F4
}

.nyimgnews {
	border: 1px solid #EEE;
	height: 180px;
	overflow: hidden;
	position: relative
}

.nyimgnews img {
	max-width: 100%;
	max-height: 100%
}

.text_box {
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px
}

.text_box a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block
}

.text_box a:hover {
	color: #0994b9
}

.text_box i {
	display: block;
	font-size: 12px;
	color: #777;
	line-height: 30px
}

.text_box b {
	font-size: 12px;
	color: #555;
	line-height: 22px
}

.nynew_list {
	overflow: hidden;
	margin: 25px auto
}

.nynew_list li {
	overflow: hidden;
	border-bottom: 1px dotted #CCC
}

.nynew_list li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 6px;
	height: 2px;
	background: #0994b9
}

.nynew_list li a {
	display: block;
	width: 85%;
	position: relative;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.nynew_list li a:hover {
	color: #0994b9
}

.nynew_list li i {
	float: right;
	font-size: 13px;
	color: #777;
}

.nynew_list li a,
.nynew_list li i {
	line-height: 55px
}

.page-box {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0
}

.pages {
	overflow: hidden;
	display: inline-block
}

.pages a {
	float: left;
	color: #555;
	font-size: 13px;
	padding: 5px 15px;
	margin: 0 6px;
	border: 1px solid #CCC;
}

.pages a:nth-child(1) {
	margin-left: 0 !important
}

.pages .on {
	background: #0994b9;
	border: 1px solid #0994b9;
	color: #FFF
}

.pages a:hover {
	background: #0994b9;
	border: 1px solid #0994b9;
	color: #FFF
}