/* * {
  word-wrap: break-word;
}
html,
body {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
input,
button,
textarea,
p,
th,
td,
img {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 12px;
  color: #333;
  -webkit-text-size-adjust: none;
  background: #fff;
  font-family: Arial, "SimSun";
}
input,
select,
button {
  font-family: "SimSun";
}
input[type="button"]:hover,
input[type="reset"]:hover {
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: middle;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
ul,
ol,
dl {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
th {
  font-weight: normal;
}
:focus {
  outline: 0;
}
h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
h3 {
  font-size: 12px;
}
h4,
h5 {
  font-size: 12px;
  font-weight: normal;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #db1011;
  text-decoration: underline;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} */
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.red {
  color: #ff0000;
}
.green {
  color: #009800;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.mg0 {
  margin: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.pd0 {
  padding: 0 !important;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pl18 {
  padding-left: 18px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px !important;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w330 {
  width: 330px;
}
.w460 {
  width: 460px;
}
.w520{
    width: 520px;
}
.w620 {
  width: 620px;
}
.w680 {
  width: 680px;
}
.icon1 {
  display: block;
  background: url(../image/comm_sprite1.png) no-repeat;
}
.icon2 {
  display: block;
  background: url(../image/comm_sprite2.png) no-repeat;
}
.main,
.w1000 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.main.w1200 {
  width: 1200px;
}
.hoverOp:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
/*--------------------- header --------------------*/
/*top*/
.header {
  font-family: "microsoft yahei";
}
.head_top {
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
  height: 30px;
  line-height: 30px;
}
.head_top span.fl {
  padding-right: 20px;
}
.head_top a em {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: url(../image/comm_sprite1.png) no-repeat;
  margin: 7px 5px;
}
.head_top a em.icon_manager {
  background-position: 0 -60px;
}
.head_top a em.icon_company {
  background-position: -26px -60px;
}
.head_top a:hover em.icon_manager {
  background-position: 0 -77px;
}
.head_top a:hover em.icon_company {
  background-position: -26px -77px;
}
.head_top .back {
  margin-left: 24px;
}
.head_top .login_layer {
  right: -170px;
  top: 28px;
  line-height: 28px;
}
.head_top .subList {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 30px;
}
.head_top .subList.on {
  background: #e8e8e8;
}
.head_top .subList ul {
  position: absolute;
  display: none;
  left: -1px;
  top: 28px;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 0;
  border-top: 0;
  overflow: hidden;
}
.head_top .subList.on ul {
  height: auto;
  display: block;
}
.head_top .subList ul li {
  line-height: 28px;
}
.head_top .subList a {
  float: none;
  padding: 0;
  display: block;
}
.head_top .subList ul li a:hover {
  background: #f5f5f5;
}
#indexLoginDiv .arrow {
  background: #db1011;
  color: #fff;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 5px;
}
.head_top span.fr > a.fr {
  width: 50px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  text-align: center;
  border-radius: 2px;
  color: #f7f7f7;
  background: #c8c8c8;
}
.head_top span.fr .login_layer a.forgot_pwd {
  float: left;
  margin-left: 80px;
  border: none;
  padding: 0;
}
/* 金投网菜单 顶部 */
.jtmenu {
  width: 1000px;
  margin: 0 auto;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
}
.jtmenu p.pamenu {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
}
.jtmenu p.pamenu a {
  float: left;
  line-height: 30px;
  height: 30px;
  margin-right: 17px;
  color: #163b8b;
  font-size: 14px;
}
.jtmenu p.pamenu a:hover {
  color: #db1011;
}
.jtmenu p.pamenu a.on {
  background: url(../image/comm_sprite1.png) -100px -61px no-repeat;
  padding-left: 20px;
  color: #db1011;
}
.jtmenu p.pamenu a.last {
  margin-right: 0;
}
/*logo*/
.head_logo {
  height: 50px;
  margin: 15px 0;
  overflow: hidden;
}
.head_logo div.logo {
  width: 145px;
  height: 50px;
  float: left;
  background: url(../image/comm_sprite1.png) no-repeat;
}
.head_logo div.logo a {
  width: 145px;
  height: 50px;
  display: block;
  text-indent: -9999px;
}
.head_logo h1 {
  float: left;
  font: 38px/50px "黑体";
}
.head_logo h1 span {
  float: left;
  width: 84px;
  height: 50px;
  font-size: 38px;
  color: #db1011;
  margin: 0 0 0 14px;
  color: #db1111;
}
.head_logo h1 em {
  font: 18px/20px arial;
  color: #aaa;
  float: left;
  padding-top: 25px;
}
.head_logo dl {
  width: 185px;
  float: right;
  padding-top: 6px;
}
.head_logo dl dt {
  color: #585858;
  width: 135px;
  line-height: 18px;
  float: right;
  color: #888;
}
.head_logo dl dd.icon {
  float: left;
  width: 40px;
  height: 40px;
  background: url(../image/comm_sprite1.png) no-repeat -50px -60px;
  text-indent: -9999px;
}
.head_logo dl dd.num {
  width: 135px;
  float: right;
  font: 20px/20px arial;
  color: #f56e08;
}
.head_logo .head_soft {
  width: 182px;
  height: 50px;
  display: block;
  padding: 0;
  margin-left: 8px;
  float: left;
}
.head_logo .head_soft a {
  display: block;
  background: #feefbf;
  border: 1px solid #feefbf;
  padding-left: 5px;
}
.head_logo .head_soft a:hover {
  border-color: #f56e08;
  text-decoration: none;
}
.head_logo .head_soft dt {
  width: 123px;
  font: 700 18px/36px "Microsoft Yahei";
  color: #f56e08;
  padding-top: 5px;
}
.head_logo .head_soft dd.fl {
  width: 48px;
  height: 48px;
  background: url(../image/futures_kaihu_btn.png) no-repeat;
  text-indent: -9999px;
}
.head_logo .head_soft dd.icon02 {
  background: url(../image/futures_ruanjian_down.png) no-repeat;
}
.head_logo .head_soft dd.fr {
  width: 135px;
  font: 14px/20px "Microsoft Yahei";
  color: #af6103;
}
/*导航菜单*/
.head_sub_menu {
  height: 42px;
  background: #db1011;
}
.head_sub_menu .w1000 {
  position: relative;
  z-index: 100;
}
.head_sub_menu .mhot,
.head_sub_menu .mnew {
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  top: -4px;
  z-index: 3;
}
.head_sub_menu .mhot {
  right: -15px;
  background: url(../image/mhot.gif) no-repeat;
}
.head_sub_menu .mnew {
  right: -15px;
  background: url(../image/mnew.gif) no-repeat;
}
.head_sub_menu li {
  float: left;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.head_sub_menu li a {
  color: #fff;
  display: block;
}
.head_sub_menu li a:hover {
  text-decoration: none;
}
.head_sub_menu li.limore {
  position: relative;
}
.head_sub_menu li.limore ul {
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 2;
  border: 1px solid #eee;
  border-bottom-color: #ebebeb;
  box-shadow: 0 1px 1px #eee;
  margin-left: -71px;
  display: none;
}
.head_sub_menu li.limore ul li {
  width: 140px;
  height: 34px;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.head_sub_menu li.limore ul li a {
  display: block;
  height: 34px;
  font: 400 14px/34px "Microsoft Yahei";
  background: #fff;
  color: #666;
  padding: 0;
}
.head_sub_menu li.limore ul li a:hover {
  background: #f8f8f8;
  text-decoration: none;
  color: #db1011;
}
.head_sub_menu li a:hover,
.head_sub_menu li.on a {
  background: #c51421;
  color: #feed88;
}
/*导航更多下拉*/
.head_sub_menu li .frmore {
}
.head_sub_menu li .frmorediv {
  position: absolute;
  width: 998px;
  right: 0;
  background: white;
  border: 1px solid #eee;
  border-top: none;
  text-align: left;
  display: none;
}
.head_sub_menu li.frmore .more {
  display: inline-block;
  width: 12px;
  height: 6px;
  z-index: 2;
  background: url(../image/mmore.gif) no-repeat;
  margin-left: 5px;
}
.head_sub_menu li .frmorediv a {
  color: #333;
}
.head_sub_menu li .frmorediv a:hover {
  background: none;
  text-decoration: underline;
}
.head_sub_menu li .frmorediv dl {
  margin-top: 28px;
  width: 100%;
}
.head_sub_menu li .frmorediv div dl:first-child {
  margin-top: 0;
}
.head_sub_menu li .frmorediv div {
  border-left: 1px solid #eee;
  padding-left: 50px;
  margin: 28px 0 23px;
}
.head_sub_menu li .frmorediv div:first-child {
  border-left: none;
}
.head_sub_menu li .frmorediv dl dt {
  font: bold 16px/20px "microsoft yahei";
  border-left: 2px solid #db0f10;
  clear: both;
  padding-left: 10px;
  margin-bottom: 13px;
}
.head_sub_menu li .frmorediv dl dd {
  font: 14px/36px "microsoft yahei";
  float: left;
  width: 50%;
}
.head_sub_menu li .frmorediv dl dt,
.head_sub_menu li .frmorediv.col_3 dl dt a {
  color: #444;
}
.head_sub_menu li .frmorediv dl dd,
.head_sub_menu li .frmorediv.col_3 dl a {
  color: #666;
}
.head_sub_menu li .frmorediv.col_3 div {
  width: 282px;
}
/* 行情滚动 */
.quotation {
  background: #f8f8f8;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f3f3f3;
  font-family: "simsun";
}
.quotation .w1000 {
  overflow: hidden;
  position: relative;
  height: 30px;
}
.quotation i {
  float: left;
  width: 18px;
  height: 18px;
  margin: 6px 6px 0 0;
  background-position: -100px -115px;
}
.quotation strong {
  float: left;
  width: 72px;
  display: inline-block;
  color: #444;
  font-size: 14px;
}
.quotation .bd {
  float: left;
  overflow: hidden;
  width: 904px;
  height: 30px;
}
.quotation .bd li {
  float: left;
  padding: 0 6px;
  width: auto !important;
}
.quotation .bd li a {
  margin-right: 5px;
}
.quotation .bd li a:hover {
  color: #db1011;
}
/*面包屑导航*/
.mbxdh {
  color: #999;
  height: 40px;
  line-height: 40px;
  font-family: "simsun";
}
.mbxdh a {
  color: #999;
}
.mbxdh a.on {
  color: #444;
}
.mbxdh a:hover {
  color: #db1011;
}
/*------------- footer --------------*/
/*频道底部*/
.channel_foot {
  background: #f0f0f0;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: hidden;
}
.channel {
  margin-bottom: 20px;
  width: 172px;
  overflow: hidden;
}
.channel p {
  font-size: 26px;
  font-family: "Microsoft Yahei";
  width: 100%;
  display: block;
  color: #888;
}
.channel p span {
  display: block;
  width: 100%;
}
.channel p span.eng {
  font-size: 14px;
  margin-top: 16px;
}
.channel_name {
  width: 827px;
  border-left: 1px solid #e2e2e2;
}
.channel_name dl {
  width: 72px;
  float: left;
}
.channel_name dl.width18 {
  width: 18%;
}
.channel_name dl.width28 {
  width: 28%;
}
.channel_name dl dt {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  margin: 8px 0 16px;
  clear: both;
  font-family: "Microsoft Yahei";
}
.channel_name dl dt a {
  color: #999;
}
.channel_name dl dd {
  float: left;
  margin: 0 22px 20px 0;
  width: 50%;
}
.channel_name dl dd a {
  color: #666;
  font-family: "宋体";
  font-size: 14px;
}
.channel_name dl dd {
  width: auto;
  margin-right: 6%;
}
.channel_name dl.w55 {
  width: 55%;
}
.channel_name dl.w35 {
  width: 35%;
}
.channel_name dl.w25 {
  width: 18%;
}
.channel_name dl.w27 {
  width: 27%;
}
.channel_name dl.w28 {
  width: 28%;
}
.channel_name dl.w15 {
  width: 13%;
}
.channel_name dl.w235 {
  width: 235px;
}
.channel_name dl.w160 {
  width: 160px;
}
.channel_name dl.w90 {
  width: 90px;
}
.channel_name dl.w390 {
  width: 390px;
}
.channel_name dl.w320 {
  width: 320px;
}
.channel_name dl.w460 {
  width: 460px;
}
/*底部*/
.footer {
  background-color: #363636;
}
.footer_link {
  border-bottom: 1px solid #474747;
  padding-top: 29px;
}
.footer_link .tit {
  height: auto;
  margin-bottom: 0;
  color: #aaaaaa;
  font-weight: bold;
  font-size: 20px;
  padding: 0px 0 21px;
  line-height: 30px;
  font-family: "microsoft yahei";
  border-bottom: none;
}
.footer_link .tit i {
  float: left;
  background: url(../image/article_sprite1.png) no-repeat;
}
.footer_link .tit i.licai {
  background-position: -6px -20px;
  width: 19px;
  height: 20px;
  margin: 5px 5px 0 0;
}
.footer_link .tit i.touzi {
  width: 21px;
  height: 18px;
  background-position: -6px -54px;
  margin: 6px 5px 0 0;
}
.footer_link .tit i.kaihu {
  width: 19px;
  height: 19px;
  background-position: -8px -84px;
  margin: 5px 5px 0 0;
}
.footer_link li a {
  font-size: 14px;
  color: #aaaaaa;
}
.footer_link > div {
  width: 230px;
}
.footer_link ul {
  overflow: hidden;
}
.footer_link li {
  float: left;
  width: 115px;
  margin-bottom: 24px;
}
.footer_link dl {
  float: left;
  margin-right: 11px;
  border: 1px solid #474747;
  margin-bottom: 15px;
}
.footer_link dd {
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  line-height: 20px;
  text-align: center;
  background-color: #474747;
}
.footer_link .tel {
  font-size: 16px;
  color: #cccccc;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}
.footer_link .tel .phone_icon {
  float: left;
  width: 20px;
  height: 18px;
  background: url(../image/article_sprite1.png) no-repeat -6px -123px;
  margin-right: 10px;
}
.footer_link .number {
  color: #888888;
  font-size: 30px;
  font-weight: bold;
}
.footer_link dl img {
  width: 100px;
  height: 100px;
}
/*底部导航*/
.footer_nav {
  text-align: center;
  padding-bottom: 20px;
}
.footer_nav .navLink {
  line-height: 15px;
  margin-bottom: 15px;
}
.footer_nav .navLink a {
  color: #cccccc;
  font-size: 14px;
  padding: 0 5px;
}
.footer_nav .copyRight {
  font-size: 12px;
  color: #888888;
  line-height: 24px;
}
.footer_nav .copyRight a {
  color: #888888;
}
.footer_nav .copyRight a:hover {
  text-decoration: none;
}
/* 返回顶部 */
.actGotop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 26px;
  height: 62px;
  display: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.actGotop a,
.actGotop a:link {
  width: 26px;
  height: 62px;
  display: block;
  background: url(../image/rocket.gif) no-repeat;
  outline: 0;
}
.actGotop a:hover {
  background-position: 0 -62px;
}
/*边框*/
.border_eee {
  border: solid 1px #eeeeee;
}
.border_top {
  border: solid 1px #eeeeee;
  border-top: solid 2px #db1011;
}
.border_top.only_top {
  border: none;
  border-top: solid 2px #db1011;
}
.dashed_brb_ddd {
  border-bottom: dashed 1px #ddd;
}
/*标题*/
.title {
  border-bottom: solid 1px #eeeeee;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
}
.title h2 {
  font-size: 16px;
  font-weight: 700;
}
.title p.more a {
  color: #163b8b;
}
/*子标题*/
.child_title {
  border-bottom: solid 1px #eeeeee;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.child_title h2 {
  font-size: 15px;
  font-weight: 700;
}
.child_title p.more a {
  color: #163b8b;
}
/*翻页*/
.digg {
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
.digg a {
  background: #db1011;
  background: #f2f2f2;
  border-radius: 3px;
  display: inline-block;
}
.show_info_page {
  display: inline-block;
}
.show_info_page a {
  padding: 7px 11px;
}
.digg a:hover {
  background: #ffeeee;
  color: #db1011;
}
.digg span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 3px;
}
.digg span.thisclass {
  background: #db1011;
  color: #fff;
}
.digg span.last {
  display: inline-block;
  padding: 0;
}
.digg span.last a {
  width: 70px;
  height: 30px;
  font-family: "microsoft yahei";
  text-align: center;
  line-height: 30px;
}
/*切换标题*/
.hdr_tab {
  height: 29px;
  line-height: 29px;
  font-family: "microsoft yahei";
  font-size: 14px;
}
.hdr_tab ul li {
  float: left;
  background: #f4f4f4;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}
.hdr_tab ul li.on {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-right: solid 1px #eee;
}
.hdr_tab ul li.on a {
  color: #444;
}
.hdr_tab ul li a {
  display: block;
  color: #888;
}
.hdr_tab2 li {
  width: 148px;
}
.hdr_tab2 li.on {
  width: 149px;
}
.hdr_tab3 li {
  width: 98px;
}
.hdr_tab3 li.on {
  width: 101px;
}
.hdr_tab4 li {
  width: 74px;
}
.hdr_tab4 li.on {
  width: 75px;
}
.hdr_tab5 li {
  width: 19.9%;
}
.hdr_tab5 li.on {
  width: 19.9%;
}
/*切换tab标题*/
.title_hd {
  margin-top: -1px;
}
.title_hd ul li {
  float: left;
  background: #f4f4f4;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 1px #ececec;
  width: 148px;
  font-family: "microsoft yahei";
}
.title_hd ul li:first-child {
  border-right: solid 1px #eee;
}
.title_hd ul li.on {
  border-bottom: solid 1px #fff;
  background: #fff;
  font-weight: 700;
  width: 149px;
  border-top: solid 2px #db1011;
}
.title_hd ul li.on a {
  color: #444;
}
.title_hd ul li a {
  color: #666;
  display: block;
}
.title_hd3 ul li {
  width: 33.2%;
}
.title_hd3 ul li.on {
  width: 33.2%;
}
.title_hd6 ul li {
  width: 16.6%;
  padding: 0;
}
.title_hd6 ul li.on {
  width: 16.67%;
}
.title_hdauto {
}
.title_hdauto ul li {
  padding: 0 20px;
  width: auto;
}
.title_hdauto ul li.on {
  width: auto;
}
.title_hd10 ul li,
.title_hd10 ul li.on {
  width: 67.7px;
}
/*右侧-股票专题*/
.zt_news {
  padding: 20px 14px 0 14px;
}
.zt_news li {
  float: left;
  width: 130px;
  height: 95px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.zt_news li a {
  display: block;
}
.zt_news li a img {
  width: 130px;
  height: 95px;
}
.zt_news li p {
  position: absolute;
  background: #48464f;
  width: 124px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  padding: 0 3px;
  bottom: 0;
}
.zt_news li.mr0 {
  margin-right: 0;
}
.zt_news li.mb0 {
  margin-bottom: 0;
}
/*右侧-热门资讯*/
.rmzx_news {
  border: solid 1px #eee;
}
.remenzx {
  font-size: 14px;
  color: #444;
  padding: 5px 15px 16px 20px;
}
.remenzx li {
  height: 20px;
  overflow: hidden;
  margin-top: 15px;
  line-height: 20px;
}
.remenzx li a {
  color: #444;
}
.remenzx li i {
  width: 15px;
  height: 15px;
  background: #afccf5;
  font-family: arial;
  color: #fff;
  text-align: center;
  line-height: 16px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 3px;
}
.remenzx li i.first {
  background: url(../image/common_icon1_beta4.0.png) no-repeat 0 0;
  width: 16px;
  height: 20px;
  line-height: 17px;
  margin-top: 0px;
}
.remenzx li i.two {
  background: url(../image/common_icon1_beta4.0.png) no-repeat 0 -25px;
  width: 16px;
  height: 20px;
  line-height: 17px;
  margin-top: 0px;
}
.remenzx li i.three {
  background: url(../image/common_icon1_beta4.0.png) no-repeat 0 -50px;
  width: 16px;
  height: 20px;
  line-height: 17px;
  margin-top: 0px;
}
.remenzx li a:hover {
  color: #db1111;
}
/*行情表格*/
.hq_table1 {
  font-family: "microsoft yahei";
  width: 100%;
}
.hq_table1 th {
  color: #999;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.hq_table1 td {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.hq_table1 td:first-child {
  font-family: simsun;
}
.hq_table1 td:first-child a {
  color: #163b8b;
  font-size: 12px;
}
.hq_table1 td a {
  display: block;
}
.hq_table1 td .name {
  font-family: "simsun";
  width: 90px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
}
.hq_table1 tr.bg td,
.hq_table1 tr.bg th {
  background: #f7f7f7;
}
/*文字资讯列表*/
.news_list {
  padding: 20px 15px 0 15px;
}
.news_list li {
  height: 30px;
  line-height: 30px;
  background: url(../image/stock18_index_dian44.jpg) no-repeat left center;
  padding-left: 12px;
  overflow: hidden;
}
.news_list li.five {
  border-bottom: dashed 1px #dddddd;
  background: url(../image/stock18_index_dian44.jpg) no-repeat left 6px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.news_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.news_list li span {
  color: #aaa;
  font-family: arial;
  margin-left: 5px;
}
.news_list li a {
  font-size: 14px; /*display: block;width: 550px;*/
}
.news_list li a.bold {
  font-weight: bold;
}
.news_list li a.tag {
  width: auto;
  color: #db1111;
  font-size: 12px;
}
/*今日最新*/
.news_today {
  position: relative;
  margin: 20px 15px 0;
  padding: 10px 12px;
  background: #f8f8f8;
}
.news_today > a {
  display: inline-block;
  max-width: 570px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  font-weight: bold;
}
.news_today p {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  color: #999;
}
.news_today p span,
.news_today p a {
  color: #163b8b;
}
.news_today .tag {
  position: absolute;
  right: -4px;
  top: 10px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  background: #db1011;
  color: #fff;
}
.news_today .tag:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 4px;
  height: 3px;
  background: url(../image/comm_sprite1.png) no-repeat -450px -30px;
}
.news_today .common_list.col_2 li {
  width: 260px;
  margin-left: 10px;
}
/*入口1*/
.cell_links {
  margin: 20px 15px 0 15px;
}
.cell_links li {
  width: 128px;
  height: 28px;
  border: solid 1px #ddd;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.cell_links li.mr0 {
  margin-right: 0;
}
/*common_list*/
.common_list li {
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  overflow: hidden;
  font-size: 14px;
  color: #db1111;
  background: url(../image/stock18_index_dian44.jpg) no-repeat left center;
  padding-left: 10px;
}
.common_list li .name {
  font-size: 12px;
  color: #db1111;
}
.common_list li.first {
  height: 75px;
  margin-bottom: 10px;
  padding-left: 0;
  background: none;
}
.common_list li.first.mb0 {
  margin-bottom: 0;
}
.common_list li.first .img {
  float: left;
  width: 98px;
  height: 73px;
  margin: 0 10px 0 0;
  border: 1px solid #ececec;
}
.common_list li.first img {
  width: 100%;
  height: 100%;
}
.common_list li.first a.tit {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.common_list li.first p {
  height: 40px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  font-size: 12px;
}
.common_list li.first p span,
.common_list li.first p a {
  color: #163b8b;
}
.common_list li .date {
  font-size: 12px;
  color: #aaa;
  margin-left: 5px;
}
.common_list li span{float:right;}
.common_list li.five {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #ddd;
}
.common_list.col_2 li {
  float: left;
  width: 290px;
  margin-right: 30px;
}
.common_list.col_2 li.mr0 {
  margin-right: 0;
}
.common_list.col_2 li.first {
  width: 302px;
}
.w300_commomList_col2 li {
  width: 125px;
  font-size: 12px;
  float: left;
}
.common_list.border_bottom {
  border-bottom: 1px dashed #dddddd;
}
.common_list.col_4 li {
  float: left;
  width: 153px;
}
.common_list.col_3 li {
  float: left;
  width: 31%;
  padding-left: 2%;
}
/*common_slide1*/
.common_slide1 {
  border: 1px solid #eee;
}
.common_slide1 .hd li {
  float: left;
  height: 38px;
  line-height: 38px;
  margin-top: 1px;
  font-weight: normal;
  font-size: 18px;
  font-family: "Microsoft Yahei";
}
.common_slide1 .hd li.on {
  border-top: 2px solid #db1011;
  margin-top: -1px;
  font-weight: bold;
}
.common_slide1 .hd li a {
  display: block;
  padding: 0 20px;
}
.common_slide1 .hd a:hover {
  text-decoration: none;
}
/*common_slide2*/
.common_slide2 {
  position: relative;
}
.common_slide2 .title {
  height: auto;
  line-height: 42px;
  padding: 0 10px 0 0;
  border-bottom: none;
}
.common_slide2 .title h2 {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 18px;
  border-top: 2px solid #db1011;
  margin-top: -1px;
  font-size: 18px;
  color: #333;
}
.title span{font-size: 14px;color: #999;}.title p{margin: 0px;}
.common_slide2 .hd {
  position: absolute;
  right: 10px;
  top: 0;
  font-family: "Microsoft Yahei";
}
.common_slide2 .hd.right80 {
  right: 80px;
}
.common_slide2 .hd li {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.common_slide2 .hd li a,
.common_slide2 .hd li span {
  display: block;
  padding: 0 14px;
  cursor: pointer;
}
.common_slide2 .hd li a:hover {
  text-decoration: none;
}
.common_slide2 .hd li.on a,
.common_slide2 .hd li.on span {
  color: #db1111;
  position: relative;
}
.common_slide2 .hd li.on a:after,
.common_slide2 .hd li.on span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 19px;
  width: 7px;
  height: 4px;
  background: url(../image/comm_sprite1.png) no-repeat 0 -222px;
}
.common_slide2 .bd,
.common_slide1 .bd {
  padding: 19px 0 14px 20px;
}
.common_slide2 .bd h3 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 30px;
  font-family: Arial, "simsun";
}
.common_slide2.col_6 .hd li {
  max-width: 60px;
  padding: 0 18px;
  overflow: hidden;
}
/*xx问答*/
.common_wenda dl {
  padding: 18px 10px 5px 14px;
}
.common_wenda dl i {
  width: 16px;
  height: 16px;
}
.common_wenda dt {
  margin-bottom: 15px;
}
.common_wenda dt i {
  background-position: -250px -150px;
  margin-right: 10px;
}
.common_wenda dt.on {
  font-weight: 600;
}
.common_wenda dt a {
  font-size: 14px;
  color: #444444;
  height: 16px;
  line-height: 16px;
  width: 230px;
  overflow: hidden;
}
.common_wenda dt span {
  color: #999999;
  font-family: "Microsoft Yahei";
}
.common_wenda dd {
  display: none;
  margin-top: -5px;
  margin-bottom: 15px;
}
.common_wenda dd.on {
  display: block;
}
.common_wenda dd i {
  background-position: -300px -150px;
  margin-right: 10px;
}
.common_wenda dd > div {
  width: 225px;
  height: 40px;
  background: #f8f8f8;
  color: #999999;
  line-height: 22px;
  padding: 5px 10px;
  border: solid 1px #eeeeee;
  border-radius: 3px;
  overflow: hidden;
}
.common_wenda dd > div a {
  color: #163b8b;
}

/*幻灯片*/
.pic_slide1 {
  width: 320px;
  position: relative;
  overflow: hidden;
}
.pic_slide1 .bd {
  height: 240px;
  overflow: hidden;
}
.pic_slide1 .bd p {
  width: 320px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.pic_slide1 .bd img {
  width: 100%;
  height: 100%;
}
.pic_slide1 .bd strong {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 16px 1% 0;
  background: url(../image/gradient_bg_h60.png) repeat-x;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "microsoft yahei";
}
.pic_slide1 .hd {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.pic_slide1 .hd ul {
  display: inline-block;
  height: 5px;
  overflow: hidden;
}
.pic_slide1 .hd li {
  float: left;
  width: 28px;
  height: 100%;
  margin: 0 7px;
  background: #ccc;
  text-indent: -9999px;
  cursor: pointer;
}
.pic_slide1 .hd li.on {
  background: #db1011;
}
.pic_slide1 .next,
.pic_slide1 .prev {
  display: none;
  position: absolute;
  z-index: 4;
  width: 38px;
  height: 65px;
  top: 88px;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.pic_slide1 .prev {
  left: 0;
  background-position: -150px -150px;
}
.pic_slide1 .prev.prev_radius {
  width: 44px;
  height: 44px;
  background-position: -50px -198px;
}
.pic_slide1 .next {
  right: 0;
  background-position: -200px -150px;
}
.pic_slide1 .next.next_radius {
  width: 44px;
  height: 44px;
  background-position: -99px -198px;
}
.pic_slide1 .next:hover,
.pic_slide1 .prev:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.pic_slide1:hover .next,
.pic_slide1:hover .prev {
  display: block;
}
.pic_slide2 {
  width: 300px;
  position: relative;
  overflow: hidden;
}
.pic_slide2 .bd {
  height: 220px;
  overflow: hidden;
}
.pic_slide2 .bd p {
  width: 300px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.pic_slide2 .bd img {
  width: 100%;
  height: 100%;
}
.pic_slide2 .bd strong {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding: 26px 70px 0 10px;
  background: url(../image/gradient_bg_h60.png) repeat-x;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "microsoft yahei";
}
.pic_slide2 .hd {
  position: absolute;
  bottom: 14px;
  right: 8px;
}
.pic_slide2 .hd ul {
  height: 6px;
  overflow: hidden;
}
.pic_slide2 .hd li {
  float: left;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #777;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50%;
}
.pic_slide2 .hd li.on {
  background: #db1011;
}
.pic_slide2 .next,
.pic_slide2 .prev {
  display: none;
  position: absolute;
  z-index: 4;
  width: 38px;
  height: 65px;
  top: 82px;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.pic_slide2 .prev {
  left: 0;
  background-position: -150px -150px;
}
.pic_slide2 .next {
  right: 0;
  background-position: -200px -150px;
}
.pic_slide2 .next:hover,
.pic_slide2 .prev:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.pic_slide2:hover .next,
.pic_slide2:hover .prev {
  display: block;
}
/*文章列表*/
.list_article {
}
.list_article > ul > li {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #f0f0f0;
}
.list_article li .tit {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  overflow: hidden;
}
.list_article li .desc {
  height: 44px;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #999;
}
.list_article li .btm {
  width: 560px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.list_article li .lm_name {
  margin-right: 12px;
  color: #999;
}
.list_article li .tags {
  max-width: 375px;
}
.list_article li .tags a {
  margin-right: 12px;
  color: #999;
}
.list_article li .pubtime {
  color: #bbb;
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
}
.list_article li .read_num {
  position: absolute;
  right: 30px;
  bottom: 18px;
  padding-right: 7px;
  border-right: 1px solid #e5e5e5;
  height: 20px;
  line-height: 20px;
  color: #999;
}
.list_article li .read_num em {
  margin-right: 3px;
}
.list_article li .share {
  position: absolute;
  right: 0;
  bottom: 18px;
}
.list_article li:hover {
  background: #f8f8f8;
}
.list_article li:hover .title a,
.list_article li a:hover {
  color: #db1111;
}
.list_article li.has_pic .img {
  width: 150px;
  height: 110px;
  margin: 1px 20px 0 0;
  overflow: hidden;
}
.list_article li.has_pic .img img {
  width: 100%;
  height: 100%;
}
.list_article li.has_pic .btm {
  width: 390px;
}
.list_article li.tuji {
}
.list_article li.tuji .imgs {
  position: relative;
  margin: 10px 0 15px;
}
.list_article li.tuji .imgs img {
  float: left;
  width: 210px;
  height: 150px;
  margin-left: 25px;
}
.list_article li.tuji .imgs img:first-child {
  margin-left: 0;
}
.list_article li.tuji .imgs .img_num {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  background: #000;
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
}
/*友情链接*/
.friend_link {
  margin: 18px auto 22px;
  line-height: 30px;
}
.friend_link h2 {
  float: left;
  font-size: 16px;
  font-weight: 600;
}
.friend_link h2 i {
  float: left;
  width: 3px;
  height: 16px;
  background: #db1011;
  margin: 7px 8px 0 0;
}
.friend_link p {
  float: left;
  width: 910px;
  padding-left: 10px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.friend_link p a {
  display: inline-block;
  margin: 0 12px;
  color: #666;
}
/*tab切换里面ul边距*/
.tabpadd_common_list {
  padding: 15px 10px 10px 15px;
}
/*财经日历*/
.cjrl_time {
  height: 16px;
  padding: 0 4px;
  margin-left: 6px;
  background-color: #db1011;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.indexCalendar li {
  padding-top: 14px;
}
.indexCalendar li:first-child {
  border-bottom: 1px solid #eee;
}
.indexCalendar li a {
  display: block;
}
.indexCalendar .img_ca {
  padding-left: 10px;
  margin-right: 10px;
}
.indexCalendar .img_ca a img {
  width: 70px;
  height: 50px;
  border: solid 1px #eeeeee;
}
.indexCalendar p.tit {
  padding-right: 10px;
}
.indexCalendar p.tit a {
  margin-bottom: 10px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.indexCalendar p.tit span {
  width: 90px;
  height: 22px;
  border: solid 1px #666;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-family: "Microsoft Yahei";
}
.indexCalendar p.tit span.colRed {
  border-color: #ed8888;
  color: #ff0000;
}
.indexCalendar p.tit span.colGreen {
  border-color: #7fcb7f;
  color: #009800;
}
.indexCalendar p.tit span.colSmall {
  border-color: #ebb541;
  color: #ebb541;
}
.indexCalendar p.tit i {
  margin-top: 6px;
  color: #999999;
  font-family: "Microsoft Yahei";
}
.indexCalendar p.con {
  height: 25px;
  background: #f8f8f8;
  color: #999999;
  padding-left: 18px;
  line-height: 25px;
  margin-top: 13px;
}
.indexCalendar p.con span {
  width: 90px;
  display: inline-block;
  height: 25px;
  overflow: hidden;
}
/*专家直播室*/
.index_divzbs_cont {
  width: 300px;
  display: inline-block;
}
.index_divzbs_cont a {
  display: block;
  width: 50%;
  height: 35px;
  background: url(../image/comm_sprite1.png) no-repeat -196px -46px;
}
.index_divzbs_cont_tp {
  background: #2b3648;
  width: 300px;
  height: 204px;
  cursor: pointer;
}
.index_divzbs_cont_tp:hover {
  background: #1e293d;
}
.index_divzbs_cont_tp_img {
  width: 290px;
  height: 150px;
  position: relative;
  float: left;
  margin: 7px 5px;
}
.index_divzbs_cont_tp_img img {
  width: 290px;
  height: 150px;
}
.index_divzbs_cont_bt {
  color: #fff;
}
.index_divzbs_cont_bt p {
  width: 270px;
  margin: 0 15px;
  line-height: 28px;
  display: inline-block;
  font-size: 14px;
}
.index_divzbs_cont_bt p .blue2 {
  font-size: 12px;
  margin-left: 2px;
  width: 170px;
  height: 28px;
  overflow: hidden;
}
.index_divzbs_cont_bt p .pople_icon {
  background: url(../image/kp_zhibo_sprite.png) no-repeat -584px -582px;
  width: 16px;
  height: 13px;
  display: inline-block;
  float: left;
  margin: 7px 5px 0 0;
}
.index_divzbs_cont_bottom {
  width: 300px;
  height: 60px;
  overflow: hidden;
}
.index_divzbs_cont_bottom:hover {
  background: #fafafa;
}
.index_divzbs_cont_bottom .border {
  width: 16px;
  height: 8px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
}
.scroll_main li {
  height: 25px;
  width: 100%;
  float: left;
  line-height: 25px;
}
.scroll_main .scroll_box_left {
  width: 33px;
  height: 25px;
  position: relative;
  float: left;
}
.scroll_main .scroll_box_left .scr_icon {
  position: absolute;
  left: 50%;
  top: 50%;
}
.scroll_main .scroll_box_left .i_over_icon {
  background: url(../image/kp_zhibo_sprite2.png) no-repeat -400px -135px;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: -3.5px;
}
.scroll_main .scroll_box_left .i_play_icon {
  background: url(../image/comm_sprite1.png) no-repeat -297px -98px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: -6.5px;
}
.scroll_main .scroll_box_left .i_trailer_icon {
  background: url(../image/kp_zhibo_sprite2.png) no-repeat -419px -135px;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: -3.5px;
}
.scroll_main .scroll_box_right {
  width: 262px;
  height: 25px;
  float: left;
  color: #999;
  overflow: hidden;
}
.scroll_main .scroll_box_right .border_gray {
  width: 42px;
  height: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  color: #999;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  float: left;
  margin: 4px 5px 0 0;
}
.scroll_main .scroll_box_right .border_blue {
  width: 42px;
  height: 15px;
  display: inline-block;
  border: 1px solid #db1011;
  color: #db1011;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  float: left;
  margin: 4px 5px 0 0;
}
.scroll_main .scroll_box_right .scroll_box_time {
  float: left;
}
.scroll_main .scroll_box_right .scroll_box_name {
  float: left;
  max-width: 80px;
}
.scroll_main .scroll_box_right .scroll_box_research {
  max-width: 140px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.scroll_main .scroll_box_right .radio_icon {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
  background: #999;
  float: left;
  margin: 10px 5px;
}
.index_divzbs_cont_bottom .border_r {
  width: 16px;
  height: 25px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
}
.scroll_main {
  width: 300px;
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.scroll_box {
  width: 300px;
  height: auto;
  margin: 0 auto;
}
.scrollbar {
  width: 5px;
  height: 50px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.scrollbtn {
  width: 5px;
  height: 50px;
  right: 0;
  background: #ccc;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
}
.video_icon_2 {
  position: absolute;
  width: 120px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin: -21px -60px;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.video_icon_2 span {
  z-index: 99;
  color: #fff;
  position: absolute;
  border: 1px solid #fff;
  display: inline-block;
  width: 120px;
  height: 42px;
  border-radius: 21px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.div_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
  z-index: 9;
  display: none;
}
/*财经直播*/
#todayAnalyzeId {
  overflow: hidden;
}
.zbs_content li {
  padding: 15px 12px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.zbs_content li:first-child {
  border-top: none;
}
.zbs_content li p.l_two {
  width: 100%;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  height: 42px;
}
.zbs_content li i {
  color: #2f74e9;
  padding: 0 0 30px;
}
.zbs_content li i a {
  color: #2f74e9;
  display: inline-block;
}
.zbs_content li a {
  display: block;
  overflow: hidden;
}
.zbs_detail {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 8px;
}
.zbs_detail_name {
  font-size: 14px;
  color: #333;
  margin: 0 12px;
  font-weight: bold;
}
.zbs_detail_name img {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}
.zbs_detail_define {
  color: #039;
  font-size: 12px;
}
.zbs_detail_define a {
  color: #2f74e9;
}
.zbs_detail_time {
  font-size: 12px;
  color: #999;
  float: right;
}
/*图片滚动*/
.slide_left_loop .hd {
  position: relative;
}
.slide_left_loop .next,
.slide_left_loop .prev {
  position: absolute;
  z-index: 4;
  width: 30px;
  height: 50px;
  top: 46px;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.slide_left_loop .prev {
  left: 0;
  background-position: -150px -240px;
}
.slide_left_loop .next {
  right: 0;
  background-position: -200px -240px;
}
.slide_left_loop .next:hover,
.slide_left_loop .prev:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.slide_left_loop .bd {
  padding: 20px 0 15px;
  margin-left: 8px;
  overflow: hidden;
}
.slide_left_loop .bd li {
  position: relative;
  float: left;
  margin: 0 12px;
  width: 140px;
}
.slide_left_loop .bd li a {
  display: block;
  text-align: center;
}
.slide_left_loop .bd li a:hover {
  text-decoration: none;
  border-color: #dc3926;
}
.slide_left_loop .bd li .img {
  width: 138px;
  height: 110px;
  border: 1px solid #eee;
  display: table-cell;
  vertical-align: middle;
  *display: block;
}
.slide_left_loop .bd li img {
  max-width: 138px;
  max-height: 110px;
  vertical-align: middle;
}
.slide_left_loop .bd li .name {
  overflow: hidden;
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
}
/*左侧导航*/
.left_nav {
  border-top: solid 2px #db1011;
  width: 190px;
}
.left_nav dl {
  margin-bottom: 10px;
}
.left_nav dl dt {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-family: "microsoft yahei";
  font-weight: 700;
  padding-left: 10px;
}
.left_nav dl dd {
  margin-left: 10px;
  float: left;
}
.left_nav dl dd {
  margin-bottom: 10px;
  width: 80px;
}
.left_nav dl dd.w165 {
  width: 165px;
}
.left_nav dl dd a {
  display: block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #f8f8f8;
  color: #666;
  text-align: center;
  overflow: hidden;
}
.left_nav dl dd a:hover {
  border-color: #db1011;
  background: #db1011;
  color: #fff;
  text-decoration: none;
}
.news_box_center {
  width: 489px;
  border-left: solid 1px #eee;
}
/*===== 历史汇总页 =====*/
.history_news {
  width: 945px;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
}
.history_news_title {
  width: 944px;
  float: left;
  margin-top: 20px;
  background: #f9dcdd;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #db1011;
}
.history_news_content {
  width: 100%;
  overflow: hidden;
}
.history_news_content ul {
  width: 100%;
  overflow: hidden;
}
.history_news_content ul li {
  width: 104px;
  margin: 1px 1px 0 0;
  background: #f8f8f8;
  float: left;
  *display: inline;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.history_news_content ul li a {
  display: block;
  color: #505050;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.history_news_content ul li a:hover {
  color: #fff;
  background: #db1011;
  text-decoration: none;
}
/*免责声明*/
.disclaimer {
  margin: 15px 0;
  line-height: 24px;
  color: #7c7675;
  background: #f8f8f8;
  padding: 7px 15px;
  font-size: 12px;
}
.disclaimer span {
  display: inline-block; /*width:58px;*/
  width: auto;
  padding: 0 5px;
  height: 17px;
  line-height: 17px;
  background: #ba3022;
  color: #fff;
  text-align: center;
  margin-right: 5px;
}

/*===== 全站右侧添加金投网二维码2018-11-27 =====*/
.actGotop_fixed {
  position: fixed;
  width: 65px;
  height: 150px;
  left: 50%;
  bottom: 60px;
  margin-left: 520px;
}
.actGotop_fixed img {
  width: 61px;
  height: 61px;
  display: block;
  margin: 0 auto;
}
.actGotop_fixed p {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #d8011d;
}
.actGotop_fixed .actGotop_1 {
  margin-top: 10px;
}

/*==== 专家解盘内容样式调整2018-12-06 ===*/
#todayAnalyzeId {
  padding-top: 0;
  height: auto;
  padding-bottom: 0;
}
#todayAnalyzeId li {
  height: 75px;
  padding: 8px 12px;
  background: none;
  border-top: none;
  border-bottom: 1px solid #eee;
}
#todayAnalyzeId li .img {
  float: right;
  width: 98px;
  height: 73px;
  margin: 0 0 0 10px;
  border: 1px solid #ececec;
}
#todayAnalyzeId li img {
  width: 100%;
  height: 100%;
}
#todayAnalyzeId li a.tit {
  display: block;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#todayAnalyzeId li p {
  height: 20px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  font-size: 12px;
}
#todayAnalyzeId li p span {
  color: #999;
  margin-right: 10px;
}
#todayAnalyzeId li .date {
  font-size: 12px;
  color: #aaa;
  margin-left: 5px;
}

/*==== 底部优化-增加二维码2018-12-07 ===*/
#footCode .footCode {
  width: 1000px;
  margin: 0 auto;
  font-family: "microsoft yahei";
  padding-top: 38px;
}
#footCode .footCode h2 {
  width: 100%;
  height: 28px;
  background: url(../image/common_newfoot_focus2.png) no-repeat;
  margin-bottom: 24px;
}
#footCode .footCode li {
  float: left;
  width: 106px;
  margin-right: 117px;
  background: #4b4b4b;
}
#footCode .footCode li.last {
  margin-right: 0;
}
#footCode .footCode li div {
  width: 90px;
  height: 90px;
  background: #fff;
  margin: 8px 8px 0;
}
#footCode .footCode li div img {
  width: 78px;
  height: 78px;
  margin: 6px;
}
#footCode .footCode li p {
  font-size: 14px;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  line-height: 25px;
}
#footCode .footer_link > div.fl {
  margin-right: 155px;
}
#footCode .footer_link > div.last {
  margin-right: 0;
}
#footCode .footer_link li a {
  font-size: 16px;
  font-family: "microsoft yahei";
}
#footCode .footer_nav .navLink {
  color: #ccc;
}

/*===底部二维码添加广告标识-2019.12.30===*/
#footCode .footCode li {
  position: relative;
}
#footCode .footCode li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  width: 29px;
  height: 16px;
  background: url(../image/ad_identify.png) no-repeat;
}

/*===底部链接添加广告标识-2020.03.11===*/
#footCode .footer_link ul {
  overflow: unset;
}
#footCode .footer_link li a {
  display: block;
  position: relative;
}
#footCode .footer_link li a img {
  position: absolute;
  opacity: 0.2;
}

