@charset "UTF-8";
/***************banner****************/
#banner{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;}
#banner .swiper-container {
	width: 100%;
	height:100%;
	position:absolute;
}
#banner .swiper-text {
	font-size: 22px;
	color: #fff;
	background: rgba(255,255,255,0.25);
	border-radius: 22px;
	position: absolute;
	left: 50%;
	margin-left: -140px;
	bottom: 80px;
	padding: 7px 13px 7px 26px;
}
#banner .swiper-slide img{
	/*animation-duration:2s;*/
	/*animation-timing-function:linear;*/
	/*animation-fill-mode: forwards;*/
	/*-webkit-animation-duration:2s;*/
	/*-webkit-animation-timing-function:linear;*/
	/*-webkit-animation-fill-mode: forwards;*/
	/*transform: scale(1.1);*/
	/*transition: linear 2s;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner .swiper-slide-active img{
	transform: scale(1);
}
#banner .swiper-pagination{
	bottom:35px;
	width: 100%;
}
#banner .swiper-pagination-bullet{
	width: 23px;
	height: 23px;
	border: solid 5px #ffffff;
	background-color: transparent;
	margin:0 10px;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active {
	background-color: #fff;
}
#banner .swiper-button-prev.swiper-button-white {
	width: 73px;
	height: 73px;
	background-image: url(../image/icon-jt.png);
	background-size: auto;
	background-position: 0 0;
	opacity: 1;
	left: 70px;
}
#banner .swiper-button-next.swiper-button-white {
	width: 73px;
	height: 73px;
	background-image: url(../image/icon-jt.png);
	background-size: auto;
	background-position: -73px 0;
	right: 70px;
}


#special-row .swiper-wrapper {
	transition-timing-function: linear !important;
}
#special-row{
	--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
	--swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.modular .external-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

.modular .swiper-button-prev {
	left: -4px;
	top:67%;
}

.modular .swiper-button-next {
	right: -4px;
	top:67%;
}

.slideBox {
	width: 100%;
	position: relative;
	margin-top: 120px;
}
.slideBox .bd {
	height: 100%;
	overflow: hidden;
}
.slideBox .bd li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	/*transform: scale(1.1);*/
	transition: linear 5s;
}
.slideBox .hd {
	padding: 0 80px;
}
.slideBox .hd a {
	position: absolute;
	top:50%;
	left: 70px;
	width: 73px;
	height: 73px;
	background-image: url(../image/icon-jt.png);
	background-size: auto;
	background-position: 0 0;
	z-index: 1;
}
.slideBox .hd a:last-child {
	background-position: -73px 0;
	left: auto;
	right: 70px;
}
.slideBox .hd ul {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 67px;
	z-index: 1;
	width: 100%;
	left: 0;
}
.slideBox .hd li {
	border-radius: 100%;
	margin: 0 10px;
	width: 23px;
	height: 23px;
	border: solid 5px #ffffff;
	cursor: pointer;
}
.slideBox .hd li.on {
	background: #fff;
}

/***************新闻中心: 新样式****************/
.news-container {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5); /* 50% 透明度 */
}

/****通知公告****/
.news-container .left {
	width: 30%;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
	background-color: rgba(255, 255, 255, 0.5); /* 50% 透明度 */
}

.new-title {
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}ssss
.new-title a {
	float: right;
	font-size: 12px;
	color: #b07fc4;
	font-weight: normal;
	line-height: 49px;
}
.notice ul li {
	margin-top: 5px;
	height: 70px;
	overflow: hidden;
	border-bottom: black 1px;
}
.notice ul li:first-child {
	margin-top: 5px;
}
.notice ul li .n-date {
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 28px;
	text-align: center;
	background: #196391;
	border: 1px #196391 solid;
	color: white;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	cursor: pointer;
}
.notice ul li .n-date:hover{
	background: white;
	color:#196391 ;

}

.notice ul li a{
	position: relative;
	padding-left: 10px;
}
.notice ul li a:before{
	/*content: '';*/
	/*width: 4px;*/
	/*height: 4px;*/
	/*background-color: #9eadd9;*/
	/*border-radius: 4px;*/
	/*left: 2px;*/
	/*top: 13px;*/
	/*margin-top:-2px;*/
	/*position: absolute;*/
}
/*.notice ul li a:hover:before {*/
/*	content: '';*/
/*	width: 4px;*/
/*	height: 4px;*/
/*	background-color: #567fe6;*/
/*	border-radius: 4px;*/
/*	left: 2px;*/
/*	top: 13px;*/
/*	margin-top:-2px;*/
/*	transform:scale(1.5);*/
/*	position: absolute;*/
/*}*/


