/*
 *	Author : LeeMW
 *	Finish-Date : 05/22/2019
 *
 */


/* Global Setting */

html {
	scroll-behavior: smooth;
}

body {
	font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", "SimHei", Arial, "sans-serif";
	margin: 0px;
	padding: 0px;
	position: relative;
}

a {
	color: #b4211a;
	text-decoration: none;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}

a:hover {
	text-decoration: none;
}

nopadding {
	padding: 0px 0px !important;
}


/* Common Header */
#header {
	position: absolute;
	top: 0px;
	height: 80px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
}

.header-container {
	position: relative;
	max-width: 1720px;
	display: block;
	margin: 0 auto;
}

.logo-container {
	background: #ba1815;
	padding: 10px 15px;
	display: inline-block;
}

.header-logo {
	width: 440px;
	height: 71px;
	display: block;
	margin: 0 auto;
	background: url("../img/logo-white.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}

#nav {
	float: right;
	color: #ffffff;
	line-height: 80px;
}

#nav li {
	float: left;
	padding: 0px 30px;
	margin: 0px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
}

#nav ul li {
	position: relative;
}

#nav>ul>li>a {
	color: #ffffff;
	position: relative;
	display: inline-block;
}

#nav>ul>li>a:hover {
	color: #f1f1f1;

}

#nav>ul>li>a:before {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, #b3201a, #e04c1c);
	background: -o-linear-gradient(right, #b3201a, #e04c1c);
	background: -moz-linear-gradient(right, #b3201a, #e04c1c);
	background: linear-gradient(to right, #b3201a, #e04c1c);
	content: ' ';
	transition: all 0.2s;
	backface-visibility: hidden;
	transform: scaleX(0);
}

#nav>ul>li>a:hover:before {
	transform: scaleX(1);
}

#nav ul li ul {
	position: absolute;
	top: 80px;
	left: 0px;
	visibility: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;

}

#nav ul li ul li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0px;
	font-size: 13px
}

#nav ul li:hover ul {
	visibility: visible;
	display: block;
	opacity: 1;
}

#nav ul li:hover ul li {
	padding: 15px 0px;
	line-height: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
}

