﻿@font-face {
  font-family: "gotham-book";
  src: ;
  src:  format("embedded-opentype"),
     format("woff2"),
     format("woff"),
     format("truetype"),
     format("svg");
}
.nybanner {
  background-image: ;
}
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
  /*只针对低版本谷歌*/
}
/*广告代码*/
.advertising-box {
	position: relative;
	margin: 5px auto;
	z-index:5;
}
.pc_img{width:98.8%}

.advertising {
	position: absolute;
	right: 13px;
	bottom: 0;
	border-radius: 1px;
	font-size: 8px;
	padding: 1px 3px;
	color: #fffcfc94;
	background-color: rgba(129, 129, 129, 0.5);
}


@media (max-width: 988px) {
	.pc {
		display: none;
	}
}
@media (max-width: 988px) {
 .advertising {
  font-size: 30px;
 }
}

@media (max-width: 988px) {
 .question {
  width: 1500px;
  height: 1500px;
 }
}


.question {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 50%;
	margin-left: 3px;
	color: #fffcfc94;
	background-color: rgba(129, 129, 129, 0.8);
	cursor: pointer;
}

#question_dialog {
	display: none;
}

#question_dialog .question_container {
	/* display: none; */
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 330px;
	background: #fff;
	border: 3px solid #ff8f8d;
	padding: 20px;
	font-size: 14px;
	border-radius: 5px;
	line-height: 22px;
	box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
	color: #666;
}
@media (max-width: 988px) {
	#question_dialog .question_container {
		width: 70%;
		font-size: 34px;
		line-height: 50px;
	}
}

.question_close {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
@media (max-width: 988px) {
	.question_close {
		font-size: 50px;
		right: 20px;
		top:-10px;
	}
}

/*广告代码*/

body {
  background: #f9f9f9;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  font-family: "gotham-book", -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;
  color: #333;
}

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

a:hover {
  color: #ff5f33;
}

li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: middle;
}
.guanggao {display: none;position: relative;} 
.guanggao_img {width: 100%;height: 100%;}
@media (max-width: 988px) {.guanggao {display: block;width: auto;height: auto;	margin: 0 20px;}.guanggao_img {width: 100%;	height: 100%;}}
.container {
  width: 1200px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.mt-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pages {
  display: flex;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 46px 0px 0 0;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 34px;
}

.pages a {
  background: #fff;
  display: block;
  height: 17px;
  line-height: 18px;
  border: 1px solid #ddd;
  padding: 6px 6px;
  margin-left: 8px;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border-radius: 3px;
}

.pages strong {
  display: block;
  height: 17px;
  line-height: 18px;
  border: 1px solid #ddd;
  padding: 6px 6px;
  margin-left: 8px;
  text-decoration: none;
  background-color: #fff;
  background: #e4393c;
  color: #fff;
  border-radius: 3px;
}

.pages cite,
input {
  display: none;
}

.pages text {
  display: none;
}

.pages #text:target {
  color: red;
  display: none !important;
}

.mmnn {
  background-color: white;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 70px;
  transition: all 0.3s ease 0s;
  webkit-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
  -ms-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
}

.menu .logo-a {
  display: flex;
  float: left;
  width: 140px;
  height: 50px;
  margin-right: 50px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-content: center;
}

.menu .logo-a img {
  width: 100%;
}

.menu .navbar {
  width: 950px;
  float: left;
}

.menu .navbar li {
  float: left;
  margin-top: 10px;
}

.menu .navbar li a {
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
}

.menu .navbar li a:hover,
.menu .navbar .on a {
  color: #ff5f33 !important;
}

.menu .sou {
  float: right;
  line-height: 70px;
  color: #fff;
}

.add_author {
  width: 100%;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 12.5px;
  margin: 0 0 0 -1px;
}

.add_header {
  height: 80px;
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: -25px;
}

.add_name {
  text-align: center;
}

.name_info p {
  font-size: 17px;
  margin: 10px;
}

#guanzhu {
  padding: 3px 5px;
  width: 40px;
  margin: auto;
  background: #d6623d;
  color: white;
}

.shengming {
  padding: 10px;
  text-align: left;
  line-height: 20px;
  color: gray;
}

.timeshow {
  position: absolute;
  margin: -5px 0 0 -91px;
}

.ictm {
  margin-right: 8px;
}

