.inner_box {
  width: 11.2rem;
  margin: 0px auto;
}
.inner_box .title_box {
  margin-bottom: 0.3rem;
  position: relative;
}
.inner_box .title_box .title_sub {
  color: #005fb1;
  padding-bottom: 0.1rem;
}
.inner_box .title_box .title {
  font-size: 38px;
  color: #4a4a4a;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.2em;
}
.inner_box .title_box .more {
  font-size: 18px;
  color: #005fb1;
  position: absolute;
  right: 0px;
  top: 45%;
}
.inner_box .title_box .tab_box {
  position: absolute;
  right: 0px;
  top: 10px;
  display: flex;
}
.inner_box .title_box .tab_box .tab {
  font-size: 18px;
  padding: 15px 30px;
  cursor: pointer;
}
.inner_box .title_box .tab_box .tab.on {
  background: #0b5fa8;
  color: white;
}
.tip_desc {
  background: #4f82e6;
  margin-bottom: 30px;
}
.tip_desc .inner_box {
  color: white;
  padding: 10px 0px;
  font-size: 15px;
  line-height: 1.7;
}
.news-list .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.news-list .item:hover {
  background-color: rgba(0, 0, 0, 0.01);
}
.news-list .item > img {
  width: 258px;
  height: 172px;
  margin-right: 24px;
}
.news-list .item .info {
  flex: 1;
}
.news-list .item .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  padding-bottom: 10px;
}
.news-list .item .info .date {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  padding-bottom: 10px;
}
.news-list .item .info .desc {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.6;
}
.news-title .sharebox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.news-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #4a4a4a;
  text-align: center;
}
.news-title .num,
.news-title .date {
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  margin: 0px 16px;
}
@media screen and (max-width: 500px) {
  body .inner_box {
    width: 100%;
  }
  body .inner_box .title_box .title {
    font-size: 20px;
  }
  body .inner_box .title_box .tab_box .tab {
    font-size: 13px;
    padding: 6px 10px;
  }
  body #share-box {
    margin-top: 12px;
    margin-bottom: -20px;
  }
  body .news-list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
  }
  body .news-list .item:hover {
    background-color: rgba(0, 0, 0, 0.01);
  }
  body .news-list .item > img {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  body .news-list .item .info {
    flex: 1;
  }
  body .news-list .item .info .title {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    padding-bottom: 10px;
  }
  body .news-list .item .info .date {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    padding-bottom: 10px;
  }
  body .news-list .item .info .desc {
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.6;
  }
  body .news-title .sharebox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  body .news-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.6;
  }
  body .news-title .num,
  body .news-title .date {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    margin: 0px 16px;
  }
}
