* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a[href]:after {
	content: normal;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei", 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	height: auto;
	background: none;
}

a {
	color: #444;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #1D4AB3;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

button {
	outline: none;
	cursor: pointer;
}

input {
	outline: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

ol,
ul {
	list-style: none;

}

select {
	width: 100%;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input:-moz-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}


.left {
	float: left;
}

.right {
	float: right;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt18 {
	margin-top: 18px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.bh {
	display: block;
	overflow: hidden;
}

.clear {
	clear: both;
}

.pchide {
	display: none;
}

.mobhide {
	display: block;
}

@media (max-width: 767px) {
	.pchide {
		display: block;
	}

	.mobhide {
		display: none;
	}
}


@media (min-width: 1260px) {
	.container {
		width: 1200px;
	}

	.container01 {
		width: 1200px;
	}
}

@media (min-width: 1299px) {
	.container {
		width: 1260px;
	}

	.container01 {
		width: 1260px;
	}
}

@media (min-width: 1399px) {
	.container {
		width: 1365px;
	}

	.container01 {
		width: 1365px;
	}
}



/*---------------head---------------------*/
.header02 {
	background: url(2023ty_topbg.jpg) center no-repeat;
}

.top_yqlink {
	text-align: right;
	padding-top: 5px;
}

.san_link {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}

.san_link a {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 5px;
	color: #FEFFFF;
}

.san_link a:hover {
	color: #fff;
}

.san_link a span {
	padding: 0 6px 0 10px;
	font-size: 13px;
}

.san_link a img {
	display: inline-block;
	margin: -2px 5px 0 0;
}

.search_top {
	background: rgba(40, 136, 255, 0.48);
}


.search_top {
	float: right;
	margin-left: 25px;
	width: 175px;
	height: 30px;
	background: linear-gradient(to right, rgb(40, 136, 255, 0.48) 0%, rgb(40, 136, 255, 0.48) 80%, #3D81E4 80%, #3D81E4 100%);
	border-radius: 17px;
}


.top_posbod {
	margin-bottom: 13px;
}

.search_model {
	position: absolute;
	background-color: rgba(16, 53, 158, 0.9);
	width: 100%;
	display: none;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 999;
}

.search_close {
	float: right;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}

.search_box {
	position: relative;
}

#searchword {
	background: none;
	border: 0;
	width: 100%;
	outline: none;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 30px;
}

#sub-pc {
	background: url(2023ty_search.png) no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	border: 0;
	top: 7px;
	right: 10px;
}

.cent_logo {
	padding-bottom: 33px;
}

.logo01 {
	display: block;
}

.logo01 img {
	display: inline-block;
}

.cent_logo p {
	margin-bottom: 34px;
}


@media (min-width: 1921px) {
	.header02 {
		background-size: 100% auto;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.san_link {
		margin-right: 0;
	}

	.header02 {
		background-size: cover;
	}

	.top-search {
		display: none;
		float: none;
		margin-left: 0;
	}

	.search_btn {
		display: inline-block;
		margin-left: 10px;
	}

	.search_btn img {
		display: inline-block;
	}

	.search_btn {
		width: 16px;
		height: 16px;
		display: inline-block;
		background: url(2023ty_search01.png) center center no-repeat;
		float: right;
		margin: 7px 0 0 15px;
		background-size: 100%;
	}

	.search_btn.active {
		background: url(icon04_2023ty.png) center center no-repeat;
		background-size: 100%;
	}

	.top-search {
		padding-bottom: 10px;
		display: none;
		margin-top: 10px;
		width: 100%;
	}

	.top-search .search-box {
		padding: 0 15px;
		margin: 0 auto;
	}

	#searchword {
		background: #4d77d9;
		height: 35px;
		width: 100%;
		padding-right: 35px;
	}

	#sub-pc {
		top: 7px;
		right: 5px;
	}

	.top-search .search-cont {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.top-search .s-inp {
		border: none;
		line-height: 40px;
		height: 40px;
		border-bottom: 1px solid #D2D2D2;
		width: 100%;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
	}
}

@media (max-width: 450px) {}

@media (max-width: 375px) {}

@media (max-width: 340px) {}

/* nav */
.nav01 {
	height: 50px;
	background: #1D4AB3;
}

.nav_cent01 {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.nav_cent01>li {
	display: inline-block;
	float: none;
}

.nav_cent01>li>a {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	padding: 0 30px;
	line-height: 50px;
	position: relative;
}

.nav_cent01>li>a:hover:after,
.nav_cent01>li.active>a:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 38px;
	height: 4px;
	background: #D7002A;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -19px;
	z-index: 9997;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: none;
	border: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background: none;
}

.dropdown-menu {
	background: #1D4AB3;
	background: rgba(29, 74, 179, 0.8);
	font-size: 16px;
}

.dropdown-menu>li>a {
	padding: 10px 20px;
	color: #fff;
}

.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 10px;
}

.dropdown-menu>li>.dropdown-toggle:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.djban_txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.banner01 .slides img {
		width: 100%;
	}
}

@media (max-width: 1440px) {}

@media (max-width: 1400px) {
	.nav_cent01>li>a {
		padding: 0 15px;
	}
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
	.sidebar .title {
		font-size: 22px;
	}

	.navLeft_ul>li>a {
		font-size: 17px;
	}
}

@media (max-width: 1199px) {
	.nav_cent01>li>a {
		font-size: 17px;
	}

	.left_ejnav {
		width: 24%;
	}

	.right_ejcent {
		width: 76%;
	}
}

@media (max-width: 991px) {
	.nav_cent01>li>a {
		font-size: 16px;
		padding: 0 5px;
	}

	.left_ejnav {
		display: none;
	}

	.right_ejcent {
		width: 100%;
	}

	#left_menu {
		position: fixed;
		top: 200px;
		width: auto;
		margin-right: 0;
		z-index: 9999;
		min-width: 180px;
		box-sizing: border-box;
		transition: all ease 0.25s;
		background: linear-gradient(360deg, rgba(3, 34, 125, 0.4100) 0%, rgba(16, 53, 158, 0.8100) 100%);
		padding: 10px 0;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#left_menu .left_z {
		display: none;
	}

	#left_menu .left_top {
		position: relative;
		z-index: 9998;
		/*pointer-events: none;*/
	}

	#left_menu .left_top li {
		line-height: 40px;
	}

	#left_menu .left_top li a {
		color: #fff;
		font-size: 16px;
		padding-left: 15px;
	}

	#left_menu .left_top li.active {
		background: #2a91d7;
	}

	#left_menu .left_top:after {
		content: '';
		pointer-events: auto;
		display: inline-block;
		width: 26px;
		height: 55px;
		background: url(icon05_2022gz.png) no-repeat center;
		background-color: rgba(16, 47, 154, 0.5);
		border-radius: 6px 0 0 6px;
		position: absolute;
		top: 50%;
		left: -26px;
		z-index: 9997;
		transform: translateY(-60%);
	}

	#left_menu.open .left_top:after {
		content: '';
		pointer-events: auto;
		display: inline-block;
		width: 26px;
		height: 55px;
		background: url(icon06_2022gz.png) no-repeat center;
		background-color: rgba(16, 47, 154, 0.5);
		border-radius: 6px 0 0 6px;
		position: absolute;
		top: 50%;
		left: -26px;
		transform: translateY(-60%);

	}

	#left_menu .title_yellow {
		color: #fff;
		font-size: 18px;
		font-weight: 800;
		padding: 5px 0 15px 15px;
		border-bottom: 4px solid #28A5E0;
	}
}