.active {
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.active .navbar li a {
  color: #062743;
}

.active .sou {
  color: #062743;
}

.search {
  position: fixed;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  height: 50px;
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 0;
  z-index: 9999;
}

.navcolor a {
  color: #062743 !important;
}

.show {
  top: 0;
}

.search .search-form {
  position: absolute;
  width: 1200px;
}

.search .search-input {
  width: 100%;
  height: 50px;
  font-size: 17px;
  border: none;
}

.search .icon {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 24px;
  cursor: pointer;
}

.banner {
  color: #fff;
  text-align: center;
  height: 390px;
  padding-top: 110px;
  background-color: #2d3757;
  background-image: url(/uploads/image/scimages/banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner p {
  font-size: 16px;
  color: #fff;
}

.banner a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px 10px 0;
}

.banner .search-form,
.nybanner .search-form {
  margin: 30px auto 0;
  box-sizing: content-box;
  position: relative;
}

.banner .search-form .site-search-form,
.nybanner .search-form .site-search-form {
  display: inline-block;
}

.banner .search-form .search-cat,
.nybanner .search-form .search-cat {
  display: inline-block;
  float: left;
  width: 80px;
  height: 44px;
  border: none;
  margin-right: -3px;
  border-radius: 30px 0 0 30px;
  background: #f1f1f1;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
}

.banner .search-form .search-input,
.nybanner .search-form .search-input {
  background: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  display: inline-block;
  float: left;
  width: 500px;
  font-family: "microsoft yahei";
  text-indent: 30px;
  border-radius: 30px 0 0 30px;
  border: none;
}

.banner .search-form .search-cat   .search-input,
.nybanner .search-form .search-cat   .search-input {
  border-radius: 0;
  text-indent: 15px;
}

.banner .search-form .search-btn,
.nybanner .search-form .search-btn {
  background: #ff5f33;
  font-size: 16px;
  height: 44px;
  border: none;
  color: #fff;
  display: inline-block;
  float: left;
  width: 100px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

.banner .search-form .search-btn .icon,
.nybanner .search-form .search-btn .icon {
  font-size: 24px;
  top: 0;
}

.statistics {
  margin-top: 30px;
}

.statistics .col_fourth {
  width: 23.5%;
}

.statistics .col_fourth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

.statistics .end {
  margin-right: 0 !important;
}

.statistics .counter {
  padding: 15px 0;
}

.statistics .count-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}

.statistics .count-title span {
  font-size: 32px;
  margin-right: 5px;
}

.statistics .count-text {
  font-size: 14px;
  color: #8a92a9;
}

.statistics .iconfont {
  color: #ff5f33;
  font-size: 30px;
}

.mtitle h2 {
  margin: 0 0 45px;
  font-size: 24px;
  text-align: center;
  position: relative;
  font-weight: normal;
}

.mtitle h2:after {
  content: " ";
  width: 20px;
  background: #ff5f33;
  height: 3px;
  position: absolute;
  left: 0;
  top: 45px;
  margin-left: calc(50% - 10px);
  border-radius: 1.5px;
}

.mtitle h2 span {
  position: relative;
}

.mtitle h2 i {
  position: absolute;
  right: -43px;
  top: -10px;
  background: #ff5f33;
  padding: 1px 5px;
  border-radius: 20px 20px 20px 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}

.piclist {
  margin: 0 -10px 20px;
  position: relative;
}

.piclist .li {
  width: 285px;
  margin: 0 10px 20px;
  float: left;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
  position: relative;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease 0s;
}

.piclist .li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translatey(-3px);
  transform: translatey(-3px);
}

.piclist .li .img {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  position: relative;
  height: 180px;
}

.piclist .li .img a {
  display: block;
  height: 100%;
}

.piclist .li img {
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
  transition: all 0.3s ease-out 0s;
  object-fit: cover;
  background: #f0f0f0;
  display: block;
  font-size: 0;
}

.piclist .li img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transition: all 0.3s ease-out 0s;
}

.piclist .li h3 {
  font-size: 15px;
  font-weight: normal;
  margin: 5px 15px 10px;
  position: relative;
}

.piclist .li h3 a {
  color: #062743;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
}

.piclist .li h3 a:hover {
  color: #ff5f33;
}

