.detail-container {
  background: #f0f2f5;
}

.ar-nav {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
}

.ar-nav span {
  color: #FF9225;
}

.detail-main-wrp .left-container {
  min-width: 900px !important;
  flex: auto;
  margin: 20px auto;
  margin-right: 30px;
}

.detail-main-wrp .right-container {
  width: 320px;
  margin: 20px auto;
  flex-shrink: 0;
}

.article-wrp {
  position: relative;
  padding-bottom: 270px;
  box-sizing: border-box;
}

.article-header {
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.article-header .article-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 26px;
}

.article-header .article-type {
  color: #666;
  margin-bottom: 20px;
  font-size: 16px;
}

.article-header .article-type span {
  margin-left: 20px;
  color: #999;
}

.article-header .header-tag {
  color: #999;
  font-size: 15px;
}

.article-header .header-tag i {
  margin-right: 15px;
}

.article-header .header-tag label {
  font-size: 14px;
  margin-left: 2px;
}

.article-sign {
  margin: 10px 0px 0;
  background: #f5f5f5;
  padding: 30px 40px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.article-sign img {
  width: 261px;
  height: 165.6px;
  margin-right: 51px;
}

.article-sign .ar-sign-title {
  padding-left: 10px;
  border-left: 3px solid #000;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 22px;
}

.article-sign .ar-sign-main div {
  display: flex;
  color: #ff9225;
  line-height: 30px;
}

.article-sign .ar-sign-main div .ar-sign-left {
  margin-right: 50px;
}

.article-sign .ar-sign-main div span {
  display: block;
  width: 110px;
  color: #000000;
  text-align: justify;
}

.article-sign .ar-sign {
  margin-top: 5px;
  text-align: center;
}

.article-sign .ar-sign .sign-btn {
  width: 200px;
  height: 43px;
}

.article-content {
  min-height: 450px;
  padding: 20px;
}

.latest-news-container {
  padding-bottom: 10px;
}

.latest-news-container .header {
  font-size: 16px;
  padding: 18px 30px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  margin: 0;
}

.latest-news-container .header::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #ff9225;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.latest-news-container .view-more {
  display: flex;
  justify-content: center;
  color: #ff9225;
  margin: 10px auto;
}

.latest-news-container .view-more:hover {
  color: #ff9225 !important;
}

.latest-news-container .view-more i {
  margin-left: 8px;
}

.latest-news-content .latest-news-item {
  padding: 15px 0;
  margin-bottom: 20px;
  width: 90%;
  margin: auto;
  display: flex;
  font-size: 16px;
}

.latest-news-content .latest-news-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.latest-news-content .latest-news-item .title {
  line-height: 22px;
  font-size: 16px;
}

.latest-news-content .latest-news-item img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}

.large-block {
  width: 82%;
}

@media screen and (min-width: 1080px) {
  .f13 {
    font-size: 14px;
  }
  .f12 {
    font-size: 13px;
  }
}

.article-content table {
  border: 2px solid #232323;
  margin: 0 auto;
  border-collapse: collapse;
}

.article-content table td {
  background-color: white;
  border: 1px solid #232323;
  padding: 2px;
}