@media (max-width: 767px) {
	.nav01 .container {
		padding: 0;
	}

	.pad_nav {
		height: 50px;
	}

	.pad_nav ul {
		margin-bottom: 10px;
	}

	.pad_nav li {
		width: auto;
		padding: 14px 0px;
		touch-action: none;
		box-sizing: border-box;
		position: relative;
	}

	.pad_nav li.cur {}

	.pad_nav li.cur:after {
		content: '';
		pointer-events: auto;
		display: inline-block;
		width: 38px;
		height: 4px;
		background: #D7002A;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -19px;

	}

	.pad_nav li a {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		padding: 0 15px;
	}

	.pad_nav .pad_nav_mask {
		width: 30px;
		height: 50px;
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
		background: url(icon03_2023ty.png) no-repeat center #D7002A;
		background-size: 45%;
	}

}

.title01_01>a @media (max-width: 600px) {

	.djban_txt {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 500px) {}

@media (max-width: 450px) {}

@media (max-width: 380px) {}

@media (max-width: 320px) {}

/* cent */
.bg_mk {
	background: #D0E9FF;
	background: -webkit-linear-gradient(#D0E9FF 0%, #FAFAFA 100%);
	background: -o-linear-gradient(#D0E9FF 0%, #FAFAFA 100%);
	background: linear-gradient(#D0E9FF 0%, #FAFAFA 100%);
}

.title02 {
	border-top: 2px solid #1D4AB3;
	background: #DAECFF;
	background: -webkit-linear-gradient(#DAECFF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(#DAECFF 0%, #FFFFFF 100%);
	background: linear-gradient(#DAECFF 0%, #FFFFFF 100%);
}

.title02 span a {
	border-bottom: 3px solid #1D4AB3;
	padding: 10px 37px 10px 43px;
	background: url(2023ty_icon02.png) #1D4AB3 no-repeat left 9px top 15px;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	line-height: 32px;
	display: inline-block;
}

.title02 a.right {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
	margin: 10px 8px 0 0;
}

.title02 a.right:hover {
	color: #1D4AB3;
}

.title01_01 {
	padding: 0 14px;
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	background: #3E81DA;
	background: -webkit-linear-gradient(right, #3E81DA 0%, #1D4AB3 100%);
	background: -o-linear-gradient(right, #3E81DA 0%, #1D4AB3 100%);
	background: linear-gradient(to left, #3E81DA 0%, #1D4AB3 100%);
}

.title01_01>a {
	color: #FFFFFF;
	display: inline-block;
	padding: 9px 0;
	background: url(2023ty_icon02.png) no-repeat left top 12px;
	padding-left: 34px;
}

.title01_01>span a {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin: 13px 0 0 0;
}

.title01_01>span a:hover {
	color: #D7002A;
}

.title01_02 {
	margin: 0;
}

.title01_02 a.tit {
	font-size: 23px;
	font-weight: 700;
	color: #0E276B;
	line-height: 32px;
	padding: 10px 15px;
	display: inline-block;
	border-top: 3px solid #1D4AB3;
}


/* indexcent */
.index_cent {
	overflow: hidden;
}

@media (min-width:991px) {
	.index_cent {
		padding-bottom: 25px;
	}

	.mb_left02 {
		float: left;
		width: 68.5%;
	}

	.mb_right02 {
		float: left;
		width: 31.5%;
		padding-left: 35px;
	}
}

@media (min-width:1299px) {
	.mb_right02 {
		float: left;
		width: 31.5%;
		padding-left: 70px;
	}
}

.ztzl {
	margin-bottom: 6px;
}

.ztzl a {
	display: block;
}

.ztzl a img {
	width: 100%;
}

.jgsz01 {
	overflow: hidden;
}

.jgsz01 ul {
	margin-bottom: 0;
}

.jgsz01 ul li {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	padding: 0 12px 0 19px;
}

.jgsz01 ul li a {
	display: block;
	color: #0E276B;
	padding: 9px 0 9px 29px;
	background: url(2023ty_icon01.png) no-repeat left top 14px;
}

.jgsz01 ul li a:hover {
	color: #D7002A;
}

.lxwm01 {
	border-top: 1px solid #1D4AB3;
	/* padding-bottom: 30px; */
}

.lxwm01 p {
	padding: 0 15px;
	margin-bottom: 12px;
	word-break: break-all;
	line-height: 20px;
	font-size: 15px;
}

.qwjs01 {
	background: url(2023ty_bg01.png) no-repeat;
	padding: 10px 15px 18px;
	background-size: cover;
}

.qwjs01 h3 {
	font-size: 21px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 29px;
	margin: 0 0 10px;
	padding-left: 21px;
	background: url(2023ty_icon01.png) no-repeat left top 8px;
}

.qwjs01 h3 a {
	color: #fff;
}

.zxly02 {
	background: url(2023ty_ly.png) no-repeat;
	padding: 25px 0 25px;
	text-align: center;
	background-size: cover;
}

.zxly02 a {
	font-size: 21px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 29px;
	display: block;
	background: url(2023ty_icon03.png) left 32% center no-repeat;
	padding-left: 25px;
}

.xglj01 {
	border-top: 1px solid #1D4AB3;
}

.xglj01 ul {
	padding: 0 12px 15px;
}

.xglj01 ul li {
	line-height: 28px;
	padding: 5px 0 5px 15px;
	position: relative;
}

.xglj01 ul li:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 4px;
	height: 6px;
	background: #1D4AB3;
	position: absolute;
	top: 16px;
	left: 0;

}

.xglj01 ul li a {
	background: url(2023ty_icon04.png) right center no-repeat;
	padding-right: 28px;
}


.tw02_list {
	overflow: hidden;
	padding: 21px 0 0;
}

.tw02_list .left_txtimg {
	float: left;
	width: 24%;
}

.tw02_list ul {
	float: left;
	width: 76%;
	padding-left: 19px;
	margin-bottom: 0;
}

.tw02_list ul li {
	line-height: 26px;
	position: relative;
	padding-left: 12px;
	overflow: hidden;
	margin-bottom: 12px;
}

.tw02_list ul li:last-child {
	margin-bottom: 0;
}

.tw02_list ul li:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #D8D8D8;
	position: absolute;
	top: 10px;
	left: 0;

}

.tw02_list ul li a {
	float: left;
	max-width: 85%;
}

.tw02_list ul li span {
	float: right;
	font-size: 14px;
	color: #9A9A9A;
	line-height: 26px;
}

.text01_list {
	margin-bottom: 0;
	padding-top: 18px;
}

.text01_list li {
	line-height: 26px;
	position: relative;
	padding-left: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}

.text01_list li:last-child {
	margin-bottom: 0;
}

.text01_list li:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #D8D8D8;
	position: absolute;
	top: 10px;
	left: 0;

}

.text01_list li a {
	float: left;
	max-width: 85%;
}

.text01_list li span {
	float: right;
	font-size: 14px;
	color: #9A9A9A;
	line-height: 26px;
	padding-right: 10px;
}

@media (min-width: 768px) {

	.tw02_list li a,
	.text01_list li a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;

	}

}

@media (max-width: 767px) {
	.text01_list li a {
		float: none;
	}

	.text01_list li span,
	.tw02_list ul li span {
		padding-right: 0;
		float: none;
		margin-left: 10px;
	}
}


.txt_yh {
	padding: 0px 14px 15px;
}

.txt_yh li {
	margin-bottom: 18px;
	line-height: 28px;
}

.txt_yh li span {
	font-weight: bold;
	color: #1D4AB3;
	margin-left: 8px;
}

.txt_yh li>p {
	font-weight: bold;
	color: #1D4AB3;
	line-height: 19px;
	margin-bottom: 0;
}

.ztzl_li {
	padding: 20px 10px 15px;
}

.ztzl_li li {
	margin-bottom: 15px;
}

.ztzl_li li a {
	position: relative;
	display: block;
	width: 100%;
}

.ztzl_li li span {
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 28px;
	display: block;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -14px;
	text-align: center;
}

.ztzl_li li span:hover {
	color: #D7002A;
}


/* Ã¦â€“Â°Ã©â€”Â»Ã¨Â½Â®Ã¦â€™Â­ */
.yw_txt02 {
	overflow: hidden;
	background: url(2023ty_bg06.png) no-repeat;
	background-size: 100% 100%;
}

.left_yaowen {
	width: 55.5%;
	float: left;
}

.right_ywtxt {
	width: 44.5%;
	float: left;
	padding: 0 20px;
}

.yx_title {
	font-size: 23px;
	font-weight: 700;
	line-height: 32px;
	position: relative;
}

.yx_title:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #C8C8C8;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
}

.yx_title a {
	display: inline-block;
	width: 108px;
	background: #fff;
	color: #0E276B;
}

.right_ywtxt h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
	line-height: 30px;
	text-align: center;
}

.right_ywtxt h3 a {
	color: #103690;
}

.right_ywtxt p.info {
	text-indent: 2em;
	line-height: 28px;
	height: 140px;
}

.right_ywtxt p.info a {
	font-size: 14px;
	color: #777;
}

.right_ywtxt .right {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
}

.right_ywtxt .right:hover {
	color: #1D4AB3;
}



.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	text-align: right;
	right: 20px;
	margin: 0;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.banner02 {}

.banner02 a img {
	width: 100%;
	height: 287px;
	object-fit: cover;
}

.banner02.swiper-container-horizontal>.swiper-pagination-bullets {
	display: inline-block;
	left: auto;
	right: 12px;
	width: auto;
	bottom: 17px;
}

.banner02 .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #fff;
	opacity: 1;
}

.banner02 .swiper-pagination-bullet-active {
	border: 3px solid #fff;
	background: none;
}

.banner02 .swiper-button-next,
.banner02 .swiper-button-prev {
	width: 33px;
	height: 33px;
}

.banner02 .swiper-button-next {
	background: url(2023ty_lb02.png) no-repeat;
	right: 0;
}

.banner02 .swiper-button-prev {
	background: url(2023ty_lb01.png) no-repeat;
	left: 0;
}

.djban_txt {
	padding: 10px 18% 10px 15px;
	color: #fff;
	line-height: 34px;
	font-weight: 700;
	background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.djban_txt:hover {
	color: #eee;
}

.djban_txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.banner02 .slides img {
		width: 100%;
	}
}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {
	.banner02 a img {
		height: 310px;
	}

	.right_ywtxt p.info {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		max-height: 140px;
	}
}

@media (max-width: 1280px) {
	.banner02 a img {
		height: 288px;
	}

	.nav_cent02 li a {
		padding: 0 15px;
	}
}

@media (max-width: 1199px) {
	.banner02 a img {
		height: 237px;
	}

	.zxly02 a {
		background-position: left 35px center;
	}

	.djban_txt {
		padding-right: 22%;
	}

	.right_ywtxt p.info {
		height: 112px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		max-height: 112px;
		margin-bottom: 6px;
	}
}

@media (max-width: 991px) {
	.nav_cent02 li a {
		padding: 0 5px;
		font-size: 16px;
	}

	.container-fluid {
		padding: 0;
	}

	.qwjs01,
	.zxly02 {
		background-size: cover;
	}

	.zxly02 a {
		background-position: left 40% center;
	}

	.banner02 a img {
		height: 265px;
	}

	.mb_left01,
	.mb_both01,
	.mb_right01 {
		width: 100%;
	}

	.mb_both01 {
		padding: 0;
	}

	.ztzl_li li a img {
		width: 100%;
	}

	.right_ywtxt p.info {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		max-height: 140px;
	}
}

@media (max-width: 767px) {
	.right_ywtxt h3 {
		font-size: 18px;
	}

	.banner02 {
		margin-bottom: 15px;
		padding-bottom: 30px;
	}

	.pagination {
		display: none;
	}

	.djban_txt {
		padding-right: 0;
		white-space: unset;
		padding-left: 10px;
		font-size: 18px;
	}

	.banner02.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0;
		left: 0;
	}

	.zxly02 a {
		background-position: left 30% center;
	}

	.banner02 a img {
		height: 416px;
	}

	.left_txtimg {
		margin-bottom: 20px;
	}

	.tw02_list .left_txtimg,
	.tw02_list ul {
		width: 100%;
	}

	.tw02_list .left_txtimg img {
		width: 100%;
	}

	.tw02_list ul {
		padding-left: 0;
	}

	.banner02 .swiper-button-next,
	.banner02 .swiper-button-prev {
		display: none;
	}

	.banner02 .swiper-pagination-bullet {
		background: #1D4AB3;
	}

	.banner02 .swiper-pagination-bullet-active {
		background: none;
		border-color: #1D4AB3;
	}

	.left_yaowen {
		width: 100%;
	}

	.right_ywtxt {
		width: 100%;
		/* padding-left: 0; */
		/* margin-top: 10px; */
	}

	.right_ywtxt p.info {
		height: auto;
		overflow: hidden;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.banner02 a img {
		height: 322px;
	}

	.djban_txt {
		font-size: 15px;
		line-height: 24px;
		padding: 6px 12px;
	}
}

@media (max-width: 500px) {
	.banner02 a img {
		height: 265px;
	}
}

@media (max-width: 450px) {
	.banner02 a img {
		height: 235px;
	}
}

@media (max-width: 380px) {
	.banner02 a img {
		height: 203px;
	}
}

@media (max-width: 320px) {
	.banner02 a img {
		height: 180px;
	}
}


/* foot */
.foot {
	background: url(2023ty_foot.png) #2F4C9E no-repeat right center;
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot .copyright {
	padding: 38px 0 32px;
	overflow: hidden;
}

.foot .cas {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.foot .cas img {
	width: 255px;
}

.foot .cas_jiucuo {
	float: left;
	width: 23%;
	text-align: right;
}

.foot .left {
	width: 51%;
	text-align: left;
	margin-top: 13px;
}

#_span_jiucuo {
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
	margin-right: 20px;
}

#_ideConac {
	display: inline-block;
}

@media (max-width: 1199px) {
	.foot {
		background-size: cover;
	}

	.foot .cas {
		width: 35%;
	}

	.foot .left {
		width: 65%;
	}

	.foot .cas_jiucuo {
		width: 25%;
	}
}

@media (max-width: 991px) {
	.foot .cas_jiucuo {
		width: 100%;
		text-align: center;
	}

	.foot .left {
		width: 100%;
	}

	.foot .left {
		text-align: center;
	}

	.foot .cas {
		width: 100%;
		text-align: center;
	}

	.foot .cas img {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.foot {
		background-image: none;
	}

}

@media (max-width: 570px) {}

@media (max-width: 420px) {}

@media (max-width: 405px) {}

@media (max-width: 385px) {}


/* Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â ÂÃ§â€ºÂ® */
.left_ejnav {
	float: left;
	width: 21.13%;
	margin-bottom: 50px;
}

.right_ejcent {
	float: left;
	width: 78.87%;
	padding-left: 36px;
}

.sidebar {
	background: url(2023ty_lficon04.png) no-repeat top left;
	padding-bottom: 160px;
	background-size: 100% auto;
}

.sidebar .title {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	color: #004098;
	line-height: 29px;
	padding: 18px 0 16px;
}

.sidebar .title b {
	padding-left: 36px;
	background: url(2023ty_icon02.png) no-repeat top 3px left;
}

.nav_hov {}

.navLeft {
	width: 100%;
}

.navLeft_ul {}

.navLeft_ul>li {
	padding: 15px 14px 15px 20px;
	background: #1D4AB3;
	margin-bottom: 2px;
}

.navLeft_ul>li>a {
	display: block;
	color: #fff;
	font-weight: 700;
}

.navLeft_ul>li:hover,
.navLeft_ul>li.active {
	background: url(2023ty_lficon03.jpg) no-repeat left center;
	background-size: cover;
}

.navLeft_ul>li:hover span,
.navLeft_ul>li.active span {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url(2023ty_lficon01.png) no-repeat;
}



.m_menu_box {
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 10;
	display: none;
}

.m_menu_btn {
	width: 40px;
	height: 70px;
	background: url(20220607_nav01.png) no-repeat center;
	background-color: rgba(155, 12, 1, 0.7);
	border-radius: 6px 0 0 6px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: -39px;
}

.m_menu_btn.open {
	background-image: url(20220607_nav02.png);
}

.m_menu {
	background-color: rgba(155, 12, 1, 0.7);
	border-radius: 6px 0 0 6px;
}

.m_menu li {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #9b0c01;
}

.m_menu li:last-child {
	border-bottom: 0;
}

.m_menu li a {
	color: #fff;
	display: block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
}


.djban_txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.banner01 .slides img {
		width: 100%;
	}
}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
	.sidebar .title {
		font-size: 22px;
	}

	.navLeft_ul>li>a {
		font-size: 17px;
	}
}

@media (max-width: 1199px) {
	.left_ejnav {
		width: 24%;
	}

	.right_ejcent {
		width: 76%;
	}
}

@media (max-width: 991px) {
	.left_ejnav {
		display: none;
	}

	.right_ejcent {
		width: 100%;
	}

	#left_menu {
		position: fixed;
		top: 200px;
		width: auto;
		margin-right: 0;
		z-index: 9999;
		min-width: 180px;
		box-sizing: border-box;
		transition: all ease 0.25s;
		background: linear-gradient(360deg, rgba(3, 34, 125, 0.4100) 0%, rgba(16, 53, 158, 0.8100) 100%);
		padding: 10px 0;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#left_menu .left_z {
		display: none;
	}

	#left_menu .left_top {
		position: relative;
		z-index: 9998;
		/*pointer-events: none;*/
	}

	#left_menu .left_top li {
		line-height: 40px;
	}

	#left_menu .left_top li a {
		color: #fff;
		font-size: 16px;
		padding-left: 15px;
	}

	#left_menu .left_top li.active {
		background: #2a91d7;
	}

	#left_menu .left_top:after {
		content: '';
		pointer-events: auto;
		display: inline-block;
		width: 26px;
		height: 55px;
		background: url(icon05_2022gz.png) no-repeat center;
		background-color: rgba(16, 47, 154, 0.5);
		border-radius: 6px 0 0 6px;
		position: absolute;
		top: 50%;
		left: -26px;
		z-index: 9997;
		transform: translateY(-60%);
	}

	#left_menu.open .left_top:after {
		content: '';
		pointer-events: auto;
		display: inline-block;
		width: 26px;
		height: 55px;
		background: url(icon06_2022gz.png) no-repeat center;
		background-color: rgba(16, 47, 154, 0.5);
		border-radius: 6px 0 0 6px;
		position: absolute;
		top: 50%;
		left: -26px;
		transform: translateY(-60%);

	}

	#left_menu .title_yellow {
		color: #fff;
		font-size: 18px;
		font-weight: 800;
		padding: 5px 0 15px 15px;
		border-bottom: 4px solid #28A5E0;
	}
}

