﻿@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype');
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 35px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
	border: #bf6464 2px dashed !important;
	background-color: #fdfbfb !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

label.error {
	color: #bf6464;
	padding-top: 5px;
	display: block;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #c1232c !important;
	background-color: #c1232c;
	color: #fff;
}

.float-right {
	float: right;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.color-primary {
	color: #c1232c;
}

.text-primary {
	color: #c1232c;
}

.text-warning {
	color: #ffa367;
}

.text-danger {
	color: #c1232c;
}

.text-info {
	color: #aaa;
}

.text-success {
	color: #323232;
}

.text-default {
	color: #f5f6f8;
}

.text-bai {
	color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #c1232c !important;
	background-color: #c1232c !important;
	color: #fff;
}

.line1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.line10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
}


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

body {
	color: #363636;
	font-family: '微软雅黑';
	font-size: 16px;
	background: #fff;
}

a {
	color: #363636;
}

a:hover {
	color: #00367f;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-content-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.layui-btn {
	background-color: #00367f;
	width: 100%;
}

.layui-btn-primary {
	background-color: #fff;
}

.layui-btn-warm {
	background-color: #FFB800;
}

.alert {
	padding: 10px;
	overflow: hidden;
	border-radius: 3px;
}

.alert.alert-danger {
	background: #fff;
}

.alert.alert-info {
	background: #aaa;
}

.alert.alert-success {
	background: #323232;
}

.alert.alert-primary {
	background: #c1232c;
}

.alert .close {
	float: right;
	background: none;
	color: #fff;
	border: none;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}



#scrolltop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0px;
	bottom: 20px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
}

#scrolltop .layui-icon {
	font-size: 42px;
	color: #036192;
	cursor: pointer;
}

.img-responsive {
	width: 100%;
	display: block;
}

.hfade {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.layui-fluid {
	padding: 0;
}

.clearfix2 {
	zoom: 1;
}

.clearfix2::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix2::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.sch_form {
	display: inline-block;
	border: 1px solid #16529a;
	height: 25px;
	line-height: 25px;
	border-radius: 12px;
	padding-right: 10px;
}

.sch_form .sch_input {
	background: none;
	border: none;
	padding: 0 10px;
}

.sch_form .sch_btn {
	background: none;
	border: none;
	color: #16529a;
	cursor: pointer;
}


.topsch .sch_q {
	width: 300px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	display: none;
}

.topsch .sch_btn {
	width: 40px;
	background: #eff2f4;
	height: 45px;
	line-height: 45px;
	border: none;
	cursor: pointer;
	position: relative;
	color: #1686c6;
}

.topsch .sch_btn::before {
	content: '';
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: #d8dadb;
	display: none;
}

.topsch:hover .sch_q {
	display: block;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.myclass2.layui-layer-page {
	width: 700px !important;
}

.himg .pic {
	overflow: hidden;
}

.himg img {
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
}

.himg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.nav_box {
	background: #00367f;
}

#colbox {
	background: #fff;
}

#colbox .layui-tab-card {
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	box-shadow: none;
}

#colbox .layui-tab {
	margin: 0;
}

#colbox .layui-tab-title {
	position: relative;
	border-bottom-width: 0px;
	background: none;
	height: auto;
}

#colbox .layui-tab-title li {
	padding: 0;
}

#colbox .layui-tab-title li span {
	display: inline-block;
	padding: 0 10px;
}

#colbox .layui-tab-title li:last-child span {
	display: none;
}

#colbox .layui-tab-title li a {
	display: inline-block;
}

#colbox .layui-tab-title li.layui-this:after {
	display: none;
}

.conent_box {
	background: #f7f7f7;
}

.conent_box .layui-row {
	overflow: inherit;
}

.leftmenu {}

.leftmenu ul {
	overflow: hidden;
}

.leftmenu li {
	position: relative;
	float: left;
}

.leftmenu li a {
	display: block;
	position: relative;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 0 10px;
}

.leftmenu li.layui-this a,
.leftmenu li a:hover {
	border-bottom: 2px solid #204984;
}

.leftmenu li.layui-this,
.leftmenu li:hover {
	z-index: 2;
}

.leftsubmenu {
	background: url() no-repeat center;
	background-size: cover;
	padding-left: 20px;
}

.leftsubmenu li {
	display: inline-block;
	margin-right: 10px;
}

.leftsubmenu li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: solid 1px #d8d8d8;
	background-color: #fff;
}

.leftsubmenu li a:hover,
.leftsubmenu li.on a {
	border: solid 1px #00367f;
	font-weight: bold;
	color: #00367f;
}



.layui-tab-bar {
	height: 48px;
	line-height: 48px;
}

.page_main {
	padding: 0px;
	border: 1px solid #DBDBDB;
}


.page_detail {
	padding: 40px 147px;
	background: #fff;
}


.detail-box {
	padding: 0px;
}

