html {
	font-size: 100px;
}

/* @font-face {
	font-family: "微软雅黑";
	src: url(font/PingFangRegular.ttf)
} */

@font-face {
	font-family: 'din';
	src: url(font/DIN-Medium.otf)
}

@font-face {
	font-family: 'ysbth';
	src: url(font/ysbth.ttf)
}

@font-face {
	font-family: 'FZXBSJW';
	src: url(font/FZXBSJW.TTF)
}

body {
	font-family: "微软雅黑";
	font-size: .16rem;
	background-color: #fff;
	color: #333;
	overflow-x: hidden
}

body.bodyList {
	background: #F8F8F8;
}

.cglx-header-warp {
	width: 100%;
	height: 1.1rem;
	position: relative;
	left: 0;
	top: 0;
	background: #2B59A7;
	z-index: 1000;
}

.cglx-header-warp .cglx-contain-box {
	height: 100%;
	padding: 0;
}

.cglx-header-warp>.cglx-contain-box>.cglx-contain-padding>.clearfix {
	display: flex;
	justify-content: space-between;
}

.cglx-contain-box {
	max-width: 15.58rem;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.cglx-bg1 .cglx-contain-box {
	padding: 0;
}

.cglx-bg2 .cglx-contain-box {
	padding: .46rem 0 .3rem 0;
}

.cglx-bg3 .cglx-contain-box {
	padding: .46rem 0 .6rem 0;
}

.cglx-header-warp .cglx-contain-padding {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1000;
}

.cglx-header-warp .logo a {
	display: flex;
	align-items: center;
}

.cglx-header-warp .logo .title {
	font-family: 'FZXBSJW';
	font-weight: 400;
	font-size: .36rem;
	color: #FFFFFF;
	letter-spacing: .03rem;
	margin-left: .12rem;
	display: none;
}

.cglx-header-warp .txt {
	font-family: 'FZXBSJW';
	font-weight: 400;
	font-size: .17rem;
	color: #FFFFFF;
	margin-top: .1rem;
}

.cglx-header-warp .return {
	position: absolute;
	right: 0;
	top: .1rem;
}

.cglx-header-warp .return a {
	font-weight: 500;
	font-size: .18rem;
	color: #FFFFFF;
}

.cglx-header-warp .return a img {
	vertical-align: -2px;
	margin-right: .05rem
}

.cglx-nav-box {
	margin: 0 1.5rem;
}

.cglx-nav-box>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px rgba(0, 0, 0, .2);
	padding: 0 .5rem;
}

.cglx-nav li {
	position: relative;
	z-index: 999
}

.cglx-nav>li>a {
	display: block;
	height: .94rem;
	line-height: .94rem;
	text-align: center;
	transition: .3s;
	font-weight: bold;
	font-size: .24rem;
	color: #2B59A7;
}

.cglx-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: .3rem;
	transform: translateX(-50%)
}

.cglx-suNnav {
	position: absolute;
	left: 50%;
	top: 160%;
	min-width: 180%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(19, 52, 143, 0.1);
}

.cglx-nav-box li:hover .cglx-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.cglx-nav-box li .cglx-suNnav li {
	width: 100%;
}

.cglx-nav-box li .cglx-suNnav li a {
	display: block;
	color: #333;
	font-size: .16rem;
	padding: .15rem;
	text-align: center
}

.cglx-nav-box li .cglx-suNnav li a:hover {
	color: #fff !important;
	background: #2B59A7;
}

.cglx-search-icon {
	width: .21rem;
	height: .21rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/search.png) no-repeat;
	transition: .3s;
	background-size: contain;
}

.bodyList .cglx-nav-box>ul {
	border-bottom: none;
	padding: 0;
}

.bodyList .cglx-nav>li>a {
	color: #fff;
	font-weight: normal;
	height: .5rem;
	line-height: .5rem;
	font-size: .2rem;
}

.bodyList .cglx-nav-box {
	margin: .1rem 0 0 0;
	width: 45%;
}

.cglx-banner {
	position: relative;
	overflow: hidden;
}

