* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 22px;
}

input,
textarea:focus {
	outline: none;
}

img {
	border: 0;
	/* display: block; */
}

body {
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
	background-color: #dcdcdc;
}

li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
	border: 0;
}

div {
	box-sizing: border-box;
}

.header {
	background-color: #1a569f;
	width: 100%;
	height: 180px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;

}

.headerTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	height: 140px;
	box-sizing: border-box;
	padding: 0 100px;
	margin: 0 auto;
}

.headbg {
	width: auto;
	height: 140px;
	display: block;
}

.logo {
	/* 	flex: 1; */
	display: inline-block;
}

.logo img {
	width: 245px;
	height: 60px;
}

.seacher {
	height: 30px;
	width: 260px;
	display: flex;
	overflow: hidden;
}

.seacher input {
	width: 200px;
	background-color: #c6d5e8;
	height: 30px;
	border: none;
	padding-left: 10px;
	font-size: 14px;
	box-sizing: border-box;
}

.seacher button {
	width: 60px;
	background-color: #063168;
	border: none;
	color: white;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
}

.nav {
	background-color: #073872;
	height: 40px;
}

.menu {
	width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.menu>li {
	width: 150px;
	text-align: center;
	/* 	height: 40px; */
	line-height: 40px;
	transition: all 0.6s;
	font-size: 14px;
}

.menu>li>ul {
	display: block;
	width: 100%;
	height: 0px;
	/* 	background-color: #004a98; */
	position: absolute;
	top: 182px;
	left: 0;
	opacity: 0;
	transition: all 0.6s;
	z-index: 10;

}

.menu>li:hover>ul {
	display: block;
	height: 170px;
	opacity: 1;
	width: 100%;
	transition: all 0.6s;
	z-index: 99;
}

.menu>li:hover {
	background-color: #285892;
}

.menu>li a {
	display: inline-block;
	color: white;
}

.banner {
	width: 1400px;
	height: 500px;
	margin: 180px auto 0;
	position: relative;
	overflow: hidden;
}

.sub-menu {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	/* 	background-color: #888888; */
	overflow: hidden;
}

.sub-menu-bg {
	box-sizing: border-box;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(../images3/menu_bg.png);
	background-repeat: no-repeat;
	background-size: 260px 120px;
	background-position: 25px 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	padding-left: 285px;
}

.sub-menu-bg ul {
	height: 120px;
	width: 600px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 2px solid #ccc;
	display: flex;
	font-size: 14px;
	flex-wrap: wrap;
}

.sub-menu-bg ul li {
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	text-align: center;
	font-size: 14px;
	background-color: none;
}

.sub-menu-bg li a {
	color: #323232;
	display: block;
}

.sub-menu-bg li:hover {
	background-color: #0069d3;
}

.sub-menu-bg li:hover a {
	color: white;
	display: block;
}

/* .banner img{
	transition: all 1s; 
}
.banner img:hover{
	transform: scale(1.05);
} */
.huise {
	width: 100%;
	min-width: 1400px;
	background-color: #dcdcdc;
}

.lanse {
	width: 1400px;
/* 	background-color: #1a569f; */
	margin: 0 auto;

}

.xyyw .more a span {
	transition: all 0.6s;
	display: inline-block;
}

.xyyw .more:hover a span {
	transform: translate(5px, 0);
}

.xyyw {
	background-color: #dcdcdc;
	width: 1400px;
	padding: 24px 0px;
	margin: 0 auto;
}

.xyyw-h2 {
	display: flex;
	align-items: center;
	/* 	border-left: 2px solid #004a98; */
	color: #004a98;
}

.title-xyyw {
	flex: 1;
	padding-left: 10px;
	border-left: 2px solid #004a98;
}

.news-title {
	font-size: 12px;
	font-family: 'Times New Roman, Times, serif';
}

.xyyw-title {
	font-size: 22px;
	font-family: 'Times New Roman, Times, serif';
	font-weight: bolder;
}

.more {
	width: 160px;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 40px solid #d30b16;
	/* 	font-weight: normal; */
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 40px;
}

.more a {
	color: white;
	font-weight: normal;
}

.row1 {
	display: flex;
	margin-top: 24px;
	justify-content: space-between;
}

.row1-col1>a {
	width: 472px;
	height: 261px;
	display: block;
	overflow: hidden;
}

.row1-col1 img {
	width: 472px;
	height: 261px;
	display: block;
}

.xyyw-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 472px;
	height: 66px;
	background: white;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border-bottom: 8px solid #d30b16;
}

.arrow4 {
	width: 18px;
	height: 12px;
}

