body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-size: 14px;
	background: #f9f9f9;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word
}

* {
	touch-action: pan-y
}

.iconfont {
	font-size: unset !important
}

.up-down {
	position: relative;
	-webkit-animation-name: up-down;
	animation-name: up-down;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

@-webkit-keyframes up-down {
	0% {
		top: 5px
	}

	25% {
		top: 10px
	}

	50% {
		top: 15px
	}

	75% {
		top: 10px
	}

	100% {
		top: 5px
	}
}

@keyframes up-down {
	0% {
		top: 5px
	}

	25% {
		top: 10px
	}

	50% {
		top: 15px
	}

	75% {
		top: 10px
	}

	100% {
		top: 5px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {}

img {
	height: auto
}

a {
	text-decoration: none;
	color: #333
}

a:focus {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #ac2929
}

.navbar-brand {
	margin-right: 1rem
}

.logo {
	height: 60px
}

.logo-word {
	font-weight: 800;
	font-size: 30px
}

.logo-word i {
	color: var(--theme-color)
}

.section {}

@media (max-width:991px) {
	.section {}
}

@media (max-width:767px) {
	.section {}
}

.border-all {
	border: 1px solid #eee
}

.bg-a {
	background: #f5f5f5
}

.bg-b {
	background: #fff
}

.color-a {
	color: #999
}

.color-b {
	color: #634edd
}

.color-c {
	color: #faa146
}

.fs-15 {
	font-size: 15px !important
}

.fs-14 {
	font-size: 14px !important
}

.fs-12 {
	font-size: 12px !important
}

@media (max-width:767px) {
	#searchform {
		display: none !important
	}

	#footer .footer_item {
		display: none !important
	}
img {
	max-width: 100% !important;
	height: auto
	}
iframe {
	max-width: 100% !important;
	height: auto
	}
}

@media (min-width:768px) {
	.fs-md-12 {
		font-size: 12px !important
	}

	.fs-md-14 {
		font-size: 14px !important
	}

	.fs-md-15 {
		font-size: 15px !important
	}
}

@media (min-width:992px) {}

@media (min-width:1200px) {}

.hidden {
	overflow: hidden
}

.one-title {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	position: relative
}

.one-title:before {
	position: absolute;
	left: 0px;
	content: '';
	width: 5px;
	height: 21px;
	background: var(--theme-color)
}

.carousel-item img {
	object-fit: cover;
	height: 200px;
	width: 100%
}

.text-justify {
	text-align: justify
}

.text-indent {
	/*text-indent: 2em*/
}

.fs-7 {
	font-size: 14px
}

.badge {
	background: #ac2929
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	box-shadow: none !important
}

.form-control:focus {
	webkit-box-shadow: none;
	box-shadow: none
}

.text-truncate-1 {
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.text-truncate-2 {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.text-truncate-3 {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.diy-radius {
	overflow: hidden;
	display: block
}

.div-radius {}

.img-s-3b2 {
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative
}

.img-s-3b2 img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	color: #666
}

.img-s-16b9 {
	width: 100%;
	height: 0px;
	padding-bottom: 56%;
	position: relative
}

.img-s-16b9 img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	color: #666
}

.img-s-25b1 {
	width: 100%;
	height: 0px;
	padding-bottom: 40%;
	position: relative
}

.img-s-25b1 img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	color: #666
}

.coco-btn {
	font-size: 14px;
	text-decoration: none;
	padding: 6px 20px;
	white-space: nowrap;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.coco-btn.cancel {
	margin-right: 10px;
	color: #525456;
	background-color: transparent;
	font-weight: 500;
	transition: all 0.06s ease-out
}

.coco-btn,
.coco-btn span,
.coco-loading {
	position: relative
}

.coco-btn.ok {
	background-color: #0077ff;
	color: #fefefe
}

.coco-btn.ok::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: all 0.12s ease-out;
	background-color: transparent
}

.coco-btn.ok:hover::before {
	background-color: rgba(255, 255, 255, 0.08)
}

.coco-btn.ok:active::before {
	transition: all 80ms ease-out;
	background-color: rgba(0, 0, 0, 0.2)
}

.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	max-width: 100%
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 3;
	margin: 0;
	text-align: center !important;
	font-weight: 800;
	color: #999
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.wp-geshi-highlight li {
	margin-bottom: 0 !important
}

.dropdown:hover>.dropdown-menu {
	display: block
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none
}

.dropdown-menu {
	left: 50%;
	margin-left: -80px
}

.dropdown-menu:before,
.dropdown-menu:after {
	position: absolute;
	left: 71px;
	top: -14px;
	width: 0;
	height: 0;
	line-height: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #ddd;
	content: "";
	opacity: 1;
	transition: opacity .2s 0s
}

.dropdown-menu:after {
	top: -13px;
	border-bottom: 7px solid #fff
}

.dropdown-item:active {
	background-color: #FFF
}

#navbarSupportedContent .nav {
	width: 100%
}