@media (max-width: 767px) {
	.right_ejcent {
		padding-left: 0;
	}

	.m_menu_box {
		display: block;
		top: 200px;
	}

	.pad_nav .pad_nav_mask {
		width: 30px;
		height: 49px;
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
		background: url(icon06_2022gz.png) no-repeat center #AF062F;
		background-size: 45%;
	}

	#swiper_container_pad_nav {
		height: 50px;
	}

	.banner01 {
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {

	.djban_txt {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 500px) {}

@media (max-width: 450px) {}

@media (max-width: 380px) {}

@media (max-width: 320px) {}


/* Ã¥Ë†â€”Ã¨Â¡Â¨ */
.erjlanmu {
	overflow: hidden;
	background: url(2023ty_icon5.png) no-repeat left top 4px;
	font-size: 21px;
	font-weight: 700;
	color: #004098;
	line-height: 29px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.list_padcent {
	padding: 30px 40px 40px;
}

.view_cent {
	padding-top: 0;
	min-height: 614px;
	min-height: calc(100vh - 322.72px);
	margin-top: -8px;
}

.page-intro {
	overflow: hidden;
}

.xbsecond_cent {
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.xbcent_yzc {
	padding: 0;
}

.new-graphics .tuwen_list li p {
	font-size: 16px;
	margin-bottom: 5px;
	color: #444;
}

.new-graphics .tuwen_list li span {
	font-style: oblique;
	color: #A1A1A1;
	line-height: 18px;
}

.new-graphics .tuwen_list li p:hover {
	color: #0A3B8D;
}

.ky_seemore {
	text-align: center;
	display: none;
	margin: 20px 0 30px;
}

.ky_seemore button {
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #0A3B8D;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: #0A3B8D;
}

.lyandtime {
	padding-bottom: 20px;
	border-bottom: 1px dashed #D5D5D5;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}

.title_gl {
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	color: #444444;
	margin: 0 0 20px;
	padding: 7px 0;
	line-height: 48px;
	position: relative;
}

.title_gl span {
	width: 38px;
	height: 2px;
	background: #AF062F;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	.new-graphics .tuwen_list li p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 56px;
	}
}

@media screen and (min-width: 1920px) {
	.view_cent {
		background-size: 100% auto;
	}
}

@media screen and (max-width: 1199px) {
	.title_gl {
		font-size: 26px;
	}
}

@media screen and (max-width: 991px) {
	.title_gl {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.ky_seemore {
		display: block;
	}

	.breadcrumb {
		margin-bottom: 10px;
	}

	.xbsecond_cent {
		padding: 15px 0 20px;
	}

	.xbcent_yzc {
		padding: 0;
	}

	.title_gl {
		font-size: 20px;
	}

	.list_padcent {
		padding: 15px;
	}

	.view_cent {
		margin-top: -10px;
	}
}

@media screen and (max-width: 500px) {
	.title_gl {
		background-size: 35%;
		margin-bottom: 20px;
	}

	.title_kxzg {
		background-size: 21%;
	}
}


/*-----------------Ã¥â€ºÂ¾Ã¦â€“â€¡Ã¥Ë†â€”Ã¨Â¡Â¨---------------------*/
.graphiclist {
	overflow: hidden;
}

.tpyw_four {
	padding: 20px 40px 0;
}

.graphiclist li {
	padding: 0 0 26px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 26px;
}

.graphiclist li h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	line-height: 28px;
	padding-top: 12px;
	font-weight: 700;
	color: #2D468C;
}

.graphiclist .news-img img {}

.graphiclist .news-txt p {
	line-height: 26px;
	margin: 0 0 10px;
	color: #444;
	text-indent: 2em;
}

.graphiclist .news-txt span {
	font-size: 14px;
	color: #A1A1A1;
	font-style: oblique;
}

.graphiclist .news-txt a:hover h2 {
	color: #0A3B8D;
}

.graphiclist .news-txt a:hover p,
.graphiclist .news-txt a:hover span {
	color: #0A3B8D;
}

@media (min-width: 768px) {
	.graphiclist .news-txt p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.graphiclist .news-img img {
		width: 280px;
	}

	.graphiclist .news-img {
		margin-right: 30px;
	}

	.graphiclist li h2 {
		/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */
	}

}

@media screen and (min-width:768px) and (max-width:991px) {
	.graphiclist .news-txt p {
		-webkit-line-clamp: 2;
		height: 50px;
	}

	.current_leaders li .news-txt p {
		height: 66px;
	}
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.graphiclist li {}

	.graphiclist .news-img img {
		width: 180px;
	}

	.graphiclist .news-txt p {}

	.graphiclist li h2 a {
		height: 20px;
	}

	.graphiclist .learn_more {
		float: right;
	}

	.graphiclist li h2 {
		padding-top: 5px;
	}
}

@media (max-width: 767px) {
	.graphiclist li h2 {
		font-size: 18px;
	}

	.graphiclist .news-img {
		margin-bottom: 15px;
		margin-right: 0;
		float: none;
	}

	.graphiclist .news-img img {
		width: 100%;
		height: auto;
	}

	.graphiclist li {
		display: block;
		overflow: hidden;
	}

	.graphiclist li h2 a {
		height: auto;
		white-space: normal;
		line-height: 28px;
		line-height: 22px;
	}

	.tpyw_four {
		padding: 20px 20px 0;
	}

}

/* Ã¦â€“â€¡Ã¥Â­â€”Ã¥Ë†â€”Ã¨Â¡Â¨ */
.new-graphics {
	padding: 0;
}

.text_listtime {}

.text_listtime li {
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	padding-left: 16px;
}

.text_listtime li:nth-child(5n) {
	/* border-bottom: 1px solid #D5D5D5;
	padding-bottom: 30px;
	margin-bottom: 30px; */
}

.text_listtime li a {
	float: left;
}

.text_listtime li:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #2D468C;
	position: absolute;
	top: 18px;
	left: 0;
}

.text_listtime li a:hover {}

.text_listtime li span {
	padding-right: 4px;
	font-size: 14px;
	color: #A1A1A1;
	font-style: oblique;
}



.li_flm {
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 50px;
}

.ggflm {}

.ggflm .top_xlline {
	margin-bottom: 10px;
}

.ggflm h3 {
	margin: 0;
}

.ggflm h3 span {
	position: relative;
	padding-left: 22px;
	font-size: 18px;
	font-weight: 700;
	color: #1D4AB3;
	line-height: 51px;
}

.ggflm h3 span:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 8px;
	height: 16px;
	background: #004EC2;
	position: absolute;
	top: 5px;
	left: 0;
}

.ggflm h3 a {
	font-size: 16px;
	float: right;
	color: #1D4AB3;
	margin-top: 14px;
	line-height: 22px;
}

.ggflm ul {}

.ggflm .text_listtime li:nth-child(5n) {
	border-bottom: 0;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
	.text_listtime li {
		line-height: 26px;
		margin-bottom: 12px;
	}

	.text_listtime li a {
		float: none;
	}

	.text_listtime li span {
		float: none;
		margin-left: 10px;
	}


	.new-graphics {
		padding: 0;
	}
}


/*---------------details---------------------*/
#xlmain {
	display: block;
	overflow: hidden;
	margin: 0px;
}

.xltoptitle {

	padding: 0px 0px 10px 0px;
	margin: 0;
}

#xlmain .wztitle {
	font-size: 28px;
	line-height: 32px;
	color: #444;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}

.lyandtime {
	color: #9a9a9a;
}

#xlmain .qtinfo {
	color: #666;
	text-align: left;
	padding: 0px 0px 0 0px;
	margin-bottom: 0;
}

