@charset "UTF-8";

html,
body,
* {
	font-family: "Microsoft YaHei", '微软雅黑';
	font-weight: normal;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.l {
	float: left;
}

.r {
	float: right;
}

.tra_s_2 {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.box_s {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.body-style {
	background-color: #fcf8f5;
}

@font-face {
	font-family: 'syhsm';
	src: url('../fonts/SourceHanSansCN-Medium.otf') format('truetype');
	/* src: url('../fonts/SourceHanSansCN-Medium.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Medium.woff') format('woff'); */
}

@font-face {
	font-family: 'syhsnor';
	src: url('../fonts/SourceHanSansCN-Normal.otf') format('truetype');
	/* src: url('../fonts/SourceHanSansCN-Normal.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Medium.woff') format('woff'); */
}

@font-face {
	font-family: 'syhsregu';
	src: url('../fonts/SourceHanSansCN-Regular.otf') format('truetype');
	/* src: url('../fonts/SourceHanSansCN-Normal.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Medium.woff') format('woff'); */
}

@font-face {
	font-family: 'syhsbold';
	src: url('../fonts/SourceHanSansCN-Bold.otf') format('truetype');
	/* src: url('../fonts/SourceHanSansCN-Normal.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Medium.woff') format('woff'); */
}

@font-face {
	font-family: 'syhslight';
	src: url('../fonts/SourceHanSansCN-Light.otf') format('truetype');
	/* src: url('../fonts/SourceHanSansCN-Light.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Light.woff') format('woff'); */
}

@font-face {
	font-family: 'syhsexl';
	src: url('../fonts/SourceHanSansCN-ExtraLight.otf') format('truetype');
	/* src: url('../fonts/SourceHanSansCN-ExtraLight.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-ExtraLight.woff') format('woff'); */
}

@font-face {
	font-family: 'syhsesb';
	src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
	/* src: url('../fonts/SourceHanSerifCN-Bold.woff2') format('woff2'),
        url('../fonts/SourceHanSerifCN-Bold.woff') format('woff'); */
}

@font-face {
	font-family: 'syhseregu';
	src: url('../fonts/SourceHanSerifCN-Regular.otf') format('truetype');
	/* src: url('../fonts/SourceHanSerifCN-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSerifCN-Regular.woff') format('woff'); */
}

@font-face {
	font-family: 'syhsemed';
	src: url('../fonts/SourceHanSerifCN-Medium.otf') format('truetype');
	/* src: url('../fonts/SourceHanSerifCN-Medium.woff2') format('woff2'),
        url('../fonts/SourceHanSerifCN-Medium.woff') format('woff'); */
}

.mains {
	width: 1200px;
	margin: 0 auto;
}

/* 顶部 */
.container {
	width: 100%;
	padding-top: 270px;
	background: url(../images/peony-bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}

.container-main {
	position:relative;
	background-color: rgba(234, 210, 187, 0.7);
}

/* 顶部日期栏 */
.top-bar {
	position: absolute;
	right: 28px;
	top:10px;
	color: #333;
	font-size: 17px;
}
.top-bar span{
	color:#000000;
	font-family: 'syhslight';
}

/* 头部 Logo + 搜索栏区域 */
.header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 20px;
	padding-bottom: 15px;
}

.header .logo-group {
	margin-top: 20px;
}

.header .logo-img {
	width: 464px;
	height: 137px;
}

.logo-text h1 {
	font-size: 28px;
	color: #333;
	margin-bottom: 5px;
}

.logo-text p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.search-group {
	display: flex;
	align-items: center;
}

.search-group input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #996c33;
}

.search-group input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #996c33;
}

.search-group input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #996c33;
}

.search-group input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #996c33;
}

.search-group form {
	display: flex;
	align-items: center;
}

.search-input {
	width: 346px;
	height: 38px;
	padding: 0 10px;
	background-color: #d1c0a5;
	outline: none;
	border: none;
	font-size: 18px;
	color: #996c33;
	font-family: 'syhsexl';
}

.search-btn {
	height: 38px;
	width: 58px;
	background-color: #a6937c;
	cursor: pointer;
	border: none;
}

.search-btn img {
	width: 23px;
	height: 23px;
}

/* 导航栏 */

.nav-bar {
	position: relative;
	z-index: 999;
	border-top: 7px solid #ad8654;
	display: flex;
	justify-content: space-between;
	background: url(../images/nav_back.jpg) center no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.nav-bar a:hover {
	background-color: rgba(139, 69, 19, 0.8);
}

/* 一级菜单容器 */
.nav-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

/* 一级菜单项 */
.nav-item {
	position: relative;
	flex: 1;
}

.nav-item>a {
	display: block;
	font-size: 16px;
	color: #d3b195;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 25px;
	text-decoration: none;
	transition: background 0.3s ease;
	text-decoration: none;
	font-family: 'syhsm';
}

.nav-item:hover>a {
	background: rgba(255, 255, 255, 0.15);
}

/* 下拉箭头 */
.has-dropdown>a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #d3b195;
	vertical-align: middle;
	transition: transform 0.3s ease;
}

