.news-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-area__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-area__right {
  width: 300px;
  margin-left: 30px;
}
.news-area__article {
  padding-bottom: 20px;
}
.news-area__line {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.news-area__other {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.news-left__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.news-left__cell:last-child {
  margin-bottom: 0;
}
.news-left__cell:hover .news-left__title {
  color: var(--brand-color);
}
.news-left__imgArea {
  margin-right: 30px;
  overflow: hidden;
  position: relative;
}
.news-left__imgArea:after {
  content: ' ';
  position: absolute;
  top: 100px;
  left: auto;
  right: -300px;
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transition: right 1.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 1.15s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  opacity: .25;
}
.news-left__imgArea:hover:after {
  right: 100%;
}
.news-left__img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.news-left__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-left__title {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-left__title:hover {
  color: var(--brand-color);
}
.news-left__note {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.news-left__more {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-left__more:hover .news-left__txt {
  color: var(--brand-color);
}
.news-left__icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.news-left__txt {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
.news-right__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.news-right__hd {
  padding: 10px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.news-right__hd::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 200px;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dc0823), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #dc0823, rgba(0, 0, 0, 0));
}
.news-right__title {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
.news-right__title:hover {
  color: var(--brand-color);
}
.news-right__imgArea {
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.news-right__imgArea:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: auto;
  right: -100px;
  width: 200%;
  height: 10px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transition: right 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  opacity: .25;
}
.news-right__imgArea:hover:after {
  right: 100%;
}
.news-right__img {
  width: 60px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-right__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-right__more {
  padding: 3px 12px;
  background-color: #202C45;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-family: 500;
  border-radius: 2px;
}
.news-right__more:hover {
  border: 1px solid #202C45;
  color: #202C45;
  background-color: #fff;
}
.news-right__more:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.news-article__hd {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
}
.news-article__hd::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#dc0823), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #dc0823, rgba(0, 0, 0, 0));
}
.news-article__note {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-article__note:last-child {
  margin-bottom: 0;
}
.news-article__img {
  max-width: 92%;
  margin-bottom: 20px;
  border-radius: 8px;
  height: auto;
}
.news-article__link {
  color: #337ab7;
}
.news-article__link:hover {
  color: var(--brand-color);
}
@media screen and (max-width: 768px) {
  .news-area{
    flex-direction: column;
  }
  .articleList-main ul{
    display: flex;
  }
  .articleList-main #contact-form select{
    margin-top: 10px;
    width: 300px !important;
  }
  .contact-right__btn{
    margin-top: 10px !important;
  }
  .articleList .articleList-main > ul > li{
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .articleList .articleList-main > ul > li .articleList-furtherReading{
    width: 100% !important;
    height: auto !important;
  }
  .articleList-main ul li{
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
}