#navbarSupportedContent a {
	font-size: 18px;
	padding: 0.5rem 0
}

#navbarSupportedContent .dropdown-menu a {
	margin: 0
}

.navbar-light .navbar-nav .nav-link {
	color: #333
}

#navbarSupportedContent .active a,
#navbarSupportedContent .current-post-parent a {
	color: #dc3545
}

#navbarSupportedContent .nav-item {
	flex: 1;
	text-align: center
}

.daohang2 {
	border-top: 1px solid #eaeaea;
	background-color: #ac2929
}

.offcanvas-start,
.offcanvas-end {
	width: 200px
}

.offcanvas-header {
	padding: 1.5rem 1.5rem 0
}

.offcanvas-navbar {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.offcanvas-navbar .nav-link {
	padding: 0;
	font-size: 16px;
	line-height: 60px
}

.offcanvas-navbar .nav-item {
	border-bottom: 1px solid #e6e6e6
}

.offcanvas-navbar .dropdown-menu {
	position: relative;
	padding: 0;
	margin: 0;
	left: unset
}

.offcanvas-navbar .dropdown-menu .nav-item:last-child {
	border-bottom: 0
}

.offcanvas-navbar .dropdown-menu .nav-item a::before {
	position: relative;
	left: -8px;
	top: -4px;
	display: inline-block;
	font-size: 24px;
	margin-top: 0;
	content: "";
	font-weight: 600;
	width: 4px;
	height: 4px;
	background: #999
}

.offcanvas-navbar .dropdown-menu {
	background-color: transparent;
	border: 0
}

.offcanvas-navbar .dropdown-menu:before,
.offcanvas-navbar .dropdown-menu:after {
	border: 0
}

.offcanvas_style_b .dropdown-menu {
	border-top: 1px solid #3a3a3a;
	border-radius: 0
}

.offcanvas_style_b {
	background: #222
}

.offcanvas_style_b .btn-close {
	color: #fff !important;
	font-size: 20px;
	background: #222;
	opacity: 1
}

.offcanvas_style_b .offcanvas-navbar a {
	color: #999 !important;
	border-bottom: 1px solid #000000;
	line-height: 60px
}

.offcanvas_style_b .offcanvas-navbar .nav-item {
	border-bottom: 1px solid #3a3a3a
}

.top-bar {
	background: #333;
	color: #FFF;
	font-size: 12px
}

.nav-bar {
	background: #FFF
}

#top-menu li a {
	color: #FFF !important
}

#top-menu li ul li a {
	color: #333
}

.nav-form input,
.nav-form button {
	font-size: 14px
}

.btn-outline-secondary:hover {
	background: #000
}

.carousel-caption {
	text-shadow: 1px 1px 2px #333
}

.carousel-caption h3 {
	font-size: 16px;
	font-weight: 800
}

.xwtt_con {
	overflow: hidden;
	position: relative
}

.xwtt_con h3 {
	color: var(--theme-color);
	line-height: 1.5;
	font-size: 18px;
	font-weight: 800
}

