
/*row_three*/
.col-sm-14 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px
}

@media (min-width: 768px) {
  .col-sm-14, .col-sm-15 {
    float: left
  }

  .col-sm-14 {
    width: 33.33333333%
  }
}

@media screen and (min-width: 768px) {
  .row-one .col-sm-8 .con_block.br, .row-one .col-sm-14 .con_block.br {
    height: 288px;
    overflow: hidden;
    margin-bottom: 5px
  }
}


/* 首页 交易所服务及产品 模块 */
.content_first {
  width: 1200px;
  height: auto;
  margin: 0px auto;
}
.content_first .div_head .head_title{
  font-size: 18px;
  margin-top: 10px;
}

.index_box .content_first .div_head .head_title span {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 8px;
  background: url("../images/small-next-page.png") no-repeat;
}

.content_first .content_f_main {
  width: 1200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}

.content_first .content_f_main ul li {
  float: left;
  width: 200px;
  text-align: center;
}

.content_first .content_f_main ul li img {
  display: inline-block;

  color: #2661ac;
}

.content_first .content_f_main ul li a {
  display: inline-block;
  width: 220px;
  font-size: 18px;
  color: #2661ac;
}

.content_first .content_f_main ul li a:hover {
  text-decoration: underline;
}

.content_first .content_f_main ul li p {
  margin-top: 12px;
}

.content_first .content_f_main ul li .move_p {
  display: none;
}


.col-head .head_title{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.col-head .head_title span {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 8px;
  background: url("../images/small-next-page.png") no-repeat;
}

.col-head .head_title a span {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 8px;
  background: url("../images/small-next-page.png") no-repeat;
}




.content .nav .nav_about_div a, .content .nav .nav_law_div ul li a {
  display: block;
  color: #2885cc;
  font-size: 14px
}

.content .nav .nav_about_div {
  width: 322px;
  height: auto;
  padding: 20px 0;
  right: 0
}

.content .nav .nav_about_div .nav_about_left {
  display: block;
  float: left;
  width: 145px;
  border-right: 1px solid #d8d8d8
}

.content .nav .nav_about_div .nav_about_right {
  display: block;
  float: left;
  width: 174px
}

.content .nav .nav_about_div a {
  height: 30px;
  text-align: left;
  text-indent: 30px
}

.content .nav .nav_about_div ul li a {
  color: #666;
  font-size: 12px;
  line-height: 24px;
  height: 24px
}


.header-menu li .nav-t .nav_li_div {
  display: none;
  height: auto;
  /*background: rgba(255, 255, 255, .95);*/
  background: #fff \9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  top: 39px;
  z-index: 1000;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.content .nav .nav_li .nav_li_div ul li a {
  display: block
}

.content .nav .nav_li .nav_li_div a:hover {
  color: #2885cc
}