.width {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .width {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.ad-width {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ad-width {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .ad-width {
    padding: 0;
    margin-bottom: 10px;
  }
}
.header-container .header-logo {
  padding: 34px 0 15px 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header-container .header-logo {
    justify-content: center;
    padding-top: 20px;
  }
}
.header-container .header-logo h1 {
  color: #393e46;
  font-size: 30px;
  line-height: 30px;
}
.header-container .header-logo h1 a {
  color: #393e46;
}
.header-container .header-logo p {
  color: #dc0024;
  font-size: 16px;
  font-weight: 600;
}
.header-container .nav-container {
  background: #EFB04F;
  height: 70px;
}
.header-container .nav-container .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-container .nav-container .nav-list {
  display: flex;
}
@media (max-width: 768px) {
  .header-container .nav-container .nav-list {
    display: none;
  }
}
.header-container .nav-container .nav-list li {
  padding: 8px 16px;
}
.header-container .nav-container .nav-list li a {
  font-size: 18px;
  font-family: ArialMT;
  color: #383948;
  line-height: 21px;
}
.header-container .nav-container .mobile_menu_icon {
  display: none;
}
@media (max-width: 768px) {
  .header-container .nav-container .mobile_menu_icon {
    display: block;
  }
  .header-container .nav-container .mobile_menu_icon .menu {
    font-size: 22px;
    color: #2D2D2D;
  }
}
.header-container .nav-container .search-ctrl {
  background: #fff;
  width: 260px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px 0 17px;
  font-size: 14px;
  font-family: ArialMT;
  color: #EFB04F;
  line-height: 16px;
  cursor: pointer;
}
.header-container .nav-container .search-ctrl .iconfont {
  color: #383948;
}
.footer-container {
  background: #2D2D2D;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FEF4EA;
  padding-bottom: 100px;
}
.footer-container .footer-space {
  margin: 14px 0;
}
.footer-container ul {
  display: flex;
}
.footer-container ul li {
  margin: 0 10px;
}
.footer-container ul a {
  color: #FEF4EA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-container ul a {
    font-size: 14px;
  }
}
.info-title {
  font-size: 24px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #222429;
  line-height: 30px;
}
.info-time {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 15px;
}
.block-title {
  font-size: 18px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #222429;
  line-height: 12px;
  letter-spacing: 2px;
}
.first-row {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .first-row {
    display: block;
    margin-top: 12px;
  }
}
.first-row .first-row-left {
  width: 66%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .first-row .first-row-left {
    display: block;
    width: 100%;
  }
}
.first-row .first-row-left .lagest-block {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .first-row .first-row-left .lagest-block {
    padding-right: 0px;
  }
}
.first-row .first-row-left .lagest-block:hover h3 {
  text-decoration: underline;
}
.first-row .first-row-left .lagest-block img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.first-row .first-row-left .lagest-block .lagest-block-tag {
  padding: 4px 30px;
  background: #EFB04F;
  display: inline-block;
  color: #fff;
  margin: 25px 0 15px 0;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.first-row .first-row-left .lagest-block h3 {
  font-size: 24px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #222429;
  line-height: 30px;
}
.first-row .first-row-left .lagest-block p {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #A0A0A0;
  line-height: 24px;
  margin: 15px 0 10px 0;
}
.first-row .first-row-left .lagest-block b {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 15px;
}
.first-row .first-row-left .first-row-list-block {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .first-row .first-row-left .first-row-list-block {
    width: 100%;
    padding-right: 0px;
    margin-top: 30px;
  }
}
.first-row .first-row-left .first-row-list-block .first-row-item-block img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.first-row .first-row-left .first-row-list-block .first-row-item-block h3 {
  margin: 17px 0 10px 0;
}
.first-row .first-row-left .first-row-list-block .first-row-item-block:last-child {
  margin-top: 30px;
}
.first-row .first-row-left .first-row-list-block .first-row-item-block:hover h3 {
  text-decoration: underline;
}
.first-row .first-row-right {
  width: 33%;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .first-row .first-row-right {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
.first-row .first-row-right ul {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.first-row .first-row-right ul a {
  display: flex;
  margin-top: 30px;
}
.first-row .first-row-right ul a:hover h3 {
  text-decoration: underline;
}
.first-row .first-row-right ul a img {
  width: 131px;
  height: 95px;
  object-fit: cover;
  flex-shrink: 0;
}
.first-row .first-row-right ul a div {
  display: flex;
  padding-left: 20px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}
.first-row .first-row-right ul a div h3 {
  font-size: 14px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #222429;
  line-height: 24px;
}
.first-row .first-row-right ul a div p {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 15px;
}
.second-row {
  background: #F2F2F2;
  padding: 35px 40px;
  box-sizing: border-box;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .second-row {
    padding: 28px 17px;
  }
}
.second-row .second-row-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .second-row .second-row-list {
    display: block;
  }
}
.second-row .second-row-list a {
  display: flex;
  width: 32%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .second-row .second-row-list a {
    width: 100%;
  }
}
.second-row .second-row-list a:hover div h3 {
  color: #EFB04F;
}
.second-row .second-row-list a img {
  width: 50%;
}
.second-row .second-row-list a div {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
.second-row .second-row-list a div h3 {
  font-size: 14px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #222429;
  line-height: 22px;
  margin-bottom: 10px;
}
.third-row {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .third-row {
    margin-top: 30px;
  }
}
.third-row .third-item {
  width: calc(66% - 30px);
  margin-top: 20px;
  display: flex;
}
@media (max-width: 768px) {
  .third-row .third-item {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
}
.third-row .third-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .third-row .third-item img {
    width: 100%;
    height: 300px;
  }
}
.third-row .third-item .third-info {
  padding-left: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .third-row .third-item .third-info {
    padding-left: 0px;
    margin-top: 10px;
  }
}
.third-row .third-item .third-info h3 {
  font-size: 24px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #222429;
  line-height: 34px;
}
.third-row .third-item .third-info p {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #A0A0A0;
  line-height: 23px;
  margin: 10px 0;
}
.details {
  margin-top: 20px;
}
.details .title_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
}
.details .des_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  line-height: 22px;
}
.details .des_text .iconfont {
  font-size: 12px;
}
.details .date_text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  line-height: 20px;
}
.details .date_text .iconfont {
  font-size: 12px;
}
.details #content_html {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.details #content_html p,
.details #content_html li {
  margin: 15px 0;
  line-height: 25px;
}
.details #content_html h1,
.details #content_html h2,
.details #content_html h3,
.details #content_html h4,
.details #content_html h5,
.details #content_html h6 {
  margin: 20px 0;
}
.details #content_html h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.details #content_html h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.details #content_html h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.details #content_html h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.details #content_html h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.details #content_html h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.details #content_html p {
  font-size: 16px;
  line-height: 1.6;
}
.details #content_html ul {
  list-style: disc;
  margin-left: 20px;
}
.details #content_html ol {
  list-style: decimal;
  margin-left: 20px;
}
.details #content_html li {
  margin-bottom: 5px;
}
.details #content_html a {
  color: #0077b6;
  text-decoration: none;
}
.details #content_html a:hover {
  text-decoration: underline;
}
.details #content_html img {
  height: auto;
  display: block;
  margin: 10px 0;
  max-width: 670px;
  width: 100%;
}
.details #content_html blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #0077b6;
  padding: 10px 20px;
  margin: 10px 0;
}
.details #content_html pre {
  background-color: #f9f9f9;
  padding: 10px;
  margin: 10px 0;
  overflow-x: auto;
}
.details #content_html table {
  border-collapse: collapse;
  width: 100%;
}
.details #content_html table th,
.details #content_html table td {
  border: 1px solid #ccc;
  padding: 8px;
}
@keyframes slide-enter {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.details #content_html * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
.details #content_html * {
  counter-increment: enter-count;
  --stagger: counter(enter-count);
}
.details #content_html .slide-enter-content > * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
.details .date_text,
.details .des_text,
.details .title_text {
  color: #222;
}
.sc_result .third-item {
  padding-left: 40px;
  box-sizing: border-box;
  width: 80%;
}
@media (max-width: 768px) {
  .sc_result .third-item {
    padding-left: 0px;
    width: 100%;
  }
}
.sc_result .third-item .third-info h3 {
  color: #fff;
  margin-bottom: 20px;
}
.sc_result .third-item .third-info span {
  color: #fff;
}
/*# sourceMappingURL=./style.css.map */