﻿#content {
  height: 7.2917rem;
}
.box {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -2.0833rem;
  width: 4.1667rem;
  min-width: 4.1667rem;
  background-color: #fff;
  border: 0.0052rem solid #d8d8d8;
  border-radius: 0.0521rem;
  padding-bottom: 0.1042rem;
  overflow: hidden;
}
.box .news {
  padding: 0rem 0.1563rem;
  height: 0.2604rem;
  line-height: 0.2604rem;
  font-size: 0.125rem;
  font-weight: bold;
}
.box .news .more {
  float: right;
  font-size: 0.0833rem;
}
.box .news .more a {
  color: #919090 !important;
}
.box .tobar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 0.0521rem;
  padding: 0rem 0.1563rem;
  cursor: pointer;
}
.box .tobar .tabbarhover,
.box .tobar .tobar_title {
  flex: 1;
  text-align: center;
  font-size: 0.1042rem;
  color: #000;
  padding: 0.0521rem;
  background-color: #fff;
  border-bottom: 0.0052rem solid #c9a85c;
}
.box .tobar .tabbarhover {
  background-color: #c9a85c;
}
.box .tobar_content {
  padding: 0.0521rem 0.1563rem;
  cursor: pointer;
}
.box .tobar_content .tobar_content_box {
  border-bottom: 0.0052rem solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  line-height: 0.2865rem;
}
.box .tobar_content .tobar_content_box h3 {
  color: #3a3a3a;
  display: inline-block;
  font-size: 0.1042rem;
}
.box .tobar_content .tobar_content_box h5 {
  font-size: 0.0938rem;
  color: #3a3a3a;
  display: inline-block;
}
.box .tobar_content .tobar_content_box h6 {
  font-size: 0.0729rem;
  line-height: 0.2865rem;
  color: #3a3a3a;
  margin-right: 0.1042rem;
}
.box .con_html {
  width: 4.1667rem;
  display: flex;
  justify-content: center;
}
.box .con_html .last,
.box .con_html .pre {
  padding: 0.026rem 0.0625rem;
  border-radius: 0.0156rem;
  color: #fafaf6;
  background-color: #cfb372;
  cursor: pointer;
}
.box .con_html .pre {
  margin-right: 0.0521rem;
}
