/*reset common.css*/
body {
  padding-top: 0 !important;
}
header .nav_ul li.active {
  background: #fa6400;
}
/*主内容*/
.container-wrapper {
  padding-top: 30px;
}
.wrapper_content {
  width: 892px;
}
.wrapper_sidebar {
  width: 241px;
}
.wrapper_content > .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.wrapper_content .title-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper_content .title-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 36px;
  color: #6D6D6D;
}
.wrapper_content .title-action .switch-wrapper:not(:last-child) {
  margin-right: 21px;
}
.wrapper_content .title-action .switch-wrapper input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.wrapper_content .title-head .title-head-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #0D0D0D;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  margin-right: 20px;
  margin-bottom: 0;
}
.title-head .title-head-tip {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6D6D6D;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  padding-left: 21px;
  border-left: 1px solid #0D0D0D;
}
.flash-msg-wrapper {
  width: 892px;
  height: 57px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 50%;
  transform: translatex(-600px);
  cursor: pointer;
}
.flash-msg-wrapper .flash-msg-tip {
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 17px;
  color: #FA6400;
  line-height: 57px;
  text-align: center;
  font-style: normal;
  background: rgba(250, 100, 0, 0.1);
  border-radius: 5px;
}
.flash-list-container .content-date-wrapper {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FA6400;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  margin-bottom: 25px;
  background: #fff;
}
.flash-list-container .content-date-wrapper.am-sticky {
  padding: 25px 0;
}
.flash-list-container .content-list {
  position: relative;
}
.flash-list-container .content-list:before {
  content: "";
  width: 2px;
  height: calc(100% - 21px);
  background: #F0F3F4;
  opacity: 0.2;
  position: absolute;
  top: 21px;
  left: 58.5px;
}
.flash-list-container .content-list li {
  position: relative;
  padding-left: 84px;
}
.flash-list-container .content-list li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #FA6400;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 56px;
}
.flash-list-container .content-list li .list-date {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FA6400;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.flash-list-container .content-list li .list-desc {
  font-family: PingFangSC, PingFang SC;
  font-size: 17px;
  color: #3C3C3C;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}
.flash-list-container .content-list li .list-desc .desc-title {
  font-weight: bold;
}
.flash-list-container .content-list li .list-desc .desc-title.active {
  color: #FC2824;
}
.flash-list-container .content-list li .list-desc .desc-link {
  font-weight: 400;
  font-size: 17px;
  color: #1B59FD;
  text-align: left;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flash-list-container .content-list li .list-desc .desc-link img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.flash-list-container .content-list li .list-img--wrapper {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  margin-top: 20px;
}
.flash-list-container .content-list li .list-img--wrapper img {
  max-width: 230px;
  max-height: 230px;
  border-radius: 10px;
}
.flash-list-container .content-list li .li-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 20px;
}
.flash-list-container .content-list li:not(:last-child) .li-footer {
  border-bottom: 0.5px solid #F0F3F4;
  margin-bottom: 30px;
}
.flash-list-container .content-list li .li-footer .footer-source {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #6D6D6D;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.flash-list-container .content-list li .li-footer .footer-action {
  display: flex;
  align-items: center;
  padding-right: 13px;
}
.flash-list-container .content-list li .li-footer .footer-action .action-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.flash-list-container .content-list li .li-footer .footer-action .action-wrapper:not(:last-child) {
  margin-right: 30px;
}
.flash-list-container .content-list li .li-footer .footer-action .img--wrapper {
  width: 24px;
  height: 24px;
}
.flash-list-container .content-list li .li-footer .footer-action .img--wrapper ~ span {
  margin-left: 10px;
}
.flash-list-container .content-list li .li-footer .footer-action .img--wrapper img {
  max-width: 100%;
  vertical-align: top;
}
/*热文榜*/
.common-head {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  background: #f1f1f1;
  padding-left: 24px;
  position: relative;
}
.common-head:after {
  content: '';
  height: 30px;
  width: 4px;
  background: #f60;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}
.hotdoc-tabc .hotdoc-tabcon {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
.hotdoc-tabc .hotdoc-tabcon .hotdoc-tabconDiv {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.hotdoc-tabc .hotdoc-tabcon .hotdoc-tabconDiv:last-child {
  margin-bottom: 0;
}
.hotdoc-tabc .hotdoc-tabcon .hotdoc-tabconDiv:nth-child(1) .hotdoc-tabconSpan,
.hotdoc-tabc .hotdoc-tabcon .hotdoc-tabconDiv:nth-child(2) .hotdoc-tabconSpan,
.hotdoc-tabc .hotdoc-tabcon .hotdoc-tabconDiv:nth-child(3) .hotdoc-tabconSpan {
  color: #ff6600;
}
.hotdoc-tabconSpan {
  position: absolute;
  height: 24px;
  font-size: 16px;
  line-height: 1.7;
  top: 0;
  left: 0;
}
/*分页*/
.pagination span {
  display: inline-block;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.pagination .current {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.pagination a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.pagination a:hover {
  border: 1px solid #ff6600;
  color: #ff6600;
}
/*loading*/
#loading {
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
/*弹窗*/
.my_alert {
  padding: 30px 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 1111;
}