.xwtt_con .p-shape {
	text-align: center;
	background: var(--theme-color);
	position: absolute;
	color: #FFF;
	padding: 4px 80px;
	top: 20px;
	left: -100px;
	transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg)
}

.xwtt_con .p-shape span {
	padding-left: 24px;
	font-size: 12px;
	font-weight: 800
}

.xwtt_con a {
	display: block;
	padding: 25px 0
}

.load-more-wrap {
	text-align: center;
	display: block;
	border: 1px dashed var(--theme-color);
	overflow: hidden;
	line-height: 46px;
	color: var(--theme-color) !important;
	cursor: pointer;
	border-radius: 200px;
	display: block
}

.load-more-wrap:hover {
	background-color: var(--theme-color);
	color: #FFF !important;
	opacity: .65
}

.load-more-wrap .spinner-border {
	position: relative;
	top: 3px;
	margin-right: 15px;
	width: 20px;
	height: 20px
}

.news-zixun .item {
	line-height: 1.4;
	text-align: justify;
	overflow: hidden
}

.news-zixun .item:first-child {
	margin-bottom: 13px
}

.news-zixun .item h5 {
	font-weight: 800;
	line-height: 1.5;
	font-size: 18px
}

.news-zixun .item p {
	line-height: 1.7;
	margin: 0
}

.news-zixun .item-list {
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.news-zixun .item-list h5 {
	margin: 0
}

.news-zixun .item-list:last-child {
	border: 0
}

.news-zixun .item-list p {
	display: none
}

.news-zixun .item-list a {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	text-align: justify;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1
}

.news-zixun .item-list a i {
	color: #999;
	padding-right: 5px
}

.news-zixun .list-group-item a {
	font-size: 16px;
	height: 31px;
	overflow: hidden;
	text-align: justify;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1
}

.news-zixun .list-group-item a i {
	color: #999
}

.article-list {
	overflow: hidden
}

.article-list .item-new {
	border-bottom: 1px solid #e6e6e6
}

.article-list .item-new .img-box {
	overflow: hidden
}

.article-list .item-new .box {
	position: relative
}

.article-list .item-new h2 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 800;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.article-list .item-new img {
	width: 100%;
	transition: all .3s ease-out 0s;
	object-fit: cover;
	height: 75px;
	margin: 0
}

.article-list .item-new .des {
	color: #777;
	text-align: justify;
	min-height: 69px
}

.article-list .item-new .other {
	position: absolute;
	bottom: -6;
	left: 0;
	right: 0;
	color: #999;
	background: #FFF
}

.article-list .item-new .other_nopic {
	position: relative;
	left: 0;
	right: 0;
	color: #999;
	background: #FFF
}

.article-list .item-new .other a {
	color: #999
}

.article-list .item-new a:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.item-newsimg .img-box {
	position: relative;
	overflow: hidden
}

.item-newsimg .img-box img {
	transition: all .3s ease-out 0s;
	object-fit: cover;
	height: auto;
	width: 100%
}

.item-newsimg .img-box:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.item-newsimg .img-box a {
	position: relative;
	display: block;
	overflow: hidden
}

.item-newsimg .img-box h3 {
	font-size: 15px;
	line-height: 1.2;
	bottom: 3px;
	position: absolute;
	color: #FFF;
	padding: 0 10px;
	text-align: justify;
	text-shadow: 1px 1px 2px #3c3939
}

.item-newsimg .img-box .color-a {
	font-size: 12px;
	display: none
}

.item-newsimg .img-box .image-count {
	position: absolute;
	padding: 5px 6px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=40);
	background: rgba(0, 0, 0, .4);
	border-radius: 4px;
	text-decoration: none;
	left: 10px;
	top: 10px;
	z-index: 1
}

.item-card:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.item-card .img-box {
	background: #FFF;
	position: relative;
	overflow: hidden
}

.item-card .img_item {
	overflow: hidden
}

