/*渐显动画*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
.section-content {
  #padding-bottom: 20px;
}
.section-content .pure-u-1-2 .carousel ol {
  width: 60%;
  left: 34%;
  bottom: 8px;
  /*+top:176px;*/
  text-align: left;
}
.section-content .pure-u-1-2 .carousel ol li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 4px 3px;
  background: #9190b0;
  border: none;
}
.section-content .pure-u-1-2 .carousel ol li.active {
  background: #fff;
}
.section-content .pure-u-1-2 .carousel a.carousel-control {
  width: 22px;
  height: 50px;
  line-height: 45px;
  top: 38%;
  background: #000;
  color: #fff;
  display: none;
}
.section-content .pure-u-1-2 .carousel a.carousel-control.show {
  display: block;
}
.section-content .pure-u-1-2 .carousel .carousel-inner .item.active {
  opacity: 0;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: fadein 0.4s ease-in forwards;
  -moz-animation: fadein 0.4s ease-in forwards;
  -o-animation: fadein 0.4s ease-in forwards;
  animation: fadein 0.4s ease-in forwards;
}
.section-content .pure-u-1-2 h1 {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 13px;
  color: #444;
}
.section-content .pure-u-1-2 ul.info-list {
  font-size: 14px;
}
.section-content .pure-u-1-2 ul.info-list li {
  /*margin-bottom: 10px;*/
}
.section-content .pure-u-1-2 ul.info-list li:last-child {
  margin-bottom: 0;
}
.section-content .pure-u-1-2 ul.info-list li a.pure-button {
  padding: 4px 14px;
  background-color: #004e98;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  margin-right: 10px;
  display: inline-block;
  /**display: inline;*zoom: 1;*/
}
.section-content .pure-u-1-2 ul.info-list li a.pure-button a.pure-button-hover,
.section-content .pure-u-1-2 ul.info-list li a.pure-button:hover,
.section-content .pure-u-1-2 ul.info-list li a.pure-button:focus {
  background-image: none;
  background-color: #0459aa;
  text-decoration: none;
}
.section-content .pure-u-1-2 .news-box {
  padding: 0 0 0 35px;
}
.section-content .pure-u-1-2 .news-box .news-title {
  height: 25px;
  padding: 0 0 5px 0;
  position: relative;
  border-bottom: solid 2px #004e98;
}
.section-content .pure-u-1-2 .news-box .news-title h2 {
  float: left;
  font-size: 18px;
  font-weight: lighter;
  color: #004e98;
}
.section-content .pure-u-1-2 .news-box .news-title span {
  float: right;
  position: relative;
  /*bottom:-3px;*/
  font-size: 14px;
}
.section-content .pure-u-1-2 .news-box .news-title span i {
  display: inline-block;
  /**display: inline;*zoom: 1;*/
  width: 15px;
  height: 9px;
  background: url(../../images/le.gif) no-repeat center;
}
.section-content .pure-u-1-2 .news-box ul {
  padding-top: 10px;
}
.section-content .pure-u-1-2 .news-box ul li {
  font-size: 16px;
  line-height: 35px;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section-content .pure-u-1-2 .news-box ul li a.voiceTitle{
	width: 80%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.section-content .pure-u-1-2 .news-box ul li a.leftTitle{
	width: 70%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.section-content .pure-u-1-2 .news-box ul li a.fr {
  float: right;
  color: #004e98;
}

.section-content .pure-u-1-2 .news-box .news-title span a {
  color: gray;
  font-size: 12px;
}
.idx_header_stock {
  width: 1200px;
  height: 150px;
  margin: 0 auto 0;
  border: 1px solid #eee;
  overflow: hidden;
}
.idx_header_stock .rgTab {
  width: 900px;
  float: left;
}
.idx_header_stock .rgTab .btn-tab1 {
  width: 900px;
  height: 40px;
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.idx_header_stock .rgTab .btn-tab1 li {
  float: left;
  width: 120px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.idx_header_stock .rgTab .btn-tab1 li.on a {
  padding: 5px 15px;
  background: #004e98;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.idx_header_stock .rgTab .showBox1 {
  width: 900px;
  height: 110px;
  display: none;
}
.idx_header_stock .rgTab .showBox1 .btn-tab2 {
  width: 110px;
  height: 110px;
  /*+margin-top:-1px;*/
  border-right: 1px solid #eee;
  float: left;
}
.idx_header_stock .rgTab .showBox1 .btn-tab2 dd {
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}
.idx_header_stock .rgTab .showBox1 .btn-tab2 dd span {
  display: block;
  margin: 7.3px 0;
  /*+margin:8px 0 7px 0;*/
}
.idx_header_stock .rgTab .showBox1 .btn-tab2 dd.on {
  background: #fff;
  margin-right: -1px;
}
.idx_header_stock .rgTab .showBox1 .btn-tab2 dd.on span {
  border-left: solid 4px #004e98;
  font-weight: bold;
}
.idx_header_stock .rgTab .showBox1 .showcon {
  width: 788px;
  float: left;
}
.idx_header_stock .rgTab .showBox1 .showcon .showBox2,
.idx_header_stock .rgTab .showBox1 .showcon .showBox3,
.idx_header_stock .rgTab .showBox1 .showcon .showBox4,
.idx_header_stock .rgTab .showBox1 .showcon .showBox5 {
  width: 788px;
  height: 110px;
  display: none;
}
.idx_header_stock .rgTab .showBox1 .showcon .stock_area {
  float: left;
  width: 210px;
  font-size: 14px;
  margin-top: 18px;
  margin-left: 30px;
}
.idx_header_stock .rgTab .showBox1 .showcon .stock_area a.g-cf240 {
  color: #f24040;
  text-decoration: none;
}
.idx_header_stock .rgTab .showBox1 .showcon .stock_area a.g-cf338 {
  color: #338833;
  text-decoration: none;
}
.idx_header_stock .rgTab .showBox1 .showcon .stock_area a strong {
  font-size: 35px;
}
.idx_header_stock .rgTab .showBox1 .showcon .stock_area a strong i {
  font-size: 24px;
  position: relative;
  top: -3px;
}
.idx_header_stock .rgTab .showBox1 .showcon .stock_chart {
  float: left;
  width: 250px;
  height: 100px;
  margin-top: 4px;
}
.idx_header_stock .rgTab .stock_app {
  float: left;
  margin-left: 20px;
}
.idx_header_stock .rgTab .stock_app .app_link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  margin-top: 18px;
}
.idx_header_stock .rgTab .stock_app .app_link .logop {
  width: 70px;
  float: left;
  height: 70px;
  display: block;
  margin-right: 10px;
}
.idx_header_stock .rgTab .stock_app .slogan {
  float: left;
  margin-top: -1px;
  display: block;
}
.idx_header_stock .rgTab .stock_app .slogan p {
  margin-bottom: 6px;
}
.idx_header_stock .rgTab .stock_app .slogan p.g-c99 {
  color: #999;
}
.idx_header_stock .rgTab .stock_app .slogan p.g-blue {
  color: #004e98;
}
.idx_header_stock .rgTab table {
  width: 560px;
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 30px;
  font-size: 14px;
  color: #404040;
  float: left;
}
.idx_header_stock .rgTab table td.stock_name {
  padding-left: 20px;
  line-height: 28px;
}
.idx_header_stock .rgTab table td.g-cf240 {
  color: #f24040;
}
.idx_header_stock .rgTab table td.g-cf338 {
  color: #338833;
}
.idx_header_stock .fundmall_recommend {
  width: 297px;
  float: right;
  height: 150px;
  background: #fafafa;
  margin-bottom: 36px;
  border-left: 1px solid #eee;
}
.idx_header_stock .fundmall_recommend h3 {
  padding: 15px 0 10px 12px;
  font-size: 14px;
  font-weight: lighter;
}
.idx_header_stock .fundmall_recommend .pure-table {
  width: 100%;
  border: none;
  table-layout: fixed;
}
.idx_header_stock .fundmall_recommend .pure-table tr td {
  border: none;
  padding: .5em 1em;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idx_header_stock .fundmall_recommend .pure-table tr td a {
  background: #f24040;
  color: #fff;
  padding: 3px 10px;
  /*+margin-left:5px;*/
}
.idx_header_stock .fundmall_recommend .pure-table tr td a:hover {
  background: #cf3939;
  color: #fff;
  text-decoration: none;
}
.info-bd .pure-u-1-3 .famous {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.info-bd .pure-u-1-3 .famous .news-title {
  height: 25px;
  padding: 0 0 5px 0;
  position: relative;
  border-bottom: solid 2px #004e98;
}
.info-bd .pure-u-1-3 .famous .news-title h2 {
  float: left;
  font-size: 18px;
  font-weight: lighter;
  color: #004e98;
}
.info-bd .pure-u-1-3 .famous .news-title span {
  float: right;
  position: relative;
  /*bottom:-3px;*/
  font-size: 14px;
}
.info-bd .pure-u-1-3 .famous .news-title span a {
  color: gray;
  font-size: 12px;
}
.info-bd .pure-u-1-3 .famous .news-title span i {
  display: inline-block;
  /**display: inline;*zoom: 1;*/
  width: 15px;
  height: 9px;
  background: url(../../images/le.gif) no-repeat center;
}
.info-bd .pure-u-1-3 .famous ul {
  padding-top: 10px;
  overflow-y: scroll;
  padding-left: 10px;
  padding-right: 10px;
  height: 500px;
}
.info-bd .pure-u-1-3 .famous ul hr {
  border: 0.5px dashed lightgray;
  padding-left: 15px;
  padding-right: 15px;
}
.info-bd .pure-u-1-3 .famous ul li {
  position: relative;
  border-left: 1px solid lightgray;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 35px;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.info-bd .pure-u-1-3 .famous ul li a.g-blue {
  color: #004e98;
}
.info-bd .pure-u-1-3 .famous ul li a.g-blue span.dot {
  width: 9px;
  height: 9px;
  border: 1px solid lightgray;
  border-radius: 7px;
  display: inline-block;
  position: absolute;
  left: -6px;
  top: 12px;
  background-color: white;
}
.info-bd .pure-u-1-3 .famous ul li:hover a span.dot {
  color: #004e98;
  background-color: #004e98;
  border: 1px solid #004e98;
}
.info-bd .pure-u-1-3 .famous ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}
.info-bd .pure-u-1-3 .famous ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
.info-bd .pure-u-1-3 .famous ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
}
.info-bd .pure-u-1-3 .famous-car {
  background: #fafafa;
  height: 120px;
  margin-top: 11px;
}
.info-bd .pure-u-1-3 .famous-car .famous-tit {
  float: left;
  position: relative;
  width: 35px;
  font-size: 16px;
  text-align: center;
  height: 107px;
  padding-top: 13px;
  background: #004e98;
  color: #fff;
}
.info-bd .pure-u-1-3 .famous-car .famous-tit i {
  display: block;
  position: absolute;
  top: 42%;
  right: -10px;
  color: #004e98;
  font-size: 14px;
}
.info-bd .pure-u-1-3 .famous-car .carousel {
  float: right;
  width: 364px;
}
.info-bd .pure-u-1-3 .famous-car .carousel ol {
  width: 35px;
  left: auto;
  top: 30px;
  right: 0;
  margin: 0;
}
.info-bd .pure-u-1-3 .famous-car .carousel ol li {
  border: solid 2px #004e98;
  background: #fff;
  width: 10px;
  margin: 3px;
  height: 10px;
}
.info-bd .pure-u-1-3 .famous-car .carousel ol li.active {
  background: #004e98;
}
.info-bd .pure-u-1-3 .famous-car .carousel .item {
  padding: 18px 20px 12px 20px;
  line-height: 30px;
}
.info-bd .pure-u-1-3 .famous-car .carousel .item a {
  display: inline-block;
  /**display: inline;*zoom: 1;*/
  margin-right: 15px;
  /*font-family:sans-serif\0;*/
  font-size: 14px;
  text-align: center;
}
.info-bd .pure-u-2-3 .news-box {
  padding: 0 0 0 35px;
  padding-left: 2%;
}
.info-bd .pure-u-2-3 .news-box-down{
   width:48%;
   float:left;
   margin-top:15px; 
}
.info-bd .pure-u-2-3 .news-box-down-top{
   margin-top:0px; 
}
.info-bd .pure-u-2-3 .news-box .news-title {
  height: 25px;
  padding: 0 0 5px 0;
  position: relative;
  border-bottom: solid 2px #004e98;
}
.info-bd .pure-u-2-3 .news-box .news-title h2 {
  float: left;
  font-size: 18px;
  font-weight: lighter;
  color: #004e98;
}
.info-bd .pure-u-2-3 .news-box .news-title span {
  float: right;
  position: relative;
  /*bottom:-3px;*/
  font-size: 14px;
}
.info-bd .pure-u-2-3 .news-box .news-title span i {
  display: inline-block;
  /**display: inline;*zoom: 1;*/
  width: 15px;
  height: 9px;
  background: url(../../images/le.gif) no-repeat center;
}
.info-bd .pure-u-2-3 .news-box ul {
  padding-top: 10px;
}
.info-bd .pure-u-2-3 .news-box ul li {
  font-size: 16px;
  line-height: 35px;
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.info-bd .pure-u-2-3 .news-box .news-title span a {
  color: gray;
  font-size: 12px;
}
.info-bd .pure-u-2-3 .news-box .news-hq li a div {
  float: left;
  width: 25%;
}

.info-bd .news-hq  div {
  float: left;
  width: 25%;
}
.red{
    color: #f24040;
}
.green {
    color: #338833;
}
.info-money .pure-u-1-3 .news-title {
  height: 25px;
  padding: 0 0 5px 0;
  position: relative;
  border-bottom: solid 2px #004e98;
}
.info-money .pure-u-1-3 .news-title h2 {
  float: left;
  font-size: 18px;
  font-weight: lighter;
  color: #004e98;
}
.info-money .pure-u-1-3 .news-title span {
  float: right;
  position: relative;
  /*bottom:-3px;*/
  font-size: 14px;
}
.info-money .pure-u-1-3 .news-title span i {
  display: inline-block;
  /**display: inline;*zoom: 1;*/
  width: 15px;
  height: 9px;
  background: url(../../images/le.gif) no-repeat center;
}
.info-money .pure-u-1-3 .m-list {
  height: 50px;
  padding: 15px;
  background-color: #fafafa;
}
.info-money .pure-u-1-3 .m-list p a {
  float: left;
  font-size: 14px;
  display: block;
  font-weight: bold;
  min-width: 245px;
}
.info-money .pure-u-1-3 .m-list p.g-pt10 {
  padding-top: 10px;
}
.info-money .pure-u-1-3 .m-list span.g-fs12 {
  margin-right: 10px;
  border: 1px solid #004e98;
  color: #004e98;
  padding: 3px 5px;
  font-size: 12px;
}
.info-money .pure-u-1-3 .m-list span.g-fs18 {
  font-size: 18px;
  color: #f24040;
  font-weight: bold;
}
.info-money .pure-u-1-3 .g-mt15 {
  margin-top: 15px;
}
.info-money .pure-u-1-3 .m-list2 {
  background-color: #fff;
}
.info-inter .carousel .news-title {
  height: 25px;
  padding: 0 0 5px 0;
  position: relative;
  border-bottom: solid 2px #004e98;
}
.info-inter .carousel .news-title h2 {
  float: left;
  font-size: 18px;
  font-weight: lighter;
  color: #004e98;
}
.info-inter .carousel .news-title span {
  float: right;
  position: relative;
  /*bottom:-3px;*/
  font-size: 14px;
}
.info-inter .carousel .news-title span i {
  display: inline-block;
  /**display: inline;*zoom: 1;*/
  width: 15px;
  height: 9px;
  background: url(../../images/le.gif) no-repeat center;
}
.info-inter .carousel .news-title ol {
  width: 8%;
  left: auto;
  right: 0px;
  top: 9px;
}
.info-inter .carousel .news-title ol li {
  float: left;
  margin: 0 3px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #004e98;
}
.info-inter .carousel .news-title ol li.active {
  width: 10px;
  height: 10px;
  background-color: #004e98;
}
.info-inter .carousel .carousel-inner {
  margin-top: 18px;
  width: 800px;
}
.info-inter .carousel .carousel-inner .i-list {
  height: 145px;
  margin-bottom: 20px;
}
.info-inter .carousel .carousel-inner .i-list a.pic-l {
  float: left;
  display: block;
  width: 240px;
}
.info-inter .carousel .carousel-inner .i-list .i-text {
  float: left;
  width: 525px;
  margin-left: 30px;
}
.info-inter .carousel .carousel-inner .i-list .i-text h2 {
  font-size: 16px;
}
.info-inter .carousel .carousel-inner .i-list .i-text p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.info-inter .carousel .carousel-inner .i-list .i-text .g-pt15 {
  padding-top: 15px;
}
.info-inter .carousel .carousel-inner .i-list .i-text .g-pt15 span.bq-l {
  float: left;
}
.info-inter .carousel .carousel-inner .i-list .i-text .g-pt15 span.bq-l a {
  color: #888;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 2px;
}
.info-inter .carousel .carousel-inner .i-list .i-text .g-pt15 span.bq-l a:hover {
  background-color: #004e98;
  color: #fff;
  text-decoration: none;
}
.info-inter .carousel .carousel-inner .i-list .i-text .g-pt15 span.bq-r {
  float: right;
  color: #999;
}
.info-inter .carousel .carousel-inner .item.active {
  opacity: 0;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: fadein 0.4s ease-in forwards;
  -moz-animation: fadein 0.4s ease-in forwards;
  -o-animation: fadein 0.4s ease-in forwards;
  animation: fadein 0.4s ease-in forwards;
}
.info-inter .exp {
  height: 85px;
  margin-top: 18px;
}
.info-inter .exp div {
  width: 175px;
  height: 100%;
  color: #fff;
  text-align: center;
}
.info-inter .exp div .g-fs28 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
}
.info-inter .exp div .g-fs28 span {
  font-size: 12px;
}
.info-inter .exp div.exp-fl {
  float: left;
  background-color: #d04c4c;
  margin-right: 10px;
}
.info-inter .exp div.exp-fr {
  float: right;
  background-color: #2f71b1;
}