.share_sy {
	border-bottom: solid 1px #cccccc;
	padding-bottom: 6px;
}

#xlmain .textxl p {
	font-size: 16px;
	color: #404040;
	text-indent: 0;
}

#xlmain .qtinfo a {
	color: #666;
	text-decoration: none;
}

#xlmain .qtinfo a:hover {
	color: #de0c0c;
	text-decoration: none;
}

#xlmain .text {
	margin: 0;
	overflow: hidden;
	display: block;
}

#xlmain .text p {
	margin: 0 0 24px 0;
}

#xlmain .text p:last-child {
	margin: 0;
}

#xlmain .text img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#xlmain .textlx {
	margin: 0;
	overflow: hidden;
	display: block;
}

#xlmain .textlx p {
	margin: 0 0 12px 0;
}

#xlmain .textlx img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#xlmain .textxl {
	margin: 10px 6px 6px 6px;
	overflow: hidden;
	display: block;
}

#xlmain .textxl img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 10px 0;
}

#xlmain .textxl table {
	margin: 0 0 15px 0;
}

#xlmain .textxl td {
	text-align: center;
}

#xlmain .textsp {
	margin: 30px auto 0 auto;
	overflow: hidden;
	display: block;
	width: 56%;
}

#xlmain .textsp video {
	border: #c3d2e5 solid 6px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#xlmain .xilan-content-main.zoomIn {
	font-size: 19px;
	line-height: 36px;
}

