﻿@charset "utf-8";
/*==========reset=========*/



article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block
}

button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}

.art-content li, .art-content ul {
	list-style: inherit
}


small {
	font-size: .9em
}
input, textarea, button {
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #000;
	line-height: 1.35
}
code, pre, pre tt {
	font-family: Courier, 'Courier New', monospace
}
pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	display: block;
	-webkit-overflow-scrolling: touch
}
hr {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: .8em;
	height: 10px
}
.textwrap, .textwrap td, .textwrap th {
	word-wrap: break-word;
	word-break: break-all
}
.textwrap-table {
	table-layout: fixed
}
.serif {
	font-family: Palatino, Optima, Georgia, serif
}
img {
	max-width: 100%
}
/*==========global color=========*/




::-moz-selection {
background:#0084ff;
color:#fff
}
/*==========public class=========*/

.clear {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.bn {
	border: none!important
}
.pd {
	padding: 1.5em
}
.mb {
	margin-bottom: 20px
}

.mr {
	margin-right: 20px
}
.br {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.sb {
	box-shadow: 0 1px 3px rgba(26,26,26,.2);
	background: #fff
}
.nav-sb {
	box-shadow: 0 3px 14px 0 rgba(199,209,215,.4);
	background: #fff
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
.img-cover {
	object-fit: cover
}
/*单行文本溢出省略*/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
/*两行文本溢出省略*/
.multi-ellipsis {
	position: relative;
	line-height: 1.4em!important;
	height: 2.8em!important;
	overflow: hidden
}
.multi-ellipsis:after {
	content: "";
	font-weight: 700;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 62%);
	background: -o-linear-gradient(right, transparent, #fff 62%);
	background: -moz-linear-gradient(right, transparent, #fff 62%);
	background: linear-gradient(to right, transparent, #fff 62%)
}
/*hover时提升按钮颜色明度*/
.brightness:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}
/*修改不同视口下公共类属性的值*/
@media screen and (max-width:1200px) {
.mb {
	margin-bottom: 10px
}
.m-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap!important
}
.m-multi-ellipsis {
	position: relative;
	line-height: 1.4em!important;
	height: 2.8em!important;
	overflow: hidden
}
.m-multi-ellipsis:after {
	content: "";
	font-weight: 700;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 62%);
	background: -o-linear-gradient(right, transparent, #fff 62%);
	background: -moz-linear-gradient(right, transparent, #fff 62%);
	background: linear-gradient(to right, transparent, #fff 62%)
}
}
/*不同视口下对html的显隐*/
.hidden {
	display: none
}

@media screen and (max-width:768px) {
.hidden-sm {
	display: none!important
}
}
@media screen and (min-width:769px) and (max-width:992px) {
.hidden-md {
	display: none!important
}
}
@media screen and (min-width:993px) and (max-width:1200px) {
.hidden-lg {
	display: none!important
}
}
@media screen and (min-width:1201px) {
.hidden-xl {
	display: none!important
}
}
/*你懂的*/
.fuck-ie {
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 99
}
.fuck-ie .tips {
	position: absolute;
	width: 700px;
	height: 100px;
	color: #c57602;
	border: 1px solid #fe9219;
	text-align: center;
	line-height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	font-size: 16px;
	margin-top: -50px;
	background: #fffedc;
	z-index: 999
}
/*animate.css*/
@-webkit-keyframes fadeInUpMenu {
from {
opacity:0;
visibility:hidden;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUpMenu {
from {
opacity:0;
visibility:hidden;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu
}
.animated-fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@media (prefers-reduced-motion) {
.animated {
	-webkit-animation: unset!important;
	animation: unset!important;
	-webkit-transition: none!important;
	transition: none!important
}
}

/*==========【复用模块】图片左移transform===========*/
/*
.article-list .figure img,.full-post .figure img,.recommend-a .item img,.related-item .img{position:relative;max-width:none;width:calc(100% + 40px);-webkit-transition:opacity .35s,-webkit-transform .45s;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}
.article-list:hover img,.full-post .img-list:hover img,.recommend-a .item:hover img,.related-item:hover img{filter:alpha(opacity=60);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}*/
/*========【复用模块】模块标题栏样式========*/
.double-list, .flink, .full-post, .text-post, .img-post, .post-comment, .recommend-a, .recommend-b, .recommend-c, .related-art, .widget {
	padding: 1.5em
}
.c-title {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding-bottom: .5em;
	margin-top: -.5em;
	position: relative
}
.c-title:after {
	content: "";
	background-color: #0084ff;
	left: 1px;
	width: 34px;
	height: 2px;
	bottom: -1px;
	position: absolute;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.double-list:hover .c-title::after, .flink:hover .c-title::after, .full-post:hover .c-title::after, .text-post:hover .c-title::after, .img-post:hover .c-title::after, .new-post:hover .c-title::after, .post-comment:hover .c-title::after, .recommend-a:hover .c-title::after, .recommend-b:hover .c-title::after, .recommend-c:hover .c-title::after, .related-art:hover .c-title::after, .widget:hover .c-title::after {
	width: 70px
}
/*========header========*/

.h-wrap {
	height: 80px;
	position: relative
}
.logo-area {
	padding-top: 0px;
	padding-right: 40px
}
.logo-area .img {
	width: 90%
}
.pc-nav {
	max-width: 80%;
	height: 80px;
}
.pc-nav li {
	float: left
}
.pc-nav li a {
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	font-size: 16px;
	display: block
}
.pc-nav li a:after {
	content: "\e6a8";
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.pc-nav .sub-nav a:after {
	content: "\e64b";
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.pc-nav .sub-nav:before {
	content: "";
	height: 15px;
	width: 15px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: -8px;
	left: 44px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee
}
.pc-nav .sub-nav .sub-nav:before {
	content: "";
	height: 15px;
	width: 15px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: 32px;
	left: -8px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: none
}
.pc-nav .sub-nav a:hover {
	color: #0084ff
}
.pc-nav li a:only-child::after {
	content: ""
}
.pc-nav .li-cate {
	position: relative
}
.pc-nav .active {
	color: #0084ff
}
.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0
}
.dropdown-nav {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #323841;
	list-style: none
}
.dropdown-nav .active a, .dropdown-nav .active a:hover, .dropdown-nav li a:hover {
	background-color: #0084ff;
	color: #fff
}
.pc-nav {
	font-size: 14px;
	margin-right: 10px
}
.pc-nav li {
	position: relative;
	list-style: none;
	display: block;
	float: left
}
.pc-nav li a {
	text-transform: none;
	line-height: 80px;
	height: 80px;
	padding: 0 8px;
	display: block
}
.pc-nav li a i.fa {
	padding-right: 3px;
	position: relative;
	top: 0
}
.pc-nav li .sub-nav {
	text-align: left;
	position: absolute;
	top: 80px;
	left: -17px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	border: 1px solid #eaeeef;
}
.pc-nav li .sub-nav li {
	float: none;
	height: 40px;
	min-height: 40px
}
.pc-nav li .sub-nav li a {
	line-height: 40px;
	height: 40px;
	padding: 0 35px;
	color: #1a1a1a;
	white-space: nowrap;
	min-width: 110px
}
.pc-nav li .sub-nav li a i.iconfont {
	padding-right: 3px
}
.pc-nav li .sub-nav li a:hover {
	background: 0 0
}
.pc-nav .active a, .pc-nav .active a:focus {
	color: #fff
}
.pc-nav li>ul>li a.current-menu-item {
	background: 0 0
}
.pc-nav li.current-menu-ancestor a, .pc-nav li.current-menu-item a, .pc-nav li.current-post-ancestor a, .pc-nav li:hover a {
	position: relative
}
.pc-nav li .icons {
	margin-right: 5px;
	font-size: 17px;
	top: 1px;
	position: relative
}
.pc-nav .nav-ul>li:hover>.sub-nav {
	display: block;
	padding: 20px 0;
	opacity: 1
}
.nav-ul>li, .nav-ul>li>li {
	float: left
}
.pc-nav .nav-ul li ul li:hover>.sub-nav {
	display: block;
	padding: 20px 0
}
.pc-nav li ul li .sub-nav {
	top: -20px;
	left: 100%
}
.pc-nav li ul.sub-nav li>a.menu-th3:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 4px solid;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	position: relative;
	left: 5px;
	overflow: hidden
}
.pc-nav .has-child>a:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: relative;
	left: 5px;
	overflow: hidden
}









/*--相关文章--*/
.related-art {
	position: relative;
	z-index: 2
}
.related-item {
	width: 31%;
	margin-right: 3.4%
}
.related-item .span {
	height: 160px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px
}
.related-item a {
	display: block
}
.related-item .img {
	height: 160px;
	width: 100%
}
.related-item .titile {
	height: 1.2em;
	overflow: hidden
}
.related-item:nth-child(3n+0) {
	margin-right: 0
}






.ias-trigger-next {
	cursor: pointer;
	float: inherit;
	text-align: center
}
.ias-trigger-next a {
	background: #fff;
	color: #333;
	padding: 1em 2em;
	line-height: 100%;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(51,51,51,.3);
	display: block
}
.ias-trigger-next a:hover {
	box-shadow: 0 3px 2px 0 rgba(51,51,51,.2)
}
.ias-trigger-next i {
	margin-right: 5px
}
/*========广告位======*/


.f-about, .f-contact, .f-qr {
	display: inline-block
}
.f-about {
	width: 46%;
	padding: 3% 0
}
.f-contact {
	width: 40%;
	padding: 3% 10%
}
.f-contact i.iconfont {
	padding-right: 5px
}
.f-qr {
	width: 120px;
	padding: 3% 0
}
.f-qr .img {
	width: 100px;
	height: 100px
}

#totop {
	display: none
}
.toolbar i.iconfont {
	color: #666;
	font-size: 18px
}
.toolbar .btn {
	display: block;
	padding: 12px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
	line-height: 18px;
	vertical-align: middle;
	text-align: center
}
#qr:hover, .btn.qq:hover, .toolbar .btn:hover {
	background-color: #0084ff
}
#qr:hover a, .btn.qq:hover a, .toolbar .btn:hover i {
	color: #fff
}
#qr #qr-img {
	position: absolute;
	display: none
}
#qr-img {
	left: -200px;
	bottom: 5px;
	max-width: 180px;
	padding: 8px
}
/*==========responsive==========*/
@media screen and (max-width:1200px) {
.h-wrap, .header {
	
}

.m-nav-btn {
	display: block;
	height: 0
}
.pc-nav {
	margin-right: 0
}
.responsive-nav {
	width: 75%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.92);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9;
	display: none
}
.nav-sb {
	box-shadow: none
}
.m-nav {
	margin-top: 70px;
	width: 100%
}
.m-nav-btn i.iconfont {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center
}
.m-nav-btn i.active {
	color: #fff;
	z-index: 10
}
.nav-ul>li {
	line-height: 38px;
	position: relative;
	width: 100%;
	display: inherit;
	margin-right: 0;
	text-align: left
}
.nav-ul>li:first-child {
	border-top: none
}
.nav-ul>li>a {
	height: 50px;
	font-size: 16px;
	display: block;
	text-indent: 4vw;
	color: #fff;
	line-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.nav-ul>li>a i.fa {
	font-size: 1em;
	padding-right: 3px
}
span.toggle-btn {
	position: absolute;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #aaa;
	text-align: center;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 100;
	border-left: 1px solid rgba(255,255,255,.1);
	display: block
}
span.toggle-btn i.iconfont {
	color: #eee;
	font-size: 18px
}
.m-nav-btn .active:before {
	content: "\e639"
}
.toggle-btn .active:before {
	content: "\e61f"
}
.m-nav .sub-nav {
	background-color: rgba(0,119,230,.8);
	text-align: left;
	position: relative;
	left: 0;
	min-width: 100%;
	z-index: 10;
	font-size: 14px;
	top: 0;
	border-radius: 0
}
.m-nav .sub-nav>li {
	position: relative;
	text-align: left;
	line-height: 50px;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.sub-nav li:last-child {
	border-bottom: 0 solid transparent
}
.m-nav .sub-nav>li>a {
	text-indent: 1.5em;
	color: #fff;
	display: block;
	height: 50px;
	font-size: 16px;
	text-indent: 2em
}
.m-nav .sub-nav>li ul li>a {
	text-indent: 3em
}
.index-breadcrumb {
	padding-top: 70px
}
.breadcrumb, .breadcrumb2 {
	padding: 66px 0 5px 10px!important;
	color: #888
}
.header .login {
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 1;
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: block
}
.search-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 60px;
	width: 60px;
	display: block
}
.search-button i.iconfont {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	font-size: 24px
}
#search-area {
	left: 0;
	width: 96%;
	bottom: -70px
}
.double-list, .flink, .full-post, .post-comment, .recommend-a, .recommend-b, .related-art, .widget {
	padding: 20px 15px 15px 15px
}
#mainbox {
	width: 100%
}
.swiper-container {
	margin-bottom: 10px!important;
	width: 100%;
	height: 45vw
}
.swiper-slide .p {
	font-size: 16px;
	bottom: 1em
}
.swiper-container-horizontal>.swiper-pagination {
	top: 90%
}
.swiper-button-prev {
	left: 0
}
.swiper-button-next {
	right: 0
}
.swiper-pagination-bullet {
	width: .5em;
	border-radius: 100px
}
.recommend-a .item {
	width: 48.4%;
	display: none
}
.recommend-a .item:nth-child(-n+2) {
	display: block
}
.recommend-a .item:nth-child(2) {
	margin-right: 0
}
.recommend-a .thumbnail {
	height: 30vw
}
.recommend-a .thumbnail img {
	height: 30vw
}
.recommend-a .item .title {
	font-size: 14px
}
.recommend-b .item {
	width: 100%
}
.recommend-b .intro {
	padding: 2.8vw;
	line-height: 1.5
}
.recommend-c .figure {
	width: 34%;
	height: 24vw;
	margin-right: 4%
}
.full-width-box .article-list {
	width: 100%
}
.full-width-box .article-list .figure, .full-width-box .article-list .figure img {
	height: 40vw
}
.full-width-box .article-list p.clearfix {
	padding-top: 0
}
.article-list .figure {
	width: 34%;
	height: 24vw
}
.article-list .figure img {
	height: 25vw
}
.article-list .content {
	margin-left: 38%;
	padding-top: 5px
}
.article-list .content-no-img {
	margin-left: 0!important
}
.article-list {
	padding: 3vw
}
.article-list .content .title {
	font-size: 16px;
	white-space: unset;
	line-height: 1.6
}
.article-list .data {
	padding-top: 1vw
}
.double-list {
	width: 100%
}
.double-list .ul .a {
	max-width: 80%
}
.double-list .ul .title {
	list-style-type: none
}
.recommend-c .wrap {
	margin-top: 20px;
}
.recommend-c .img-list {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}
.recommend-c .img-list, .full-post .img-list {
	width: 100%
}
.full-post .figure {
	width: 30%;
	height: 20vw
}
.recommend-c .content {
	margin-left: 0
}
.full-post .content {
	margin-left: 34%
}
.recommend-c .content .title, .full-post .content .title {
	font-size: 16px;
	white-space: unset
}
.full-post .info {
	padding-top: 1vw
}
.recommend-c .list, .full-post .list {
	width: 100%
}
.text-post {
	width: 100%
}
.img-post .left, .img-post .top, .img-post .bottom {
	width: 100%;
	overflow: hidden;
}
.img-post .title {
	padding: 0 1em 1.5em 1em;
}
.img-post .top, .img-post .bottom {
	margin-left: 0;
}
.img-post .top {
	margin-top: 20px;
}
.flink {
	margin-bottom: 10px
}
.f-about {
	width: 100%
}
.f-contact {
	width: 100%;
	padding: 3% 0
}
.f-qr {
	width: 100%
}
.art-main {
	padding: 4vw
}
.art-main .art-content {
	font-size: 14px
}
.art-main .art-title {
	font-size: 22px
}
.art-main h1, .art-main h2, .art-main h3 {
	font-size: 20px
}
#reward-img {
	margin: 45% 5%
}
.reward-widget {
	position: static;
	margin-bottom: 20px
}
.quick-prev-next .next, .quick-prev-next .prev {
	background: rgba(255,255,255,.8);
	color: #333;
	font-size: 24px;
	text-align: center;
	width: 40px;
	box-shadow: 0 1px 3px rgba(26,26,26,.2)
}
.quick-prev-next .prev {
	border-radius: 0 100px 100px 0
}
.quick-prev-next .next {
	border-radius: 100px 0 0 100px
}
.related-art .ul {
	margin-bottom: 3vw
}
.related-item {
	width: 48.4%;
	margin-right: 3%
}
.related-item .span {
	height: 100px;
}
.related-item a {
	display: block
}
.related-item .img {
	height: 100px
}
.related-item:nth-child(2n+0) {
	margin-right: 0
}
.related-item:nth-child(3) {
	margin-right: 3%
}
.page-numbers {
	margin-top: 10px
}
.compost .com-info li {
	width: 100%;
	padding-right: 0%
}
.compost .com-info li .verify {
	right: 0
}
.footer .main {
	padding: 1em
}
}