#nav ul li ul li:hover {
	background: -webkit-linear-gradient(left, #b3201a, #e04c1c);
	background: -o-linear-gradient(right, #b3201a, #e04c1c);
	background: -moz-linear-gradient(right, #b3201a, #e04c1c);
	background: linear-gradient(to right, #b3201a, #e04c1c);
}

#nav ul li ul li a {
	color: #ffffff;
}

#nav ul li ul li:hover a {
	color: #f1f1f1;
}

.menu-divider {
	height: 2px;
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(left, #b3201a, #e04c1c);
	background: -o-linear-gradient(right, #b3201a, #e04c1c);
	background: -moz-linear-gradient(right, #b3201a, #e04c1c);
	background: linear-gradient(to right, #b3201a, #e04c1c);
}



/* Homepage */
.homepage-slider {
	width: 100%;
	height: 140vh;
	position: relative;
}

.homepage-slider-item {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

#mainContent {
	position: relative;
}

.linkbar-container {
	padding: 0px;
	position: absolute;
	bottom: -2px;
	width: 100%;
	z-index: 2;
}

.link-item {
	position: relative;
	width: 100%;
}

.link-pic {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.link-pic-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.2;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.link-item:hover .link-pic-overlay {
	filter: invert(100%);
	opacity: 0.3
}

.link-content {
	position: absolute;
	bottom: 80px
}

.link-content-1 {
	height: 220px;
	width: 100%;
	background: url("../img/link_content_1.png");
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important
}

.link-content-2 {
	height: 220px;
	width: 100%;
	background: url("../img/link_content_2.png");
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important
}

.link-content-3 {
	height: 220px;
	width: 100%;
	background: url("../img/link_content_3.png");
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important
}

.link-content-4 {
	height: 220px;
	width: 100%;
	background: url("../img/link_content_4.png");
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important
}

.linkbar-background-1 {
	width: 100%;
	position: absolute;
	bottom: 0px;
	animation: background 5s infinite ease-in-out;
	-webkit-animation: background 5s infinite ease-in-out;
}

.linkbar-background-2 {
	width: 100%;
	position: absolute;
	bottom: 0px;
	animation: background 8s infinite ease-in-out;
	-webkit-animation: background 8s infinite ease-in-out;
}

.homepage-slider-pagination {
	bottom: auto !important;
	top: 65%;
}

@media screen and (max-width: 2560px) {
	.link-content {
		bottom: 120px;
	}
}

@media screen and (max-width: 1920px) {
	.link-content {
		bottom: 90px;
	}

	.link-content-1 {
		height: 165px;
	}

	.link-content-2 {
		height: 165px;
	}

	.link-content-3 {
		height: 165px;
	}

	.link-content-4 {
		height: 165px;
	}

	.homepage-slider-pagination {
		top: 70%;
	}
}

@media screen and (max-width: 1800px) {
	.link-content {
		bottom: 70px;
	}

	.link-content-1 {
		height: 150px;
	}

	.link-content-2 {
		height: 150px;
	}

	.link-content-3 {
		height: 150px;
	}

	.link-content-4 {
		height: 150px;
	}

	.homepage-slider-pagination {
		top: 73%;
	}
}

@media screen and (max-width: 1600px) {
	.link-content {
		bottom: 50px;
	}

	.link-content-1 {
		height: 160px;
	}

	.link-content-2 {
		height: 160px;
	}

	.link-content-3 {
		height: 160px;
	}

	.link-content-4 {
		height: 160px;
	}

	.homepage-slider-pagination {
		top: 75%;
	}

	#nav li {
		padding: 0px 20px;
	}
}

@media screen and (max-width: 1400px) {
	.link-content {
		bottom: 50px;
	}

	.link-content-1 {
		height: 120px;
	}

	.link-content-2 {
		height: 120px;
	}

	.link-content-3 {
		height: 120px;
	}

	.link-content-4 {
		height: 120px;
	}

	.homepage-slider-pagination {
		top: 77%;
	}

	#nav li {
		padding: 0px 12px;
		font-size: 14px
	}
}


/* Common Footer */
footer {
	background: #470d0b;
	overflow: hidden;
	position: relative;
	padding: 40px 0px;
}

.copyright {
	color: #ffffff;
	text-align: center;
	line-height: 1.6;
	z-index: 2;
	font-size: 14px;
	position: relative;
}



.shape-1 {
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDU2LjMzIDk2NC42NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4NzEwMTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7otYTmupAgNDwvdGl0bGU+PGcgaWQ9IuWbvuWxgl8yIiBkYXRhLW5hbWU9IuWbvuWxgiAyIj48ZyBpZD0i5Zu+5bGCXzEtMiIgZGF0YS1uYW1lPSLlm77lsYIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEwNTYuMzMgNTMyLjE2IDc0OS4wOSA5NjQuNjQgMjIwLjkzIDkxNC44MSAwIDQzMi40OSAzMDcuMjQgMCA4MzUuNDEgNDkuODMgMTA1Ni4zMyA1MzIuMTYiLz48L2c+PC9nPjwvc3ZnPg==");
	background-size: cover !important;
	height: 964px;
	width: 1631px;
	left: -1000px;
	top: -700px;
	animation: shape1 10s infinite ease-in-out;
	-webkit-animation: shape1 10s infinite ease-in-out;
}

.shape-2 {
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDM2LjI5IDEwMTEuMzMiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNzIwZjBmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+6LWE5rqQIDU8L3RpdGxlPjxnIGlkPSLlm77lsYJfMiIgZGF0YS1uYW1lPSLlm77lsYIgMiI+PGcgaWQ9IuWbvuWxgl8xLTIiIGRhdGEtbmFtZT0i5Zu+5bGCIDEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMDM2LjI5IDYxOS41NCA2NzguNiAxMDExLjMzIDE2MC40NSA4OTcuNDYgMCAzOTEuNzkgMzU3LjY5IDAgODc1Ljg0IDExMy44OCAxMDM2LjI5IDYxOS41NCIvPjwvZz48L2c+PC9zdmc+");
	background-size: cover !important;
	width: 1036px;
	height: 1011px;
	left: 80px;
	top: -500px;
	animation: shape2 15s infinite ease-in-out;
	-webkit-animation: shape2 15s infinite ease-in-out;
}

.shape-3 {
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDM2Ljk3IDEwMTAuMzYiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojOGUxMTExO308L3N0eWxlPjwvZGVmcz48dGl0bGU+6LWE5rqQIDY8L3RpdGxlPjxnIGlkPSLlm77lsYJfMiIgZGF0YS1uYW1lPSLlm77lsYIgMiI+PGcgaWQ9IuWbvuWxgl8xLTIiIGRhdGEtbmFtZT0i5Zu+5bGCIDEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMDM2Ljk3IDM5Mi44NyA4NzUgODk4LjA1IDM1Ni41MSAxMDEwLjM2IDAgNjE3LjUgMTYxLjk4IDExMi4zMSA2ODAuNDYgMCAxMDM2Ljk3IDM5Mi44NyIvPjwvZz48L2c+PC9zdmc+");
	background-size: cover !important;
	width: 1587px;
	height: 1010px;
	right: -1003px;
	top: -520px;
	animation: shape3 8s infinite ease-in-out;
	-webkit-animation: shape3 8s infinite ease-in-out;
}

@keyframes shape1 {
	0% {
		left: -1000px;
	}

	50% {
		left: -1100px;
	}

	100% {
		left: -1000px;
	}
}

@-webkit-keyframes shape1 {
	0% {
		left: -1000px;
	}

	50% {
		left: -1100px;
	}

	100% {
		left: -1000px;
	}
}

@keyframes shape2 {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	50% {
		transform: rotate(7deg);
		-ms-transform: rotate(7deg);
		-moz-transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
		-o-transform: rotate(7deg);
	}

	100% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}

@-webkit-keyframes shape2 {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	50% {
		transform: rotate(7deg);
		-ms-transform: rotate(7deg);
		-moz-transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
		-o-transform: rotate(7deg);
	}

	100% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}

@keyframes shape3 {
	0% {
		right: -1000px;
	}

	50% {
		right: -900px;
	}

	100% {
		right: -1000px;
	}
}

@-webkit-keyframes shape3 {
	0% {
		right: -1000px;
	}

	50% {
		right: -900px;
	}

	100% {
		right: -1000px;
	}
}

@keyframes background {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: 10px;
	}

	100% {
		bottom: 0px;
	}
}

@-webkit-keyframes background {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: 10px;
	}

	100% {
		bottom: 0px;
	}
}

.mobile-link-container {
	display: none;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.mobile-background {
	height: 200px;
	width: 100%;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.mobile-link-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.mobile-link-item:hover .mobile-link-overlay {
	background: rgba(0, 0, 0, 0.8);
}

.mobile-link-item:hover .mobile-background {
	transform: scale(1.1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#mobile {
	display: none;
	position: relative;
	z-index: 1;
	margin-top: -220px;
}

.close {
	padding: 10px 0px;
	line-height: 20px;
	border-top: 1px solid #363636;
	display: none;
}

.close button {
	border: 0px;
	background: transparent;
	color: #ffffff;
	font-size: 18px;
}


@media screen and (max-width: 1199px) {
	.link-pic {
		display: none;
	}

	.link-pic-overlay {
		display: none;
	}

	.linkbar-background-1 {
		display: none;
	}

	.linkbar-background-2 {
		display: none;
	}

	.link-content {
		display: none;
	}

	.mobile-link-container {
		display: block;
	}

	.linkbar-container {
		display: none;
	}

	.homepage-slider {
		height: 750px;
	}

	#mobile {
		display: block;
	}

	.link-content-1 {
		position: absolute;
		top: 30px;
	}

	.link-content-2 {
		position: absolute;
		top: 30px;
	}

	.link-content-3 {
		position: absolute;
		top: 30px;
	}

	.link-content-4 {
		position: absolute;
		top: 30px;
	}

	.close {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	.link-content-1 {
		position: absolute;
		top: 45px;
		height: 110px;
	}

	.link-content-2 {
		position: absolute;
		top: 45px;
		height: 110px;
	}

	.link-content-3 {
		position: absolute;
		top: 45px;
		height: 110px;
	}

	.link-content-4 {
		position: absolute;
		top: 45px;
		height: 110px;
	}

}


.nav-icon {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	display: none;
	background: url("../img/menu.png") no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	border: 0px;

}

@media screen and (max-width: 1199px) {
	.nav-icon {
		display: block;
		bottom: 330px;
	}

	.mobile-nav {
		margin-top: -5px;
		width: 100%;
		float: none;
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		opacity: 0;
	}

	#nav ul li {
		float: none;
	}

	#nav li {
		width: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 0.85)
	}

	#nav ul li:hover ul li {
		background: #363636;
	}

	#nav li:hover {
		background: -webkit-linear-gradient(left, #b3201a, #e04c1c) !important;
		background: -o-linear-gradient(right, #b3201a, #e04c1c) !important;
		background: -moz-linear-gradient(right, #b3201a, #e04c1c) !important;
		background: linear-gradient(to right, #b3201a, #e04c1c) !important;
	}

	#nav ul li ul {
		z-index: 1
	}

	.homepage-slider-pagination {
		top: 65%;
	}
}

@media screen and (max-width: 460px) {
	.logo-container {
		min-width: 100%;
	}

	.header-logo {
		width: 100%;
		background-size: contain !important;
	}
}

.homepage-slider-pagination .swiper-pagination-bullet {
	background: #9a9fa5;
	width: 50px;
	height: 7px;
	display: inline-block;
	border-radius: 0%;
}

.homepage-slider-pagination .swiper-pagination-bullet-active {
	background: #ae261e !important;
}

.footer-logo {
	display: block;
	margin: 0 auto 10px;
}






/* Page Content */
#page-content {
	position: relative;
	top: 0px;
	width: 100%;
}

.header-banner {
	width: 100%;
	height: 400px;
	background-position: center !important;
	background-size: cover !important;
	position: relative;
}

.banner-title-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.banner-title-container {
	max-width: 1720px;
	margin: 0 auto;
}

.page-title {
	font-size: 30px;
	color: #ffffff;
}

.page-breadbcrumb {
	font-size: 16px;
	color: #ffffff;
}

.page-content {
	background-color: #ffffff;
	padding: 20px 0px;
}

.page-container {
	max-width: 1720px;
	padding: 20px;
	margin: 0 auto 30px;
	background: #ffffff;
}

.column-list {
	padding-bottom: 15px
}

.column-list-item {
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	display: flex;
	
	flex-wrap: wrap;
	
}

.column-list-item .menu-item {
	font-size: 18px;
	height: 100%;
	text-align: center;
	margin: 5px 10px;
	    width: 23%;
	display: block;
	background: #f1f1f1;
	position: relative;
	
}

.column-list-item .menu-item:hover {
	background: #a82b22
}

.column-list-item a {
	color: #1d1d1d;
    width: 100%;
    display: block;
padding: 10px 0px;

}


.column-list-item .menu-item:hover a {
	color: #ffffff;
}

.sub-item a  {
width: 100%!important;
}


.news-list-item {
	padding: 30px 0px;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.time {
	height: 80px;
	width: 80px;
	background: #ae261e;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.day {
	margin-top: 5px;
	font-size: 32px
}

.year-month {
	margin-top: -5px;
	font-size: 14px;
}

.news-list-content {
	padding-left: 90px;
	padding-right: 30px;
}

.news-list-title {
	font-size: 24px;
	font-weight: bold;
}

.news-list-title a {
	color: #363636;
}

.news-list-description a {
	font-size: 14px;
	color: #595959;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.news-list-item:hover .time {
	background: #d7d7d7;
	color: #a82b22;
}
.menu-item ul {
    width: 100%!important;
padding-left: 0px;
}

.menu-item:hover ul {
background: #fff!important;

}

.menu-item:hover ul .sub-item a {
background: #9c2727!important;

}

.menu-item:hover ul {
background: #8f1c1c94!important;

}
.sub-item {
list-style:none!important
}
.menu-item .sub-item {
    width: 100%!important;
}
.news-list-item:hover .news-list-title a {
	color: #a82b22;
}

.news-list-item:hover .news-list-description a {
	color: #631d1a;
}

.news-list-container {
	background: url("../img/listcolumn_bg.jpg");
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	min-height: 400px;
}

.news-carousel {
	background: #f1f1f1;
	height: 17vw;
	position: relative;
}

.news-pagination .swiper-pagination-bullet-active {
	background: #b41f1a
}

.news-carousel-item {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.news-carousel-item a {
	color: #ffffff;
}

.news-carousel-title {
	position: absolute;
	padding: 10px;
	font-size: 18px;
	bottom: 20%;
	left: 5%;
	right: 5%;
	background: rgba(0, 0, 0, 0.5)
}

.news-list-special ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-list-special li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}

.news-list-title-special {
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
	border-left: 4px solid #ae261e;
	color: #1d1d1d;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.news-list-title-special time {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
}

.news-list-description-special {
	padding: 20px 0px 0px 20px;
	font-size: 14px;
	color: #595959;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.news-list-special li:hover .news-list-title-special {
	color: #a82b22;
}

.news-list-special li:hover .news-list-description-special {
	color: #631d1a;
}

.news-carousel-section {
	background: #e8e8e8;
	padding: 20px 0px;
}

.post-container {
	max-width: 1720px;
	margin: 30px auto;
	padding: 20px 30px;
	background: #eeeeee;
	display: block;
}

.post-title {
	font-size: 28px;
	color: #b41f1a;
	text-align: center;
}

.post-info {
	padding: 10px 0px;
	text-align: center;
}

.post-info span {
	padding-right: 15px;
}

.post-content {
	margin-top: 30px;
	font-size: 16px;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

#qrcode {
	margin-top: 30px;
}

#qrcode img {
	display: inline-block;
	margin: 0 auto;
	padding: 8px;
	border: 2px solid #b41f1a;
	background: #ffffff;
}

.share {
	text-align: center;
	font-size: 14px;
	color: #363636;
}




/* 覆盖wp样式 */
.wp_paging {
	float: none;
	text-align: center;
	padding: 35px 0px;
}

.wp_paging li {
	float: none;
}

.first span {
	border-radius: 10px;
	padding: 2px 10px;
	border: 1px solid #8e1111;
}

.first span:hover {
	background: #871010;
	color: #ffffff;
}

.next span {
	border-radius: 10px;
	padding: 2px 10px;
	border: 1px solid #8e1111;
}

.next span:hover {
	background: #871010;
	color: #ffffff;
}

.prev span {
	border-radius: 10px;
	padding: 2px 10px;
	border: 1px solid #8e1111;
}

.prev span:hover {
	background: #871010;
	color: #ffffff;
}

.last span {
	border-radius: 10px;
	padding: 2px 10px;
	border: 1px solid #8e1111;
}

.last span:hover {
	background: #871010;
	color: #ffffff;
}

.page_jump {
	display: none !important;
}

.wp_articlecontent {
	padding: 15px 30px;
	background: #ffffff;
}

.wp_entry img {
	max-width: 100%;
}

/* 新增列表页样式 */
.main2-right {

	width: 100%;
}

.main2-left-top {
	/* float: left; */
	width: 100%;

	box-sizing: border-box;

	margin-bottom: 24px;
}

.biaoyti {
	font-size: 28px;
	font-family: SourceHanSerifCN;
	font-weight: 800;
	color: #333333;
	float: left;
}

.biaoyti span {
	font-size: 28px;
	font-family: SourceHanSerifCN;
	font-weight: 800;
	color: #1167BB;
}

ti-list {
	float: left;
	position: relative;

}

.tab-menu {
	display: inline-block;
	margin-left: 0px;
	padding-left: 0px;

}

.tab-menu li  {
	display: inline-block;
	margin-right: 20px;

	font-size: 18px;
	font-weight: 600;
	color: #676767;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;

}
.tab-menu li  {
	

	font-size: 22px;
	font-weight: 600;
	color: black;
	

}

.tab-menu li.selected {
	font-size: 22px;
	font-weight: 600;
	color: #333;
	border-bottom: 4px solid #780000;
	padding-bottom: 14px;

box-sizing: border-box;
height: 48px;


}



.fd:nth-child(2) {
	display: none;

}
#nav ul li ul li ul {

    top: 0px;
   left:100%;
    visibility: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;}

.column-list  .selected  {
background: #a82b22!important;
    color: #fff!important;

}


.column-list .selected .column-list .menu-item ul .selected {
    background: #a82b22!important;
    color: #fff!important;
}