#xlmain .xilan-content-main.zoom {
	font-size: 16px;
	line-height: 30px;
}

#xlmain .xilan-content-main.zoomOut {
	font-size: 13px;
	line-height: 24px;
}

#xlmain .textxl * {
	font-size: 16px !important;
	line-height: 34px !important;
	font-family: \5FAE\8F6F\96C5\9ED1 !important;
	color: #444 !important;
}

#xlmain .textxl p a {
	color: #2966ca !important
}

.time_ly {
	overflow: hidden;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D5D5D5;
}

.time_ly .left {
	float: none;
	margin-right: 6px;
	font-style: oblique;
}

.time_ly .right {
	float: none;
	display: inline-block;
}

.time_ly .right b {
	font-weight: normal;
	margin-right: 20px;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.xl_font font {
	cursor: pointer;
}

.xl_font font:hover {
	color: #2d5dc3;
}

.fenxiang {
	display: inline-block;
	margin-left: 15px;
}

.Previous_Next {
	overflow: hidden;
	padding: 45px 0;
	border-top: 1px solid #D5D5D5;
}

.Previous_Next a {
	font-size: 16px;
	color: #999;
}

.Previous_Next a:hover {
	color: #0A3B8D;
}

.Previous_Next a span {
	font-size: 18px;
	display: inline-block;
	margin: 0 4px;
}

.top_xlline {
	height: 7px;
	margin-bottom: 30px;
	background: -webkit-linear-gradient(#D0E9FF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(#D0E9FF 0%, #FFFFFF 100%);
	background: linear-gradient(#D0E9FF 0%, #FFFFFF 100%);
}


#xlmain .wztitlefb {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-bottom: 3px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}

@media (min-width: 767px) {
	#xlmain .textxl img {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	#xlmain .textsp {
		width: 64%;
	}

	.enclosure_btm h3 {
		width: 16%;
	}

	.enclosure_btm ul {
		width: 84%;
	}
}

@media screen and (max-width: 991px) {
	#xlmain .textsp {
		width: 80%;
	}

	.share_sy .col-sm-5 {
		width: 100%;
		margin-bottom: 5px;
	}

	#xlmain .qtinfo {
		text-align: center;
	}

	.share_sy .col-sm-7 {
		width: 100%;
		text-align: center;
	}

	.font_txtbh {
		float: none;
	}

	.enclosure_btm h3 {
		width: 25%;
	}

	.enclosure_btm ul {
		width: 75%;
	}
}