.item-card .img-box img {
	width: 100%;
	object-fit: cover;
	height: auto;
	transition: all .3s ease-out 0s
}

.item-card .img-box a {
	position: relative;
	display: block
}

.item-card .img-box h3 {
	font-size: 15px;
	line-height: 1.6;
	height: 48px;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.item-card .img-box .color-a {
	font-size: 12px
}

.item-card .img-box .image-count {
	position: absolute;
	padding: 5px 6px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=40);
	background: rgba(0, 0, 0, .4);
	border-radius: 4px;
	text-decoration: none;
	left: 10px;
	top: 10px;
	z-index: 1
}

.home-cat-post {}

.home-cat-post h2 {
	font-size: 18px
}

.homecat .item-list:last-child {
	padding-bottom: 0 !important
}

.menhu-style-2 .row-cols-md-2 .img-box {
	overflow: hidden
}

.menhu-style-2 a {
	font-size: 16px
}

.menhu-style-2 .img-box img {
	transition: all .3s ease-out 0s;
	object-fit: cover;
	width: 100%
}

.menhu-style-2 .img-box:hover img {
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.menhu-style-2 .img-box .float-start {}

.menhu-style-2 .img-box .float-end {
	position: relative
}

.menhu-style-2 .row-cols-md-2 .img-box .float-end h3 {
	font-size: 20px;
	font-weight: 800;
	text-align: justify;
	line-height: 1.5
}

.menhu-style-2 .row-cols-md-2 .img-box .float-end p {
	text-align: justify;
	margin: 0;
	position: absolute;
	bottom: 0;
	color: #999
}

.menhu-style-3 .row-cols-md-4 .time {
	display: none
}

.menhu-style-3 .img-box img {
	transition: all .3s ease-out 0s
}

.menhu-style-3 .img-box:hover img {
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.menhu-style-2 .row-cols-md-3 .img-box {
	overflow: hidden
}

.menhu-style-2 .row-cols-md-3 .img-box .float-end h3 {
	font-size: 16px;
	font-weight: 800;
	text-align: justify;
	line-height: 1.5
}

.menhu-style-2 .row-cols-md-3 .img-box .float-end p {
	text-align: justify;
	margin: 0;
	color: #999;
	font-size: 12px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.item-word {
	overflow: hidden;
	position: relative;
	padding: 50px 0
}

.item-word .body {
	height: 115px;
	text-align: justify;
	position: relative;
	overflow: hidden
}

.item-word::before,
.item-word::after {
	font-size: 24px;
	font-family: FontAwesome;
	color: #dedede
}

.item-word::before {
	content: "\f10d";
	position: absolute;
	top: 0
}

.item-word::after {
	content: "\f10e";
	position: absolute;
	float: right;
	bottom: 0;
	right: 0
}

.page_item {
	text-align: center
}

.page_item ul.page_number {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 20px
}

.page_item .page_number a {
	text-decoration: none;
	margin-right: 0px !important
}

.page_item ul.page_number li {
	display: inline
}

.page_item .disabled,
.page_number .active,
.page_number li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px
}

.page_number .active {
	background-color: #c9333a;
	color: #fff;
	border: 1px solid #c9333a
}

.page_item .disabled {
	background-color: rgba(236, 236, 236, 0.78)
}

.page_item ul.page_number a.active {
	background-color: #c9333a;
	color: white;
	border: 1px solid #c9333a
}

.page_item ul.page_number li a:hover:not(.active) {
	background-color: #c9333a;
	color: #FFF !important
}

.partne-home a {
	padding: 10px 0;
	background: #FFF;
	display: table-cell;
	vertical-align: middle
}

.partne-home img {
	display: inline;
	height: 25px;
	vertical-align: middle
}

.partne-item {
	display: table;
	position: relative;
	text-align: center;
	overflow: hidden;
	min-height: 70px
}

#link-home a.more {
	float: right;
	color: #999;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	line-height: 21px
}

.link-list a {
	line-height: 2.5
}

.special-item-wrap {
	vertical-align: top;
	float: none;
	display: inline-block;
	padding: 0 10px !important;
	font-size: 14px
}

.special-description {
	position: relative;
	margin: 17px 0 0;
	padding: 15px 0 0
}

.special-description:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #FFF;
	content: ""
}