.arrow {
	position: relative;
}

.tzgg-more img.jiantou-red {
	width: 18px;
	height: 12px;
	position: absolute;
	right: 10px;
}

.xyyw-text p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 26px;

}

.row1-col1 {
	display: inline-block;
}

.row1-col2 {
	border-top: 8px solid #d30b16;
	width: 430px;
	height: 318px;
}

.row1-col2 ul {
	display: flex;
	flex-direction: column;
	height: 318px;
}

.row1-col2 li {
	flex: 1;
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #888888;
	box-sizing: border-box;
	/* 	border-style: dashed; */
	transition: all 0.5s;
	padding-left: 20px;
}

.row1-col2 li:hover {
	background-color: white;
}

.row1-col2 li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.row1-col2 li a:hover {
	color: #d30915;
}

.tzgg {
	background-color: #dcdcdc;
	width: 1400px;
	padding: 24px 0px;
	padding-top: 0;
	margin: 0 auto;
}

.tzgg-more {
	font-size: 14px;
	position: relative;
}

.tzgg-more .jiantou-red {
	transition: all 0.6s;
}

.tzgg-more:hover .jiantou-red {
	transform: translate(8px, 0);
}

.tzgg-more a {
	color: #d30915;
	display: flex;
	align-items: center;
	/* 	justify-content: center; */
	font-weight: normal;
}

.tzgg-more a img {
	display: inline-block;
	height: 30px;
	width: auto;
}

.tzgg-list {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.tzgg-list li {
	box-sizing: border-box;
	width: 337px;
	height: 97px;
	background-color: white;
	padding: 12px;
	font-size: 18px;
	display: flex;
	overflow: hidden;
}

.tzgg-list li a {
	/* 	transition: all 0.5s; */
}

.tzgg-list li a:hover {
	color: #d30b16;
	text-decoration: underline;
}

.tzgg-date {
	/* 	width: 306px; */
	flex: 1;
	height: 100%;
	border: 1px solid #d30b16;
	box-sizing: border-box;
}

.tzgg-date p:first-child {
	background-color: #d30b16;
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 40px;
}

.tzgg-date p:nth-child(2) {
	background-color: white;
	font-size: 14px;
	color: #d30b16;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.tzgg-title {
	padding-left: 12px;
	/* padding-right: 20px; */
	font-size: 14px;
	flex: 3;
}

.tzgg-title a {
	display: block;
	overflow: hidden;
	height: 75px;
	line-height: 24px;
	text-overflow: ellipsis;
}

.zyjs {
	background-color: #1a569f;
	width: 1400px;
	padding: 24px 16px;
	margin: 0 auto;
}

.zyjs-tu img {
	transition: all 0.6s;
	cursor: pointer;
}

.zyjs-tu img:hover {
	transform: scale(1.1);
}

.white {
	color: white;
}

.white2 {
	border-left: 1px solid white;
}

.zyjs-p {
	text-indent: 36px;
	color: white;
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #f9f9f9;
}

.zyjs-tu {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zyjs-white {
	width: 220px;
	height: 400px;
	background-color: white;
	position: relative;
}

.zyjs-white img {
	width: 220px;
	height: 180px;
	/* 	margin-top: 55px; */
}

.zyjs-white-img {
	width: 220px;
	height: 180px;
	overflow: hidden;
	display: block;
}

.zyjs-white p {
	margin-top: 20px;
	color: #000;
	font-size: 20px;
	margin-left: 20px;
	font-weight: bold;
	
}

.zyjs-white div.jieshao {
	font-size: 12px;
	color: #333;
	padding: 10px 20px;
	line-height: 20px;
}
.zyjs-white div.t {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #333;
}
.jiantou-blue{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #073872;
	margin-right: 10px;
}
.jiantou-blue img{
	width: 20px;
	height: 14px;
	margin-left: 5px;
	margin-top: 8px;
}

.zyjs-red {
	width: 240px;
	height: 460px;
	border: 1px solid #dcdcdc;
	background-color: #d30b16;
}

.zyjs-red img {
	display: block;
	width: 238px;
	height: 122px;
}

.zyjs-red-img {
	display: block;
	width: 238px;
	height: 122px;
	overflow: hidden;
}

.zyjs-red-img:nth-child(1) {
	display: block;
	width: 238px;
	height: 122px;
	overflow: hidden;
	margin-top: 60px;
}


.zyjs-red img:nth-child(1) {
	/* 	margin-top: 60px; */
}

.zyjs-red p {
	line-height: 36px;
	color: white;
	text-align: center;
	font-size: 14px;

}

.zyjs-red div {
	width: 180px;
	height: 36px;
	line-height: 32px;
	margin-top: 10px;
	text-align: center;
	background-color: white;
	color: #d30b16;
	border: 1px solid #dcdcdc;
	margin-left: 30px;
	font-size: 18px;
}

.zyjs-left {
	display: flex;
	align-items: center;
}

.jyx {
	background-color: #dcdcdc;
	width: 1400px;
	padding: 60px 0px;
	margin: 0 auto;
}

.jyx h2 {
	text-align: center;
}

.jyx h2 img {
	width: 628px;
	height: 76px;
}

.jyx-row1 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.jyx-row1-col1 {
	width: 678px;
	height: 420px;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}

.jyx-red-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 0;
	border-top: 420px solid #d30b16;
	border-right: 160px solid transparent;
}

.jyx-red-tu {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 580px;
	height: 360px;
	overflow: hidden;
}

.jyx-red-tu img {
	width: 580px;
	height: 360px;
	transition: all 0.6s;
}

.jyx-red-tu img:hover {
	transform: scale(1.05);
}

.jyx-blue-tu img:hover {
	transform: scale(1.05);
}

.jyx-red-tu p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 60px;
	height: 60px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	box-sizing: border-box;
	display: block;

}

