﻿/* 公共样式 */
body {
  min-width: 1100px;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

.container-self {
  width: 1100px;
}

.nav-self li {
  padding: 1rem;
  float: left;
}

.title-color {
  color: #215cba;
}

.title-bg {
  background-color: #215cba;
}

.footer-self li {
  padding: 0 1rem;
  float: left;
}

/* 经参快讯 */
#scroll_div {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  z-index: 10;
}

#scroll_begin,
#scroll_end {
  display: inline;
  color: #333;
  font-size: 14px;
}

/* 首页焦点图 */
#gallery img {
  width: 625px;
  height: 408px;
}

/* 新华健康服务平台 */
#review_box {
  height: 140px;
  overflow: hidden;
}

/* 搜索 */
#xhsearch {
  position: relative;
  padding-right: 0px;
  margin-right: 0px;
}

/* 修改：2020-12-25 */
#xhsearch form {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 265px;
  height: 30px;
  background: #fff;
  border: 1px solid #1d71b7;
}

#xhsearch input {
  margin: 0;
  padding: 0;
  display: block;
  width: 218px;
  height: 28px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  border: 0px;
  position: absolute;
  top: 0px;
  left: 3px;
}

#xhsearch .submitBtn {
  width: 50px;
  height: 28px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  left: auto;
  cursor: pointer;
  background-image: url(http://www.tj.xinhuanet.com/news/xb2017/images/search_icon.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
/* 修改：2020-12-25 */

.search-nav li {
  padding: 0 1rem;
  float: left;
}

/* 友情链接 */
#f-links a {

  padding: 10px 10px 0 0;
  display: inline-block;
}

/* 证券频道 */

/* 二级导航 */
.sub-nav-self li {
  padding: .5rem 1.2rem;
  float: left;
}

/* 证券焦点图 */
#zq-gallery img {
  width: 717px;
  height: 370px;
}