@media (max-width: 767px) {
	#xlmain .wztitle {
		line-height: 30px;
		font-size: 20px;
	}

	#xlmain .textsp {
		width: 100%;
		margin: 15px auto 2px auto;
	}

	.font_txtbh {
		margin-bottom: 5px;
	}

	.share {
		text-align: center;
		width: 140px;
		float: none;
		margin: 0 auto;
	}

	.enclosure_btm h3 {
		width: 100%;
	}

	.enclosure_btm ul {
		width: 100%;
	}

	.time_ly .left {
		width: 100%;
		text-align: center;
		margin-bottom: 6px;
	}

	.time_ly .right {
		width: 100%;
		text-align: center;
	}
}

/* Ã¥ÂÂ³Ã¤Â¾Â§Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¤Â¸â‚¬Ã¥Â¥â€”Ã¦Â¨Â¡Ã¦ÂÂ¿ */
.right_navcent .right_ejcent {
	padding: 0 36px 0 0;
}

.left_ejnav .lxwm01 {}

.left_ejnav .title01_02 span {
	font-size: 23px;
	font-weight: 700;
	color: #0E276B;
	line-height: 32px;
	padding: 10px 15px;
	display: inline-block;
	border-top: 3px solid #1D4AB3;
}

.title01_02 a.right {
	font-size: 14px;
	color: #777777;
	line-height: 32px;
	margin: 10px 15px;
}