.special-description p {
	margin: 0 auto;
	width: 80%;
	font-size: 18px !important;
	font-weight: 300
}

.special-item-top {
	position: relative;
	overflow: hidden;
	background-size: 100%;
	background-position: center center;
	height: 140px;
	transition: background-size 0.5s linear
}

.special-item:hover .special-item-top {
	background-size: 120% auto
}

.special-item-top:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(1deg, transparent, rgb(0 0 0 / 12%));
	z-index: 1
}

.special-item-thumb {
	width: 200px;
	float: left;
	border-radius: 3px;
	overflow: hidden
}

.special-item-thumb img {
	width: 100%;
	height: auto;
	transition: all .3s ease-out 0s
}

.special-item-title {
	padding: 40px 25px 0;
	text-align: center;
	position: absolute;
	z-index: 10;
	right: 12px;
	left: 12px
}

.special-item-title h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 10px;
	z-index: 2;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1
}

.special-item-title h2 a {
	color: #FFF !important
}

.special-item-title p {
	height: 26px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000
}

.special-item-more {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 10px;
	font-size: 12px;
	line-height: 30px;
	color: #FFF !important;
	z-index: 10;
	text-shadow: 1px 1px 1px #000
}

.special-item-bottom {
	margin: 20px 0 0;
	padding: 12px 0 0;
	list-style: none;
	border-top: 1px solid #efefef
}

.special-item-bottom a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #555;
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s ease 0s;
	vertical-align: top
}

.special-item-bottom a:before {
	position: absolute;
	left: 4px;
	top: 9px;
	width: 0;
	height: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #ccc;
	content: "";
	transition: all .3s ease 0s
}

#sidebar div:last-child {
	margin-bottom: 0 !important
}

#sidebar-imglist .item {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6
}

#sidebar-imglist .item:last-child {
	border: 0px
}

#sidebar-imglist .item .img {
	float: left;
	margin-right: 10px;
	width: 33.5%
}

#sidebar-imglist .item .img a {
	position: relative;
	display: block;
	overflow: hidden
}

#sidebar-imglist .item h3 {
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	height: 38px
}

#sidebar-imglist .item .other {
	color: #999
}

#sidebar-list .list-group-item {
	padding: 0.8rem 1.5rem
}

#sidebar-list .list-group-item a {
	display: block;
	overflow: hidden
}

#sidebar-list .list-group-item a:hover {
	font-weight: 800
}

#sidebar-list .list-group-item a:before {
	background-color: #ddd;
	position: absolute;
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	top: 22px;
	left: 12px
}

#sidebar-list .list-group-item a span {
	color: #999;
	display: block;
	font-weight: normal;
	height: 0;
	transition: height 1s
}

#sidebar-list .list-group-item:hover a span {
	display: block;
	height: 60px
}

#sidebar-img .row h3 {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	margin: 5px 0 0
}

#sidebar-img a {
	position: relative
}

#sidebar-img .img {
	width: 100%;
	overflow: hidden
}

#sidebar-imglist .item img,
#sidebar-img img {
	transition: all .3s ease-out 0s
}

#sidebar-imglist .item:hover img,
#sidebar-img a:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

#sidebar-img .box .image-cat {
	display: none
}

#sidebar-img-2 .box {
	position: relative;
	margin: 0
}

#sidebar-img-2 .box h3 {
	position: absolute;
	margin: 0;
	bottom: 0;
	z-index: 2;
	line-height: 1.5;
	padding: 10px
}

#sidebar-img-2 .box::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .5));
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin: 0;
	z-index: 1
}

#sidebar-img-2 .col-12 .box h3 a {
	font-size: 15px;
	-webkit-line-clamp: 2
}