.has-dropdown:hover>a::after {
	transform: rotate(180deg);
}

/* 二级下拉菜单 */
.dropdown {
	font-size: 16px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
	background: #fff;
	/* background-color: rgba(234, 210, 187, 1.0); */
	width: 100%;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
}

.has-dropdown:hover .dropdown {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
	visibility: visible;
}

.dropdown li {
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
}

.dropdown li:last-child {
	border-bottom: none;
}

.dropdown li a {
	text-align: center;
	display: block;
	padding: 12px 20px;
	color: #333;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.dropdown li a:hover {
	background: #f8f8f8;
	color: #d6000f;
}

/* 导航栏 end */
/* 顶部 end */
/* cons */
.cons {
	margin: 25px auto;
	text-align: center;
}

.cons-1 {
	width: 100%;
	position: relative;
}

.cons-1 h5 {
	font-size: 46px;
	line-height: 1.6;
	color: #d6000f;
	font-family: 'syhsesb';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.cons-1 h5:hover{
	transform: scale(1.02, 1.02);
    transition: .4s transform;
}

.cons-1 p {
	font-size: 17px;
	line-height: 1.6;
	color: #666666;
	font-family: 'syhsnor';
	width: calc(100% - 160px);
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cons-2 {
	margin-top: 20px;
}

.cons-2 h5 {
	font-size: 36px;
}

.info-more {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	background: url(../images/info_more.png) right center no-repeat;
	background-size: 20px auto;
	font-size: 17px;
	line-height: 1.6;
	color: #666666;
	font-family: 'syhsnor';
}

.info-more img {
	width: 20px;
}

.info-more:hover {
	color: #d6000f;
	background-image: url(../images/info_more_hover.png);
}

/* cons end */

/* 轮播组件样式 */
.swiper-container-wrapper {
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.swiper-section {
	width: calc(50% - 16px);
	margin-bottom: 30px;
}

.swiper-container {
	width: 100%;
	height: 330px;
	position: relative;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

/* 轮播内容样式 */
.slide-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* 图片轮播样式 */
.slide-image {
	color: white;
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.slide-text {
	text-align: center;
	z-index: 2;
	max-width: 80%;
}

.slide-tag {
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}

.slide-btn {
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	padding: 8px 25px;
	border-radius: 25px;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.slide-btn:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.slide-text h2 {
	font-size: 48px;
	margin-bottom: 15px;
	font-family: 'syhsesb';
}

.slide-subtitle {
	font-size: 18px;
	margin-bottom: 10px;
	opacity: 0.9;
}

.slide-date {
	font-size: 16px;
	opacity: 0.8;
}

/* 第二组轮播 - 城市景观样式 */
.slide-city {
	background-color: #000;
	color: white;
}

/* 为第二组轮播添加覆盖层效果 */
.swiper-slide .slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.swiper-slide:hover .slide-img {
	transform: scale(1.05, 1.05);
	transition: .4s transform;
	z-index: 100;
}

.slide-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	background-color: rgba(214, 0, 15, 0.7);
	color: white;
	padding: 5px 10px;
	font-size: 16px;
	box-sizing: border-box;
	font-family: 'syhsbold';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 牡丹主题轮播样式 */
.peony-carousel-wrapper {
	margin: 10px auto;
	padding: 0;
}


.swiper-peony {
	width: 100%;
	height: 100px;
}

.peony-slide-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.peony-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.swiper-slide:hover .peony-slide-img {
	transform: scale(1.05);
}

.swiper-button-prev-peony,
.swiper-button-next-peony {
	color: white;
}

.swiper-pagination-peony {
	bottom: 20px;
}

.swiper-pagination-peony .swiper-pagination-bullet-active {
	background-color: #d6000f;
}

/* 轮播导航按钮样式 */
.swiper-button-prev,
.swiper-button-next {
	width: 21px !important;
	height: 21px !important;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.3);
	top: 50%;
	margin-top: -10px;
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-next::after {
	display: none;
}

.swiper-button-prev-1,
.swiper-button-next-1 {
	color: white;
	background-color: #afa;
}

.swiper-button-prev {
	background: url(../images/left.png) center no-repeat;
	background-size: 100% 100%;
}

.swiper-button-next {
	background: url(../images/right.png) center no-repeat;
	background-size: 100% 100%;
}

.swiper-button-prev-2,
.swiper-button-next-2 {
	color: white;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	transform: scale(1.1, 1.1);
	transition: .4s transform;
	z-index: 1000;
	/* background-color: rgba(255, 255, 255, 0.5); */
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
}

/* 响应式调整 */
@media (max-width: 1200px) {
	.swiper-container {
		height: 330px;
	}

	.slide-text h2 {
		font-size: 40px;
	}
}

@media (max-width: 992px) {
	.swiper-container {
		height: 300px;
	}

	.slide-text h2 {
		font-size: 32px;
	}

	.slide-subtitle,
	.slide-date {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.swiper-container {
		height: 250px;
	}

	.slide-text h2 {
		font-size: 28px;
	}

	.slide-bottom {
		font-size: 15px;
	}
}

/* news */
.news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-title {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 32px;
	border-bottom: 2px solid #dedbd8;
}

.news-title h2 {
	position: relative;
	font-size: 20px;
	color: #d6000f;
	font-family: 'syhsregu';
}

.news-title h2::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #d6000f;
}

.news-title a {
	font-size: 14px;
	color: #d6000f;
	font-family: 'syhsregu';
}

.news-item {
	width: calc(25% - 24px);
	margin-bottom: 25px;
}

.item-empty {
	margin: 0;
	height: 0;
	visibility: hidden;
}

.news-list {
	width: 100%;
}

.news-list li {
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	font-family: 'syhsregu';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list li:hover {
	color: #d6000f;
}

/* news end */
/* 功能模块样式 */
.feature-modules {
	display: flex;
	justify-content: space-between;
	margin: 36px auto;
	padding: 0;
}

.feature-modules a {
	width: calc(33.3% - 84px);
	padding: 5px 40px 5px 24px;
	margin: 0;
	border: 1px solid #a0321c;
	transition: all 0.3s ease;
}

.feature-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.feature-modules a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.feature-modules a h4 {
	font-size: 20px;
	color: #a0321c;
	margin: 0;
	font-family: 'syhsesb';
}

.feature-icon {
	width: 65px;
	font-size: 0;
}

.feature-icon img {
	width: 100%;
	display: block;
}

/* 功能模块样式 end */

/* 页脚样式 */
.footer {
	background-color: #a0321c;
	color: #fff;
	padding: 30px 0 30px 0;
	text-align: center;
}

.footer-content {
	margin: 0 auto;
	padding: 0;
}

.footer-links {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.links-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	border-bottom: 1px solid #af5240;
}

.links-list span {
	font-family: 'syhsm';
	color: #ffffff;
}

.links-list a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-family: 'syhslight';
}

.links-list a:hover {
	text-decoration: none;
}

.footer-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
}

.footer-left {
	margin-right: 40px;
}

.record-icon {
	width: 56px;
	height: 68px;
}

.footer-right {
	margin: 0 20px;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	font-family: 'syhslight';
}

.footer-right p {
	margin: 2px 0;
	color: #fff;
	letter-spacing: 1px;
}

.footer-right a {
	color: #fff;
	letter-spacing: 1px;
}

/* 页脚响应式调整 */
@media (max-width: 768px) {
	.footer-links {
		font-size: 12px;
	}

	.footer-links a {
		margin: 0 5px;
	}

	.footer-left {
		margin-right: 20px;
	}
}

/* position */
.position {
	margin: 50px auto;
}

.position-main {
	border-bottom: 2px solid #d6000f;
	padding-bottom: 8px;
}

.position-main a {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	font-family: 'syhsregu';
}

.position-main a:hover {
	color: #a0321c;
}

.position-main span {
	color: #a0321c;
	font-family: 'syhsregu';
}

.position-main span:last-child{
	display: none;
}

/* position end */
.in-body-style {
	background-color: #fcf8f5;
}

/* series */
.series {
	margin: 20px auto;
}

.series-title {
	display: flex;
	justify-content: center;
}

.series-title h2 {
	padding: 0 120px;
	background: url(../images/title_back.png) no-repeat center center;
	background-size: 100% 100%;
	color: #a0321c;

}

.series-title h2 span {
	position: relative;
	font-size: 35px;
	line-height: 71px;
	font-family: 'syhsesb';
}

.series-title h2 span::before {
	position: absolute;
	left: -14px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #a0321c;
}

.series-title h2 span::after {
	position: absolute;
	right: -14px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #a0321c;
}

.series-intro {
	margin-top: 20px;
	font-size: 22px;
	line-height: 1.8;
	color: #000000;
	font-family: 'syhseregu';
}

.series-intro p {
	text-indent: 2.0em;
	font-size: 22px;
	line-height: 1.8;
	color: #000000;
	font-family: 'syhseregu';
}

/* series end */
/* series-list */
.series-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 20px auto;
}

.series-list .series-item {
	width: calc(33.3% - 14px);
	margin-bottom: 30px;
}

.series-empty {
	height: 0;
	visibility: hidden;
}

.series-item .series-img {
	width: 100%;
	height: 268px;
	font-size: 0;
	overflow: hidden;
	background: #afa;
}

.series-item .series-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.series-item:hover .series-img img {
	transform: scale(1.06, 1.065);
}

.series-item h3 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 2.0;
	color: #000000;
	font-family: 'syhsesb';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.series-item:hover h3 {
	color: #a0321c;
}

.series-item p {
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	font-family: 'syhseregu';
	letter-spacing: 1px;
}

.series-item:hover p {
	color: #a0321c;
}

/* series-list end */
/* pattern-list */
.pattern-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 20px auto;
}

.pattern-list .pattern-item {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.pattern-empty {
	height: 0;
	visibility: hidden;
}

.pattern-item .pattern-img {
	width: 100%;
	height: 360px;
	font-size: 0;
	overflow: hidden;
	background: #afa;
}

.pattern-item .pattern-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.pattern-item:hover .pattern-img img {
	transform: scale(1.06, 1.065);
}

.pattern-item h3 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 2.0;
	color: #000000;
	font-family: 'syhsesb';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pattern-item:hover h3 {
	color: #a0321c;
}

.pattern-item p {
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	font-family: 'syhseregu';
	letter-spacing: 1px;
}

.pattern-item:hover p {
	color: #a0321c;
}

/* pattern-list end */

/* 新闻列表样式 */
.news-list-container {
	margin: 10px auto;
	min-height: 500px;
}

.news-body-style {
	background-color: #fcf8f5;
}

.in-news-list {
	padding: 0 25px;
	margin-bottom: 30px;
}

.in-news-item {
	min-height: 85px;
	position: relative;
	padding: 10px 0;
	border-bottom: 2px solid #d6d3d0;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.in-news-item:hover {
	padding: 12px 0;
}

.in-news-item a {
	display: inline-block;
	width: calc(100% - 220px);
	text-decoration: none;
}

.in-news-item a h5 {
	font-size: 30px;
	color: #a0321c;
	text-decoration: none;
	transition: color 0.3s ease;
	line-height: 1.6;
	font-family: 'syhsemed';
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in-news-item:hover a {
	color: #a0321c;
}

.news-date {
	font-size: 22px;
	color: #000000;
	font-family: 'syhseregu';
}


/* 内部页面样式 */
.in-body-style {
	background-color: #f9f9f9;
}

.article-body-style {
	background-color: #fcf8f5;
}

.content {
	margin: 40px auto;
}

.content-title {
	text-align: center;
	margin-bottom: 50px;
}

.content-title h1 {
	font-size: 35px;
	line-height: 1.6;
	color: #a0321c;
	font-family: 'syhsesb';
	margin-bottom: 10px;
}

.content-title .times {
	font-size: 22px;
	line-height: 2.0;
	color: #000000;
	font-family: 'syhseregu';
}

.content-text {
	font-size: 22px;
	line-height: 2.0;
	color: #000000;
	font-family: 'syhseregu';
}

.content-text p {
	font-family: 'syhseregu';
}

.content-text img {
	max-width: 100%;
}

.content-text table {
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
}

.content-text table tr td {
	border: 1px solid #333;
}

/* 内部页面样式 end*/
@media (max-width:1100px) {
	.news-list-container {
		padding: 20px 15px;
	}

	.news-item a {
		width: calc(100% - 100px);
		font-size: 14px;
	}

	.news-date {
		font-size: 12px;
	}

	.pagination a {
		padding: 6px 10px;
		margin: 0 3px;
		font-size: 12px;
	}
}

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

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

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

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


/* 分页样式 */
.pagination {
	text-align: center;
	margin: 40px 0 80px 0;
	/* font-size: 0; */
}

.pagination li {
	display: inline-block;
} 

.pagination a {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
	font-family: 'syhsregu';
}

.pagination .active {
	display: inline-block;
	padding: 8px 15px;
	
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
	font-family: 'syhsregu';
	background-color: #a0321c;
	
}
.pagination .disabled{
	display: inline-block;
	padding: 8px 15px;
	
	font-size: 14px;
	
	text-decoration: none;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease;
	font-family: 'syhsregu';
}


.pagination a:hover {
	color: #a0321c;
	border-color: #a0321c;
}



.pagination .active:hover {
	color: #ffffff;
}

.pagination .page-prev,
.pagination .page-next {
	font-family: 'syhslight';
}