.piclist .li .cat {
  padding: 15px 15px 0 15px;
  display: block;
  font-size: 12px;
  color: #8a92a9;
  margin-left: 18px;
  position: relative;
}

.piclist .li .cat:after {
  content: " ";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 15px;
  position: relative;
  left: -18px;
  top: -13px;
  border: 2px solid #ff5f33;
}

.piclist .li .meta {
  color: #8a92a9;
  padding: 0 15px 8px 15px;
  font-size: 12px;
  height: 26px;
  overflow: hidden;
}

.piclist .li .meta .time,
.piclist .li .meta .views {
  margin-right: 8px;
  position: relative;
}

.piclist .li .meta .time i,
.piclist .li .meta .views i {
  font-size: 10px;
  margin-right: 5px;
}

.piclist .li .meta .video {
  color: #ff5f33;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 9;
}

.piclist .li .meta .video .iconfont {
  font-size: 20px;
}

.loadmore {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.loadmorep {
  color: #999;
  text-align: center;
}

.more {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.more a {
  display: inline-block;
  padding: 10px 80px;
  text-decoration: none;
  background-color: #ff5f33;
  color: #fff !important;
  border-radius: 50px;
}

.more a:hover {
  opacity: 0.88;
}

.nybanner {
  padding: 50px 0;
  margin-top: 70px;
  background-image: none;
  background-color: #ff5f33;
}

.nybanner h2 {
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.filters {
  padding: 15px 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
  border-radius: 3px;
}

.filter-item {
  margin-bottom: 7px;
  padding: 0 0 7px 70px;
  position: relative;
  border-bottom: 1px dashed #eaeaea;
}

.filter-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.filter-item > span {
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 7px;
}

.filter {
  display: inline-block;
  font-size: 14px;
}

.filter a {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
}

.filter a.active {
  background: #ff5f33;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
}

.pagination {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  display: block;
  border-radius: 0;
}

.pagination ul {
  display: inline-block !important;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  margin: 0 2px;
  float: left;
  padding: 5px 12px;
  background-color: #ddd;
  color: #666;
  border-radius: 2px;
  opacity: 0.88;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
  opacity: 1;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ff5f33;
  color: #fff;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
}

.breadcrumbs {
  padding: 0 0 15px;
  font-size: 14px;
  color: #8a92a9;
  margin-top: 100px;
}

.breadcrumbs .sep {
  color: #8a92a9;
}

.breadcrumbs .current {
  color: #8a92a9;
}

.detail {
  overflow: hidden;
  position: relative;
}

.content {
  width: 870px;
  float: left;
}

.article {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.article .title {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: normal;
}

.article .meta {
  color: #8a92a9;
  margin-bottom: 15px;
  font-size: 13px;
}

.article .meta .item {
  margin-right: 15px;
  display: inline-block;
}

.article .meta i {
  font-size: 10px;
}

.article audio {
  width: 100%;
  margin-bottom: 15px;
}

.article .text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.article .text img {
  max-width: 100%;
  display: block;
  margin: 5px auto;
}

.article .text a {
  text-decoration: underline;
}

.article .text p {
  text-indent: 2em;
}

.article .text table {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 100%;
  margin-bottom: 30px;
}

.article .text table th {
  background-color: #f9f9f9;
  text-align: center;
}

.article .text table th,
.article-content table td {
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 5px 10px;
}

.article .tags {
  margin-bottom: 20px;
}

.article .tags a {
  display: inline-block;
  margin-bottom: 3px;
  padding: 8px 10px 7px;
  line-height: 1;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  background-color: #ff5f33;
}

.article .tags a:nth-child(5n) {
  background-color: #4a4a4a;
}

.article .tags a:nth-child(5n   1) {
  background-color: #ff5e5c;
}

.article .tags a:nth-child(5n   2) {
  background-color: #ffbb50;
}

.article .tags a:nth-child(5n   3) {
  background-color: #1ac756;
}

.article .tags a:nth-child(5n   4) {
  background-color: #19b5fe;
}

.shares {
  float: left;
}

.shares b {
  font-size: 12px;
  color: #8a92a9;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

.shares i {
  font-size: 18px;
  top: 0;
}

.article .act {
  float: right;
  text-align: center;
  margin-top: 23px;
}

.article .act .zan {
  margin-left: 5px;
  display: inline-block;
  color: #8a92a9 !important;
  height: 30px;
  line-height: 30px;
}

.article .act .zan.active {
  color: #ff5f33 !important;
}

.article .act .zan .iconfont {
  top: 0;
  font-size: 26px;
}

.article .act .zan span {
  font-family: tahoma, arial, sans-serif;
}

.article-nav {
  clear: both;
  overflow: hidden;
  color: #8a92a9;
  font-size: 12px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 20px;
}

.article-nav a {
  font-size: 14px;
}

.article-nav .article-nav-prev {
  float: left;
  width: 49%;
  border-right: 1px dashed #eaeaea;
}

.article-nav .article-nav-next {
  float: right;
  width: 49%;
  text-align: right;
}

.ny-ad {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.ny-ad img {
  max-width: 100%;
  height: auto;
}

.ny-ad .item {
  width: 285px;
  margin: 0 10px;
  display: block;
  float: left;
}

.ny-ad .item img {
  border-radius: 3px;
}

.ny-ad .item:first-child {
  margin-left: 0;
}

.ny-ad .item:last-child {
  margin-right: 0;
}

.like {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 20px 0;
  border-radius: 3px;
}

.like .title {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: normal;
  font-size: 17px;
}

.like .likep .li {
  width: 262px;
}

.sidebar {
  width: 300px;
  float: right;
}

.sidebar .widget {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.sidebar .widget .affix {
  position: fixed;
  width: 300px;
  z-index: 999;
}

.sidebar .widget h3 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: normal;
}

.sidebar .widget img {
  max-width: 100%;
  height: auto;
}

.sidebar .widget-tags .items a {
  padding: 5px 8px;
  margin: 0 8px 8px 0;
  display: inline-block;
  background: #f1f1f1;
  color: #444;
  font-size: 12px;
  border-radius: 2px;
}

.sidebar .postlist .hasimg {
  margin-top: -8px;
}

.shtitle {
  height: 38px;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}
.sidebar {
  position: absolute;
  right: 15px;
}
.sidebar .postlist .hasimg li {
  padding: 8px 0 0 105px;
  height: 82px;
  position: relative;
}

.sidebar .postlist .hasimg li .img {
  position: absolute;
  left: 0;
  width: 95px;
  overflow: hidden;
}

.sidebar .postlist .hasimg li .img img {
  width: 100%;
  height: 66px;
  border-radius: 2px;
  object-fit: cover;
}

.sidebar .postlist .hasimg li .meta {
  font-size: 12px;
  color: #8a92a9;
  margin: 0;
}

.sidebar .postlist .hasimg li .meta span {
  margin-right: 10px;
}

.sidebar .postlist .hasimg li .meta {
  position: absolute;
  bottom: 4px;
  margin-bottom: 10px;
}

.sidebar .postlist .hasimg li .meta .time {
  display: none;
}

.back-to-top.cd-is-visible,
.back-to-top.cd-fade-out,
.no-touch .back-to-top:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.back-to-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  background: #747787;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.back-to-top:hover {
  color: #fff;
  background: red;
}

.footer {
  position: relative;
  z-index: 9;
  clear: both;
  padding: 5px 15px 18px 15px;
  font-size: 12px;
  text-align: center;
  color: #666e8e;
  background: #1c1f2b;
}

.footer_top {
  display: block;
  padding-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #383e56;
  margin-bottom: 20px;
}

.footer_top h4 {
  font-size: 16px;
  color: #d2d2d2;
  text-align: center;
  line-height: 40px;
}

.footer_top p {
  font-size: 14px;
  color: #666e8e;
  line-height: 24px;
}

.footer a {
  color: #bdcadb;
}

.footer-links {
  text-align: left;
  margin-bottom: 20px;
  color: #bdcadb;
  border-top: 1px solid #393f56;
  border-bottom: 1px solid #393f56;
}

.footer-links ul {
  list-style: none;
  display: inline-block;
}

.footer-links ul li {
  float: left;
  margin: 10px 5px 5px;
}

.footer-links a {
  color: #666e8e;
}

.copyright a {
  color: #fff;
}

.videosamplex {
  height: 480px;
}

.smalltext {
  background: #f5f5f5;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
  border-radius: 5px;
}

.smalltext .answer {
  border: 1px solid #999;
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 7px;
  font-size: 13px;
}

/**step css 2021-07-27**/

.ds-text-info {
  color: #999;
  margin-top: 5px;
}

.ds-h5 {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.ds-h5s {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 10px;
}

.ds-step {
  padding-top: 10px;
}

.ds-step-li {
  border-left: 1px solid #eee;
  margin-left: 10px;
  padding-left: 10px;
}

.ds-step .num {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  background-color: #ff5f33;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  left: -30px;
}

.ds-step .title {
  text-align: left;
  position: relative;
  left: -20px;
  color: #ff5f33;
}

.ds-step .img {
  margin: 7px 0;
}

.ds-step .img img {
  max-width: 100%;
}

.ds-step .text {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.ds-end {
  font-size: 14px;
  color: #ccc;
}

/* .article_c p:nth-of-type(1) {
  text-indent: 0em;
} */

.article_c a:nth-of-type(1) {
  text-indent: 0em;
}

.article_c p,
.article_c a {
  text-indent: 2em;
}

table {
  width: 100% !important;
}

.article_c {
  line-height: 32px !important;
  color: #444 !important;
  padding: 25px 0 !important;
}

.article_c p {
  margin-bottom: 15px !important;
}

.article_c img {
  padding: 0px 15% 0 10%;
  width: 75%;
  max-width: 75% !important;
}

.article_c,
.article_c a,
.article_c p,
.article_c span {
  font-size: 16px !important;
  text-indent: 2em;
}

.imgbox {
  display: none;
}

/* 
.tit {
    display: none;
} */

.piclist .li .cat {
  display: block;
}

#timeno {
  display: revert;
}

#catshow {
  display: none;
}

#hitsno {
  display: none;
}

.introd {
  display: none;
}

.fontshow {
  display: none;
}

#tg {
  display: contents;
}

#by {
  display: none;
}

#indexii {
  display: none;
}

.sec-panel {
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

.sec-panel-head {
  padding: 20px 20px 0;
  margin-bottom: 0;
}

.sec-panel-head h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #262626;
}

.sec-panel-head h3 span {
  padding-bottom: 0;
  padding-left: 0;
  color: #262626;
}

.more {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.sec-panel-body {
  padding: 20px;
}

.list-links {
  margin-right: -20px;
  margin-bottom: -7px;
}

.list-links a {
  display: inline-block;
  margin: 0 20px 12px 0;
  color: #828282;
  line-height: 1;
}

.swiper-container-horizontal {
  display: none;
}
.swtp {
  padding: 5px 0px 18px !important;
  font-size: 14px !important;
  color: #8a92a9 !important;
  margin-top: 0px !important;
}
.wapshow {
  margin-top: 85px !important;
  margin-bottom: 50px !important;
}
#xiaolong {
  width: 50px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  border: 1px #d6623d solid;
}
.ya {
  margin-left: 10px;
}
/*about*/
.abcont {
  width: 100%;
}
.about p,
.about a {
  text-indent: 2em !important;
}
.about {
  padding: 10px 0 25px 0 !important;
}
.abhea {
  text-align: center;
  width: 100%;
}
.abti {
  margin-bottom: 20px !important;
  line-height: 2 !important;
  font-weight: normal !important;
  font-size: 22px !important;
  width: 100%;
  text-align: center;
}
.abpi {
  margin: 0 15px 0 15px;
}

.innc {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0 15px 0;
}
.hotsize {
  box-shadow: 0 1px 3px rgb(26 26 26 / 20%);
  background: #fff;
  padding: 1.5em;
  width: 340px;
}

.c-title {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  margin-top: -0.5em;
  position: relative;
}
.c-title:after {
  content: "";
  background-color: #ff5f33;
  left: 1px;
  width: 34px;
  height: 2px;
  bottom: -1px;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.list-1 {
  color: #ff5f33 !important;
}
.list-2 {
  color: #ff5f33 !important;
}
.list-3 {
  color: #ff5f33 !important;
}
#aside_hot li a {
  margin-left: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#aside_hot li {
  border-bottom: 1px dashed #ddd;
  padding: 0.8em 0;
}
#aside_hot .list {
  float: left;
  font-size: 16px;
  font-style: italic;
  color: #888;
  font-weight: 800;
}
#aside_hot li:last-child {
  border: none;
  padding-bottom: 0;
}
.widget:hover .c-title::after {
  width: 70px;
}

