.news {
  width: 100%;
  height: 100%;
}
.news .container1 {
  max-width: 16rem;
  width: 100%;
}
.news .container1 .news-content {
  width: 100%;
}
.news .container1 .news-content .news-content-top {
  display: flex;
  height: 5.84rem;
}
.news .container1 .news-content .news-content-top .top-l {
  position: relative;
  width: 60%;
  height: 100%;
}
.news .container1 .news-content .news-content-top .top-l img {
  width: 100%;
}
.news .container1 .news-content .news-content-top .top-l .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.96rem;
  padding: 0.18rem 0.3rem;
  backdrop-filter: blur(5px);
  color: #ffffff;
  letter-spacing: 1px;
}
.news .container1 .news-content .news-content-top .top-l .msg a {
  text-decoration: none;
}
.news .container1 .news-content .news-content-top .top-l .msg a h3 {
  font-size: 0.2rem;
}
.news .container1 .news-content .news-content-top .top-l .msg a p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
}
.news .container1 .news-content .news-content-top .top-l .msg a:hover {
  color: #b70000;
}
.news .container1 .news-content .news-content-top .top-r {
  width: 40%;
}
.news .container1 .news-content .news-content-top .top-r ul li {
  margin-left: 0.4rem;
  height: 0.83rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  color: #36282b;
}
.news .container1 .news-content .news-content-top .top-r ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.news .container1 .news-content .news-content-top .top-r ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.83rem;
  margin: 0;
}
.news .container1 .news-content .news-content-top .top-r ul li a p {
  font-size: 0.2rem;
  margin: 0;
}
.news .container1 .news-content .news-content-top .top-r ul li a:hover {
  border-bottom: 1px solid #b70000;
  color: #b70000;
}
.news .container1 .news-content .news-content-bottom ul li {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid #ccc;
}
.news .container1 .news-content .news-content-bottom ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l {
  display: flex;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background-color: #efefef;
  color: #aaaa;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-time span {
  font-size: 0.48rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-time p {
  font-size: 0.14rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-tit {
  width: 8.52rem;
  margin-left: 0.8rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-tit h3 {
  font-size: 0.2rem;
  color: #36282b;
  margin: 0.1rem 0 0.2rem;
  font-weight: 700;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-tit p {
  font-size: 0.16rem;
  color: #666;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-r {
  width: 0.58rem;
  height: 0.58rem;
  background-image: url("/assets/img/right.png");
  background-size: cover;
}
.news .container1 .news-content .news-content-bottom ul li a:hover .bottom-l-time {
  background-color: #b70000;
  color: #ffffff;
}
.news .container1 .news-content .news-content-bottom ul li a:hover .bottom-l-tit h3 {
  color: #b70000;
}
.news .container1 .news-content .news-content-bottom ul li:hover a .bottom-r {
  background-image: url("/assets/img/right1.png");
  background-size: cover;
}
.news {
  width: 100%;
  height: 100%;
}
.news .container1 {
  max-width: 16rem;
  width: 100%;
}
.news .container1 .news-content {
  width: 100%;
}
.news .container1 .news-content .news-content-top {
  display: flex;
}
.news .container1 .news-content .news-content-top .top-l {
  position: relative;
  width: 10.32rem;
  height: 5.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.news .container1 .news-content .news-content-top .top-l img {
  width: 100%;
  height: 100%;
}
.news .container1 .news-content .news-content-top .top-l .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.96rem;
  padding: 0.15rem 0.3rem;
  backdrop-filter: blur(5px);
  color: #ffffff;
  letter-spacing: 1px;
  background-color: #423d3d5e;
}
.news .container1 .news-content .news-content-top .top-l .msg a {
  text-decoration: none;
}
.news .container1 .news-content .news-content-top .top-l .msg a h3 {
  font-size: 0.2rem;
  margin: 0;
  color: #ffffff;
}
.news .container1 .news-content .news-content-top .top-l .msg a p {
  margin: 0;
  margin-top: 0.05rem;
  font-size: 0.16rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
}
.news .container1 .news-content .news-content-top .top-r {
  width: 5.68rem;
}
.news .container1 .news-content .news-content-top .top-r ul li {
  margin-left: 0.4rem;
  height: 0.83rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  color: #36282b;
}
.news .container1 .news-content .news-content-top .top-r ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.news .container1 .news-content .news-content-top .top-r ul li a h3 {
  font-size: 0.2rem;
}
.news .container1 .news-content .news-content-top .top-r ul li a p {
  font-size: 0.2rem;
}
.news .container1 .news-content .news-content-top .top-r ul li a:hover {
  border-bottom: 1px solid #b70000;
  color: #b70000;
}
.news .container1 .news-content .news-content-top .top-r ul .active {
  border-bottom: 1px solid #b70000;
  color: #b70000;
}
.news .container1 .news-content .news-content-bottom ul li {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid #ccc;
}
.news .container1 .news-content .news-content-bottom ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l {
  display: flex;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background-color: #efefef;
  color: #aaaa;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-time span {
  font-size: 0.48rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-time p {
  font-size: 0.14rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-tit {
  width: 8.52rem;
  margin-left: 0.8rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-tit h3 {
  font-size: 0.2rem;
  color: #36282b;
  margin: 0.1rem 0 0.2rem;
  font-weight: 700;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-l .bottom-l-tit p {
  font-size: 0.16rem;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-r {
  width: 0.58rem;
  height: 0.58rem;
}
.news .container1 .news-content .news-content-bottom ul li a .bottom-r img {
  width: 100%;
}
.news .container1 .news-content .news-content-bottom ul li a:hover .bottom-l-time {
  background-color: #b70000;
  color: #ffffff;
}
.news .container1 .news-content .news-content-bottom ul li a:hover .bottom-l-tit h3 {
  color: #b70000;
}
.news .container1 .news-content .news-content-bottom #pagination3 {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