#sidebar-img-2 .box h3 a {
	color: #FFF !important;
	font-size: 12px;
	text-shadow: 1px 1px 2px #3c3939;
	-webkit-line-clamp: 1
}

#sidebar-img-2 .box .img {
	width: 100%;
	overflow: hidden
}

#sidebar-img-2 .box img {
	transition: all .3s ease-out 0s
}

#sidebar-img-2 .box a:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

#sidebar-img-2 .box .image-cat {
	display: none
}

#sidebar-img-2 .col-12 .box .image-cat {
	position: absolute;
	padding: 5px 6px;
	font-size: 12px;
	line-height: 1;
	background-color: #000;
	filter: alpha(opacity=40);
	background: rgba(0, 0, 0, .4);
	border-radius: 4px;
	text-decoration: none;
	left: 10px;
	top: 10px;
	z-index: 1;
	display: block
}

#sidebar-img-2 .box .image-cat a {
	color: #fff !important
}

#sidebar-30day {
	position: relative
}

#sidebar-30day .list-group-item {
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

#sidebar-30day .list-group-item:last-child {
	border: 0
}

#sidebar-30day .list-group-item a {
	display: block;
	overflow: hidden
}

#sidebar-30day .list-group-item a:before {
	background-color: #ddd;
	position: absolute;
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	top: 22px;
	left: 12px
}

#sidebar-30day .list-group-item a span {
	color: #999;
	display: block;
	font-weight: normal;
	height: 0;
	transition: height 1s
}

#sidebar-30day .list-group-item:hover a span {
	display: block;
	height: 60px
}

#sidebar-30day .list-group-item a:before {
	background: #FFF
}

#day30-tab {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 20px;
	margin: 0;
	padding: 0
}

#day30-tab .nav-link.active {
	background: var(--theme-color);
	border-radius: 50px;
	color: #FFF !important
}

#day30-tab .nav-link {
	padding: 4px 15px;
	background: transparent;
	border: 0;
	border-radius: 50px;
	font-size: 12px;
	color: #333
}

#sidebar-30day .list-group-item b {
	background: #333;
	color: #FFF;
	padding: 2px 4px;
	margin-right: 5px;
	font-size: 12px
}

#sidebar-30day .list-group-item a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.list-group-item a:hover {
	display: block !important
}

.ad a.demo {
	border: 2px dashed #999;
	padding: 40px 15px;
	font-size: 14px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	text-align: center
}

.content {
	font-size: 16px;
	line-height: 1.9;
	color: #555555;
	text-align: justify
}

.content h1 {
	font-size: 18px;
	font-weight: 800;
	color: #333;
	line-height: 1.6
}

.content .other {
	color: #999;
	font-size: 14px
}

.single-copyright {
	background-color: #f5f5f5;
	font-size: 12px;
	border-radius: 3px;
	color: #929292;
	text-align: center;
	line-height: 32px;
	margin-bottom: 30px;
	padding: 0 10px
}

.single-copyright-more {
	background: #fff;
	margin-top: 50px;
	margin-bottom: 20px
}

.single-copyright-more .title {
	margin: -18px auto -5px;
	text-align: center
}

.single-copyright-more .title span {
	display: inline-block;
	padding: 4px 15px;
	font-size: 12px;
	max-width: 100%;
	font-weight: normal;
	color: #929292;
	background: #ffffff;
	border: 1px solid #eee
}

.single-copyright-more p {
	margin: 20px 0px;
	color: #929292;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px
}

#content p {
	text-align: justify
}

#content.single-text-indent p {
	/*text-indent: 2em*/
}

#content h2 {
	margin: 20px 0;
	padding: 10px 15px;
	border-left: 5px solid var(--theme-color);
	background-image: linear-gradient(to right, #f9f9f9 0%, #ffffff 100%);
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700
}

#content h3 {
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.2;
	border-left: 5px solid var(--theme-color);
	font-weight: 600;
	margin-bottom: 20px
}

