@charset "UTF-8";
.news-container_7 {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (min-width: 1200px) {
  .news-container_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .news-container_7 .news-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    min-height: 500px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .news-container_7 .news-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-left: 24px;
    min-height: 500px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media (max-width: 1200px) {
  .news-container_7 {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .news-container_7 .news-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .news-container_7 .news-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media (max-width: 1300px) {
  .news-container_7 {
    width: 96%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .news-container_7 {
    width: 88%;
    margin: 0 auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

.news-container_7 .news-item {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-container_7 .news-item .pic_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.news-container_7 .news-item .pic_col .pic_col_ratio {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-top: 60%;
}

.news-container_7 .news-item .pic_col .pic_col_ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-container_7 .news-item .info_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0px 5px 20px 0px;
}

.news-container_7 .news-item .info_col .list_cate {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  z-index: 2;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.news-container_7 .news-item .info_col .list_cate span {
  color: #222;
  padding-right: 0px;
}

.news-container_7 .news-item .info_col .list_cate span::after {
  content: "、";
  display: inline-block;
  margin-right: 3px;
}

.news-container_7 .news-item .info_col .list_cate span:last-child::after {
  padding-right: 0px;
  content: "";
}

.news-container_7 .news-item .info_col .list_date {
  font-size: 1rem;
  color: #444;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.news-container_7 .news-item .info_col .list_date i {
  color: #997933;
}

.news-container_7 .news-item .info_col .list_title {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #002147;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 768px) {
  .news-container_7 .news-item .info_col .list_title {
    min-height: 45px;
  }
}

.news-container_7 .news-item .info_col .list_desc {
  margin-top: 5px;
  font-size: 1.05rem;
  line-height: 1.4em;
  margin-top: 3px;
  color: #444;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 768px) {
  .news-container_7 .news-item .info_col .list_desc {
    min-height: 40px;
  }
}

.news-container_7 .news-item .info_col .list_dep {
  font-size: 0.85rem;
  font-weight: 300;
  color: #333;
}

.news-container_7 .news-item .info_col .list_dep i {
  color: #997933;
  font-size: 1rem;
}

.news-container_7 .news-left .news-item {
  border-bottom: 1px solid #e6e6e6;
}

.news-container_7 .news-left .news-item:hover .pic_col_ratio img {
  width: 101%;
  height: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-container_7 .news-left .news-item .info_col .list_title {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif !important;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-container_7 .news-left .news-item .info_col .list_title:hover {
  color: #997933;
}

.news-container_7 .news-left .news-item .info_col .list_desc {
  margin-top: 20px;
  font-weight: 500;
  font-family: "Noto Sans",  "Roboto", sans-serif !important;
}

.news-container_7 .news-left .news-item::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #002147;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-container_7 .news-left .news-item:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002147;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-container_7 .news-right .news-item {
  margin-bottom: 20px;
}

.news-container_7 .news-right .news-item .pic_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.news-container_7 .news-right .news-item .pic_col .pic_col_ratio {
  padding-top: 62%;
}

.news-container_7 .news-right .news-item .info_col {
  position: relative;
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 15px);
          flex: 0 0 calc(60% - 15px);
  max-width: calc(60% - 15px);
  padding: 5px 5px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.news-container_7 .news-right .news-item .info_col::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #002147;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-container_7 .news-right .news-item .info_col:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002147;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.news-container_7 .news-right .news-item .info_col .list_title {
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-container_7 .news-right .news-item .info_col .list_desc {
  display: none;
}

.news-container_7 .news-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news-container_7 .news-item:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.news-container_7 .news-item:hover .info_col .list_title {
  color: #997933;
}
/*# sourceMappingURL=7pic-list.css.map */