@font-face {
	font-family: 'HARMONYOSSANSREGULAR';
	src: url('../font/HARMONYOSSANSREGULAR.TTF');
}

@font-face {
	font-family: 'HARMONYOSSANSBLACK';
	src: url('../font/HARMONYOSSANSBLACK.TTF');
}

* {
	font-family: 'HARMONYOSSANSREGULAR';
}

.phone-section {
	display: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.center {
	width: 78%;
	margin: 0 auto;
}

.updown {
	justify-content: center;
	margin: 30px 0 0 0;
}

.updown a {
	display: block;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
	border: 1px solid #ececec;
	margin: 0 5px;
}

.move1 {
	overflow: hidden;
}

.move1 img {
	transition: all .8s ease .1s;
}

.move1 img:hover {
	transform: scale(1.1);
}

/* 头部 */
header .hea .ul-a {
	width: 60%;
}

header .hea .ul-a .li-a {
	position: relative;
	width: 100%;
}

header .hea .ul-a .li-a .a-a {
	font-size: 20px;
	color: #000000;
	display: block;
	line-height: 100px;
	text-align: center;
}

header .hea .ul-a .li-a .ul-b {
	position: absolute;
	background: #fff;
	z-index: 9;
	width: 100%;
	display: none;
}

header .hea .ul-a .li-a .ul-b .li-b a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

header .hea .ul-a .li-a .ul-b .li-b:hover {
	background: #004e98;
}

header .hea .ul-a .li-a .ul-b .li-b:hover a {
	color: #fff;
}

header .hea .ul-a .li-a:hover {
	background: #004e98;
}

header .hea .ul-a .li-a:hover .a-a {
	color: #fff;
}

header .hea .ul-a .li-a:hover .ul-b {
	display: block;
}

/* 公告 */
.bulletin .bul {
	background: #ebf1f7;
	border: 1px solid #dddee0;
	margin: 50px auto 0 auto;
}

.bulletin .bul .left {
	width: 15%;
	background: #004e98;
	justify-content: center;
}

.bulletin .bul .left .img {
	margin: 0 10px 0 0;
}

.bulletin .bul .left .p {
	font-size: 19px;
	color: #fff;
	line-height: 65px;
}

.bulletin .bul .right {
	width: 85%;
	box-sizing: border-box;
	padding: 0 20% 0 50px;
	position: relative;
}

.bulletin .bul .right .textbox a {
	box-sizing: border-box;
	padding: 0 30px 0 0;
}

.bulletin .bul .right .textbox a .p {
	width: 70%;
	color: #000000;
	font-size: 19px;
	line-height: 65px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.bulletin .bul .right .textbox a .time {
	width: 25%;
	color: #7b7b7b;
	font-size: 19px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: right;
}

.bulletin .bul .right .swiper-button-preva {
	left: auto;
	right: 60px;
}

.bulletin .bul .right .swiper-button-preva::after {
	font-size: 20px;
	font-weight: bold;
	color: #6c6f71;
}

.bulletin .bul .right .swiper-button-preva:hover::after {
	color: #000000;
}

.bulletin .bul .right .swiper-button-nexta {
	left: auto;
	right: 20px;
}

.bulletin .bul .right .swiper-button-nexta::after {
	font-size: 20px;
	font-weight: bold;
	color: #6c6f71;
}

.bulletin .bul .right .swiper-button-nexta:hover::after {
	color: #000000;
}

/* 首页 */
.index-a .ind {
	padding: 35px 0 0 0;
	align-items: flex-start;
}

.index-a .ind .body-a {
	width: 45%;
}

.index-a .ind .body-a .imgbox {
	position: relative;
}

.index-a .ind .body-a .imgbox .p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 78, 152, 0.8);
	width: 100%;
	box-sizing: border-box;
	padding: 35px 100px 35px 25px;
}

