.main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #E9EAEC;
}

.banner {
  margin: 0 auto;
  width: 100%;
  height: 68px;
  background: url(../../static/img/trading/trading_banner.png) no-repeat center top;
  position: relative;
}

.news-title {
  width: 1230px;
  height: 130px;
  margin: 17px auto 0;
  position: relative;
  background: url(../../static/img/news/news_banner.png) no-repeat center top;
}
.news-title p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 94px;
  width: 100%;
  letter-spacing: 15px;
}

.news-con {
  width: 1230px;
  margin: 17px auto 0;
}

.news-con-left {
  float: left;
  box-sizing: border-box;
  width: 856px;
  padding-top: 14px;
}
.news-con-left .left-top {
  color: #333333;
  margin-bottom: 14px;
}
.news-con-left .left-top span {
  color: #5E5E5E;
}
.news-con-left .news-wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 28px 0;
}
.news-con-left .news-wrap h1 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.news-con-left .news-wrap .news-tip {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 0;
  text-align: center;
}
.news-con-left .news-wrap .news-tip li {
  display: inline-block;
  margin-right: 36px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.news-con-left .news-wrap .news-tip li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 6px;
}
.news-con-left .news-wrap .news-tip li .tip-icon1 {
  background: url(../../static/img/news/news_icon3.png) no-repeat center top;
  background-size: 100% 100%;
}
.news-con-left .news-wrap .news-tip li .tip-icon2 {
  background: url(../../static/img/news/news_icon1.png) no-repeat center top;
  background-size: 100% 100%;
}
.news-con-left .news-wrap .news-tip li .tip-icon3 {
  background: url(../../static/img/news/news_icon4.png) no-repeat center top;
  background-size: 100% 100%;
}
.news-con-left .news-wrap .news-tip li .tip-icon4 {
  background: url(../../static/img/news/news_icon2.png) no-repeat center top;
  background-size: 100% 100%;
}
.news-con-left .news-wrap .news-tip li .tip-icon5 {
  background: url(../../static/img/news/news_icon5.png) no-repeat center top;
  background-size: 100% 100%;
}
.news-con-left .news-wrap img {
  display: block;
  width: 598px;
  height: 362px;
  margin: 23px auto 28px;
  vertical-align: top;
}
.news-con-left .news-wrap p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.news-con-left .news-wrap .txt-link {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.news-con-left .news-wrap .pre-txt,
.news-con-left .news-wrap .next-txt {
  color: #333333;
  display: block;
}
.news-con-left .news-wrap .next-txt {
  margin-bottom: 44px;
}
.news-con-left .news-wrap .line-txt {
  display: block;
  width: 100%;
  height: 2px;
  background: #A6AFB6;
}
.news-con-left .news-wrap .about-txt {
  text-align: left;
  font-size: 0;
}
.news-con-left .news-wrap .about-txt h2 {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin: 14px 0 20px;
}
.news-con-left .news-wrap .about-txt ul {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.news-con-left .news-wrap .about-txt ul li {
  font-size: 14px;
  line-height: 30px;
  max-width: 331px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 50%;
}
.news-con-left .news-wrap .about-txt ul li a {
  color: #333333;
}
.news-con-left .news-wrap .about-txt .about-txt-l {
  margin-right: 85px;
  width: 100%;
}

.news-con-right {
  float: right;
  box-sizing: border-box;
}
.news-con-right .push-info {
  width: 330px;
  border: 1px solid #e3e3e3;
  margin-bottom: 24px;
  background: #fff;
}
.news-con-right .push-info h2 {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #f4f4f4;
  color: #43626E;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 20px;
}
.news-con-right .push-info ul {
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
  padding-left: 20px;
}
.news-con-right .push-info ul li {
  margin-bottom: 14px;
  white-space: nowrap;
  width: 278px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