.notice ul li .n-date p{
	font-size: 26px
}
.notice ul li .n-date span{
	 font-size: 14px
}
.notice ul li a {
	line-height: 26px;
	font-size: 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: -1px;
}

.notice ul li a:hover {
	color: #567fe6;
}

/****图片新闻****/
.news-container .middle {
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	background: white;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
	justify-content: center; /* 水平居中 */
	background-color: rgba(255, 255, 255, 0.5); /* 50% 透明度 */
}

/*添加hover样式*/
.news-container .middle .list ul li{
	position: relative;
	padding-left: 10px;
}
/*.news-container .middle .list ul li a:before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #9eadd9;
	border-radius: 4px;
	left: 2px;
	top: 50%;
	margin-top:-2px;
	position: absolute;
}*/
/*.news-container .middle .list ul li a:hover:before {*/
/*	content: '';*/
/*	width: 4px;*/
/*	height: 4px;*/
/*	background-color: #567fe6;*/
/*	border-radius: 4px;*/
/*	left: 2px;*/
/*	top: 50%;*/
/*	margin-top:-2px;*/
/*	transform:scale(1.5);*/
/*	position: absolute;*/
/*}*/

.middle .n-date {
	margin-bottom: 15px;
	font-size: 15px;
	color: #999;
}

.middle .swiper {
	width: 100%;
	height: 350px;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}

.middle .swiper img {
	width: 100%;
    /*height: 100%;*/
	margin-left: 5px;
	/*width: 520px;*/
	height: 350px;
	object-fit: cover;
	border-radius: 4px;
}

.middle .swiper p {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.15));
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 30%;
	margin-left: 5px;
}

.middle .swiper .hd {
	position: absolute;
	bottom: 15px;
	z-index: 1;
	width: 100%;
}

.middle .swiper .hd ul {
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}

.middle .swiper .hd ul li {
	background-color: #fff;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 8px;
}

.middle .swiper .hd ul li.on {
	background-color: #076afc;
}

.list ul li {
	margin-top: 5px;
	line-height: 30px;
}

.list ul li time {
	padding-left: 10px;
	font-size: 15px;
	float: right;
	color: #999;
	line-height: 30px;
}

list ul li a {
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	line-height: 36px;
	margin-right: 5px;
}
/****时政要闻****/
.news-container .right ul li a img {
	width: 100%;
	height: 100%;
	margin-top: 5px;
}
.news-container .right ul li {
	width: 100%;
	height: 80%;
	margin-top: 10px;
}
.news-container .right .new-title-top{
	width: 100%;
	height: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
/****快捷导航****/
.news-container .right {
	width: 20%;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
	background-color: rgba(255, 255, 255, 0.5); /* 50% 透明度 */
}

.news-container .right ul li a img {
	width: 100%;
	height: 100%;
	margin-top: 5px;
}
.news-container .right .special-content .bd ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 150px;
	overflow: hidden;
}

.news-container .right .special-content .bd li {
	height: 60px;
	width: 48%;
	/*margin-bottom: 8px;*/
}
.news-container .right .special-content .bd li a img {
	width: 100%;
	height: 100%;
}