#content ol,
#content ul {
	margin-bottom: 20px
}

#content ol li,
#content ul li {
	margin-bottom: 20px
}

#content .video-container {
	width: 100%;
	height: 0px;
	padding-bottom: 56%;
	position: relative;
	margin-bottom: 1rem
}

#content .video-container iframe {
	height: 0;
	width: 100%;
	min-height: 100%;
	position: absolute
}

.share-wrap {
	display: block;
	height: 35px
}

.share-wrap h3 {
	display: inline;
	line-height: 40px;
	float: left;
	font-size: 14.5px;
	color: #555555;
	padding-right: 5px
}

.share-plain,
.share-wrap {
	position: relative;
	text-align: center
}

.share-plain .icon-wrap {
	width: 29px;
	height: 29px;
	line-height: 29px
}

.share-plain .icon-wrap i {
	color: #FFF;
	display: block;
	line-height: 32px;
	width: 31px
}

.share-wrap {
	display: block;
	height: 35px
}

.share-wrap h3 {
	display: inline;
	line-height: 40px;
	float: left;
	font-size: 14.5px;
	color: #555555;
	padding-right: 5px
}

.share-plain,
.share-wrap {
	position: relative;
	text-align: center
}

.share-plain {
	display: inline-block;
	box-sizing: border-box;
	margin: 2px 3px !important;
	padding: 0;
	width: 2pc !important;
	height: 2pc !important;
	color: #bdc4d6;
	white-space: nowrap;
	line-height: 30px !important;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border-radius: 30px
}

.share-plain.weibo {
	color: #ffffff !important;
	background: #ff8d8d
}

.share-plain.weibo:hover {
	background: #ff7171;
	color: #ffffff !important
}

.share-plain.qq {
	color: #ffffff;
	background: #52aff1
}

.share-plain.qq:hover {
	background: #22a4ff;
	color: #ffffff !important
}

.share-plain.haibao {
	color: #FF9800;
	width: 110px !important;
	border: 1px solid #FF9800
}

.share-plain.haibao span {
	font-size: 14.5px;
	padding-left: 5px
}

.share-plain.haibao:hover {
	background: #FF9800;
	color: #ffffff !important
}

.share-plain.weixin {
	background-color: #7bd172;
	color: #ffffff !important
}

.share-plain.weixin:hover {
	background: #5ac64f;
	color: #ffffff !important
}

.share-plain.pop:hover .share-int {
	display: block;
	opacity: 1
}

.share-plain .share-int {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 8;
	display: none;
	margin-left: -110px;
	padding: 10px;
	width: 220px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	color: #555;
	text-align: center;
	opacity: .2;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

@media screen and (max-width:768px) {
	.share-plain .share-int {
		margin-left: -75px;
		padding: 5px 15px;
		width: 150px
	}
}

.share-plain .share-int:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: block;
	margin-left: -25px;
	width: 50px;
	height: 20px;
	background: url(../image/arrow.png) 0 0 no-repeat;
	background-size: 50px 20px;
	content: ''
}

.share-plain .share-int canvas,
.share-plain .share-int img {
	margin: 15px 0 -6px;
	height: auto;
	max-width: 100%
}

.share-plain .share-int p {
	margin: 15px 0 0;
	color: #676767;
	white-space: normal;
	word-wrap: break-word;
	font-size: 14px;
	line-height: 1.5
}

@media screen and (max-width:768px) {
	.share-plain .share-int p {
		margin: 10px 0 5px;
		font-size: 10px
	}
}

.single-tag a {
	position: relative;
	display: inline-block;
	margin: 0 0 0px 5px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	background-color: #56B66A;
	border-radius: 5px;
	padding: 5px 10px
}

.single-tag a:before {
	content: '#';
	display: inline-block;
	margin-right: 4px
}

.single-tag {
	font-size: 14px;
	color: #555555
}

.single-tag a:focus,
.single-tag a:hover {
	color: #fff !important;
	background-color: #189a33 !important
}