.index-a .ind .body-a .imgbox .p .title {
	font-size: 19px;
	color: #ffffff;
	margin: 0 0 8px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-a .ind .body-a .imgbox .p .text {
	font-size: 16px;
	color: #ffffff;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-a .ind .body-a .swiper-paginationb {
	bottom: 35px;
	text-align: right;
	box-sizing: border-box;
	padding: 0 20px;
}

.index-a .ind .body-a .swiper-pagination-bullet {
	background: #fff;
	width: 11px;
	height: 11px;
}

.index-a .ind .body-b {
	width: 50%;
}

.index-a .ind .body-b .caption {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #9ebcd8;
	margin: 0 0 15px 0;
}

.index-a .ind .body-b .caption .left {
	font-size: 23px;
	color: #004e98;
	font-family: 'HARMONYOSSANSBLACK';
	font-weight: 500;
}

.index-a .ind .body-b .caption .right a .p {
	font-size: 18px;
	color: #010101;
	margin: 0 10px 0 0;
}

.index-a .ind .body-b .textbox a {
	display: block;
	padding: 20px 25px;
	border-bottom: 1px solid #ededed;
}

.index-a .ind .body-b .textbox a .title {
	font-size: 19px;
	color: #000000;
	margin: 0 0 10px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-a .ind .body-b .textbox a .text {
	font-size: 14px;
	color: #7a7a7a;
	margin: 0 0 15px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-a .ind .body-b .textbox a .time {
	font-size: 17px;
	color: #636363;
}

.index-a .ind .body-b .textbox:hover {
	background: #004e98;
}

.index-a .ind .body-b .textbox:hover a .title {
	color: #fff;
}

.index-a .ind .body-b .textbox:hover a .text {
	color: #fff;
}

.index-a .ind .body-b .textbox:hover a .time {
	color: #fff;
}

.index-b .ind {
	padding: 35px 0 0 0;
}

.index-b .ind .btn {
	width: 23%;
}

.index-b .ind .btn a {
	background: #004e98;
	justify-content: center;
	border-radius: 10px;
}

.index-b .ind .btn a .img {
	margin: 0 20px 0 0;
}

.index-b .ind .btn a .p {
	font-size: 21px;
	color: #fff;
	margin: 0 10px 0 0;
	line-height: 80px;
}

.index-b .ind .btn-a a {
	background: #004e98 url(../img/ind4.png) top right no-repeat;
}

.index-b .ind .btn-b a {
	background: #004e98 url(../img/ind6.png) top right no-repeat;
}

.index-b .ind .btn-c a {
	background: #004e98 url(../img/ind8.png) top right no-repeat;
}

.index-b .ind .btn-d a {
	background: #004e98 url(../img/ind10.png) top right no-repeat;
}

.index-c .ind {
	padding: 30px 0 0 0;
	align-items: flex-start;
}

.index-c .ind .body-a {
	width: 38%;
	background: #ebf1f7;
	box-sizing: border-box;
	padding: 30px 20px 30px 20px;
}

.index-c .ind .body-a .caption {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #d9dee3;
}

.index-c .ind .body-a .caption .left {
	font-size: 22px;
	color: #004e98;
	position: relative;
	padding: 0 15px;
	font-family: 'HARMONYOSSANSBLACK';
	font-weight: 500;
}

.index-c .ind .body-a .caption .left::after {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	height: 3px;
	background: #004e98;
	content: '';
}

.index-c .ind .body-a .caption .left::before {
	position: absolute;
	left: 45%;
	bottom: -25px;
	border-top: 5px solid #004e9800;
	border-left: 5px solid #004e9800;
	border-right: 5px solid #004e9800;
	border-bottom: 10px solid #004e98;
	content: '';
}

.index-c .ind .body-a .caption .right a {
	font-size: 14px;
	color: #000000;
}

.index-c .ind .body-a .textbox a {
	padding: 15px 0 15px 30px;
	border-bottom: 1px dashed #bfc3c7;
	position: relative;
}

.index-c .ind .body-a .textbox a .title {
	width: 70%;
	font-size: 17px;
	color: #000000;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-c .ind .body-a .textbox a .time {
	width: 25%;
	font-size: 17px;
	color: #000000;
	text-align: right;
}

.index-c .ind .body-a .textbox a::before {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 7px;
	height: 7px;
	background: #2b2b2b;
	border-radius: 30px;
	content: '';
}

.index-c .ind .body-a .textbox:last-child a {
	border-bottom: 0px dashed #bfc3c7;
}

.index-c .ind .body-b {
	width: 20%;
}

.index-c .ind .body-b .btn {
	background-size: cover;
	width: 100%;
	margin: 0 0 10px 0;
}

.index-c .ind .body-b .btn a {
	display: block;
	line-height: 115px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}

.index-c .ind .body-b .btn:last-child {
	margin: 0;
}

.index-c .ind .body-b .btn-a {
	background: url(../img/ind11.jpg) no-repeat;
}

.index-c .ind .body-b .btn-a a {
	color: #ffffff;
}

.index-c .ind .body-b .btn-b {
	background: url(../img/ind12.jpg) no-repeat;
}

.index-c .ind .body-b .btn-b a {
	color: #004e98;
}

.index-c .ind .body-b .btn-c {
	background: url(../img/ind13.jpg) no-repeat;
}

.index-c .ind .body-b .btn-c a {
	color: #033a86;
}

.index-c .ind .body-b .btn-d {
	background: url(../img/ind14.jpg) no-repeat;
}

.index-c .ind .body-b .btn-d a {
	color: #ffffff;
}

.index-e .ind {
	padding: 30px 0 0 0;
}

.index-f .ind {
	padding: 40px 0 0 0;
}

.index-f .ind .body-a {
	width: 48%;
}

.index-f .ind .body-a .caption {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d9dee3;
}

.index-f .ind .body-a .caption .left {
	font-size: 22px;
	color: #004e98;
	position: relative;
	padding: 0 15px;
	font-family: 'HARMONYOSSANSBLACK';
	font-weight: 500;
}

.index-f .ind .body-a .caption .left::after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 3px;
	background: #004e98;
	content: '';
}

.index-f .ind .body-a .caption .left::before {
	position: absolute;
	left: 45%;
	bottom: -15px;
	border-top: 5px solid #004e9800;
	border-left: 5px solid #004e9800;
	border-right: 5px solid #004e9800;
	border-bottom: 10px solid #004e98;
	content: '';
}

.index-f .ind .body-a .caption .right a {
	font-size: 14px;
	color: #000000;
}

.index-f .ind .body-a .textbox a {
	padding: 15px 0 15px 30px;
	border-bottom: 1px dashed #bfc3c7;
	position: relative;
}

.index-f .ind .body-a .textbox a .title {
	width: 75%;
	font-size: 17px;
	color: #000000;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-f .ind .body-a .textbox a .time {
	width: 20%;
	font-size: 17px;
	color: #000000;
	text-align: right;
}

.index-f .ind .body-a .textbox a::before {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 7px;
	height: 7px;
	background: #2b2b2b;
	border-radius: 30px;
	content: '';
}

.index-g .ind {
	padding: 30px 0 0 0;
}

.index-g .ind .caption {
	background: #ecf4ff;
	margin: 0 0 20px 0;
}

.index-g .ind .caption .left {
	font-size: 22px;
	color: #ffffff;
	line-height: 55px;
	background: #004e98;
	padding: 0 45px;
	font-family: 'HARMONYOSSANSBLACK';
	font-weight: 500;
}

.index-g .ind .caption .right a {
	font-size: 17px;
	color: #000000;
	display: block;
	padding: 0 20px;
}

.index-g .ind .element .imgbox a {
	display: block;
	background: #43719c;
}

.index-g .ind .element .imgbox a .p {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
}

.index-h .ind {
	padding: 50px 0 30px 0;
}

.index-h .ind .caption {
	margin: 0 0 30px 0;
}

.index-h .ind .caption .left .img {
	margin: 0 10px 0 0;
}

.index-h .ind .caption .left .p {
	font-size: 22px;
	color: #004e98;
	font-family: 'HARMONYOSSANSBLACK';
	font-weight: 500;
}

.index-h .ind .caption .right a {
	font-size: 17px;
	color: #000000;
}

.index-h .ind .element {
	background: #ebf1f7;
	box-sizing: border-box;
	padding: 30px 20px;
	justify-content: space-around;
}

/* 底部 */
footer {
	background: url(../img/foo1.jpg) no-repeat;
	background-size: cover;
}

footer .foo {
	padding: 70px 0;
	align-items: flex-start;
}

footer .foo .logo {
	width: 20%;
}

footer .foo .body-a {
	width: 30%;
}

footer .foo .body-a p {
	font-size: 17px;
	color: #ffffff;
	line-height: 36px;
}

footer .foo .body-b {
	width: 10%;
	margin: 0 10% 0 0;
}

footer .foo .body-b .img {
	text-align: center;
}

footer .foo .body-b .p {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}

footer .foo .body-c {
	width: 20%;
}

footer .foo .body-c p {
	font-size: 17px;
	color: #ffffff;
	line-height: 36px;
}

footer .foo .body-c .jszcbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer .foo .body-c .jszcbox .jszctext {
	width: 90px;
	font-size: 17px;
	color: #ffffff;
	line-height: 36px;
}

footer .foo .body-c .jszcbox .jszcimg {
	width: 65px;
	padding: 5px 0 0 0;
}

/* 面包屑 */
.crumb {
	background: #f7f7f7;
}

.crumb .cru {
	font-size: 24px;
	color: #0054a5;
	font-weight: bold;
	padding: 20px 0;
}

/* 内页 */
.n-content .con {
	padding: 80px 0;
	align-items: flex-start;
}

.n-content .con .left {
	width: 20%;
}

.n-content .con .left ul li {
	background: #f8f8f8;
}

.n-content .con .left ul li a {
	padding: 15px 20px;
	border-bottom: 1px solid #e3e3e3;
}

.n-content .con .left ul li a .p {
	font-size: 18px;
	color: #333;
}

.n-content .con .left ul li a .img img:nth-child(1) {
	display: block;
}

.n-content .con .left ul li a .img img:nth-child(2) {
	display: none;
}

.n-content .con .left ul li:hover a {
	background: #004e98;
}

.n-content .con .left ul li:hover a .p {
	color: #fff;
}

.n-content .con .left ul li:hover a .img img:nth-child(1) {
	display: none;
}

.n-content .con .left ul li:hover a .img img:nth-child(2) {
	display: block;
}

.n-content .con .right {
	width: 75%;
}

/* 新闻 */
.news .textbox {
	border-bottom: 1px dashed #e3e3e3;
}

.news .textbox a {
	padding: 15px 0 15px 0;
	justify-content: flex-start;
}

.news .textbox a .after {
	width: 5%;
}

.news .textbox a .title {
	width: 75%;
	color: #444444;
	font-size: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news .textbox a .time {
	width: 20%;
	color: #939292;
	font-size: 16px;
	text-align: right;
}

.x-news .title {
	font-size: 30px;
	color: #3b3b3b;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.x-news .time {
	font-size: 14px;
	color: #666666;
	padding: 0 0 20px 0;
	text-align: center;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e3e3e3;
}

.x-news .element {
	line-height: 35px;
	font-size: 16px;
	color: #282828;
}
.x-news .element table{
	width: 100%;
}
/* 联系 */
.contact p {
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.contact .table table {
	width: 100%;
	border: 1px solid #e3e3e3;
}

.contact .table table tr th {
	font-size: 16px;
	padding: 10px 0;
}

.contact .table table tr td {
	font-size: 16px;
	padding: 10px 0;
}

/* 搜索 */
.search form {
	width: 60%;
	border: 1px solid #e3e3e3;
	margin: 0 0 30px 0;
}

.search form .sea {
	width: 90%;
	border: 0 solid #fff;
	outline: none;
	font-size: 16px;
	color: #666666;
	line-height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
}

.search form .submit {
	width: 10%;
	border: 0 solid #fff;
	outline: none;
	height: 45px;
	background: url(../img/sea.png) no-repeat center;
}

.search .textbox {
	border-bottom: 1px dashed #e3e3e3;
}

.search .textbox a {
	padding: 15px 0 15px 0;
	justify-content: flex-start;
}

.search .textbox a .after {
	width: 5%;
}

.search .textbox a .title {
	width: 75%;
	color: #444444;
	font-size: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.search .textbox a .time {
	width: 20%;
	color: #939292;
	font-size: 16px;
	text-align: right;
}

/******************************************/
@media screen and (max-width: 1801px) {
	.center {
		width: 80%;
	}
}

/******************************************/
@media screen and (max-width: 1601px) {
	.center {
		width: 85%;
	}

	.index-a .ind .body-b .textbox a .text {
		margin: 0 0 10px 0;
	}

	.index-a .ind .body-b .textbox a {
		padding: 15px 20px;
	}

	.index-a .ind .body-b .textbox a .title {
		font-size: 18px;
	}

	.index-a .ind .body-b .textbox a .time {
		font-size: 16px;
	}

	footer .foo .body-b {
		margin: 0 0% 0 0;
	}

	footer .foo .body-c {
		width: 25%;
	}
}

/******************************************/
@media screen and (max-width: 1401px) {
	.center {
		width: 90%;
	}

	header .hea .logo {
		width: 35%;
	}

	header .hea .ul-a .li-a .a-a {
		font-size: 18px;
	}

	.index-c .ind .body-a .textbox a .time {
		font-size: 15px;
	}

	footer .foo .body-c {
		width: 28%;
	}
}

/******************************************/
@media screen and (max-width: 1201px) {
	header {
		display: none;
	}

	.phone-section {
		display: block;
	}

	.phone-logo {
		width: 45%;
	}

	.phone-head {
		width: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
		justify-content: space-between;
		background-color: #fff;
		/* position: fixed; */
		top: 0;
		left: 0;
	}

	.phone-close {
		background-color: #004e98;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.phone-close img {
		width: 30px;
	}

	.phone-listnav {
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999999999999999;
	}

	.phonelist-nav {
		width: 100%;
		background-color: #004e9899;
		line-height: 48px;
	}

	.phonelist-nav a {
		color: #fff;
		font-size: 14px;
		padding: 0 15px;
	}

	.phonelist-nav1 {
		flex-direction: column;
		align-items: stretch;
		padding-left: 20px;
	}

	.phonelist-nav1 a {
		display: block;
	}

	.phonelist-nav {
		border-bottom: 1px solid #ffffff;
	}

	.phonelist-nav:last-child {
		border-bottom: none;
	}

	.phonelist-navtop>a {
		width: 50%;
	}

	.phonelist-navtop div {
		flex-grow: 1;
		flex-direction: row-reverse;
		box-sizing: border-box;
		padding-right: 10px;
	}

	.phonelist-navtop div img {
		width: 16px;
	}

	.phonelist-nav1 {
		display: none;
	}

	.menucl-img2 {
		display: none;
	}

	.bulletin .bul {
		margin: 30px auto 0 auto;
		flex-wrap: wrap;
	}

	.bulletin .bul .left {
		width: 100%;
	}

	.bulletin .bul .right {
		padding: 0 20% 0 50px;
		width: 100%;
	}

	.index-a .ind {
		flex-wrap: wrap;
	}

	.index-a .ind .body-a {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.index-a .ind .body-a .imgbox .p {
		padding: 25px 100px 25px 25px;
	}

	.index-a .ind .body-a .swiper-paginationb {
		bottom: 20px;
	}

	.index-a .ind .body-b {
		width: 100%;
	}

	.index-a .ind .body-b .caption .left {
		font-size: 22px;
	}

	.index-b .ind {
		padding: 30px 0 0 0;
		flex-wrap: wrap;
	}

	.index-b .ind .btn {
		width: 48%;
		margin: 0 1% 20px 1%;
	}

	.index-c .ind {
		flex-wrap: wrap;
	}

	.index-c .ind .body-a {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.index-c .ind .body-b {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.index-c .ind .body-b .btn {
		width: 45%;
		margin: 0 2.5% 20px 2.5%;
	}

	.index-c .ind .body-b .btn:last-child {
		margin: 0 2.5% 20px 2.5%;
	}

	.index-f .ind {
		padding: 30px 0 0 0;
		flex-wrap: wrap;
	}

	.index-f .ind .body-a {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.index-h .ind {
		padding: 30px 0 30px 0;
	}

	.index-h .ind .box {
		overflow-x: auto;
	}

	.index-h .ind .element {
		width: 1200px;
	}

	footer .foo {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	footer .foo .logo {
		width: 100%;
		text-align: center;
	}

	footer .foo .body-a {
		width: 65%;
	}

	footer .foo .body-b {
		width: 25%;
	}

	footer .foo .body-c {
		width: 100%;
	}

	.n-content .con {
		padding: 40px 0;
	}

	.n-content .con .left {
		display: none;
	}

	.n-content .con .right {
		width: 100%;
	}

	.x-news .title {
		font-size: 24px;
		line-height: 30px;
	}
}

/******************************************/
@media screen and (max-width: 801px) {
	.phone-logo {
		width: 75%;
	}
	.index-a .ind .body-a {
        width: 100%;
        margin: 0 auto 20px auto;
    }
	.bulletin .bul .right {
        padding: 0 20% 0 20px;
        width: 100%;
    }
	.bulletin .bul .right .textbox a .p{
		width: 100%;
	}
	.bulletin .bul .right .textbox a .time{
		display: none;
	}
	.index-a .ind .body-b .textbox a {
        padding: 15px 0px;
    }
	.index-b .ind .btn a .p {
		font-size: 20px;
	}
	.index-c .ind .body-a .textbox a .title{
		width: 65%;
	}
	.index-c .ind .body-a .textbox a .time{
		width: 30%;
	}
	.index-c .ind .body-b .btn {
        width: 80%;
        margin: 0 auto 20px auto;
    }
	.index-c .ind .body-b .btn:last-child {
        width: 80%;
        margin: 0 auto 20px auto;
    }
	.index-e .ind {
		padding: 10px 0 0 0;
	}
	.index-f .ind .body-a .textbox a .title {
		width: 65%;
	}
	.index-f .ind .body-a .textbox a .time {
		width: 30%;
	}
	.index-g .ind .element .imgbox a .img img{
		width: 100%;
	}
	footer .foo .body-a {
        width: 100%;
    }
	.news .textbox a .title {
		width: 70%;
	}
	.news .textbox a .time {
		width: 25%;
	}
	.x-news .title {
        font-size: 22px;
        line-height: 30px;
    }
	.updown{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.updown a{
		margin: 3px 5px;
	}
}