.item-new__category {
  padding-bottom: 1.875rem;
}
.item-new__category:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.875rem;
}
.item-new__category:first-child {
  text-align: center;
}
.item-new__category:first-child .img {
  margin-bottom: 0.9375rem;
}
.item-new__category:first-child .img img {
  width: 100%;
}
.item-new__category:first-child .ct-text {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.item-new__category:first-child .ct-text .title {
  margin-bottom: 0.625rem;
}
.item-new__category:first-child .ct-text .sort_content {
  margin-bottom: 1.25rem;
}
.item-new__category:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-new__category:not(:first-child) .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.item-new__category:not(:first-child) .img img {
  width: 100%;
}
.item-new__category:not(:first-child) .ct-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-new__category:not(:first-child) .ct-text .time {
  margin-top: auto;
}

.section-new__detail .image img {
  width: 100%;
}
.section-new__detail .module-content {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.section-new__detail .tag-new li {
  position: relative;
}
.section-new__detail .tag-new li:not(:last-child)::after {
  content: ",";
  margin: 0 2px;
}
.section-new__detail .tag-new li a {
  text-transform: uppercase;
  color: #000;
}

.item-related__new .img {
  padding-top: 100%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .item-new__category:not(:first-child) .ct-text {
    padding-left: 1.25rem;
  }

  .section-new__detail .module-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .item-new__category:not(:first-child) .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media(max-width:575px){
  .item-new__category:first-child .ct-text{
    max-width: 100%;
  }
  .item-new__category:not(:first-child){
    display: block;
  }
  .item-new__category:not(:first-child) .img{
    margin-bottom: 5px;
  }
  .item-new__category:not(:first-child) .ct-text{
    padding-left: 0 !important;
  }
}