.cglx-banner .swiper-slide {
	/* height: 6rem; */
}

.cglx-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cglx-banner .swiper-pagination {
	width: 100%;
	bottom: 1.1rem !important;
}

.cglx-banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	margin: 0 .12rem !important;
	background: rgba(255, 255, 255, 0.6);
}

.cglx-banner .swiper-pagination-bullet-active {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
}

.cglx-bg1 {
	background: url(../images/bg1.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	top: -.98rem;
	z-index: 900;
}

.cglx-bg2 {
	background: url(../images/bg2.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: -.9rem;
}

.cglx-bg3 {
	background: #F1F3F7;
}

.cglx-xwdt-txt {
	width: 100%;
	height: .9rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cglx-xwdt-txt .txt {
	width: 70%;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: .2rem;
	margin-top: .5rem;
	padding: 0 3%
}

.cglx-xwdt-txt .more {
	margin-top: .1rem;
	font-size: .14rem
}

.cglx-title-box {
	margin-bottom: .3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cglx-title {
	font-weight: 800;
	font-size: .32rem;
	color: #333333;
}

.cglx-bg3 .cglx-title-box {
	justify-content: center;
}

.cglx-bg3 .cglx-title-box::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: .5rem;
	width: 74px;
	height: 4px;
	background: #2B59A7;
}

.cglx-more {
	font-weight: 500;
	font-size: .16rem;
	color: #B99977;
}

.cglx-more img {
	vertical-align: middle;
	margin-left: .05rem;
}


.cglx-ksxx-warp {
	display: flex;
	flex-wrap: wrap;
	margin-top: .3rem;
	padding-bottom: .62rem;
}

.cglx-ksxx-box {
	width: 5.5rem;
}

.cglx-ksxx-box .img {
	width: 5.5rem;
	height: 4rem;
	overflow: hidden;
}

.cglx-ksxx-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cglx-ksxx-box .img:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.cglx-ksxx-box .box {
	display: flex;
	align-items: center;
}

.cglx-ksxx-box .box .time {
	width: 1rem;
	height: 1rem;
	background: #24418E;
	text-align: center;
	font-family: 'din';
}

.cglx-ksxx-box .box .time .day {
	font-weight: bold;
	font-size: .4rem;
	color: #FFFFFF;
	margin-top: .1rem;
}

.cglx-ksxx-box .box .time .year {
	font-weight: 500;
	font-size: .2rem;
	color: #FFFFFF;
}

.cglx-ksxx-box .box .tit {
	width: calc(100% - 1rem - .44rem);
	padding: 0 .16rem 0 .29rem;
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .05rem;
	font-weight: bold;
	font-size: .2rem;
	color: #000000;
}

.cglx-ksxx-list {
	width: calc(100% - 5.5rem - 3.69rem - .72rem);
	margin: 0 .5rem 0 .22rem
}

.cglx-ksxx-list li {
	padding: .2rem 0;
	border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.cglx-ksxx-list li:first-child {
	padding: 0 0 .2rem 0;
}

.cglx-ksxx-list li a {
	position: relative;
	display: block;
}

.cglx-ksxx-list li a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .36rem;
	height: .36rem;
	background: url(../images/jt1.png) no-repeat;
	background-size: contain;
}

.cglx-ksxx-list ul li .tit {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .17rem;
	color: #333333;
}

.cglx-ksxx-list ul li:hover .tit {
	color: #2B59A7
}

.cglx-rklj {
	width: 3.69rem;
}

.cglx-rklj .img {
	width: 100%;
	height: 1.32rem;
	overflow: hidden;
}

.cglx-rklj .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cglx-rklj .img:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.cglx-rklj .btn1 a {
	display: block;
	width: 100%;
	height: .81rem;
	line-height: .81rem;
	background: url(../images/button1.png) no-repeat;
	font-family: 'ysbth';
	font-weight: 400;
	font-size: .4rem;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	margin: .38rem 0;
	background-size: 100% 100%;
}

.cglx-rklj .btn2 a {
	display: block;
	width: 100%;
	height: .81rem;
	line-height: .81rem;
	background: url(../images/button2.png) no-repeat;
	font-family: 'ysbth';
	font-weight: 400;
	font-size: .4rem;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	background-size: 100% 100%;
}

.cglx-bg2 .cglx-contain-padding {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cglx-rdxw-box {
	width: 65%;
}

.cglx-rdxw-list {
	display: flex;
	flex-wrap: wrap;
}

.cglx-rdxw-list .top {
	width: 4.97rem;
	height: 3.5rem;
	overflow: hidden;
}

.cglx-rdxw-list .top a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.cglx-rdxw-list .top a .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cglx-rdxw-list .top a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cglx-rdxw-list .top a .img:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.cglx-rdxw-list .top a .box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	align-items: center;
}

.cglx-rdxw-list .top a .box .time {
	width: .89rem;
	height: .89rem;
	background: #002554;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.cglx-rdxw-list .top a .box .time .day {
	font-family: 'din';
	font-weight: bold;
	font-size: .26rem;
	color: #FFFFFF;
}


.cglx-rdxw-list .top a .box .time .year {
	font-family: 'din';
	font-weight: 500;
	font-size: 32px;
	color: #FFFFFF;
}

.cglx-rdxw-list .top a .box h3 {
	width: calc(100% - .89rem - .1rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: .2rem;
	color: #FFFFFF;
	margin: 0 .1rem;
}

.cglx-rdxw-list .list {
	width: calc(100% - 4.97rem - .41rem);
	margin-left: .41rem;
}

.cglx-rdxw-list .list li a {
	display: flex;
	padding: .18rem 0;
	align-items: center;
}

.cglx-rdxw-list .list li:first-child a {
	padding: 0 0 .18rem 0;
}

.cglx-rdxw-list .list li a .tit {
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
}

.cglx-rdxw-list .list li a .title {
	width: 65%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
	padding-left: 5%;
	position: relative;
}

.cglx-rdxw-list .list li a .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .1rem;
	height: .1rem;
	background: #999999;
	border-radius: 50%;
}

.cglx-rdxw-list .list li a .time {
	width: 30%;
	font-family: 'din';
	font-weight: 500;
	font-size: .24rem;
	color: #333333;
	text-align: right;
}

.cglx-rdxw-list .list li:hover a .title,
.cglx-rdxw-list .list li:hover a .time {
	color: #2B59A7;
}

.cglx-rdxw-list .list li:hover a .title::before {
	background: #2B59A7;
}

.cglx-zswd-box {
	width: 32%;
}

.cglx-zswd-box li {
	margin-bottom: .21rem;
}

.cglx-zswd-box .list h3 {
	height: .48rem;
	line-height: .48rem;
	background: #2B59A7;
	border-radius: .1rem;
	font-weight: 500;
	font-size: .2rem;
	color: #FFFFFF;
	padding: 0 .6rem 0 .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.cglx-zswd-box .list h3::before {
	content: "";
	position: absolute;
	right: .25rem;
	top: 50%;
	transform: translateY(-50%);
	width: .26rem;
	height: .26rem;
	background: url(../images/jt2.png) no-repeat;
	background-size: contain;
}

.cglx-zswd-box .list h4 {
	padding: .2rem .1rem;
	background: #fff;
	box-shadow: 0px -4px 10px 0px rgba(9, 36, 82, 0.05);
	border-radius: 0 0 .2rem .2rem;
	position: relative;
	margin: 0 .15rem;
}

.cglx-zswd-box .list li:first-child h4::before {
	content: "";
	position: absolute;
	left: -.15rem;
	top: -.22rem;
	width: .29rem;
	height: .33rem;
	background: #082557;
	border-radius: .2rem;
	z-index: -1;
}

.cglx-zswd-box .list h4 span {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cglx-gwhzyx-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-top: .5rem;
}

.cglx-gwhzyx-list ul li {
	width: 18%;
	margin-left: 2%;
	margin-bottom: 2%;
	background-color: #fff;
}

.cglx-gwhzyx-list ul li .img {
	width: 100%;
	height: 1.21rem;
	overflow: hidden;
}

.cglx-gwhzyx-list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.cglx-gwhzyx-list ul li:hover .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.cglx-footer {
	background-color: #2e5492;
	background-image: url(../images/footer.jpg);
	padding: .22rem 0;
}

.cglx-footer .cglx-contain-padding {
	display: flex;
	flex-wrap: wrap;
}

.cglx-footer .cglx-footer-code {
	width: 26.5%;
}

.cglx-footer .cglx-footer-code h4,
.cglx-footer .cglx-footer-center h4,
.cglx-footer .cglx-footer-right h4 {
	font-size: .16rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px;
	padding-bottom: 8px;
	background: url(../images/footer-bolid.jpg) left bottom no-repeat;
}

.cglx-footer .cglx-footer-code .cglx-footer-code-box {
	width: 1.08rem;
	height: 1.08rem;
}

.cglx-footer .cglx-footer-code .cglx-footer-code-box img {
	width: 100%;
}

.cglx-footer .cglx-footer-center {
	width: 42.5%;
}

.cglx-footer .cglx-footer-center ul {
	display: flex;
	flex-wrap: wrap;
}

.cglx-footer .cglx-footer-center ul li {
	margin-right: .22rem;
	margin-bottom: .03rem;
}

.cglx-footer .cglx-footer-center ul li a {
	font-size: .16rem;
	color: #fff;
}

.cglx-office-address p {
	font-size: .16rem;
	color: #fff;
}

.cglx-footer .cglx-footer-right {
	width: 27%;
	margin-left: 4%;
}

.cglx-footer .cglx-footer-right p {
	font-size: .16rem;
	color: #fff;
	margin-bottom: .04rem;
}

.cglx-footer .cglx-footer-copyright {
	border-top: 2px solid #2f5692;
	padding-top: .15rem;
	margin-top: .45rem;
}

.cglx-footer .cglx-footer-copyright p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .25rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .3rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.cglx-layer-box.on {
	height: 100%;
}

.navbar-toggle.active .icon-bar {
	/* background-color: rgba(14, 65, 156, .96); */
}

.cglx-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(14, 65, 156, .96);
}

.cglx-layer-box .cglx-nav {
	margin-top: .25rem;
}

.cglx-layer-box.on .cglx-layer-nav {
	display: block;
}

.cglx-layer-nav .cglx-layer-suNnav.on {
	display: block
}

.cglx-layer-nav {
	display: none;
	margin-top: 100px;
}

.cglx-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.cglx-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 25px;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cglx-layer-nav li.li1 strong,
.cglx-layer-nav li.li2 strong,
.cglx-layer-nav li.li6 strong,
.cglx-layer-nav li.li7 strong,
.cglx-layer-nav li.li8 strong,
.cglx-layer-nav li.li9 strong {
	display: none;
}

.cglx-layer-nav li strong.on {
	transform: rotate(45deg)
}

.cglx-layer-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.cglx-layer-nav .cglx-layer-suNnav {
	display: none;
}

.cglx-layer-nav .cglx-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 5px;
}

.cglx-layer-nav .cglx-layer-suNnav li a:hover {
	color: #fff
}

.cglx-layer-box.on .cglx-layer-search {
	display: block;
}

.cglx-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin-top: .2rem;
	transition: .6s;
}

.cglx-layer-txt {
	width: 98%;
	height: 20px;
	line-height: 20px;
	padding: 10px 1%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 2px;
}

.cglx-layer-btn {
	width: 26px;
	height: 26px;
	display: block;
	background: url(../images/search-b.png) no-repeat top center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 12px;
	right: 20px;
	background-size: 100%;
}

.cglx-nybanner {
	width: 100%;
	/* height: 3.6rem; */
	overflow: hidden;
}

.cglx-nybanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.cglx-ny-box {
	display: flex;
}

.left-box .left-nav {
	margin-top: -.7rem;
	width: 2.28rem;
	height: 2.87rem;
	padding: .18rem;
	background: #F8F8F8;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

.left-box .left-nav .column {
	height: 53px;
	margin-bottom: 21px;
}

.left-box .left-nav .column .nav-bolid {
	width: 62px;
	display: block;
	float: left;
}

.left-box .left-nav .column .nav-column {
	display: block;
	font-size: .24rem;
	color: #2b58a7;
	font-weight: bold;
	margin-left: 74px;
	padding: 9px 0 9.5px;
	background: url(../images/left-nav-bolid.png) 2px bottom no-repeat;
	background-size: 100%;
}

.left-box .left-nav ul li {
	border-bottom: 1px solid #ebebeb;
	padding: .08rem .02rem;
	margin-bottom: .03rem;
	position: relative;
}

.left-box .left-nav ul li::after {
	-webkit-transition: all .4s;
	transition: all .4s;
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #2b58a7;
	z-index: 10;
}

.left-box .left-nav ul li.active::after {
	-webkit-transition: width .4s;
	transition: width .4s;
	left: 0;
	width: 100%;
}

.left-box .left-nav ul li:hover::after {
	-webkit-transition: width .4s;
	transition: width .4s;
	left: 0;
	width: 100%;
}

.left-box .left-nav ul li a {
	display: block;
	font-size: .18rem;
	color: #333;
	background: url(../images/left-nav-dian-h.png) 97% bottom no-repeat;
	padding: 0 .15rem 0 0;
}

.left-box .left-nav ul li.active a {
	color: #2b58a7;
	background: url(../images/left-nav-dian.png) 97% bottom no-repeat;
}

.left-box .left-nav ul li:hover a {
	color: #2b58a7;
	background: url(../images/left-nav-dian.png) 97% bottom no-repeat;
}

.location {
	font-size: 14px;
	color: #8e8e8e;
	margin-top: 20px;
}

.location a {
	font-size: 14px;
	color: #8e8e8e;
}

.location span {
	margin: 0 3px;
}

.columntitle {
	margin: 25px 0 20px;
	height: 46px;
	border-bottom: 1px solid #e8e8e8;
}

.columntitle span {
	font-size: 30px;
	padding-bottom: 4px;
	color: #0b0b0b;
	border-bottom: 3px solid #2b58a7;
}

.right-box {
	width: calc(100% - 2.64rem - .7rem);
	background-color: #fff;
	padding: 0 .24rem;
	margin-left: .22rem;
}

.right-content {
	margin-bottom: 50px;
}

.cglx-list ul li {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.cglx-list ul li a {
	display: block;
	font-size: 17px;
	line-height: 70px;
	height: 70px;
	box-sizing: border-box;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cglx-list.list-download ul li a {
	padding-right: 70px;
	background: url(../images/download.png) right center no-repeat;
}

.cglx-list ul li:hover a {
	color: #2b58a7;
	font-weight: bold;
	text-decoration: none;
}

.cglx-list ul li span {
	color: #b99564;
	text-align: left;
	font-size: 16px;
	margin: 0 20px 0 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.cglx-list ul li:hover span {
	padding-left: 8px;
}

.cglx-list ul li span img {
	margin: 0 10px 4.5px 5px;
}

.article {
	padding-top: 20px;
}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "pf";
	line-height: 1.5;
	margin: 0 0 8px;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #2b58a7;
	font-family: "微软雅黑";
	line-height: 36px;
	margin: 0;
	border-bottom: none;
	background: none;
}

.article h3.subtitle,.article h4.subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #2b58a7;
	line-height: 1.5;
	text-align: center;
	margin: 8px 0 0;
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #666666;
	padding-top: 0px;
	border-bottom: 1px dashed #e8e8e8;
	margin-bottom: 20px;
}

.article .content {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

.article .content p {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
}

.article .content p img {
	max-width: 100% !important;
	height: auto !important;
}

.article .content p span {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
}

.article .content span {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	color: #666 !important;
	line-height: 28px !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #2b58a7 !important;
	color: #fff;
	background-color: #2b58a7 !important;
}