#web header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.9rem;
}
#web header .web_logo {
  width: 2.3rem;
  height: 0.64rem;
  margin-left: 0.45rem;
}
#web header .web_menu {
  width: 0.38rem;
  height: 0.31rem;
  margin-right: 0.4rem;
}

.menu_box {
  display: none;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 100vh;
  background: #001735;
}
.menu_active {
  display: block;
}
.menu_box_title {
  padding: 0 0.31rem 0 0.24rem;
  height: 0.8rem;
  background: #0151F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_box_title img:first-child {
  width: 1.65rem;
  height: 0.45rem;
}
.menu_box_title img:last-child {
  width: 0.2rem;
  height: 0.2rem;
}
.menu_list {
  padding: 0 0.31rem 0 0.24rem;
}
.menu_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  color: #FFFFFF;
  font-size: 0.3rem;
}
.menu_list_item img {
  width: 0.2rem;
  height: 0.22rem;
}

.web_container {
  padding: 0.3rem;
}
.web_details_banner {
  width: 100%;
  height: 3rem;
}
.web_details_time {
  color: #999999;
  font-size: 0.3rem;
  margin: 0.3rem 0;
}
.web_details_title {
  color: #333333;
  font-size: 0.35rem;
  font-weight: 600;
}
.web_details_main {
  color: #333333;
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.web_other_btn {
  padding: 0 0.2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.web_other_btn:first-child {
  background: rgba(57, 142, 255, 0.09);
}
.web_other_btn:last-child {
  background: rgba(57, 142, 255, 0.2);
}
.web_other_btn img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}
.web_other_btn span {
  color: #666666;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.relevant_news {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  /* padding-bottom: 0.8rem; */
}
.relevant_news_item {
  display: flex;
  flex-direction: column;
  margin-right: 0.4rem;
  width: 3.5rem;
}
.relevant_news_item_img {
  /* width: 100%; */
  height: 2rem;
}
.relevant_news_item span {
  color: #333333;
  font-size: 0.22rem;
  padding: 0.12rem 0.13rem;
  background: #F5F5F5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.web_pagination {
  bottom: -0.4rem;
}



/* web 底部 */
#web footer {
  padding: 0 0.41rem;
  height: 2.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("https://qiniu.huitui666.com/huitui2/web/web_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#web footer img {
  width: 2.28rem;
  height: 0.63rem;
  margin: 0.4rem 0;
}
.web_footer_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 0.22rem;
  margin-top: 0.27rem;
}
.web_footer_nav a {
  color: #FFFFFF;
}
.links {
  width: 100%;
  text-align: right;
  font-size: 0.18rem;
  margin-top: 0.21rem;
  color: rgba(255, 255, 255, 0.19);
}
.links a {
  color: rgba(255, 255, 255, 0.19);
}