.nav-wrapper {
  background: #3b58ad;
}
.news-nav {
  /* width: 1285px;
  margin: 0 auto; */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 70px;
  /* margin-bottom: 20px; */
  color: #fff;
  justify-content: space-between;
}
.news-nav li {
  padding-left: 17px;
  padding-right: 17px;
}
.news-nav li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
.news-nav li a:hover {
  opacity: 1;
}
.news-nav li.active a {
  opacity: 1;
  font-weight: bold;
}
.news-nav .bias {
  color: #6683d8;
  font-size: 18px;
}
.newtitle {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f5f5f5;
}
.newtitle .border {
  display: inline-block;
  width: 7px;
  height: 28px;
  background-color: #3b58ad;
  margin-right: 16px;
}
.newtitle .everyday {
  font-size: 22px;
  color: #666666;
  font-weight: bold;
  margin-right: 5px;
}
.newtitle .recommend {
  font-size: 28px;
  color: #3b58ad;
  font-weight: bold;
}
.media-body-inner {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-right: 0;
}
.bottom .media-body {
  position: relative;
}
.bottom .media-body .inline {
  display: inline-block;
  width: 48%;
}
.bottom .media-body .right {
  margin-left: 5px;
}
.bottom .media-body .tab {
  position: absolute;
  top: 15px;
  right: 0;
  width: 52px;
  height: 26px;
  background-color: #3b58ad;
  border-radius: 0px 0px 0px 4px;
  color: #f5f5f5;
  text-align: center;
  line-height: 26px;
}

.bottom .media-body img {
  width: 274px;
  height: 180px;
  cursor: pointer;
}

.tuijian {
  padding-left: 40px;
}