.content-wrap {
  /* padding: 1.17333rem 0.38667rem 0.8rem; */
  padding: 1.17333rem 0 0.8rem;
  background: #f5f5f5;
}

.content-wrap .content-main {
  overflow: hidden;
  padding: 0 0.38667rem;
}

.content-wrap .content-main>img {
  min-height: 3.066667rem;
}

.content-wrap .content-main.hide {
  display: none;
}

.content-wrap .content-main .media-item {
  padding: .4rem 0;
  border-bottom: .026667rem dashed #e6e6e6;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-wrap .content-main .media-item>img {
  width: 2.4rem;
  height: 1.6rem;
  margin-right: .266667rem;
}

.content-wrap .content-main .media-item .media-info {
  width: 6rem;
}

.content-wrap .content-main .media-item .media-info h3 {
  font-size: .373333rem;
  color: #333;
}

.content-wrap .content-main .media-item .media-info p {
  font-size: .266667rem;
  color: #999;
  margin-top: .24rem;
}

.content-wrap .content-main .media-item .media-info p .fl {
  float: left;
}

.content-wrap .content-main .media-item .media-info p .fr {
  float: right;
}

.content-wrap .content-main .empty-media {
  width: 100%;
  text-align: center;
  padding: 1.6rem 0 0;
}

.content-wrap .content-main .empty-media img {
  width: 1.866667rem;
  height: 1.546667rem;
  margin: 0 auto;
}

.content-wrap .content-main .empty-media p {
  font-size: .293333rem;
  color: #ccc;
  line-height: 1;
  padding: .4rem 0 1.226667rem;
}

.content-wrap .content-tabs {
  padding: .4rem 0 0;
  display: flex;
  width: 100vw;
  flex-wrap: nowrap;
  overflow-x: auto;
  align-items: center;
}

.content-wrap .content-tabs::-webkit-scrollbar {
  display: none;
}

.content-wrap .content-tabs .tabs-item {
  font-size: .346667rem;
  color: #333;
  /* width: 2.88rem; */
  padding: 0 .4rem;
  height: 1.066667rem;
  line-height: 1.066667rem;
  text-align: center;
  background: #fff;
  /* float: left; */
  flex: 1;
  white-space: nowrap;
  margin-right: .28rem;
  border-radius: .066667rem;
}

.content-wrap .content-tabs .tabs-item:first-child {
  margin-left: .38rem;
}

.content-wrap .content-tabs .tabs-item.cur {
  color: #ff9000;
}

.content-wrap .content-title {
  font-size: .533333rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-top: .533333rem;
  background: #fff;
  padding-top: .533333rem;
}

.content-wrap .content-title.no-common {
  padding: 0;
  background: none;
}

.content-wrap .content-title:before {
  content: '';
  width: .08rem;
  height: .533333rem;
  background: #f08951;
  margin-right: .16rem;
}

.content-wrap p {
  line-height: .533333rem;
  font-size: .32rem;
  color: #333;
}

.content-wrap p.fontBold {
  font-weight: bold;
}

.content-wrap p.subtitle {
  margin-top: .533333rem;
  font-weight: bold;
}

.content-wrap p.mb35 {
  padding-bottom: .466667rem;
}

.content-wrap p.mt35 {
  padding-top: .466667rem;
}

.content-wrap p.mt80 {
  padding-top: 1.066667rem;
}

.content-wrap p.mb40 {
  padding-bottom: .533333rem;
}

.content-wrap p.mt70 {
  padding-top: .933333rem;
}

.content-wrap .content-company {
  padding: 0 .266667rem .773333rem;
  background: #fff;
}

.content-wrap .content-company a {
  color: #333;
  font-size: .32rem;
  display: inline-block;
}

.content-wrap .content-company a.mb40 {
  margin-bottom: .533333rem;
}

.content-wrap .content-info {
  padding: 0 0 .773333rem;
  background: #fff;
}

.content-wrap .content-info .info-table {
  padding: .666667rem 0 0;
}

.content-wrap .content-info .info-table .info-table-header {
  height: 1.306667rem;
  background: #666;
  color: #fff;
}

.content-wrap .content-info .info-table .info-table-header>div {
  border-right: .026667rem solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  line-height: .48rem;
  font-size: .32rem;
  color: #fff;
}

.content-wrap .content-info .info-table .info-table-header>div:first-child {
  width: 1.866667rem;
}

.content-wrap .content-info .info-table .info-table-header>div:nth-of-type(2) {
  width: 2.746667rem;
}

.content-wrap .content-info .info-table .info-table-header>div:nth-of-type(3) {
  width: 2.746667rem;
}

.content-wrap .content-info .info-table .info-table-header>div:nth-of-type(4) {
  width: 1.84rem;
  border-right: 0;
}

.content-wrap .content-info .info-table .info-table-body {
  font-size: .266667rem;
  color: #333;
}

.content-wrap .content-info .info-table .info-table-body .info-item {
  border-bottom: 2px solid #ebebeb;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 .253333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-right: .026667rem solid #ebebeb;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div a {
  color: #ff9000;
  display: block;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div>.center-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div.no-center {
  display: block;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div.no-padding {
  padding: 0;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div>.pd20 {
  padding: 0 .266667rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div>.no-border {
  border-bottom: 0 !important;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div>.row-1 {
  height: 2.4rem;
  border-bottom: .026667rem solid #ebebeb;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div>.row-5 {
  height: 12rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div>.row-4 {
  height: 9.6rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div:first-child {
  width: 1.866667rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div:nth-of-type(2) {
  width: 2.746667rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div:nth-of-type(3) {
  width: 2.746667rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item>div:nth-of-type(4) {
  width: 1.84rem;
  border-right: 0;
}

.content-wrap .content-info .info-table .info-table-body .info-item.row-1 {
  height: 1.96rem;
}

.content-wrap .content-info .info-table .info-table-body .info-item.row-5 {
  height: 12rem;
}

.content-wrap .content-secret {
  padding: .4rem .266667rem .773333rem;
  background: #fff;
}

.content-wrap .content-about {
  padding: 0 0 .266667rem;
}

.content-wrap .content-about .about-main {
  background: #fff;
  margin-bottom: .266667rem;
  padding: .4rem .266667rem .333333rem;
}

.content-wrap .content-about .about-main p {
  text-indent: 2em;
  margin-bottom: .533333rem;
}

.content-wrap .content-about .about-main p:last-child {
  margin-bottom: 0;
}

.content-wrap .content-about .about-info .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.content-wrap .content-about .about-info .about-item .about-item-info {
  padding: 0 .133333rem 0 .266667rem;
}

.content-wrap .content-about .about-info .about-item .about-item-info h3 {
  font-size: .373333rem;
  font-weight: bold;
  color: #333;
}

.content-wrap .content-about .about-info .about-item .about-item-info h4 {
  font-size: .293333rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin: .266667rem 0 .133333rem;
}

.content-wrap .content-about .about-info .about-item .about-item-info p {
  line-height: .48rem;
  font-size: .266667rem;
}

.content-wrap .content-about .about-info .about-item>* {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-tabs {
  -webkit-box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.05333rem 0.10667rem rgba(0, 0, 0, 0.05);
}

.epidemic-situation .content-title:before {
  background-color: #FF4343 !important
}