/*=== 列表页标题右侧添加手机图标-2020.09.17  ===*/
.channel_list_tit {
  position: relative;
  z-index: 99;
}
.channel_list_appIcon {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../image/channel_list_appIcon.png) no-repeat -2px -2px;
  cursor: pointer;
}
.channel_list_appIcon:hover {
  background-position: -35px -2px;
}
.channel_list_appIcon:hover .channel_list_appCode {
  display: block;
}
.channel_list_appCode {
  display: none;
  position: absolute;
  width: 110px;
  height: 117px;
  background: url(../image/channel_list_appIcon.png) no-repeat -4px -31px;
  top: 26px;
  left: 50%;
  margin-left: -55px;
}
.channel_list_appCode img {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 9px;
  bottom: 9px;
}

/*===底部调整（添加新类名.footer_2020，防止影响历史文章页的底部样式）-2020.12.11===*/
#footCode.footer_2020 .footer_link li {
  width: 100%;
}
#footCode.footer_2020 .footer_link li a {
  text-indent: 20px;
}
#footCode.footer_2020 .footer_link .tit i.tool {
  width: 19px;
  height: 20px;
  margin: 5px 5px 0 0;
  background: url(../image/web_footer2020_tool.png) no-repeat;
  background-size: 100%;
}

.tit_top {
  border-top: solid 2px #db1011;
}
.title_hdind2 ul li {
  width: 49.83%;
}
.title_hdind2 ul li.on {
  width: 49.84%;
}
.title_hdind3 ul li {
  width: 33.2%;
}
.title_hdind3 ul li.on {
  width: 33.3%;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pdlr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pdtb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt10 {
  padding-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.w678 {
  width: 678px;
}
.w328 {
  width: 328px;
}
.w320 {
  width: 320px;
}
.w298 {
  width: 298px;
}
/*标题*/
.title p.more a {
  color: #163b8b;
}
.title p.alinks {
  color: #bac1d5;
}
.title p.alinks a {
  color: #163b8b;
  display: inline-block;
  padding: 0 5px;
}
.title p.alinks a:last-child {
  padding-right: 0;
}
/*嵌套tab切换*/
.hdind_tab2 ul li {
  width: 49.85%;
}
/*头部调整*/
.head_logo .icons {
  padding-top: 10px;
}
.head_logo .icons li {
  float: left;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  padding: 0 15px 0 3px;
}
.head_logo .icons li i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  background: url(../image/gold_sprite_beta4.0.png) 0 0 no-repeat;
}
.head_logo .icons li i.kaihu_icon {
  background-position: -40px 0;
}
.head_logo .icons li i.app_icon {
  background-position: -80px 0;
}
.head_logo .icons li i.licai_icon {
  background-position: -120px 0;
}
.head_logo .icons li a:hover {
  color: #db1011;
}
.head_sub_menu li {
  width: 90px;
}
/*--- 黄金行情 ---*/
.hjhq_ind{
    display: flex;
    justify-content: space-between;
}
.hjhq_ind .title {
  border-bottom: none;
}
/*--- 黄金导读 ---*/
.hotNewsCon {
  font-size: 14px;
  padding: 0px 20px 10px 20px;
}
.hotNewsCon li {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.hotNewsCon li.strong {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.hotNewsCon .strong a {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  margin-right: 5px;
  position: relative;
  letter-spacing: -1px;
}
.hotNewsCon .strong a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #db1011;
}
.hotNewsCon li span{float:right;}
/*--- 金市时讯 ---*/
.jssx_ind .common_list {
  padding: 12px 15px;
}
/*--- 黄金TD开户&黄金TD软件 ---*/
.kaihuForm {
}
.kaihuForm form {
  margin: 0 auto;
  width: 258px;
  padding-top: 10px;
}
.kaihuForm p.clearfix {
  padding: 5px 0 2px;
}
.kaihuForm label {
  float: left;
  width: 55px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  color: #555;
  font-size: 14px;
  font-family: "microsoft yahei";
}
.kaihuForm input {
  float: left;
}
.kaihuForm input.textIn {
  width: 193px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #ddd;
}
.kaihuForm input.textIn:focus {
  background: #faf8f3;
  border: 1px solid #f4e8cc;
}
.kaihuForm input.code {
  width: 75px;
}
.kaihuForm input.freeCode {
  width: 105px;
  height: 30px;
  background: #90b0f3;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-align: center;
  margin-left: 10px;
  display: inline;
}
.kaihuForm span {
  color: #e60012;
}
.kaihuForm .regEnsure {
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #e24041;
  font-size: 16px;
  margin: 12px auto 0;
  float: none;
  cursor: pointer;
  font-size: 16px;
  border: none;
  font-family: "microsoft yahei";
  border-radius: 3px;
}
.kaihuForm .regEnsure:hover {
  background: #c63e37;
  color: #fff;
}
/*--- 快讯 ---*/
.indexBroad {
  height: 265px;
  position: relative;
}
.indexBroad .jspContainer {
  width: 300px !important;
  height: 250px !important;
}
.indexBroad .jspPane {
  width: 265px !important;
}
.indexBroad .broadCon {
  position: absolute;
  width: 300px;
  height: 250px;
  overflow: auto;
  margin-top: 15px;
}
.indexBroad .broadCon .line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  background: #ddd;
}
.indexBroad .broadCon ul {
  padding-left: 15px;
  width: 280x;
}
.indexBroad .broadCon li {
  line-height: 21px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding: 8px 0;
}
.indexBroad .broadCon li span {
  display: block;
  line-height: 20px;
  color: #999999;
  font-family: arial;
}
.indexBroad .broadCon li i {
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 1px solid #ddd;
  left: -15px;
  background: #fff;
  top: 13px;
}
.indexBroad .broadCon li:hover span {
  color: #db1013;
}
.indexBroad .broadCon li:hover i {
  background: #db1013;
  border-color: #db1013;
}
/*--- 快讯滚动条相关样式 ---*/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  z-index: 2;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  background: #ccc;
  border-radius: 5px;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
}
.jspDrag.jspHover,
.jspDrag.jspActive {
  background: #ba3022;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 8px;
}
.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  float: left;
  height: 100%;
}
*html .jspCorner {
  margin: 0 -3px 0 0;
}
/*--- 财经日历 ---*/
.cjrl_date {
  background: #db1011;
  width: 90px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  border-radius: 10px 0 0 9px;
  margin-top: 8px;
  margin-right: -10px;
}
/*--- 黄金ETF ---*/
.iquota {
  font-size: 14px;
  font-family: "microsoft yahei";
  text-align: center;
}
.iquota a {
  color: #163b8b;
}
.iquota b {
  font-size: 18px;
  margin: 0 10px;
}
.iquota span {
  font-weight: normal;
}
.eftQuota {
  width: 260px;
  height: 140px;
  overflow: hidden;
}
/*--- 黄金T+D ---*/
.hjtjd_ind .common_list {
  padding: 9px 15px;
}
/*--- 投资技巧 ---*/
.tzjq_ind .common_list {
  padding: 11px 15px;
}
/*--- 黄金机构 ---*/
.jigouList {
}
.jigouList li {
  float: left;
  margin-left: 11px;
}
.jigouList li a {
  display: block;
  text-align: center;
}
.jigouList li a img {
  width: 92px;
  height: 92px;
  border: solid 1px #eee;
}
.jigouList li a.aTit {
  height: 37px;
  line-height: 37px;
}
.jifouLogo li {
  float: left;
  position: relative;
  width: 66px;
  height: 66px;
  margin-left: 13px;
}
.jifouLogo li a {
  display: block;
}
.jifouLogo li a img {
  width: 66px;
  height: 66px;
}
.jifouLogo li a.aTit {
  background: rgba(0, 0, 0, 0.5);
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/*--- 黄金专题 ---*/
.hj_zt.zt_news {
  padding: 20px 14px 10px 14px;
}
.hj_zt.zt_news li {
  width: 145px;
  height: 100px;
}
.hj_zt.zt_news li a img {
  width: 145px;
  height: 100px;
}
.hj_zt.zt_news li p {
  width: 96%;
  padding: 0 2%;
}
/*--- 贵金属交易所 ---*/
.jys_ind.zt_news {
  padding: 20px 14px 0 14px;
}
.jys_ind.zt_news li {
  width: 130px;
  height: 100px;
}
.jys_ind.zt_news li a img {
  width: 130px;
  height: 100px;
}
.jys_ind.zt_news li p {
  width: 96%;
  padding: 0 2%;
}
/*--- 实物黄金价格 ---*/
.common_slide9 .hd li a,
.common_slide9 .hd li span {
  padding: 0 8px;
}
.swhjjg_box {
}
.swhjjg_box .cell_links {
  margin: 20px 0 0 0;
}
.swhjjg_box .cell_links li {
  width: 96px;
}
/*--- 国内黄金 ---*/
.goldBrandCehck {
  padding-bottom: 23px;
}
.goldBrandCehck label {
  margin: 0 10px;
}
.goldBrandCehck .pTit {
}
.goldBrandCehck .pTit a {
  width: 90px;
  height: 30px;
  background: #db1011;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 3px;
}
.goldBrandCehck select {
  border: solid 1px #e0e0e0;
  height: 30px;
  line-height: 30px;
  color: #999;
}
.goldBrandCehck .iBtn {
  width: 90px;
  height: 30px;
  background: #db1011;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  border: none;
}
/*--- 投资学院 ---*/
.common_list li.tzxy_bold .name {
  background: #db1011;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 7px 4px;
  margin-right: 5px;
}

/* 2020.09.14 快讯内容块中添加下载按钮 */
.indexBroad .broadDown {
  width: 90%;
  margin: 5px auto;
  height: 30px;
  background: #ef2b00;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
}
.indexBroad .broadDown a {
  color: #fff;
  display: block;
}
.indexBroad .broadCon {
  height: 225px;
  margin-top: 0;
}
.ds160{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}