/***************新闻中心****************/
.home-content {
	background:#f1f1f1;
	background-size: 101% auto;
}
.news-container {
	/*margin-top: 60px;*/
}
.news {
	flex: 1;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.news .swiper {
	width: 531px;
	position: relative;
	overflow: hidden;
}
.swiper-img {
	overflow: hidden;
}
.news .swiper .bd ul {
	width: 100% !important;
	height: 313px !important;
}
.news .swiper .bd ul li {
	width: 100% !important;
}
.news .swiper .hd a {
	position: absolute;
	top:37%;
	left: 20px;
	width: 24px;
	height: 48px;
	background-image: url(../image/slide-jt.png);
	background-size: cover;
	z-index: 1;
	border-radius: 2px;
}
.news .swiper .hd a:last-child {
	background-position: -24px 0;
	left: auto;
	right: 20px;
}
.news .swiper img {
	width: 100%;
	height: 313px;
	object-fit: cover;
	transition: linear 0.5s;
}
.news .swiper:hover img{
	transform: scale(1.1);
}
.news .swiper:hover .text{
	background-color: #bc220f;
	color: #fff;
	border: solid 1px #bc220f;
	border-top: 0;
}
.news .swiper:hover .text .date{
	color: #fff;
}
.news .swiper:hover .text .date span {
	background: url(../image/next_sel.png) no-repeat;
}
.news .swiper .text {
	border: solid 1px #dddddd;
	border-top: 0;
	color: #1f222e;
	background: #fff;
	line-height: 36px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	padding: 8px 20px;
	transition: background-color 0.2s;
}
.news .swiper .text .date {
	color: #acadb0;
}
.news .swiper .text .date span {
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url(../image/next_def.png) no-repeat;
	float: right;
	margin-top: 11px;
}

.news .swiper .hd ul li.on {
	background-color: #076afc;
}
.news-list {
	flex: 1;
	margin-left: 30px;
	width: 0;
}
.news-list .new-title {
	background-color: #f1f1f1;
	padding: 0 25px;
}
.new-title {

}
.new-title .new-title-HD{
	display: inline-block;
	cursor: pointer;
}

.new-title span {
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
}
.new-title span:nth-last-child(2) {
	margin-right: 0 !important;
}
.new-title span.active{
	color: #bc220f;
	position: relative;
}
.new-title span:hover {
	color: #bc220f;
}
.new-title span.active::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #bc220f;
	left:20px;
	bottom: 2px;
}
.new-title a {
	float: right;
	font-weight: normal;
	color: #bc220f;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.new-title a img {
	object-fit: cover;
}
.news-list ul{
	border: solid 1px #dddddd;
	border-top: 0;
	background-color: #fff;
	padding: 20px 25px 0 25px;
	height: 351px;
}
.news-list ul li{
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 0 15px 1px rgba(182, 192, 205, 0.23);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.news-list ul li a {
	font-size: 18px;
	color: #1f222e;
	line-height: 30px;
	padding: 0 20px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}
.news-list ul li a:hover,
.news-list ul li a:hover .text{
	color: #bc220f;
}
.news-list ul li .text {
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}
.news-list ul li .date {
	width: 70px;
	height: 46px;
	line-height: 25px;
	text-align: center;
	background: #f6f6f6;
}
.news-list ul li .date p{background: #bc220f;font-size: 18px;color: #fff;font-weight: bold;}
.news-list ul li .date span{display: block; font-size: 12px; color: #666;}

/*******************å¹¿å‘Šè½®æ’­**********************/
/*.list ul li a::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #9eadd9;
	border-radius: 4px;
	left: 5px;
	top: 23px;
	position: absolute;
}*/
.list ul li {
	height: 30px;
}
.list ul li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	color: #001529;
}

.list ul li a:hover {
	color: #567fe6;
}

/***************快捷导航 (暂废弃)****************/
.navigation {
	margin: 50px 0 40px 0;
}
.navigation_title01 {
	display: none;
}
.navigation ul {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.navigation ul li{
	text-align: center;
	line-height: 48px;
	width: 180px;
	height: 180px;
	border: 1px #cecccc dashed;
	border-radius: 100%;
}
.navigation ul li:hover {
	border: 1px #ba2a17 dashed;
}
.navigation ul li a{
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	font-size: 22px;
	color: #414553;
}
.navigation ul li img{
	height: 53px;
	transition: .3s;
	margin-bottom: 5px;
}
.navigation ul li a:hover img {
	transform: rotateZ(360deg);
}
/***************专题栏目（任在使用）****************/
.modular {
	margin:0px 0 20px 0;
	position: relative;
}
.modular .bd {
	padding-left: 12px;
	margin: 5px 0px 20px 0px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.modular .bd .ul {
	padding-top: 10px !important;
}
.modular .bd .li {
	width: 305px;
	height: 70px;
	text-align: center;
	margin-right: 40px;
	float: left;
}
.modular .bd .ul .li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: margin-top 0.5s;
}
.modular .bd .ul .li img:hover {
	margin-top: -5px;
}
.modular .hd {
	position: absolute;
	width: 100%;
	height: 140px;
	display: none;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}
.modular .hd a {
	width: 6px;
	height: 12px;
	background-image: url(../image/red-arrow.png);
	background-size: cover;
	background-position: 0 0;
}
.modular .hd a:last-child {
	transform: rotate(180deg);
}
/*************二级列表******************/
.list-content {
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
}

.list-menu {
	margin-right: 20px;
	width: 260px;
	background: #f8f9f9;
}

.list-menu-title {
	background: #135c8a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 20px;
	text-align: center;
}

.list-menu ul {
	padding: 10px 0;
}
.list-menu ul li {
	padding: 4px 0;
}
.list-menu ul li a {
	padding: 0 20px;
	line-height: 32px;
	display: inline-block;
	border-left: 2px transparent solid;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}
.list-menu ul li.active {
	background-color: #fff;
}
.list-menu ul li.active a {
	color: #ba2a17;
	border-left: 4px #ba2a17 solid;
}

.list-content .list,
.pic-list{
	flex: 1;
	width: 0;
}
.list-content .list li {
	box-shadow: 0 0 15px 1px rgba(182, 192, 205, 0.23);
	margin: 5px 0 20px 0;
	height: 50px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-content .list ul li a {
	color: #001529;
	font-size: 16px;
	line-height: 50px;
	flex: 1;
}
.list-content .list ul li time {
	line-height: 50px;
}
.list-content .list ul li a:hover {
	color: #ba2a17;
}
.list-content .list ul li a:hover:before {
	background-color: #ba2a17;
}
.pic-list ul{
	display: flex;
	flex-wrap: wrap;
}
.pic-list ul li {
	width: 33.33%;
	margin-bottom: 25px;
}
.pic-list ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 40px;
}
.text-ellipsis {
	white-space: nowrap; /* 禁止文本换行 */
	overflow: hidden;    /* 隐藏溢出内容 */
	text-overflow: ellipsis; /* 溢出部分显示省略号 */
	/*width: 200px;*/
}
.pic-list ul li a img{
	width: 285px;
	height: 165px;
	object-fit: cover;
}
.pic-list ul li a .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 285px;
	padding: 0 10px;
	text-align: center;
}
#pageListPic ul{
	display: flex;
	flex-wrap: wrap;
}
#pageListPic li {
	width: 33.33%;
	margin-bottom: 25px;
	height: auto !important;
	line-height: normal !important;
	box-shadow: none !important;
}
#pageListPic li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 40px;
}
#pageListPic li a img{
	width: 285px;
	height: 165px;
	object-fit: cover;
}
#pageListPic li a .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 285px;
	padding: 0 10px;
	text-align: center;
}