.xgwz_li {
	padding: 0 10px 0 15px;
}

.xgwz_li li {
	line-height: 24px;
	margin-bottom: 10px;
}

.right_navcent .li_flm {
	border: 0;
	margin-bottom: 0;
}

.right_navcent .sidebar {
	background: none;
}

.right_navcent .sidebar .title {
	background: url(2023ty_rightnavbg.png);
	padding: 22px 0;
	color: #fff;
	margin-bottom: 2px;
}

.right_navcent .navLeft_ul>li {
	background: #DAECFF;
	position: relative;
}

.right_navcent .navLeft_ul>li>a {
	color: #054098;
}

.right_navcent .navLeft_ul>li:hover,
.right_navcent .navLeft_ul>li.active {
	background: #EEF6FF;
}

.right_navcent .navLeft_ul>li:hover:after,
.right_navcent .navLeft_ul>li.active:after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 4px;
	height: 50px;
	background: #004CBE;
	position: absolute;
	top: 0;
	left: 0;
}

.right_navcent>.new-graphics>.text_listtime {
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.right_navcent>.new-graphics>.text_listtime li:nth-child(5n) {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.right_navcent .right_ejcent {
		padding: 0;
	}
}


/*imghove*/
.img_hovbig {
	display: block;
	overflow: hidden;
}

.img_hovbig img {
	margin: 0;
	width: 100%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.img_hovbig:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/*Page*/
#pages {
	width: 100%;
	font-size: 14px;
	text-align: center;
	clear: both;
	border-top: dotted 0px #cccccc;
	overflow: hidden;
	padding-top: 0px;
	margin: 20px 0 30px;
}

#pages span {
	padding: 8px 16px;
}