.jyx-row1-col2 {
	width: 780px;
}

.jyx-row1-col2-title {
	width: 214px;
	height: 59px;
}

.jyx-row1-col2 h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jyx-row1-col2-list {
	width: 100%;
}

.jyx-row1-col2-list.blue {
	width: 100%;
}

.jyx-row1-col2-list.blue li {
	border-bottom: 3px solid #004a98;
}

.jyx-row1-col2-list.blue li:hover {
	background-color: #004a98;
}

.jyx-row1-col2-list li {
	padding-left: 20px;
	padding-right: 20px;
	height: 65px;
	display: flex;
	align-items: center;
	background-color: white;
	margin-top: 8px;
	border-bottom: 3px solid #d30b16;
	overflow: hidden;
	transition: all 0.6s;
}

.jyx-row1-col2-list li:hover {
	color: white;
	background-color: #d30b16;
}

.jyx-row1-col2-list li a:hover {
	color: white;
}

.jyx-row1-col2-list li a {
	display: block;
	text-align: left;
	flex: 1;
	height: 100%;
	line-height: 63px;
	width: 100%;
/* 	display: flex; */
	align-items: center;
	transition: all 0.6s;
}

.jyx-blue-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	height: 0;
	border-top: 420px solid #1a569f;
	border-left: 120px solid transparent;
}

.jyx-blue-tu {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 580px;
	height: 360px;
	overflow: hidden;
}

.jyx-blue-tu img {
	width: 580px;
	height: 360px;
	transition: all 0.6s;
}

.jyx-blue-tu p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 60px;
	height: 60px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
}

.jyx-blue-tu p a {
	color: white;
}

.jyx-red-tu p a {
	color: white;
}

.hongse {
	width: 1400px;
	margin: 0 auto;
	background-color: #dd2120;
}

.xgygshi-row {
	width: 1400px;
	margin: 0 auto;
}

.xgygshi-row1 {
	padding: 24px 0px;
	background-color: #d30b16;
	display: flex;
}

.xgygshi-row {
	padding: 0px 24px;
/* 	background-color: #dcdcdc; */
}

.xgygshi-row2 {
	width: 100% overflow: hidden;
	display: flex;
	padding: 0px 0px;
	padding-top: 10px;
/* 	background-color: white; */
/* 	border-left: 18px solid white;
	border-right: 18px solid white;
	border-bottom: 18px solid white; */
}

.xgygshi-row2 ul:first-child {
	flex: 3;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.xgygshi-row2 ul:first-child li{
	width: 33.3%;
	height: 50%;
}

.xgygshi-row2 ul:nth-child(2) {
	flex: 2;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	margin-left: 10px;
}

.xgygshi-row2 ul li {
	position: relative;
	width: 50%;
	height: 50%;
	overflow: hidden;
/* 	border-top: 4px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white; */
	box-sizing: border-box;
}

.xgygshi-row2 ul li:hover p {
	background-color: rgba(255, 0, 0, 0.5);
}

.xgygshi-row2 ul li img {
	width: 100%;
	height: 100%;
}

.zhuanti-a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	transition: all 0.6s;
}

.zhuanti-a img {
	display: block;
}

.zhuanti-a:hover {
	transform: scale(1.08);
}