.single-tag a:hover {
	background: #8d8d8d
}

#page-full h1 {
	border-bottom: 1px solid #eaeaea;
	font-size: 2rem
}

.page-content p {
	font-size: 16px;
	/*text-indent: 2em;*/
	text-align: justify;
	margin-bottom: 20px
}

#page-post .submit-button {
	background: #000;
	color: #FFF;
	border-color: #000000;
	margin: 20px 5px 10px;
	border-radius: 6px;
	border-style: none;
	padding: 10px 20px;
	border: 1px solid #e6e6e6
}

#page-post {
	text-align: center
}

#page-post button.submit-button[value=save-draft] {
	background: #e4e4e4;
	border-color: #999;
	color: #333
}

#page-post .wp-core-ui .button,
#page-post .wp-core-ui .button-secondary {
	color: #333;
	border-color: #ababab;
	background: #f3f5f6
}

#footer {
	line-height: 2
}

@media (min-width:768px) {
	.content h1 {
		font-size: 30px
	}

	.carousel-caption h3 {
		font-size: 24px
	}

	.news-zixun .item h5,
	.article-list .item-new h2 {
		font-size: 20px
	}

	.single-copyright-more {
		padding: 0px 20px;
		border-top: 1px solid #eee
	}

	.partne-home a {
		margin: 15px 0
	}

	.xwtt_con .p-shape span {
		font-size: 15px
	}

	.xwtt_con .p-shape {
		top: 35px;
		left: -91px
	}

	.xwtt_con h3 {
		font-size: 24px
	}

	#sidebar-imglist .item .img {
		width: 28%
	}

	.carousel-item img {
		height: 480px
	}
}

@media (min-width:992px) {
	.partne-home img {
		max-width: 100px;
		height: 40px
	}

	.partne-item {
		line-height: 70px
	}

	.news-zixun .item {
		height: 119px
	}

	.article-list .item-new img {
		height: 158px
	}

	.carousel-item img {
		height: 293px
	}

	.carousel-caption p {
		display: none !important
	}
}

@media (min-width:1200px) {
	.partne-home img {
		max-width: 120px
	}

	.partne-home a {
		vertical-align: middle;
		height: 100px
	}

	.carousel-item img {
		object-fit: cover;
		height: 353px;
		width: 100%
	}

	.article-list .item-new img {
		height: 168px
	}

	.carousel-caption h3 {
		font-size: 24px
	}

	.carousel-caption p {
		font-size: 18px;
		display: block !important
	}
}

@media (min-width:1400px) {
	.carousel-item img {
		object-fit: cover;
		height: 462px;
		width: 100%
	}
}

.bg-no-repeat {
	background-repeat: no-repeat
}

.bg-repeat-x {
	background-repeat: repeat-x
}

.bg-repeat-y {
	background-repeat: repeat-y
}

.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.bg-center-center {
	background-position: center center
}

.bg-center-right {
	background-position: center right
}

.bg-center-left {
	background-position: center left
}

.bg-fixed {
	background-attachment: fixed
}

.top-bar {
	background-color: #333
}

#footer {
	background-color: #333333
}

#footer {
	color: #ffffff
}

#footer a {
	color: #ffffff !important
}

#footer a:hover {
	color: #dc3545 !important
}

#footer .footer_item {
	flex: 0 0 auto;
	width: 100%
}

#footer .footer_item .footer_info {
	justify-content: center !important;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

body {
	background-color: #f9f9f9
}

#navbarSupportedContent .active a,
#navbarSupportedContent a {
	color: #fff !important
}

#navbarSupportedContent .active a,
#navbarSupportedContent a:hover {
	color: #ffff78 !important
}

.diy-radius {
	border-radius: 6px !important
}

.div-radius {
	border-radius: 6px !important
}

#navbarSupportedContent .nav-item {
	position: relative;
	padding-top: 10px;
	margin-bottom: -20px;
	top: -16px
}