#pages A {
	background: #e5e5e5;
	color: #333;
	text-decoration: none;
	border: #eee 1px solid;
	display: inline-block;
	padding: 8px 16px;
}

#pagenav_nextgroup {
	background: none;
}

#pages .nolink {
	padding: 8px 22px;
	background: #acacac;
}

#pages A:hover {
	border: #2D468C 1px solid;
	background: #2D468C;
	color: #fff;
}

#pages A.curr {
	border: #2D468C 1px solid;
	background: #2D468C;
	color: #fff;
}

#pages A.curr:visited {
	border: #2D468C 1px solid;
	background: #2D468C;
	color: #fff;
}

#pages .curr {
	background: #2D468C;
	color: #fff;
	border: 1px solid #2D468C;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#pages {
		display: none;
	}

	#pages A {
		padding: 3px 10px;
		font-size: 13px;
	}

	#pages .nolink {
		padding: 3px 10px;
	}
}

@media screen and (max-width: 320px) {
	#pages A {
		padding: 2px 8px;
		font-size: 12px;
	}

	#pages .nolink {
		padding: 2px 8px;
	}
}


/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #2F4C9E;
	z-index: 1005;
	display: none;
	line-height: 50px;
}

.scrollToTop img {
	display: inline-block;
	width: 27px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
		line-height: 40px;
	}

	.scrollToTop img {
		width: 28px;
	}
}


/* Ã§Â½â€˜Ã§Â«â„¢Ã¥Å“Â°Ã¥â€ºÂ¾ */
.wzdt_cent01 {}

.wzdtli01 {
	background: #F5F6FF;
	overflow: hidden;
	margin-bottom: 35px;
}

.wzdtli01 h3 {
	float: left;
	width: 20%;
	padding-left: 16px;
	margin: 0;
}

.wzdtli01 h3 a {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	display: inline-block;
	padding: 14px 0 14px 26px;
	background: url(2023ty_wzdt.png) left top 21px no-repeat;
}

.wzdtli01 p {
	margin-bottom: 0;
	overflow: hidden;
	float: left;
	width: 80%;
	font-size: 18px;
	line-height: 54px;
}

.wzdtli01 p span {
	margin: 0 20px;
}



.wzdt_cent02 {
	margin-top: 40px;
}

.wzdtli02 {}

.wzdtli02 h3 {
	background: #F5F6FF;
}

.wzdtli02 h3 a {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	display: inline-block;
	padding: 14px 0 14px 32px;
	border-left: 7px solid #1943A3;
}

.wzdtli02 ul {
	overflow: hidden;
}

.wzdtli02 ul>li {
	float: left;
	width: 20%;
	padding-left: 15px;
	margin-bottom: 20px;
}

.wzdtli02 ul>li>a {
	font-size: 18px;
	font-weight: 700;
	line-height: 54px;
	background: url(2023ty_wzdt.png) left top 4px no-repeat;
	padding-left: 20px;
}

.wzdtli02 ul>li>div {}

.wzdtli02 ul>li>div p {
	position: relative;
	padding-left: 20px;
}

.wzdtli02 ul>li>div p a {
	font-weight: 700;
	line-height: 24px;
}

.wzdtli02 ul>li>div p :after {
	content: '';
	pointer-events: auto;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1943A3;
	position: absolute;
	z-index: 9997;
	left: 4px;
	top: 8px;
}

@media (max-width:1199px) {
	.wzdtli02 ul>li {
		width: 25%;
	}

	.wzdtli01 h3 {
		width: 25%
	}

	.wzdtli01 p {
		width: 75%
	}
}

@media (max-width:991px) {
	.wzdtli02 ul>li {
		width: 33.3333%;
	}

	.wzdtli01 h3 {
		width: 30%
	}

	.wzdtli01 p {
		width: 70%
	}
}

@media (max-width:767px) {
	.wzdtli02 ul>li {
		width: 50%;
	}

	.wzdtli01 h3,
	.wzdtli01 p {
		width: 100%
	}

	.wzdtli01 p {
		padding-left: 15px;
	}
}

@media (max-width:500px) {
	.wzdtli02 ul>li {
		width: 100%;
		margin-bottom: 5px;
	}
}

.img_xglj {
	padding: 0 10px 10px;
}

.img_xglj li a {
	display: block;
	position: relative;
	margin-bottom: 6px;
}

.img_xglj li a img {
	display: block;
	width: 100%;
	height: auto;
}

.img_xglj li a span {
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 28px;
	display: block;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -14px;
	text-align: center;
}

.pager {
	margin: 20px;
}

.pager ul li.text #chatpage .enter {
	height: 28px;
}

.pager ul li.text #chatpage .pagenum {
	height: 28px;
}

.graphiclist li {
	/* padding: 26px 0; */
	border-bottom: none;
}

@media (max-width: 1199px) {
	.img_xglj li a span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.img_xglj li a span {
		font-size: 21px;
	}
}

@media (max-width: 767px) {
	.mobile_show {
		margin-top: 26px;
	}
}

@media (max-width: 340px) {
	.img_xglj li a span {
		font-size: 18px;
	}
}

.lxwm01.lxwm {
	padding-bottom: 10px;
}

.cas-wrap-appendix h6{ font-size: 18px; }
.cas-wrap-appendix ul{}
.cas-wrap-appendix ul li{ margin-bottom: 10px; }
.cas-wrap-appendix ul li span{ margin-right:10px;}