.location {
	background: #f8f9f9;
	line-height: 58px;
}
.location img {
	margin-right: 10px;
	vertical-align: -4px;
}
.pagination {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.pic-pagination {
	margin-top: 0;
	padding-top: 5px;
}
.pagination-text {
	color: #888;
	font-size: 14px;
	flex: 1;
}
.pagination div a{
	margin: 4px;
	height: 28px;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
}
.pagination div a:hover {
	border: 1px solid #196391;
	color: #196391;
}
.pagination div.active a{
	border: 1px solid #196391;
	background-color: #196391;
	color: #fff;
}
.details {
	box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
	padding: 40px;
	margin-top: 40px;
}

.details .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5;
	color: #196391;
	margin: 20px 0;
	text-align: center;
}

.details .text {
	padding: 10px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	color: #666;
}
.details .text span{
	margin: 0 6px;
}

.details .content {
	/*text-indent: 2em;*/
	margin: 40px 0;
	line-height: 30px;
}
.details .content p{
	text-indent: 2em !important;
	line-height: 30px;
}
.details .content img,
.details .content video{
	display: block;
	margin: 20px auto;
	max-width: 100% !important;
	height: auto !important;
}
.details .content audio{
	display: block;
	margin: 20px auto;
}

.next-news {
	margin: 20px 0;
	padding: 0px 40px;
	box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
}
.next-news .item {
	line-height: 46px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.next-news .item:first-child {
	border-bottom: 1px #f6f7f8 solid;
}
.next-news .item a {
	font-weight: normal;
}

.next-news .item a:hover {
	text-decoration: underline;
}

.file {
	margin: 15px 0;
}
.file a{
	color: #ba2a17;
	line-height: 40px;
	font-size: 16px;
	word-break: break-all;
	margin-top: 5px;
	display: inline-block;
}
.file a:hover {
	text-decoration: underline;
}

.no-data{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.no-data img {
	width: auto;
	height: 240px;
}
.no-data-text {
	font-size: 18px;
	font-weight: normal;
	color: #5b6481;
	margin: 20px;
}


/*************适配样式******************/
@media screen and (max-width: 1530px) {

	.middle .swiper {
		width: 520px;
		height: 300px;
		position: relative;
		overflow: hidden;
	}

	.middle .swiper img {
		width: 100%;
		height: 100%;
	}

	.list ul li time {
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1200px) {

	.middle .swiper {
		width: 100%;
		height: 200px;
	}
	.middle .swiper p {
		padding: 0 20px;
		text-align: center;
		line-height: 31px;
		font-size: 12px;
	}
	.middle .swiper img {
		width: 100%;
		height: 200px;
	}
	.middle .swiper .hd {
		bottom: 36px;
	}
	.middle .swiper .hd ul {
		justify-content: center;
		padding-right: 0;
	}

	.list ul li time {
		font-size: 14px;
		line-height: 28px;
	}

	.swiper-pagination {
		bottom: 15px;
	}
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-width: 2px;
		margin: 0 4px;
	}
	.news-container {
		margin-top: 25px;
	}
	.swiper-text {
		font-size: 14px;
		margin-left: -82px;
		bottom: 38px;
		padding: 4px 0px 4px 14px;
	}
	.news {
		display: block;
	}
	.news .swiper {
		width: 100%;
		margin-bottom: 20px;
	}
	.news .swiper .bd ul {
		height: 248px !important;
		width: 100% !important;
	}
	.news .swiper .bd ul li {
		width: 100% !important;
	}
	.news .swiper img {
		height: 181px;
	}
	.news .swiper .text {
		font-size: 14px;
		padding: 0 14px;
	}
	.news .swiper .text .date {
		font-size: 14px;
		line-height: 30px;
	}
	.news .swiper .text .date span {
		height: 12px;
		width: 17px;
		background-size: cover;
		background: url(../image/mini-more.png) no-repeat;
		float: right;
	}
	.news .swiper .hd a {
		top: 28%;
	}
	.news-list {
		width: 100%;
		margin: 0;
	}
	.news-list .new-title {
		font-size: 15px;
		line-height: 40px;
		padding: 0 15px;
		font-weight: normal;
		position: relative;
	}
	.news-list .new-title a {
		position: absolute;
		top: 0;
		right: 15px;
	}
	.news-list .new-title span {
		margin-right: 10px;
	}
	.news-list .new-title span.active::before {
		height: 2px;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.new-title a {
		font-size: 12px;
	}
	.new-title a img {
		height: 12px;
	}
	.news-list ul {
		padding: 15px 15px 0;
		height: auto;
	}
	.news-list ul li {
		margin-bottom: 15px;
	}
	.news-list ul li a {
		font-size: 14px;
	}
	.news-list ul li a .text{
		font-size: 12px;
	}
	.news-list ul li .date p {
		font-weight: normal;
		font-size: 14px;
	}
	.s_title01 img,
	.footer .title img{
		height: 26px;
	}
	.navigation {
		margin: 30px 0 20px 0;
	}
	.navigation ul li {
		width: 97px;
		height: 97px;
		display: inline-block;
		margin-right: 16px;
		line-height: normal;;
	}
	.navigation ul li:last-child {
		margin-right: 0;
	}
	.navigation ul li a {
		font-size: 14px;
	}
	.navigation ul {
		display: block;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
		/* width: 100%; */
		height: 100px;
		margin-top: 25px;
	}
	.navigation ul::-webkit-scrollbar {
		display: none;
	}
	.navigation ul li img {
		height: 30px;
	}
	.modular .hd {
		display: none;
	}
	.modular .bd {
		margin: 10px 0px 30px 0px;
	}
	.modular .bd li {
		width: 153px !important;
		height: 60px;
		border-radius: 5px;
		margin-right: 10px;
	}
	.location {
		padding: 10px 0;
		line-height: 30px;
	}
	.list-menu {
		display: none;
	}
	.pic-list ul li{
		width: 100%;
	}
	.list-content{
		margin-top: 20px;
	}
	.list-content .list ul li a {
		font-size: 14px;
	}
	.list ul li time {
		font-size: 14px;
	}
	.details {
		padding: 0;
		margin: 0;
		box-shadow: none;
	}
	.details .title {
		font-size: 30px;
		margin: 20px 0 0;
	}
	.details .text {
		font-size: 14px;
		/*display: flex;*/
		/*justify-content: flex-start;*/
		/*flex-wrap: wrap;*/
		text-align: left;
	}
	.details .text span {
		margin-left: 0;
		margin-right: 10px;
	}
	/*.details .text span:first-child {*/
	/*	width: 100%;*/
	/*	flex-basis: 100%;*/
	/*}*/
	/*.details .text span:last-child {*/
	/*	text-align: right;*/
	/*}*/
	.next-news {
		padding: 0 20px;
	}
	.next-news .item {
		line-height: 36px;font-size: 14px;
	}
	.swiper-button-white {
		display: none;
	}
	.no-data img {
		height: 200px;
	}
	.navigation_title01 {
		display: block;
	}
	.navigation_title02 {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	html, body{
		-webkit-text-size-adjust: none;
	}
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 485px) {

}
