.main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}
.main .content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .content-box .content-l {
  width: 860px;
  padding-bottom: 20px;
}
.main .content-box .content-r {
  width: 300px;
}
.filter-plate {
  box-sizing: border-box;
  border: 2px solid #a60011;
  padding: 40px 20px;
}
.filter-plate .filter-box {
  display: flex;
  margin-bottom: 28px;
}
.filter-plate .filter-box:last-child {
  margin-bottom: 0;
}
.filter-plate .filter-box span {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 10px;
}
.filter-plate .filter-box .wrapper {
  flex: 1;
  overflow: hidden;
}
.filter-plate .filter-box .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.filter-plate .filter-box .wrapper ul li {
  min-width: 120px;
  margin-right: 2px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter-plate .filter-box .wrapper ul li:hover,
.filter-plate .filter-box .wrapper ul li.active {
  color: #fff;
  background: #a60011;
}
.filter-plate .filter-box .wrapper ul li:hover a,
.filter-plate .filter-box .wrapper ul li.active a {
  color: #fff;
}
.filter-plate .filter-box .wrapper ul li a {
  display: block;
}
.s02 {
  padding-bottom: 60px;
}
.s02 .news {
  display: flex;
  position: relative;
  background: #fbfbfb;
  margin-bottom: 20px;
  padding: 20px;
  transition: 0.2s linear;
}
.s02 .news:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}
.s02 .news:hover a .news-infos h2 {
  color: #a60011;
  transition: 0.5s linear;
}
.s02 .news:hover .details-btn {
  opacity: 1;
  right: 20px;
  transition: 0.2s linear;
}
.s02 .news:hover .news-img::before,
.s02 .news:hover .news-img::after {
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s linear;
}
.s02 .news:hover .news-img img {
  transform: scale(1.03);
  transition: 0.5s linear;
}
.s02 .news a {
  display: flex;
  justify-content: space-between;
}
.s02 .news a .news-img {
  margin-right: 20px;
  display: block;
  width: 280px;
  height: 170px;
  overflow: hidden;
  position: relative;
  z-index: 998;
}
.s02 .news a .news-img::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 3px solid #a60011;
  border-left: 3px solid #a60011;
  z-index: 996;
  transition: 0.5s linear;
  box-sizing: border-box;
}
.s02 .news a .news-img::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-bottom: 3px solid #a60011;
  border-right: 3px solid #a60011;
  z-index: 996;
  transition: 0.5s linear;
  box-sizing: border-box;
}
.s02 .news a .news-img img {
  display: block;
  width: 280px;
  height: 170px;
  transition: 0.5s linear;
}
.s02 .news a .news-infos {
  position: relative;
  z-index: 997;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}
.s02 .news a .news-infos h2 {
  display: inline-block;
  vertical-align: top;
  max-width: 90%;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s linear;
}
.s02 .news a .news-infos p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.s02 .news .details-btn {
  display: block;
  width: 40px;
  height: 24px;
  background: #a60011;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 30px;
  z-index: 998;
  opacity: 0;
  line-height: 24px;
  transition: 0.2s linear;
}
.hot-words {
  padding: 0 12px;
}
.hot-words div {
  margin-top: 25px;
}
.hot-words div a {
  padding: 0 15px;
}
.hot-words div a:nth-child(2n+1) {
  color: #333;
}
.hot-words div a:hover {
  border: 1px solid #a60011;
  background: #a60011;
  color: #fff;
  transition: 0.3s linear;
}
.s01 {
  padding-top: 20px;
}
.s01 .news {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.s01 .news a .news-img {
  width: 120px;
  height: 78px;
}
.s01 .news a .news-img img {
  width: 120px;
  height: 78px;
}
.s01 .news a .infos {
  flex: 1;
  overflow: hidden;
}
.s01 .news a .infos h2 {
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
  color: #333;
  font-weight: bold;
}
.s01 .news a .infos p {
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
}
.s01 .news a .infos span {
  display: inline-block;
  color: #d91617;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
}
.s01 .news a .infos span i {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
}
