.news-nav {
  background: #e4e9ec;
  height: 40px;
  clear: both;
  overflow: visible;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 20px;
}

#ad_0 {
  margin-bottom: 10px;
}

.news-nav .container {
  margin: 0 auto;
  width: 1200px;
  font-family: 'microsoft yahei';
  padding: 0;
}

.nav-bar {
  position: relative;
  font-size: 14px;
  color: #fff;
  float: left;
}

.nav-bar .hot-icon {
  position: absolute;
  left: 712px;
  top: 6px;
  height: 11px;
  width: 17px;
}


.nav-bar .hot-text {
  position: absolute;
  left: 712px;
  top: 0;
  z-index: 100;
  color: #f5f6f7;
  font-size: 12px;
  transform: scale(0.583);
}


.nav-bar a {
  padding: 0;
  display: inline-block;
  line-height: 40px;
  margin-right: 16px;
  color: #1f1f1f;
  text-decoration: none;
  font-family: "microsoft yahei", simhei, sans-serif;
}

.nav-bar .current,
.nav-bar .active,
.nav-bar a:hover {
  position: relative;
  border: none;
}

.nav-bar .current::after,
.nav-bar .active::after,
.nav-bar a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #c92027;
}

.nav-bar .current::before,
.nav-bar .active::before,
.nav-bar a:hover::before {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 0;
  height: 0;
  left: 40%;
  right: 0;
  border-top: none;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-bottom: solid 4px #ca0c16;
}

.search-download {
  float: right;
  margin-top: 11px;
}

.search-download form {
  float: left;
  border: 1px solid #ddd;
}

.search-download input {
  /* border:solid 1px #ddd;
  border-right:none; */
  border: none;
  height: 26px;
  line-height: 22px;
  padding: 0 10px;
  margin-right: -5px;
  width: 229px;
}

.search-download .download-search-bth {
  background: url(https://csdnimg.cn/public/common/toolbar/images/f_icon.png) no-repeat 0 -189px;
  display: inline-block;
  border: none;
  width: 22px;
  height: 26px;
  vertical-align: middle;
  padding-right: 2px;
  background-color: #fff;
}

.search-download .help {
  margin: 3px 0 0 20px;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 20px;
}

.search-download .help .fa {
  margin-right: 5px;
}

.nav-bar a {
  text-decoration: none;
}

.nav-bar a:hover {
  text-decoration: none;
  color: #b60b14;
}