/*手机*/

@media (max-width: 991px) {
  .c-title:after {
    display: none;
  }
  .idi {
    height: 10px !important;
    width: 10px !important;
    background: #ff5f33 !important;
    float: left !important;
    margin-left: 8px !important;
    margin-top: 25px !important;
    margin-right: 18px !important;
    border-radius: 100px !important;
  }
  .hotsize {
    padding: 0;
    width: 100%;
    margin: 25px 0 0 0;
  }
  .c-title {
    font-size: 40px;
    padding-bottom: 0.2em;
    margin-top: 0.5em;
    margin-left: 30px;
    position: relative;
  }
  #aside_hot li:last-child {
    border: none;
    padding-bottom: 25px;
  }
  #aside_hot .list {
    font-size: 35px;
  }
  #aside_hot li {
    font-size: 35px;
    padding: 0.6em 30px 0.6em 30px;
    border-bottom: 2.5px solid #eee;
  }
  #aside_hot li a {
    margin-left: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .innc {
    background-color: #f9f9f9;
    flex-direction: column;
  }
  .swiper-container-horizontal {
    display: block;
  }

  .swiper-container {
    margin-bottom: 56px !important;
    width: 102%;
    height: 49vw;
    margin: -39px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .swiper-wrapper {
    position: relative;
    width: 102%;
    height: 102%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .swiper-slide {
    text-align: center;
    background: #fff;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 102%;
    height: 102%;
    position: relative;
  }

  .swiper-slide .link {
    display: block;
  }

  .swiper-slide .p {
    font-size: 38px;
    bottom: 1em;
    position: absolute;
    color: #fff;
    font-weight: 300;
    z-index: 4;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .swiper-container img {
    width: 100%;
    height: 50vw !important;
  }

  .swiper-slide .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.01) 3%,
      rgba(0, 0, 0, 0.35)
    );
    z-index: 1;
  }

  .swiper-container-horizontal > .swiper-pagination {
    top: 90%;
    width: 50%;
    margin: auto;
    position: absolute;
    bottom: 0.8%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .swiper-pagination-bullet {
    width: 0.5em;
    border-radius: 100px;
    background: #fff;
    opacity: 0.5;
  }

  .swiper-button-next,
  .swiper-button-prev {
    right: 0;
    background-image: none !important;
    opacity: 0.3;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
  }

  .swiper-pagination-bullet {
    width: 29.5em;
    border-radius: 100px;
  }

  ::-webkit-scrollbar {
    background-color: transparent;
    display: none;
  }

  .banner {
    display: none !important;
  }

  .sou {
    display: none;
  }

  .container {
    width: 100% !important;
    /* height: 100px !important; */
  }

  .piclist .li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  .menu {
    height: 23.2vw;
    background-color: #ffffff;
  }

  .menu .logo-a {
    display: flex;
    float: left;
    width: 31.5vw;
    height: 11vw;
    margin-left: 25px;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .menu .navbar li {
    letter-spacing: 5px;
    text-align: center;
    margin-top: 10px;
    margin-left: 1px;
    margin-right: 28px;
  }

  .navbar li a {
    line-height: 56px;
    font-size: 4.2vw;
    color: #666 !important;
  }

  .navbar {
    display: flex;
    padding: 0;
    margin-left: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    vertical-align: top;
    margin-top: 6px;
    margin-bottom: 9px;
  }

  .mano {
    box-shadow: 0px 0px 0px 0px rgb(17 58 93 / 10%) !important;
    background-color: rgb(255, 255, 255) !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }

  .inin {
    display: none;
  }

  #timeno {
    display: none;
  }

  .tit i,
  .nytit i {
    height: 18px;
    width: 3px;
    background: #ff5f33;
    float: left;
    margin-left: 15px;
    margin-top: 11px;
    margin-right: 10px;
  }

  #catshow {
    display: revert;
  }

  #hitsno {
    display: revert;
    margin-left: 4px;
  }

  .introd {
    margin: 2px 0px 0 -446px;
    color: #aab2bd;
    font-size: 33px;
    width: 60vw;
    line-height: 48px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 45px;
  }

  body {
    margin: 30vw 0 0 0;
  }

  .piclist .li {
    background: #fff !important;
    margin-bottom: 35px !important;
    position: relative !important;
    padding: 0 !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%) !important;
    border-radius: 3px !important;
    width: 100% !important;
    color: #000 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .piclist .li .img {
    border-radius: 8px;
    width: 28.8vw !important;
    height: 20vw !important;
    margin-right: 0.8em !important;
    line-height: 60px !important;
    text-align: center !important;
  }

  .newsli .weui-media-box__hd img {
    height: 100% !important;
    transition: all 0.3s ease-out 0s !important;
    border-radius: 3px 0 0 3px !important;
    object-fit: cover !important;
    background: #f0f0f0 !important;
    display: block !important;
    font-size: 0 !important;
    width: 100% !important;
    max-height: 100% !important;
    vertical-align: top !important;
  }

  .piclist .li .cat {
    display: none;
  }

  .piclist .li h3 {
    width: 60vw;
    margin: -122px -140px 0 20px;
    color: #aab2bd !important;
    font-size: 39px !important;
    line-height: 92px !important;
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    height: 50px !important;
  }

  .piclist .li h3 a {
    line-height: 59px;
    height: 54px;
  }

  .piclist .li .indexmeta {
    margin: 107px 0 0 -653px;
    color: #8a92a9 !important;
    font-size: 31px !important;
    max-height: 45px !important;
    height: 70px;
    overflow: hidden !important;
  }

  .piclist .li .meta {
    margin: 107px 0 0 -605px;
    color: #8a92a9 !important;
    font-size: 31px !important;
    max-height: 45px !important;
    height: 70px;
    overflow: hidden !important;
  }

  .piclist .li .meta .time i,
  .piclist .li .meta .views i {
    margin-right: 8px !important;
    font-family: "iconfont" !important;
    font-size: 37px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
  }

  .icondizhi:before {
    content: "\e61f" !important;
  }

  .icondizhi:before {
    content: "\e61f" !important;
  }

  .piclist .li .meta .time,
  .piclist .li .meta .views {
    margin-right: 26px !important;
    position: relative !important;
  }

  .piclist .li .meta .views i {
    font-size: 35px !important;
    margin-right: 10px !important;
  }

  .iconfont {
    font-family: "iconfont" !important;
    font-size: 23px !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .iconchakan:before {
    content: "\e600" !important;
  }

  .imgbox {
    display: block;
    width: 100vw;
    height: 565px;
    margin: -64px 0 0 0;
  }

  .imgbox img {
    width: 102vw;
    height: 48.9vw;
    padding-top: 28px;
  }

  .img0 {
    display: block;
  }

  .img1 {
    display: none;
  }

  .img2 {
    display: none;
  }

  .img3 {
    display: none;
  }

  .img4 {
    display: none;
  }

  .mt-50 {
    box-shadow: 10px 0px 10px 0px rgb(17 58 93 / 10%);
    background-color: white;
    margin-top: 18px;
    margin-bottom: 0px;
  }

  .tit {
    display: block;
    margin: -30px 0 0 0px;
    width: 102%;
    font-size: 4.7vw;
    background: #fff;
    line-height: 103px;
    height: 106px;
    font-weight: normal;
    webkit-box-shadow: 3px 5px 10px 3px rgba(17, 58, 93, 0.1);
    -ms-box-shadow: 3px 5px 10px 3px rgba(17, 58, 93, 0.1);
    box-shadow: 0px 5px 69px 3px rgb(17 58 93 / 10%);
  }

  .tit i {
    display: none;
  }

  .mtitle h2 i {
    padding: 2px 2px;
    border-radius: 0px 0px 0px 0px;
  }

  .mtitle h2 {
    text-align: left;
  }

  .mtitle h2:after {
    background: #ffffff;
  }

  #indexii {
    display: revert;
    height: 4.3vw;
    width: 4px;
    background: #ff5f33;
    float: left;
    margin-left: 38px;
    margin-top: 28px;
    margin-right: 20px;
  }

  .mtitle h2 i {
    position: relative;
    right: 0;
    top: 0;
  }

  .tit a {
    float: right;
    color: #666;
    margin-right: 43.5px;
    font-size: 3.7vw;
  }

  .indexpiclist {
    margin: 35px 16px 0 16px !important;
  }

  .piclist {
    margin: 0px 35px 0 16px;
  }

  .container h2 {
    font-size: 50px;
  }

  .filter-item {
    padding: 0 0 0px 0px;
  }

  .filter {
    display: inline-block;
    font-size: 31px;
  }

  .filter a.active {
    border-radius: 5px;
    font-size: 30px;
  }

  .fenlei {
    display: none;
  }

  .nybanner {
    padding: 90px 0 120px 0;
    margin-top: -50px;
  }

  .filters {
    border: 1px solid #ffffff;
  }

  .footer-links {
    display: none;
  }

  .wapno {
    font-size: 32px;
    color: #999;
  }
  .cpno {
    display: none;
  }

  .fontshow {
    display: block;
  }

  .copy,
  .fontshow {
    line-height: 49px;
    font-size: 32px !important;
    color: #999 !important;
  }

  .footer {
    padding: 42px 13px 0px 13px !important;
    position: revert !important;
    background-color: #f5f5f5;
    height: 140px !important;
  }

  .back-to-top:hover {
    color: #fff;
    background: #747787 !important;
  }

  .back-to-top {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }

  .pages {
    height: 50px;
  }

  .pages a {
    font-size: 25px;
    padding: 15px 12px;
    line-height: 18px;
  }

  .pages strong {
    font-size: 26px;
    padding: 15px 12px;
    line-height: 18px;
  }

  /* .listmt {
    margin-bottom: 478vw;
  } */

  /*show*/
  .item a {
    color: #8a92a9;
  }
  .sidebar {
    display: none;
  }

  .wapshow {
    height: 100% !important;
    margin-top: -50px !important;
    margin-bottom: 0px !important;
    background-color: #fbfbfb !important;
  }

  /* .wapshow .breadcrumbs {
    display: none;
  } */

  .wapshow .content {
    width: 100vw;
  }

  .article .title {
    font-size: 55px;
    margin: 0 0 10px;
    font-weight: normal;
  }

  .article .meta {
    font-size: 35px;
  }

  .iconshijian {
    margin-right: 10px;
    font-size: 35px !important;
  }

  .timeshow img {
    width: 22vw;
  }

  .timeshow {
    margin: -12px 0 0 -222px;
  }
  .ya {
    margin-left: 20px;
  }

  .iconfont {
    font-size: 35px !important;
  }

  #tg {
    display: none;
  }

  #by {
    display: contents;
  }

  .yd {
    display: none !important;
  }

  .article_c h1,
  .article_c h2,
  .article_c h3,
  .article_c h4 {
    margin-bottom: 40px !important;
  }

  .article {
    padding: 20px 40px 0 40px;
  }

  .article_c img {
    padding: 0 0 0 0;
    max-width: 99% !important;
    width: 93vw;
    max-width: 99% !important;
  }

  .article_c {
    font-size: 4.3vw !important;
    text-indent: 0em !important;
    line-height: 6vw !important;
    hyphens: auto;
  }
  .article_c a,
  .article_c p,
  .article_c span {
    font-size: 4.3vw !important;
    text-indent: 0em !important;
    line-height: 6vw !important;
    hyphens: auto;
    text-align: justify;
  }

  .article_c p {
    color: #333;
    margin-bottom: 40px !important;
  }

  .article-nav {
    font-size: 35px;
  }

  .article-nav a {
    font-size: 30px;
    color: #8a92a9;
  }
  .item {
    margin-right: 25px !important;
  }
  .breadcrumbs {
    background-color: white;
    padding: 20px 0 20px 0;
    font-size: 35px !important;
    color: #666;
    margin-top: 101px;
    margin-left: -12px !important;
  }
  .breadcrumbs a {
    color: #666;
  }

  .shengm {
    display: none;
  }

  .showi {
    height: 45px;
    width: 8px;
    background: #ff5f33;
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 15px;
  }
  .abti {
    line-height: 2 !important;
    font-size: 45px !important;
    margin-bottom: 15px !important;
    font-weight: normal;
  }
  .like .title {
    line-height: 2;
    font-size: 45px;
  }

  .likep {
    margin: 0px 15px 0 0px;
  }

  .article_c * {
    margin-bottom: 40px !important;
  }

  table {
    height: auto;
    width: 100%;
  }

  .sec-panel {
    display: none;
  }
  .about p {
    line-height: 6.5vw !important;
  }
  .abti {
    text-align: start;
  }

  .footer_top {
    display: none;
  }
}