.vertical-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	writing-mode: vertical-rl;
	/* 竖排，从右向左 */
	text-orientation: upright;
	/* 混合方向，允许文字正常朝向 */
	font-size: 24px;
	text-shadow: -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
	display: flex;
	/* 	justify-content: center; */
	padding-top: 80px;
	align-items: center;
	font-weight: bold;
	letter-spacing: 4px;
}

.gushi-a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.gushi-a img {
	transition: all 0.6s;
}

.gushi-a img:hover {
	transform: scale(1.05);
}

.xgygshi-row2 ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 14px;
	line-height: 30px;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.xgygshi-red {
	background-color: #dd2120;
	padding-top: 75px;
	width: 1400px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 0 auto;
}

.xgygshi-row2-red ul:nth-child(1) {
	flex: 1;
}

.xgygshi-red ul:nth-child(2) {
	flex: 2;
/* 	border-top: 16px solid white; */
}

.xgygshi-row2-red {
	border-bottom: none;
	border-top: none;
/* 	border-left: 18px solid white; */
	width: 938px;
	height: 365px;
	display: flex;
}
.xgyrw-img{
	width: 278px;
	height: 100%;
}

.xgygshi-red img.title {
	position: absolute;
	width: 234px;
	height: 385px;
	left: 88px;
	top: 30px;
	z-index: 0;
}

.ztwz {
	padding: 40px 0px;
/* 	background-color: #1a569f; */
	width: 1400px;
	margin: 0 auto;
}

.ztwz-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.ztwz-list img {
	width: 230px;
	height: 420px;
}

.footer {
/* 	padding: 60px 70px; */
	/* 	background-color: #d30b16; */
	display: flex;
	justify-content: space-between;
	color: white;
/* 	width: 1400px; */
	margin: 0 auto;
	align-items: center;
}
.footer p{
	font-size: 10px;
	margin-top: 5px;
}
.footer a{
	color: white;
}
.hongse2 {
	background-color:#1a569f;
	min-width: 1400px;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-left {
/* 	margin-top: 100px;
	margin-left: 60px; */
}

.footer-right {
/* 	margin-right: 90px; */
}

#bannerPics {
	position: relative;
	width: 100%;
	height: 100%;
}

#bannerPics li {
	position: absolute;
	width: 100%;
	height: 100%;
}

#bannerPics li img {
	width: 100%;
	height: 100%;
}

/* .arrow-left{
	position: absolute;
	top: 10%;
	margin-top: 0px;
	left: 20px;
	cursor: pointer;
	z-index: 99;
}
.arrow-left:hover{
	background: url(../images3/arrow.png) no-repeat;
}
.arrow-right{
	position: absolute;
	top: 50%;
	margin-top: -42px;
	right: 20px;
	cursor: pointer;
}
.arrow-right:hover{
	background: url(../images3/arrow2.png) no-repeat;
} */

@keyframes moveIn {
	from {
		left: -100%;
	}

	to {
		left: 0px;
	}
}

@keyframes moveOut {
	from {
		left: 0px;
	}

	to {
		left: 100%;
	}
}

.moveIn {
	animation: moveIn 0.8s forwards;
	display: block;
}

.moveOut {
	animation: moveOut 0.8s forwards;
	display: block;
}

@keyframes moveIn2 {
	from {
		left: 100%;
	}

	to {
		left: 0px;
	}
}

@keyframes moveOut2 {
	from {
		left: 0px;
	}

	to {
		left: -100%;
	}
}

.moveIn2 {
	animation: moveIn2 0.8s forwards;
	display: block;
}

.moveOut2 {
	animation: moveOut2 0.8s forwards;
	display: block;
}

#bannerDots {
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
}

#bannerDots ul {
	display: flex;
	align-items: center;
	padding-left: 40px;
	height: 40px;
}

#bannerDots ul li {
	border-radius: 6px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin-right: 8px;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.6s;

}

#bannerDots ul li.active {
	width: 28px;

}

/* 页面滚动动画 */
.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}

.scrolled {}

.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
	animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-top {
	animation: fade-in-top 1s ease-in-out both;
}