.col-title {
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

.col-att {
	font-size: 14px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
}

.col-att a {
	color: #999;
}

.col-att .linedc {
	padding: 0 5px;
}

.dtl_detail {
	line-height: 2.5em;
	font-size: 16px;
}

.dtl_detail.p1 {
	font-size: 18px;
}

.dtl_detail.p2 {
	font-size: 16px;
}

.dtl_detail.p3 {
	font-size: 14px;
}

.pager {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

.pager li {
	width: 49%;
	float: left;
}

.pager li a {
	color: #999;
}

.pager li:last-child {
	float: right;
}

.pager li a:hover {
	color: #00367f;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}

.pagination li a {
	display: inline-block;
	background: #fff;
	width: 33px;
	height: 33px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #595959;
	transition: All .4s ease-in;
	-webkit-transition: All .4s ease-in;
	-moz-transition: All .4s ease-in;
	-o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
	background: #00367f;
	color: #fff;
	border: solid 1px #00367f;
}

.textlist {}

.textlist li {
	border-bottom: 1px solid #f2f2f2;
}

.textlist li a {
	position: relative;
	overflow: hidden;
}

.textlist li .shijian {
	display: block;
	float: right;
	color: #5a5a5a;
	opacity: 0.5;
}

.textlist li .title {
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}

.textlist li .desc {
	line-height: 35px;
	color: #999999;
}

.textlist li .nianyue {
	color: #999999;
	font-size: 12px;
}

.textlist li .nianyue .more {
	float: right;
	font-size: 14px;
}

.textlist li .nianyue .iconfont {
	font-size: 18px;
	margin-left: 10px;
	color: #00367f;
}

.textlist li a:hover .nianyue {
	color: #00367f;
}



.righttitle {
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.righttitle .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #00367f;
	display: inline-block;
	height: 34px;
}

.righttitle .position {
	float: right;
	font-size: 14px;
	color: #333333;
}




.piclist2 li a {
	display: block;
	position: relative;
}

.piclist2 li .text {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px;
}

.piclist2 li .title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.piclist2 li .time {
	font-size: 14px;
	color: #aaaaaa;
}

.piclist2 li a:hover {
	background: #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.piclist2 li a:hover .text {
	border-bottom: 1px solid #00367f;
}

.piclist2 li a:hover .title {
	font-weight: bold;
}

.tuwenlist {
	min-height: 500px;
}

.tuwenlist li {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.tuwenlist li .pic {
	width: 315px;
	float: left;
	margin-right: 30px;
}

.tuwenlist li .pic img {
	height: 177px;
}

.tuwenlist li .text {}

.tuwenlist li .title {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	margin-top: 10px;
}

.tuwenlist li .desc {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #999999;
}

.tuwenlist li .date {
	color: #999999;
	font-size: 14px;
}

.tuwenlist li .more {
	color: #00367f;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #00367f;
	padding: 10px 40px;
}

.tuwenlist li a:hover .title {
	font-weight: bold;
}

.tuwenlist li a:hover .more {
	color: #fff;
	background: #00367f;
}

.tuwenlist li a:hover .date,
.tuwenlist li a:hover .desc {
	color: #1B1B1B;
	opacity: .5;
}


.search_list .item .text {
	text-align: center;
	background: #f9f9f9;
	line-height: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 30px;
}

.search_list .item .iconfont {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 30px;
	flex: none;
	color: #00367f;
}

.search_list .item .text1 {
	color: #333;
	font-size: 18px;
}

.search_list .item:hover .text {
	background: #00367f;
}

.search_list .item:hover .text1 {
	color: #fff;
}

/*
内容搜索页
 */
.sch-form {
	display: block;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
	border: none;
	background: #fff;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #aaa;
}

.sch-form .sch-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	border: none;
	line-height: 30px;
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
	font-size: 18px;
}

.bgbai {
	background: #fff;
	padding: 30px 30px 10px;
}


.pchide {
	display: none;
}

.phhide {
	display: block;
}

.body {
	width: 1400px;
	position: relative;
	margin: 0 auto;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner_slide {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	min-height: 490px;
}

.banner_slide .bd li video {
	width: 100%;
	height: auto; /* 自动高度，保持视频原始比例 */
	display: block;
	object-fit: contain; /* 改为 contain 完整显示视频内容 */
}

.banner_slide .bd li img {
	width: 100%;
	height: auto;
	animation: zoomInOut 10s infinite alternate;
}

@keyframes zoomInOut {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.banner_slide .prev,
.banner_slide .next {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	display: none;
}

.banner_slide .next {
	left: auto;
	right: 0;
}

.banner_slide:hover .prev,
.banner_slide:hover .next {
	display: block;
}

.banner_nav {
	width: 100%;
	height: 70px;
	background: url(../image/banner_nav_bg.png) repeat-x center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.banner_nav ul {
	overflow: hidden;
}

.banner_nav ul li {
	float: left;
	width: calc(100% / 10);
	text-align: center;
}

.banner_nav ul li a {
	color: #fff;
	display: block;
	padding-top: 0;
	position: relative;
	height: 70px;
	box-sizing: border-box;
}

.banner_nav ul li a::after {
	content: '';
	width: 1px;
	height: 58px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -29px;
}

.banner_nav ul li:last-child a::after {
	display: none;
}

.banner_nav ul li a:hover {
	opacity: .8;
}

.banner_nav ul li .icon {
	margin-bottom: 0px;
	padding-top: 13px;
	transition: transform 0.3s;
}

.banner_nav ul li .icon img {
	width: 25px;
	height: 25px;
}

.banner_nav ul li:hover .icon {
	transform: rotate(360deg);
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100px;
}

.header:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	z-index: 1;
}

.header .line {
	width: 100%;
	height: 5px;
	background-image: linear-gradient(-90deg,
			rgba(0, 104, 183, 0.76) 0%,
			rgba(0, 146, 215, 0.76) 44%,
			rgba(0, 104, 183, 0.76) 100%),
		linear-gradient(#00367f,
			#00367f);
	background-blend-mode: normal,
		normal;
	position: relative;
	z-index: 2;
}

.header .logo {
	background: url(../image/logo_bg0.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 0;
	width: 439px;
	height: 93px;
	box-sizing: border-box;
	padding-left: 100px;
	z-index: 2;
}

.header .logo img {
	height: 93px;
}

.header .logo .logo2 {
	display: none;
}

.header.hover {
	background: #fff;
}

.header.hover::before {
	background: none;
}

.header.hover .logo {
	background: none;
	padding-top: 10px;
}

.header.hover .logo .logo1 {
	display: none;
}

.header.hover .logo .logo2 {
	display: block;
}

.header.hover .top_nav>ul>li>a {
	color: #363636;
}

.header.hover .top_menu .iconfont {
	color: #363636;
}

.top_sch {
	width: 176px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 100px;
	top: 18px;
	z-index: 2;
}

.top_sch .sch-input {
	width: 126px;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 14px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.top_sch .sch-input::placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.top_sch .sch-btn {
	width: 50px;
	height: 30px;
	float: right;
	background: none;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.top_sch .sch-btn .iconfont {
	font-size: 18px;
}

.top_nav {
	position: absolute;
	right: 175px;
	top: 60px;
	z-index: 2;
}

.top_nav>ul>li {
	float: left;
	margin-left: 40px;
	position: relative;
}

.top_nav>ul>li>a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	height: 38px;
	border-bottom: 2px solid transparent;
}

.top_nav>ul>li.on>a {
	border-bottom: 2px solid #fff;
}

.top_nav>ul>li:hover>a {
	border-bottom: 2px solid #00367f;
}


.top_nav li .sub_nav {
	position: absolute;
	z-index: 1;
	left: 50%;
	right: auto;
	top: -100vh;
	bottom: auto;
	width: 400px;
	margin-left: -200px;
	padding: 30px 0 0;
	opacity: 0;
	visibility: hidden;
}

.top_nav li .sub_nav::after {
	width: 2px;
	height: 30px;
	background: #00367f;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
}

.top_nav li .sub_nav ul {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
	border-top: #00367f solid 2px;
	overflow: hidden;
	padding: 20px;
}

.top_nav li:hover .sub_nav {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.top_nav li li {
	margin: 0;
	width: calc((100% - 0px) / 3);
	float: left;
}

.top_nav li li a {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #00367f;
	border-bottom: none;
}

.top_nav li li a:hover {
	background: #00367f;
	color: #fff;
}

.top_menu {
	position: absolute;
	right: 100px;
	top: 63px;
	z-index: 2;
}

.top_menu .iconfont {
	font-size: 18px;
	color: #fff;
}

.g-nav2 {
	position: fixed;
	z-index: 49;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	background-size: cover;
	opacity: 0;
	visibility: hidden;
}

.g-nav2 .scroll {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
}

.g-nav2 .scroll ul {
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.g-nav2 .scroll li {
	text-align: center;
	margin: 0 40px;
}

.g-nav2 .scroll li:first-child {
	display: none;
}

.g-nav2 .scroll li a {
	color: #fff;
}

.g-nav2 .scroll li h2 {
	font-size: 22px;
}

.g-nav2 .scroll li .list {
	padding-top: 20px;
}

.g-nav2 .scroll li .list h3 {
	line-height: 50px;
	font-size: 18px;
}


.g-nav2 .g-header {
	padding: 0 100px 100px;
	overflow: hidden;
	position: relative;
}

.g-nav2 .g-header .navA {
	position: absolute;
	right: 100px;
	color: #fff;
	top: 60px;
	z-index: 2;
}

.g-nav2 .g-header .navA .iconfont {
	font-size: 26px;
}

body.navShow {
	overflow: hidden;
}

body.navShow .g-head .btn-list {
	height: 1.1rem;
}

body.navShow .g-head a.navA:after {
	background-image: url("");
}

body.navShow .g-nav {
	opacity: 0;
	visibility: hidden;
}

body.navShow .g-nav2 {
	opacity: 1;
	visibility: visible;
}

.tt_box {
	margin-top: 60px;
}

.tt_slide {
	height: 125px;
	background-color: #f4f6f9;
	border-radius: 63px;
	overflow: hidden;
	position: relative;
}

.tt_slide .bd {
	padding: 25px 125px 0 160px;
}

.tt_slide .bd li {
	text-align: center;
}

.tt_slide .bd li .title {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tt_slide .bd li .desc {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #b3b3b3;
}

.tt_slide .hd {
	position: absolute;
	right: 40px;
	top: 30px;
	z-index: 1;
}

.tt_slide .hd li {
	width: 10px;
	height: 10px;
	background-color: #0F5AC4;
	opacity: 0.4;
	margin-bottom: 10px;
	border-radius: 100%;
	text-indent: -999em;
}

.tt_slide .hd li.on {
	opacity: 1;
}

.tt_slide .prev,
.tt_slide .next {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: 35px;
	background: url(../image/icon_up.png) no-repeat center;
	background-size: 100% auto;
}

.tt_slide .next {
	background: url(../image/icon_down.png) no-repeat center;
	background-size: 100% auto;
	top: auto;
	bottom: 35px;
}

.column_tt {
	position: absolute;
	left: 16px;
	top: 24px;
	z-index: 2;
}

.column {
	padding: 50px 0 30px;
}

.column .more {
	display: block;
	float: right;
	margin-top: 30px;
	width: 64px;
	height: 25px;
	background: url(../image/more.png) no-repeat center;
}

.column .more:hover {
	background: url(../image/more_h.png) no-repeat center;
}

.column .en {
	font-size: 14px;
	color: #7F9ABF;
	position: relative;
	display: inline-block;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin: 0;
}

.column .en::after {
	content: '';
	width: 94px;
	height: 1px;
	background: url(../image/column_line.png) no-repeat center;
	position: absolute;
	left: 110%;
	top: 50%;
	margin-top: -1px;
}

.column .cn {
	font-size: 30px;
	color: #00367F;
	font-weight: bold;
	letter-spacing: 3px;
}

.zhxw_box {
	background: url(../image/zhxw_bg.jpg) no-repeat center bottom;
	padding-bottom: 60px;
	overflow: hidden;
}

.zhxw_box .layui-container {
	width: 1430px !important;
	max-width: 1430px !important;
	min-width: 1430px !important;
}

.zhxw_main {
	position: relative;
	width: 1430px;
}

.zhxw_slide {
	width: 800px;
	height: 595px;
	overflow: hidden;
	position: relative;
}

.zhxw_slide .bd li {
	position: relative;
}

.zhxw_slide .bd li img {
	width: 800px;
	height: 450px;
}

.zhxw_slide .bd li .text {
	height: 145px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 22px 25px;
}

.zhxw_slide .bd li .title {
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	color: #00367F;
	font-weight: bold;
	margin-bottom: 13px;
}

.zhxw_slide .bd li .desc {
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	color: #A1A1A1;
}

.zhxw_slide .bd li .date {
	width: 70px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 0 10px;
}

.zhxw_slide .bd li .day {
	font-size: 24px;
}

.zhxw_slide .bd li .year {
	font-size: 14px;
}

.zhxw_slide .hd {
	position: absolute;
	left: 25px;
	bottom: 15px;
	z-index: 1;
}

.zhxw_slide .hd li {
	display: inline-block;
	text-indent: -999em;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	border-radius: 100%;
	line-height: 10px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.zhxw_slide .hd li.on {
	width: 27px;
	background: url(../image/zhxw_hd_bg.png) no-repeat center;
}

.ggtz_box {
	height: 625px;
	background: url(../image/ggtz_bg.jpg) no-repeat center;
	overflow: hidden;
}

.zhxw_list {
	width: 600px;
	height: 595px;
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 8px 20px 0;
	overflow-y: scroll;
}

.zhxw_list::-webkit-scrollbar {
	width: 5px;
	height: 100%;
}

.zhxw_list::-webkit-scrollbar-thumb {
	background-color: #a6a6a6;
}

.zhxw_list::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.zhxw_list li {
	line-height: 48px;
	border-bottom: 1px solid #E5E5E5;
}

.zhxw_list li .date {
	float: right;
	color: #A1A1A1;
}

.zhxw_list li .title {
	height: 48px;
}


.column_ggtz {
	padding: 25px 0 20px;
}

.infolist_ggtz li {
	line-height: 55px;
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}

.infolist_ggtz li .date {
	float: right;
	color: #A1A1A1;
}

.infolist_ggtz li .title {
	height: 55px;
}

.infolist_ggtz li:last-child {
	border-bottom: 1px solid transparent;
}

.infolist_ggtz li:hover {
	background-color: #ffffff;
	border: solid 1px #125db2;
	padding: 0 15px;
}

.infolist_ggtz li:hover .title {
	font-weight: bold;
}

.jqgz_slide {
	height: 165px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	margin-bottom: 5px;
}

.jqgz_slide .pic {
	float: left;
	margin-right: 20px;
}

.jqgz_slide .pic img {
	width: 290px;
	height: 165px;
}

.jqgz_slide .text {
	padding: 25px 15px 0 0;
}

.jqgz_slide .title {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
}

.jqgz_slide .date {
	color: #A1A1A1;
	font-size: 14px;
	margin-top: 40px;
}

.jqgz_slide .hd {
	position: absolute;
	right: 20px;
	bottom: 25px;
	z-index: 1;
}

.jqgz_slide .hd li {
	display: inline-block;
	text-indent: -999em;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	border-radius: 100%;
	line-height: 10px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.jqgz_slide .hd li.on {
	width: 27px;
	background: url(../image/zhxw_hd_bg.png) no-repeat center;
}

.jxky_box {
	width: 100%;
	height: 750px;  /* 原 854px; 删除学术交流模块后减小高度,避免与下方专题专栏间距过大 */
	background: url(../image/jxky_bg.jpg) no-repeat center;
	overflow: hidden;
}

.column_jxky {
	padding: 25px 0 20px;
	text-align: center;
}

.column_jxky .en::after {
	display: none;
}

.column_jxky .line {
	display: block;
	height: 1px;
	background: url(../image/column_line2.png) no-repeat center;
	margin-top: 14px;
}

.jxky_main {
	height: 640px;
	background: #F5F5F5;
}

.picinfolist_jxky {
	padding: 25px;
	overflow: hidden;
}

.picinfolist_jxky li .pic {
	float: left;
	margin-right: 24px;
}

.picinfolist_jxky li .pic img {
	width: 355px;
	height: 200px;
}

.picinfolist_jxky li .text {
	padding-top: 15px;
}

.picinfolist_jxky li .title {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
}

.picinfolist_jxky li .desc {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	color: #A1A1A1;
	margin: 15px 0 25px;
}

.picinfolist_jxky li .date {
	font-size: 14px;
	color: #A1A1A1;
}

.infolist_jxky li {
	padding: 0 25px;
	border: none;
	line-height: 52px;
}

.infolist_jxky li a {
	display: block;
	border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}

.infolist_jxky li .title {
	height: 52px;
	padding-right: 20px;
}

.infolist_jxky li:last-child a {
	border-bottom: none;
}

.infolist_jxky li:hover {
	border: none;
	background: #ec7a00;
}

.infolist_jxky li:hover a {
	color: #fff;
}

.infolist_jxky li:hover .date {
	color: #fff;
}

.infolist_jxky li:hover .title {
	font-weight: normal;
}

.titledesclist_jcdt li a {
	display: block;
	height: 223px;
	background-color: #f5f5f5;
	padding: 25px;
	box-sizing: border-box;
}

.titledesclist_jcdt li .date {
	width: 70px;
	text-align: center;
}

.titledesclist_jcdt li .day {
	line-height: 35px;
	font-size: 24px;
	color: #ec7a00;
	border: solid 1px #ec7a00;
}

.titledesclist_jcdt li .year {
	height: 17px;
	background-color: #ec7a00;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}

.titledesclist_jcdt li .title {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	margin: 10px 0 5px;
}

.titledesclist_jcdt li .desc {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	color: #A1A1A1;
}

.titledesclist_jcdt li:hover a {
	background: #f5f5f5 url(../image/titledesclist_jcdt_bg.png) no-repeat 177px 25px;
}

.titledesclist_jcdt li:hover .day {
	color: #114182;
	border: solid 1px #114182;
}

.titledesclist_jcdt li:hover .year {
	background-color: #114182;
}

.infolist_jcdt {
	margin-top: 15px;
	height: 400px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding-top: 10px;
}

.infolist_jcdt li:hover {
	background: #114182;
	background-image: linear-gradient(-90deg,
			rgba(0, 104, 183, 0.76) 8%,
			rgba(0, 146, 215, 0.76) 50%,
			rgba(0, 104, 183, 0.76) 100%),
		linear-gradient(#114182,
			#114182);
	background-blend-mode: normal,
		normal;
}

.mtjj_pic_slide_box {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 30px;
}

.mtjj_pic_slide {
	position: relative;
	left: -120px;
}

.mtjj_pic_slide a,
.mtjj_pic_slide a .pic,
.mtjj_pic_slide a .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.mtjj_pic_slide .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}


.mtjj_text_slide li {
	display: none;
}

.mtjj_text_slide li.active {
	display: block;
}

.poster-btn {
	display: block;
	width: 28px;
	height: 28px;
	background-color: rgba(236, 122, 0, 0.6);
	box-shadow: -8px -3px 48px 3px rgba(6, 110, 72, 0.15);
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 85px;
	top: 50px;
	z-index: 10;
	cursor: pointer;
}

.poster-btn .iconfont {
	font-size: 16px;
}

.poster-btn.poster-prev-btn {
	right: 125px;
}

.mtjj .column_ggtz {
	padding-bottom: 0;
}

.poster-btn:hover,
.poster-btn:hover {
	background-color: rgba(236, 122, 0, 1);
}

.mtjj_text_slide li .title {
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
}

.mtjj_text_slide li .desc {
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	color: #363636;
	opacity: 0.5;
	margin: 10px 0 0;
}

.infolist_mtjj {
	border-top: 1px solid rgba(20, 20, 20, 0.1);
	margin-top: 15px;
	padding-top: 15px;
}

.infolist_mtjj li {
	overflow: hidden;
	line-height: 21px;
}

.infolist_mtjj li .date {
	float: right;
	color: #363636;
	opacity: 0.5;
}

.infolist_mtjj li .title {
	height: 21px;
}

.ztzl_box {
	background: url(../image/ztzl_bg.jpg) repeat center;
	overflow: hidden;
}

.ztzl_slide {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 155px;
}

.ztzl_slide li {
	width: calc((100% - 60px) / 3);
	margin-right: 31px;
}

.ztzl_slide li img {
	width: 100%;
	height: 155px;
}

.ztzl_slide .prev,
.ztzl_slide .next {
	width: 22px;
	height: 40px;
	background: rgba(18, 93, 178, 0.6);
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
	cursor: pointer;
	color: #fff;
}

.ztzl_slide .iconfont {
	font-size: 16px;
}

.ztzl_slide .next {
	left: auto;
	right: 0;
}

.ztzl_slide .prev:hover,
.ztzl_slide .next:hover {
	background: rgba(18, 93, 178, 1);
}

.gyzm_box {
	background: url(../image/gyzm_bg.jpg) no-repeat center bottom;
	padding-bottom: 60px;
	overflow: hidden;
}


.xyfg_slide {
	position: relative;
}

.xyfg_slide .bd li {
	position: relative;
}

.xyfg_slide .bd li img {
	width: 100%;
	height: 390px;
	display: block;
}

.xyfg_slide .bd li .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 170px 0 15px;
	box-sizing: border-box;
}

.xyfg_slide .hd {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}

.xyfg_slide .hd li {
	display: inline-block;
	text-indent: -999em;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	border-radius: 100%;
	line-height: 10px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.xyfg_slide .hd li.on {
	width: 27px;
	background: url(../image/zhxw_hd_bg.png) no-repeat center;
}

.column_xyfg {
	height: 43px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0px 0px 43px 0px;
	display: inline-block;
	width: 123px;
	line-height: 43px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.column_xyfg a {
	color: #fff;
	padding: 0 15px;
}

.piclist_xyfg {
	margin-top: 5px;
}

.piclist_xsfc {
	margin-top: -5px;
	margin-bottom: 5px;
}

.piclist_xyfg li a {
	display: block;
	position: relative;
}

.piclist_xyfg li img {
	width: 100%;
	height: 192px;
	display: block;
}

.piclist_xyfg li .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-sizing: border-box;
	padding: 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
}

.piclist_xyfg li .text .date {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.piclist_xyfg li .text .title {
	line-height: 20px;
	height: 20px;
	margin: 5px 0 10px;
}

.piclist_xyfg li .text .icon {
	font-size: 12px;
}

.piclist_xyfg li .text .iconfont {
	font-size: 16px;
}

.piclist_xyfg li .icon_video {
	position: absolute;
	right: 18px;
	top: 15px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.7);
}

/* 匠心筑梦 视频弹窗 */
.video_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video_modal_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.video_modal_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 90%;
    background: #000;
}

.video_modal_inner video {
    width: 100%;
    height: auto;
    display: block;
}

.video_modal_close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    z-index: 2;
}


.footer {
	background: url(../image/footer_bg.jpg) repeat-x center;
	background-size: cover;
	padding: 50px 0;
	color: #fff;
	position: relative;
	z-index: 10;
}

.footer a {
	color: #fff;
}

.yqlj_box {
	position: relative;
}

.yqlj_box .yqlj {
	width: calc((100% - 90px) / 3);
	float: left;
	margin-right: 30px;
}

.yqlj_box .yqlj:nth-child(4) {
	margin-right: 0;
}

.yqlj_box .yqlj .name {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 15px;
	height: 20px;
	line-height: 20px;
}

.yqlj_box .yqlj .name .iconfont {
	float: right;
	font-size: 14px;
	opacity: 0.5;
	transform: rotate(-90deg);
}

.yqlj_box .yqlj:hover .name .iconfont {
	opacity: 1;
	transform: rotate(90deg);
}

.yqlj_box .yqlj:hover .name {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.yqlj_box .yqlj .hover {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	padding-bottom: 10px;
}

.yqlj_box .yqlj .hover ul {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	overflow: hidden;
	height: 210px;
	overflow-y: scroll;
	border-top: 5px solid #0080c7;
}

.yqlj_box .yqlj .hover ul::-webkit-scrollbar {
	width: 5px;
	height: 100%;
}

.yqlj_box .yqlj .hover ul::-webkit-scrollbar-thumb {
	background-color: #a6a6a6;
}

.yqlj_box .yqlj .hover ul::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.yqlj_box .yqlj .hover li {
	float: left;
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 20px;
}

.yqlj_box .yqlj .hover li:nth-child(5n) {
	margin-right: 0;
}

.yqlj_box .yqlj .hover li a {
	color: #114182;
	background: #eee;
	display: block;
	text-align: center;
}

.yqlj_box .yqlj .hover li a:hover {
	background: #00367F;
	color: #fff;
}

.yqlj_box .yqlj .hover li .title {
	height: 45px;
	line-height: 45px;
}

.yqlj_box .yqlj:hover .hover {
	display: block;
}

.footer_main {
	position: relative;
	margin-top: 60px;
}

.copyright {
	font-size: 14px;
	line-height: 30px;
}

.copyright .sydw {
	margin-top: 0;
}

.copyright .sydw img {
	width: 50px;
	height: auto;
}

.footer_logo {
	position: absolute;
	left: 470px;
	top: 10px;
}

.erweima {
	position: absolute;
	right: 150px;
	top: 40px;
}

.erweima>li {
	position: relative;
	float: left;
	margin-left: 15px;
}

.erweima>li>a {
	display: block;
	width: 49px;
	height: 49px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	text-align: center;
	line-height: 49px;
	color: #114182;
}

.erweima>li>a .iconfont {
	font-size: 22px;
}

.erweima>li:hover>a,
.erweima>li.on>a {
	background-color: #ec7a00;
	color: #fff;
}

.erweima_img {
	position: absolute;
	right: 0;
	top: 10px;
}

.erweima_img li {
	display: none;
}

.erweima_img li.on {
	display: block;
}


.erweima_img li a {
	display: block;
	width: 120px;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 5px;
	overflow: hidden;
}

.erweima_img li img {
	width: 100%;
	height: 110px;
}

.erweima_img li .title {
	height: 24px;
	background-color: #114182;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
}



.header_nei {
	position: relative;
	background: #fff;
}

.header_nei .logo {
	width: auto;
	background: none;
	padding-top: 10px;
}

.header_nei .line {
	display: none;
}

.header_nei:before {
	display: none;
}

.header_nei .top_nav>ul>li>a {
	color: #1b1b1b;
}

.header_nei .top_nav>ul>li.on>a,
.header_nei .top_nav>ul>li>a:hover {
	border-bottom: 2px solid #00367f;
}



.header_nei .top_menu .iconfont {
	color: #00367f;
}

.header_nei .top_sch {
	background-color: rgba(0, 0, 0, 0.5);
}

.banner_nei {
	height: 427px;
	position: relative;
	width: 100%;
	color: #fff;
}

.banner_nei a {
	color: #fff;
}

.banner_nei::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.banner_nei .layui-container {
	z-index: 3;
	height: 100%;
}

.banner_nei .name {
	position: absolute;
	left: 15px;
	bottom: 40px;
}

.banner_nei .name .cn {
	font-size: 36px;
	font-weight: bold;
}

.banner_nei .name .en {
	font-size: 14px;
	opacity: 0.5;
	font-weight: bold;
}

.banner_nei .position {
	position: absolute;
	right: 15px;
	bottom: 55px;
	font-size: 14px;
}

.banner_nei_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.content_nav {
	height: 65px;
	background: url(../image/content_nav_bg.jpg) repeat-x center;
}

.content_nav li {
	display: inline-block;
	line-height: 65px;
	margin-right: 55px;
}

.content_nav li a {
	color: #fff;
	font-size: 18px;
	position: relative;
	display: block;
}

.content_nav li a:hover,
.content_nav li.on a {
	font-weight: bold;
}

.content_nav li a:hover::after,
.content_nav li.on a::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ec7a00;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.content_box {
	background: url(../image/content_bg.jpg) repeat-x center top;
	padding-bottom: 70px;
}

.content_nav2 {
	padding: 30px 0;
}

.content_nav2 li {
	display: inline-block;
	margin-right: 40px;
}

.content_nav2 li a {
	color: #5e5e5e;
}

.content_nav2 li a:hover,
.content_nav2 li.on a {
	color: #00367f;
	font-weight: bold;
}

.infolist {
	min-height: 500px;
}

.infolist li {
	margin-bottom: 30px;
}

.infolist li a {
	display: block;
	background-color: #fefefe;
	border: solid 1px #d8d8d8;
	padding: 23px;
	overflow: hidden;
}

.infolist li .date {
	float: left;
	border-right: solid 1px #d8d8d8;
	text-align: center;
	margin-right: 20px;
	padding-right: 20px;
	color: #00367f;
}

.infolist li .date .day {
	font-size: 30px;
	font-weight: bold;
}

.infolist li .date .year {
	font-size: 14px;
}

.infolist li .title {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 3px;
}

.infolist li .desc {
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #2a2a2a;
	opacity: 0.5;
}

.infolist li a:hover {
	box-shadow: -3px -1px 43px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #00367f;
}

.picinfolist li {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
}

.picinfolist li .pic {
	float: left;
	margin-right: 25px;
}

.picinfolist li .pic img {
	width: 395px;
	height: 222px;
	display: block;
}

.picinfolist li .text {
	height: 222px;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
	padding: 35px 25px 0 0;
}

.picinfolist li .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
}

.picinfolist li .desc {
	font-size: 14px;
	line-height: 27px;
	color: #2a2a2a;
	opacity: 0.5;
	height: 81px;
	margin: 15px 0 10px;
}

.picinfolist li .date {
	font-size: 14px;
	color: #2a2a2a;
	opacity: 0.5;
}

.picinfolist li:hover {
	box-shadow: -3px -1px 43px 0px rgba(0, 0, 0, 0.1);
}

.picinfolist li:hover .date {
	color: #00367f;
	opacity: 1;
}

.picinfolist li::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #00367f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.picinfolist li:hover::after {
	width: 100%;
}

.piclist {
	overflow: hidden;
	position: relative;
}

.piclist li {
	width: calc((100% - 60px) / 3);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.piclist li:nth-child(3n) {
	margin-right: 0;
}

.piclist li a {
	display: block;
	background: #fff;
	position: relative;
}

.piclist li .pic img {
	width: 100%;
	height: 251px;
}

.piclist li .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	z-index: 2;
	background: #f3f3f3;
}

.piclist li a:hover .title {
	background-color: #00367f;
	color: #fff;
}

.piclist li:nth-child(1),
.piclist li:nth-child(4) {
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	position: relative;
}

.piclist li:nth-child(4) {
	margin-right: 0;
}

.piclist li:nth-child(1) .title,
.piclist li:nth-child(4) .title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.piclist li:nth-child(1) .pic img,
.piclist li:nth-child(4) .pic img {
	height: 391px;
}

.piclist li:nth-child(2),
.piclist li:nth-child(3),
.piclist li:nth-child(5),
.piclist li:nth-child(6) {
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.piclist li:nth-child(3) {
	margin-right: 0;
}

.piclist li:nth-child(5) {
	position: absolute;
	left: 0;
	top: 401px;
}

.piclist li:nth-child(6) {
	position: absolute;
	left: calc((100% - 30px) / 4 + 10px);
	top: 401px;
	margin-right: 0;
}


.piclist li:nth-child(2) .pic img,
.piclist li:nth-child(3) .pic img,
.piclist li:nth-child(5) .pic img,
.piclist li:nth-child(6) .pic img {
	height: 192px;
}

.piclist li:nth-child(2) .title,
.piclist li:nth-child(3) .title,
.piclist li:nth-child(5) .title,
.piclist li:nth-child(6) .title {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	background: none;
	color: #fff;
	line-height: 28px;
	height: 56px;
	margin-top: -28px;
	-webkit-line-clamp: 2;
	display: none;
}

.piclist li:nth-child(2)::after,
.piclist li:nth-child(3)::after,
.piclist li:nth-child(5)::after,
.piclist li:nth-child(6)::after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 54, 127, 0.5);
	display: none;
}

.piclist li:nth-child(2):hover .title,
.piclist li:nth-child(3):hover .title,
.piclist li:nth-child(5):hover .title,
.piclist li:nth-child(6):hover .title {
	display: -webkit-box;
	background: none;
}

.piclist li:nth-child(2):hover::after,
.piclist li:nth-child(3):hover::after,
.piclist li:nth-child(5):hover::after,
.piclist li:nth-child(6):hover::after {
	display: block;
}

.content_main {
	border: solid 1px rgba(216, 216, 216, 0.5);
	padding: 50px;
	margin-top: 40px;
}

.detail_box {
	padding: 0 100px;
}

.detail_box h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.detail_box .attr {
	margin-top: 25px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #A5A5A4;
	border-bottom: 1px solid #EBEBE9;
	text-align: left;
}

.detail {
	line-height: 2.2em;
	padding-top: 30px;
	font-size: 20px !important;
}

.detail img,
.detail video {
	max-width: 100%;
}

.detail p {
	margin-bottom: 15px;
}

/*分享*/
.m-share {
	margin-top: 0;
	line-height: 28px;
	position: relative;
	float: right;
}


.m-share .fl {
	float: left;
}

.share {
	zoom: 1;
	display: inline-block;
	margin-left: 10px;
}

.share:after {
	content: "";
	display: block;
	clear: both;
}

.share a {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	display: block;
}

.share a i {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}

.share a:hover i {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.share #share-icon {
	width: 20px;
	height: 20px;
	float: left;
	display: none;
}

.share #share-icon img {
	width: 100%;
	height: 100%;
}

.share .share-qqzone {
	background: none
}

.share .share-qqzone i {
	background: url("../image/shareqqzone.png") center center no-repeat;
	background-size: 80%;
}

.share .share-qqzone:hover {
	background-color: none;
}

.share .share-wechat {
	position: relative;
	background-color: none;
}

.share .share-wechat i {
	background: url("../image/sharewechat.png") center center no-repeat;
	background-size: 80%;
}

.share .share-wechat:hover {
	background-color: none;
}

.share .share-weibo {
	background: none;
}

.share .share-weibo i {
	background: url("../image/shareweibo.png") center center no-repeat;
	background-size: 80%;
}

.share .share-weibo:hover {
	background-color: none;
}

.share .share-qq:hover {
	background-color: #27a8f2;
}



.share .bg-code {
	left: -36px;
	z-index: 10;
}

.share .qrcode {
	position: absolute;
	top: 36px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	display: none;
	left: -98%;
	z-index: 11;
}

.share .close-btn {
	position: absolute;
	background: #fff;
	color: #000;
	font-size: 12px;
	z-index: 12;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	right: -39px;
	top: 50px;
	display: none;
	cursor: pointer;
}

.content_box_yxsz {
	background: url(../image/content_yxsz_bg.jpg) repeat-x center top;
}

.yxsz_main {
	padding-top: 60px;
}

.yxsz_logo {
	width: 97px;
	margin: 0 auto;
}

.yxsz_main ul {
	width: 666px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

.yxsz_main ul::after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
}

.yxsz_main ul li {
	position: relative;
	text-align: right;
	padding-right: 55%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.yxsz_main ul li a {
	font-size: 24px;
}

.yxsz_main ul li::before {
	content: '';
	width: 50%;
	height: 1px;
	background-color: #00367f;
	position: absolute;
	left: 0;
	bottom: 0;
}

.yxsz_main ul li::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #00367f;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	border-radius: 100%;
}

.yxsz_main ul li:nth-child(2n) {
	text-align: left;
	padding-right: 0;
	padding-left: 55%;
}

.yxsz_main ul li:nth-child(2n):before {
	left: auto;
	right: 0;
}

.yxsz_main ul li:hover::after {
	background-color: #ec7a00;
}

.yxsz_main ul li:hover::before {
	background-color: #ec7a00;
}

.yxsz_main ul li:hover a {
	color: #ec7a00;
}

.gljg_box {
	padding-top: 60px;
}

.gljg_main {
	position: relative;
	padding-left: 40px;
	overflow: hidden;
	box-shadow: 0px 9px 43px 0px rgba(0, 0, 0, 0.1);
	background: #fff url(../image/gljg_bg1.jpg) no-repeat left bottom;
	margin-bottom: 35px;
}

.gljg_main::after {
	content: '';
	width: 5px;
	height: 100%;
	background-image: linear-gradient(180deg,
			#0068b7 8%,
			#0092d7 50%,
			#0068b7 100%),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
	position: absolute;
	left: 0;
	top: 0;
}

.gljg_main .left {
	width: calc((100% - 545px));
	float: left;
}

.gljg_main .left .column_gljg {
	padding: 50px 0 20px;
	font-size: 30px;
	border-bottom: 1px solid rgba(25, 33, 44, 0.1);
	margin-bottom: 40px;
}

.gljg_main .left .column_gljg a {
	color: #00367f;
	font-weight: bold;
}

.gljg_main .left ul {
	overflow: hidden;
}

.gljg_main .left ul li {
	width: calc((100% - 36px) / 3);
	float: left;
	text-align: center;
	line-height: 55px;
	background: rgba(223, 223, 223, 0.5);
	margin-bottom: 22px;
	margin-right: 18px;
	font-size: 18px;
}

.gljg_main .left ul li:nth-child(3n) {
	margin-right: 0;
}

.gljg_main .left ul li a {
	display: table;
	width: 100%;
}

.gljg_main .left ul li .title {
	height: 70px;
	line-height: 25px;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.gljg_main .left ul li:hover {
	background: #00367f url(../image/gljg_bg3.png) no-repeat center;
}

.gljg_main .left ul li:hover a {
	color: #fff;
}

.gljg_main .right {
	float: right;
	position: relative;
}

.gljg_main .right .pic1 img {
	width: 375px;
	height: 538px;
}

.gljg_main .right .pic2 {
	position: absolute;
	right: 80px;
	bottom: 0;
	z-index: 2;
	border: solid 7px #ffffff;
	border-radius: 7px;
}

.gljg_main .right .pic2 img {
	width: 418px;
	height: 261px;
}

.gljg_main:nth-child(2n) {
	padding-right: 40px;
	padding-left: 0;
	background: #fff url(../image/gljg_bg2.jpg) no-repeat right bottom;
}

.gljg_main:nth-child(2n):after {
	left: auto;
	right: 0;
}

.gljg_main:nth-child(2n) .left {
	float: right;
}

.gljg_main:nth-child(2n) .left .column_gljg {
	text-align: right;
}

.gljg_main:nth-child(2n) .right {
	float: left;
}

.gljg_main:nth-child(2n) .right .pic2 {
	left: 80px;
	right: auto;
}

.szgk_desc {
	font-size: 20px;
	line-height: 45px;
	text-indent: 2em;
	margin-bottom: 40px;
}

.szgk_data ul {
	text-align: justify;
}

.szgk_data ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.szgk_data li {
	display: inline-block;
	text-align: center;
}

.szgk_data li .num {
	font-size: 40px;
}

.szgk_data li .name {
	opacity: 0.5;
}

.jxtd_box .column {
	padding-top: 30px;
}

.jxtd_slide {
	height: 394px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.jxtd_slide .bd li {
	overflow: hidden;
}

.jxtd_slide .bd li .pic {
	float: left;
}

.jxtd_slide .bd li .pic img {
	width: 700px;
	height: 394px;
}

.jxtd_slide .bd li .text {
	width: calc((100% - 700px));
	float: right;
	height: 310px;
	background-color: #d8ecf9;
	box-sizing: border-box;
	padding: 45px;
	margin-top: 42px;
}

.jxtd_slide .bd li .text .desc {
	line-height: 40px;
	height: 200px;
	font-size: 18px;
}

.jxtd_slide .hd {
	position: absolute;
	width: calc((100% - 700px));
	right: 0;
	bottom: 65px;
	z-index: 1;
	text-align: center;
}

.jxtd_slide .hd li {
	display: inline-block;
	text-indent: -999em;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	border-radius: 100%;
	line-height: 10px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.jxtd_slide .hd li.on {
	width: 27px;
	background: url(../image/zhxw_hd_bg.png) no-repeat center;
}


.msfc_slide {
	position: relative;
	width: 100%;
}

.msfc_slide .bd {
	height: 320px;
	overflow: hidden;
}

.msfc_slide .bd li {
	width: calc((100% - 60px) / 3);
	margin-right: 31px;
	position: relative;
}

.msfc_slide .bd li .text {
	width: 100%;
	background-color: #d8ecf9;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 23px;
}

.msfc_slide .bd li .text .title {
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
}

.msfc_slide .bd li .text .desc {
	font-size: 14px;
	line-height: 20px;
	height: 0;
}

.msfc_slide .bd li img {
	width: 100%;
	height: 300px;
}

.msfc_slide .bd li:hover .text {
	padding: 10px 23px 20px;
}

.msfc_slide .bd li:hover .text .title {
	text-align: left;
	font-weight: bold;
}

.msfc_slide .bd li:hover .text .desc {
	height: 20px;
}

.msfc_slide .hd {
	text-align: center;
}

.msfc_slide .hd li {
	display: inline-block;
	text-indent: -999em;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	border-radius: 100%;
	line-height: 10px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.msfc_slide .hd li.on {
	width: 27px;
	background: url(../image/zhxw_hd_bg.png) no-repeat center;
}

.xxjj_box {
	width: 100%;
	height: auto;
	background: url(../image/xxjj_bg.jpg) no-repeat center;
	padding-bottom: 100px;
	background-size: cover;
}

.xxjj_main {
	overflow: hidden;
}

.xxjj_text {
	width: calc((100% - 407px - 60px));
	float: left;
	font-size: 18px;
	line-height: 35px;
	text-indent: 2em;
}

.xxjj_slide {
	position: relative;
	float: right;
	padding: 0 20px 20px 0;
}

.xxjj_slide::after {
	content: '';
	width: 407px;
	height: 450px;
	background: url(../image/xxjj_bg2.jpg) repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.xxjj_slide .bd {
	position: relative;
	z-index: 2;
}

.xxjj_slide .bd li {
	position: relative;
}

.xxjj_slide .bd li img {
	width: 407px;
	height: 450px;
}

.xxjj_slide .bd li .text {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.xxjj_slide .hd {
	position: absolute;
	width: 100%;
	right: 20px;
	bottom: 45px;
	z-index: 3;
	text-align: center;
}

.xxjj_slide .hd li {
	display: inline-block;
	text-indent: -999em;
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	border-radius: 100%;
	line-height: 10px;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
}

.xxjj_slide .hd li.on {
	width: 27px;
	background: url(../image/zhxw_hd_bg.png) no-repeat center;
}

.xxjj_nav {
	padding-top: 60px;
}

.xxjj_nav li a {
	display: block;
	background: #E9EDF3 url(../image/xxjj_nav_bg.jpg) no-repeat right center;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
	height: 149px;
}

.xxjj_nav li .more {
	position: absolute;
	right: 30px;
	bottom: -40px;
	z-index: 2;
}

.xxjj_nav li .column {
	padding-top: 20px;
}

.xxzc_box {
	width: 100%;
	height: 749px;
	background: url(../image/xxzc_bg.jpg) no-repeat center;
}

.column_xxzc {
	padding: 50px 0 25px;
}

.xxzc_desc {
	font-size: 18px;
	line-height: 35px;
	padding: 0 125px;
	text-align: center;
}

.xxzc_more {
	text-align: center;
	padding-top: 25px;
}

.xxzc_piclist {
	padding-top: 40px;
}

.xxzc_piclist li img {
	height: 259px;
}

.dsj_box {
	padding-bottom: 40px;
}

.dsj_slide {
	width: 100%;
	height: 60px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 26px;
}

.dsj_slide::after {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	z-index: 1;
}

.dsj_slide .bd {
	position: relative;
	z-index: 2;
}

.dsj_slide .bd li {
	width: calc((100% - 0px) / 10);
	position: relative;
	text-align: center;
	height: 60px;
	cursor: pointer;
}

.dsj_slide .bd li::after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #d8d8d8;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -6px;
}

.dsj_slide .bd li .title {
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	left: 0;
	bottom: 0;
}

.dsj_slide .bd li:nth-child(2n) .title {
	top: 0;
	bottom: auto;
}

.dsj_slide .bd li.on {
	color: #00367f;
}

.dsj_slide .bd li.on::after {
	background-color: #00367f;
}

.dsj_slide .dsj_prev,
.dsj_slide .dsj_next {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	z-index: 3;
	background: url(../image/dsj_icon_left.jpg) no-repeat center;
	cursor: pointer;
}

.dsj_slide .dsj_next {
	left: auto;
	right: 0;
	background: url(../image/dsj_icon_right.jpg) no-repeat center;
}

.dsj_text_slide {
	margin-top: 30px;
}

.dsj_text_slide li {
	display: none;
}

.dsj_text_slide li.on {
	display: block;
}

.dsj_text_slide li a {
	display: block;
	background-color: #d8ecf9;
	padding: 30px 40px;
}

.dsj_text_slide li .title {
	font-size: 24px;
	color: #00367f;
	font-weight: bold;
	margin-bottom: 10px;
}

.dsj_text_slide li .desc {
	font-size: 18px;
	color: #2e2e2e;
	line-height: 35px;
}

.dsj_box .xxjj_nav {
	padding-top: 50px;
}

.xyfg_box {
	background: url(../image/xyfg_bg.jpg) no-repeat right bottom;
	padding-bottom: 25px;
}

.content_sch {
	width: 500px;
	margin: 30px auto;
	overflow: hidden;
}

.content_sch .sch-input {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 50px;
	line-height: 50px;
	width: 450px;
	box-sizing: border-box;
	padding: 0 20px;
	float: left;
}

.content_sch .sch-btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #00367F;
	color: #fff;
	border: none;
	float: right;
}

.ztzllist {
	padding-top: 40px;
}

.ztzllist li img {
	height: 155px;
}

.xxjj_box_sub .szgk_data {
	margin-top: 50px;
	margin-bottom: 20px;
}

.xxjj_box_sub .xxjj_detail {
	font-size: 18px;
	line-height: 35px;
}

.xxjj_box_sub .xxjj_date {
	text-align: right;
	margin-top: 50px;
	font-size: 20px;
}

.xxjj_box_sub {
	background-size: auto;
	background-position: center top;
}

.xh_box {
	box-shadow: 0px 3px 26px 5px rgba(4, 0, 0, 0.1);
	padding: 35px;
	background: #fff;
}

.xh_box .gyxh {
	overflow: hidden;
}

.xh_box .gyxh .pic {
	float: right;
	margin-left: 50px;
}

.xh_box .gyxh .pic img {
	width: 258px;
	height: auto;
}

.xh_box .gyxh .text {
	padding: 70px 0 0 0;
}

.xh_box .title {
	font-size: 30px;
	color: #0092d7;
	font-weight: bold;
}

.xh_box .desc {
	line-height: 30px;
	margin-top: 15px;
}

.xx_box {
	overflow: hidden;
	margin-top: 40px;
	box-shadow: 0px 3px 26px 5px rgba(4, 0, 0, 0.1);
	background: #fff;
}

.xx_box .pic {
	float: left;
	margin-right: 0;
}

.xx_box .pic img {
	width: 780px;
	height: 562px;
}

.xx_box .text {
	height: 562px;
	padding: 35px 20px 35px 35px;
	box-sizing: border-box;
	overflow-y: scroll;
}

.xx_box .text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
}

.xx_box .text::-webkit-scrollbar-thumb {
	background-color: #0079c4;
}

.xx_box .text::-webkit-scrollbar-track {
	background-color: #e7e7e7;
}

.xx_box .text .title {
	font-size: 30px;
	color: #0092d7;
	font-weight: bold;
}

.xx_box .text .title2 {
	font-size: 30px;
	color: #00367f;
	font-weight: bold;
	margin: 10px 0 20px;
}

.xx_box .text .desc {
	line-height: 30px;
}

.xrld_detail {
	overflow: hidden;
	margin-top: 20px;
}

.xrld_detail .pic {
	float: left;
	margin-right: 40px;
}

.xrld_detail .pic img {
	width: 200px;
	height: 267px;
}

.xrld_detail .text {
	overflow: hidden;
}

.xrld_detail .text .title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.xrld_detail .text .content {
	line-height: 34px;
	font-size: 18px;
}

.xrld_list .left li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 5px;
}

.xrld_list .left li:nth-child(2) {
	min-height: 94px;
}

.xrld_list .right li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-left: 5px;
}

.xrld_list li {
	padding: 25px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.xrld_list li .name {
	font-size: 22px;
	font-weight: bold;
	color: #0077c2;
	position: relative;
	padding-left: 25px;
	float: left;
	width: 245px;
	box-sizing: border-box;
}

.xrld_list li .name::before {
	content: '';
	width: 1px;
	height: 45px;
	background-color: #0077c2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
}

.xrld_list li .name_box {
	overflow: hidden;
	padding-top: 5px;
}

.xrld_list li .name_box a {
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	float: left;
	width: calc((100% - 0px) / 4)
}

.szdwlist li a {
	display: block;
	position: relative;
}

.szdwlist li .text {
	width: 100%;
	background-color: #d8ecf9;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 23px;
}

.szdwlist li .text .title {
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
}

.szdwlist li .text .desc {
	font-size: 14px;
	line-height: 20px;
	height: 0;
}

.szdwlist li img {
	width: 100%;
	height: 300px;
}

.szdwlist li:hover .text {
	padding: 10px 23px 20px;
}

.szdwlist li:hover .text .title {
	text-align: left;
	font-weight: bold;
}

.szdwlist li:hover .text .desc {
	height: 20px;
}

.lrld_list .item {
	background-color: #ddf0ff;
	padding-top: 2px;
	margin-bottom: 30px;
}

.lrld_list .item .title {
	height: 80px;
	background: #006bb9 url(../image/lrld_logo.png) no-repeat 30px center;
	text-align: right;
	padding-right: 30px;
	line-height: 80px;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #ec7a00;
}

.lrld_list .item ul {
	padding: 20px 30px 20px;
}

.lrld_list .item ul li {
	overflow: hidden;
	font-size: 18px;
	line-height: 55px;
}

.lrld_list .item ul li .iconfont {
	float: right;
	font-size: 18px;
	opacity: .5;
}

.dsj_box_sub ul {
	position: relative;
	padding: 50px 0 100px;
}

.dsj_box_sub ul::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
	background: rgba(0, 0, 0, 0.1);
}

.dsj_box_sub ul li {
	padding-right: 50%;
	position: relative;
	z-index: 2;
}

.dsj_box_sub ul li:nth-child(2n) {
	padding-right: 0;
	padding-left: 50%;
}

.dsj_box_sub ul li .date {
	font-size: 24px;
	color: #00367f;
	text-align: right;
	border-bottom: 1px solid #00367f;
	padding-right: 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.dsj_box_sub ul li:nth-child(2n) .date {
	text-align: left;
	padding-right: 0;
	padding-left: 30px;
}

.dsj_box_sub ul li .date::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #00367f;
	position: absolute;
	right: -5px;
	bottom: -5px;
	border-radius: 100%;
}

.dsj_box_sub ul li:nth-child(2n) .date::after {
	right: auto;
	bottom: -5px;
	left: -5px;
}

.dsj_box_sub ul li .desc {
	line-height: 28px;
	padding-right: 30px;
	text-align: right;
}

.dsj_box_sub ul li:nth-child(2n) .desc {
	padding-right: 0;
	padding-left: 30px;
	text-align: left;
}

.dsj_box_sub ul li:hover .date {
	color: #ec7a00;
	border-bottom: 1px solid #ec7a00;
}

.dsj_box_sub ul li:hover .date::after {
	background-color: #ec7a00;
}

.dsj_box_sub .more {
	text-align: center;
	margin-top: 15px;
}

.dsj_box_sub .more a {
	color: #ec7a00;
}

.layui-icon-loading {
	animation: spin 1s infinite linear;
	display: inline-block;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}