
section {
  width: 1200px;
  margin: 0 auto;

}
section .pro-title {
  margin-top: 90px;
  margin-bottom: 70px;
  text-align: center;
}
section .pro-title span {
  padding: 5px 35px;
  font-size: 20px;
  color: red;
  border-top: 2px solid red;
  border-bottom: 1px solid red;
}
section .pro-title p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
section .news-list .container {
  padding: 35px 40px;
  zoom: 1;
  margin-top: 1px;
}
section .news-list .container img {
  float: left;
  width: 300px;
  height: 180px;
}
section .news-list .container .msg {
  width: 700px;
  float: right;
}
section .news-list .container .msg h3 {
  margin-top: 25px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: red;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .news-list .container .msg p:nth-child(2) {
  line-height: 23px;
  max-height: 46px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
section .news-list .container .msg p:last-child {
  margin-top: 15px;
}
section .news-list .c-two img {
  float: right;
}
section .news-list .c-two .msg {
  float: left;
}
section .news-list .container:not(:first-child) {
  border-top: 1px solid red;
}
section .news-list .container:not(:last-child) {
  border-bottom: 2px solid red;
}
section .news-list .container::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
@media (max-width: 496px) {
  section {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
  }
  section .pro-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  section .pro-title span {
    padding: 5px 35px;
    font-size: 20px;
    color: red;
    border-top: 2px solid red;
    border-bottom: 1px solid red;
  }
  section .pro-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
  }
  section .news-list {
    margin-left: 5px;
    margin-right: 5px;
  }
  section .news-list .container {
    padding: 5px 0;
    zoom: 1;
    margin-top: 1px;
  }
  section .news-list .container img {
    float: left;
    width: 20%;
    height: 180px;
    display: none;
  }
  section .news-list .container .msg {
    width: 100%;
    float: right;
  }
  section .news-list .container .msg h3 {
    margin-top: 5px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: red;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  section .news-list .container .msg p:nth-child(2) {
    line-height: 20px;
    max-height: 40px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  section .news-list .container .msg p:last-child {
    margin-top: 6px;
  }
  section .news-list .c-two img {
    float: right;
  }
  section .news-list .c-two .msg {
    float: left;
  }
  section .news-list .container:not(:first-child) {
    border-top: 1px solid red;
  }
  section .news-list .container:not(:last-child) {
    border-bottom: 1px solid red;
  }
  section .news-list .container::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
  }
}