.scrolled.fade-in-bottom-footer {
	animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-top-footer {
	animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
	animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
	animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-top {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 图片放大 */
.fangda {
	transition: all 0.6s;
}

.fangda:hover {
	transform: scale(1.05);
}

/* 列表页 */
.list-content {
	background-color: #f9f9f9;
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 500px;
	display: flex;
}

.list-left {
	width: 250px;
	margin-top: -75px;
	z-index: 1;
	position: relative;
	font-size: 20px;
}

.list-left-title {
	width: 240px;
	height: 75px;
	background-color: #073872;
	line-height: 75px;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
}

.list-left-list {
	background-color: #073872;
	box-sizing: border-box;
	padding-left: 10px;
}

.list-left-list li {
	width: 240px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-color: #f8f5f2;
	border-bottom: solid 1px #ccc;
}

.list-left-list li:last-child {
	border-bottom: none;
}

.list-left-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.list-left-list li a:hover {
	background-color: #1a569f;
	color: white;
}

.list-left-list li a.active {
	background-color: #1a569f;
	color: white;
}

.list-right {
	width: 1050px;
	box-sizing: border-box;
	padding-left: 30px;
}

.list-right-position {
	display: flex;
	width: 100%;
	height: 75px;
	border-bottom: solid 2px #1a569f;
	align-items: center;
	justify-content: space-between;
}

.list-right-position-title {
	color: #063772;
	font-size: 20px;
	font-weight: bold;
}

.list-right-position-position {
	color: #bcbcbc;
	font-size: 14px;
}

.list-item {
	display: flex;
	padding: 20px 10px;
	border-bottom: 1px dotted #ccc ;
display: flex;
	justify-content: space-between;
}

.list-item:hover {
	background-color: white;
}

.list-time {
	/* 	width: 70px; */
	display: block;
	/* 	background-color: antiquewhite; */
	border: solid 1px #073872;
}

.list-time-day {
	height: 40px;
	width: 70px;
	line-height: 40px;
	text-align: center;
	background-color: #1a569f;
	border-bottom: solid 1px #073872;
	color: white;
}

.list-time-month {
	height: 40px;
	width: 70px;
	line-height: 40px;
	text-align: center;
}

.list-txt {
	margin-left: 20px;
}

.list-right-title {
	font-size: 14px;
	
}

.list-right-des {
	font-size: 14px;
	margin-top: 20px;
	color: #666;
}

.list-pages {
	margin: 50px;
	display: flex;
	justify-content: center;
}

.list-right-list {
	padding-top: 30px;
}

.list-right-content-header {
	padding: 40px;
	border-bottom: solid 1px #ccc;
}

/* 内容页 */
.content-right-content-title {
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}

.list-right-content-header-time {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	color: #999;
}

.content-right-content-content {
	padding-top: 30px;
	padding-bottom: 30px;
	text-indent: 2em;
	width: 100%;
	word-wrap: break-word;
	min-height: 500px;
	line-height: 2em;
	border-bottom: solid 1px #ccc;
}

.prev {
	line-height: 40px;
}

.next {
	line-height: 40px;
}
.banner_sub{
	width: 1400px;
	height: 200px;
	margin: 0 auto;
	margin-top: 180px;
}

.list-content {
	background-color: #f3f3f3;
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 500px;
	display: flex;
}

.list-left {
	width: 250px;
	margin-top: -75px;
	z-index: 1;
	position: relative;
	font-size: 20px;
}

.list-left-title {
	width: 240px;
	height: 75px;
	background-color: #073872;
	line-height: 75px;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
}
.news-left {
	width: 240px;
	z-index: 1;
	position: relative;
	font-size: 20px;
}
.news-left-title {
	width: 240px;
	height: 75px;
	background-color: #073872;
	line-height: 75px;
	color: white;
	text-align: center;
	font-weight: bold;
	/* margin-left: 10px; */
}

.news-left-list {
	background-color: #073872;
	box-sizing: border-box;
/* 	padding-left: 10px; */
}

.news-left-list li {
	width: 240px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-color: #f8f5f2;
	border-bottom: solid 1px #ccc;
}

.news-left-list li:last-child {
	border-bottom: none;
}

.news-left-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.news-left-list li a:hover {
	background-color: #1a569f;
	color: white;
}

.news-left-list li a.active {
	background-color: #1a569f;
	color: white;
}

.news-right {
	width: 1130px;
	box-sizing: border-box;
	padding:0 50px;
	background-color: #fff;
	margin-left: 30px;
}

.news-right-position {
	display: flex;
	width: 100%;
	height: 75px;
	border-bottom: solid 2px #1a569f;
	align-items: center;
	justify-content: space-between;
}

.news-right-position-title {
	color: #063772;
	font-size: 20px;
	font-weight: bold;
}

.news-right-position-position {
	color: #bcbcbc;
	font-size: 14px;
}
.news-content {
	background-color: #f3f3f3;
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
/* 	padding-left: 50px;
	padding-right: 50px; */
	min-height: 500px;
	display: flex;
}