.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 0;
  }
}
.mobile_menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile_menu {
    display: flex;
    width: 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #FADA1A;
    z-index: 99;
  }
  .mobile_menu .mobile_menu_content {
    width: 100%;
  }
  .mobile_menu .mobile_menu_content .mobile_menu-close {
    height: 90px;
    line-height: 70px;
    text-align: right;
    padding-right: 30px;
    font-size: 40px;
    border-bottom: 1px solid #053B50;
  }
  .mobile_menu .mobile_menu_content ul {
    overflow: auto;
    height: calc(100vh - 160px);
    padding: 20px 40px;
  }
  .mobile_menu .mobile_menu_content ul li a {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
  }
  .mobile_menu .mobile_menu_content ul li {
    list-style: none;
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.footer-container {
  background: #2D2D2D;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FEF4EA;
  padding-bottom: 80px;
}
.footer-container .footer-space {
  margin: 14px 0;
}
.footer-container ul {
  display: flex;
}
.footer-container ul li {
  margin: 0 20px;
}
.footer-container ul a {
  color: #FEF4EA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-container ul a {
    font-size: 14px;
  }
}
.header-container .header {
  padding-top: 20px;
}
.header-container .header .logo {
  display: flex;
  font-size: 22px;
  color: #383949;
}
.header-container .header .logo .logo-icon {
  background: #FADA1A;
  padding: 10px 8px;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}
.header-container .header-top .logo {
  display: none;
}
@media (max-width: 768px) {
  .header-container .header-top .logo {
    display: flex;
    margin-bottom: 18px;
  }
}
.header-container .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #383949;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .header-container .header-bottom .logo {
    display: none;
  }
}
.header-container .header-bottom .menu {
  display: none;
}
@media (max-width: 768px) {
  .header-container .header-bottom .menu {
    display: block;
    font-size: 26px;
    cursor: pointer;
  }
}
.header-container .header-bottom ul {
  display: flex;
}
@media (max-width: 768px) {
  .header-container .header-bottom ul {
    display: none;
  }
}
.header-container .header-bottom ul a {
  display: block;
  color: #383949;
  padding: 7px 0;
  margin-right: 15px;
  font-family: Arial, Arial;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  font-style: normal;
}
.header-container .header-bottom ul a:hover {
  text-decoration: underline;
}
.header-container .header-bottom ul a::after {
  content: "/";
  color: #383949;
  padding-left: 2px;
}
.header-container .header-bottom ul a.active {
  color: #1AB844;
}
.header-container .header-bottom .head-bottom-search {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #383949;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 254px;
  flex-shrink: 0;
}
.header-container .header-bottom .head-bottom-search b {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 12px;
  color: #959595;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-indent: 12px;
}
.header-container .header-bottom .head-bottom-search span {
  background: #383949;
  border-radius: 0px 2px 2px 0px;
  width: 52px;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .first-row {
    display: block;
  }
}
.first-row-left,
.first-row-right {
  width: calc(50% - 15px);
  border: 1px solid #979797;
  display: block;
}
.first-row-left:hover .first-row-info h3,
.first-row-right:hover .first-row-info h3 {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .first-row-left,
  .first-row-right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.first-row-left .image-warp,
.first-row-right .image-warp {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
}
.first-row-left .image-warp img,
.first-row-right .image-warp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.first-row-left .first-row-info,
.first-row-right .first-row-info {
  box-sizing: border-box;
  padding: 14px 22px;
}
@media (max-width: 768px) {
  .first-row-left .first-row-info,
  .first-row-right .first-row-info {
    padding: 22px 14px;
  }
}
.first-row-left .first-row-info h3,
.first-row-right .first-row-info h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #383949;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .first-row-left .first-row-info h3,
  .first-row-right .first-row-info h3 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #383949;
    line-height: 28px;
    text-align: left;
    font-style: normal;
  }
}
.first-row-left .first-row-info p,
.first-row-right .first-row-info p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #383949;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
@media (max-width: 768px) {
  .first-row-left .first-row-info p,
  .first-row-right .first-row-info p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #383949;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }
}
.first-row .first-row-left {
  border-top: 10px solid #BAD402;
}
.first-row .first-row-right {
  border-top: 10px solid #FB5757;
}
.dividing-line-title {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dividing-line-title span {
  background: #fff;
  font-size: 16px;
  flex-shrink: 0;
  display: block;
  padding: 0 20px;
}
.dividing-line-title b {
  width: 50%;
  height: 1px;
  background: #383949;
  flex-shrink: 1;
}
.second-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .second-row {
    display: block;
  }
}
.second-row-item {
  width: calc((100% - 32px * 3) / 4);
  margin-right: 32px;
  border: 1px solid #D6D6D6;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-bottom: 32px;
  display: block;
}
.second-row-item:hover .second-row-info h3,
.second-row-item:hover .second-row-read-more {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .second-row-item {
    width: 100%;
    margin-right: 0;
  }
}
.second-row-item:nth-child(4n) {
  margin-right: 0;
}
.second-row-item .image-warp {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.second-row-item .image-warp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.second-row-item:nth-child(1n) {
  border-top: 10px solid #BAD402;
}
.second-row-item:nth-child(2n) {
  border-top: 10px solid #00C9BE;
}
.second-row-item:nth-child(3n) {
  border-top: 10px solid #BAD402;
}
.second-row-item:nth-child(4n) {
  border-top: 10px solid #FB5757;
}
.second-row-item .second-row-info {
  padding: 24px 14px;
  box-sizing: border-box;
}
.second-row-item .second-row-info h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #383949;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.second-row-item .second-row-info span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #9F9F9F;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  display: block;
  margin-top: 5px;
}
.second-row-item .second-row-info p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #383949;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #979797;
}
.second-row-item .second-row-read-more {
  background: #F5F5F5;
  padding: 4px 15px;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #1AB844;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}
.third-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .third-row {
    display: block;
  }
}
.third-row-item {
  width: calc((100% - 20px * 2) / 3);
  display: block;
  margin-right: 20px;
  margin-bottom: 40px;
}
.third-row-item .image-warp {
  position: relative;
  width: 100%;
  padding-bottom: 64%;
}
.third-row-item .image-warp img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.third-row-item:hover .third-row-item-info h3 {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .third-row-item {
    width: 100%;
    margin-right: 0;
  }
}
.third-row-item:nth-child(3n) {
  margin-right: 0;
}
.third-row-item-info h3 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #383949;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-top: 20px;
}
.third-row-item-info p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #383949;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
}
.third-row-item-info span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #1AB844;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  display: block;
  margin-top: 10px;
}
.sc_result .third-row-item-info h3,
.sc_result .third-row-item-info p {
  color: #fff;
}
