.app_ele{
  display: none;
}

.ComTop{
  position: relative;
  width: 100%;
  /* margin-top: 80px; */
}
.ComTop .banner{
  width: 100%;
}
.ComTop .banner img{
  width: 100%;
  /* display: block; */
}
.ComTop .operGroup {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ComTop .operGroup h1{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.ComTop .operGroup h2{
  font-size: 16px;
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
  margin: 5px 0 45px 0;
}
.ComTop .operGroup > ul{
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
}
.ComTop .operGroup > ul li{
  font-size: 16px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  border-radius: 6px;
  position: relative;
  user-select: none;
  cursor: pointer;
  background: #fff;
}
.ComTop .operGroup > ul li:first-child::after{
  background: url(/assets/img/icon26.png) no-repeat center right;
  transition: all 0.3s;
  width: 35px;
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  margin-left: 10px;
  left: 0;
  background-size: 100% auto !important;
}
.ComTop .operGroup > ul li:nth-of-type(2)::after{
  background: url(/assets/img/icon28.png) no-repeat center right;
  transition: all 0.3s;
  width: 35px;
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  margin-left: 10px;
  left: 0;
  background-size: 100% auto !important;
}
.ComTop .operGroup > ul li:nth-of-type(3)::after{
  background: url(/assets/img/icon30.png) no-repeat center right;
  transition: all 0.3s;
  width: 35px;
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  margin-left: 10px;
  left: 0;
  background-size: 100% auto !important;
}

/* 变换样式 */
.newshoverBg {
  background-color: #438DF5 !important;
  color: #fff !important;
}

/* 新闻样式 */
.hover {
  display: inline-block;
  color: #438DF5 !important;
}
.newsList{
  width: 100%;
  height: 100%;
  padding: 60px 0 100px 0;
  background: #fff;
}
.newsList .safe{
  width: 1180px;
  margin: 0 auto;
}

/* 每日行情------------- */
.newsList .safe .dayQuo{
  position: relative;
  font-size: 14px;
  color: #333;
}
.newsList .safe .dayQuo > p{
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
  color: #4c4c4c;
  padding-bottom: 10px;
}
.newsList .safe .dayQuo p span:nth-of-type(2){
  display: inline-block;
  color: #438DF5 !important;
}

.newsList .safe .dayQuo .content{
  position: relative;
  margin-bottom: 70px;
}
.newsList .safe .dayQuo .content .line {
  position: absolute;
  top: 60px;
  left: 12%;
  transform: translateX(5px);
  height: 100%;
  width: 1px;
  background: #b2b2b2;
}
.newsList .safe .dayQuo .content li{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.newsList .safe .dayQuo .content li .time {
  color: #000000;
  font-size: 20px;
  padding: 45px 0 30px 0;
}
.newsList .safe .dayQuo .content li .line_cir {
  padding: 50px 0 30px 0;
  position: absolute;
  left: 12%;
}
.newsList .safe .dayQuo .content li .line_cir .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 10;
}
.newsList .safe .dayQuo .content li a{
  text-decoration:none;
  display: inline-block;
  width: 83%;
  line-height: 23px;
  font-size: 14px;
  color: #4c4c4c;
  padding: 50px 0 30px 0;
  border-bottom: 1px dashed #b2b2b2;
  transition: all 0.5s;
}
.newsList .safe .dayQuo .content li a:hover{
  color: #438DF5;
}

.newsList .safe .dayQuo .dayMore {
  background: #448ef6;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 10px;
  display: block;
}


/* 市场资讯 */
.market{
  width: 100%;
  overflow: hidden;
}
.makInfo > li{
  float: left;
  width: 378px;
  height: 304px;
  margin-bottom: 5%;
  position: relative;
}
.makInfo > li:nth-of-type(3n+1){
  margin-right: 23px;
}
.makInfo > li:nth-of-type(3n+2){
  margin-right: 23px;
}
.makInfo > li a{
  width: 100%;
  height: 100%;
}
.makInfo > li a .imgCon{
  display: inline-block;
  width: 100%;
  height: 228px;
  position: relative;
}
.makInfo > li a .imgCon img{
  display: inline-block;
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 0;
}
.makInfo > li > a .Text{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.makInfo > li > a .Text .h1Link{
  display: block;
  font-size: 18px;
  color: #191919;
  padding: 16px 0 8px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.makInfo > li > a .Text .h2Link{
  display: block;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 22px;
  white-space: nowrap;
  width: 378px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.makInfo > li > a .Text .h2Link img{
  display: none;
}
.makInfo > li > a .Text .h2Link p{
  display: none;
}
.makInfo > li > a .Text .h2Link p:first-child{
  display: inline-block;
}
.makInfo > li:first-child{
  width: 778px;
  height: 471px;
  padding: 0;
  margin: 0 24px 5% 0;
  position: relative;
}
.makInfo > li:first-child .imgCon{
  width: 100%;
  height: 100%;
}
.makInfo > li:first-child .imgCon > img{
  width: 100%;
  height: 100%;
}
.makInfo > li:first-child .Text{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.8) 90%);
}
.makInfo > li:first-child .Text .h1Link{
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 20px 0 8px 0;
  transition: all 0.5s;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.makInfo > li:first-child > a .Text .h2Link img{
  display: none;
}
.makInfo > li:first-child > a .Text .h2Link p{
  display: none;
}
.makInfo > li:first-child > a .Text .h2Link p:first-child{
  display: inline-block;
}

.makInfo > li:first-child .Text .h2Link{
  font-size: 14px;
  display: block;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.makInfo > li:nth-of-type(2){
  width: 377px;
  height: 228px;
  padding: 0;
  margin: 0 0  15px 0;
  position: relative;
}
.makInfo > li:nth-of-type(2) .Text{
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 15px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.8) 90%);
}
.makInfo > li:nth-of-type(2) .Text .h1Link{
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 8px 0;
  transition: all 0.5s;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}

.makInfo > li:nth-of-type(2) .Text .h2Link{
  display: none;
}

.makInfo > li:nth-of-type(3){
  width: 377px;
  height: 228px;
  padding: 0;
  margin: 0;
  position: relative;
}
.makInfo > li:nth-of-type(3) .Text{
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 15px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.8) 90%);
}
.makInfo > li:nth-of-type(3) .Text .h1Link{
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 20px 0 8px 0;
  transition: all 0.5s;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}

.makInfo > li:nth-of-type(3) .Text .h2Link{
  display: none;
}



/* 公司动态 */
.newsList .company{
  width: 100%;
  overflow: hidden;
}
.newsList .company .companyInfo > li{
  float: left;
  width: 378px;
  height: 304px;
  margin-bottom: 5%;
}
.newsList .company .companyInfo > li:nth-of-type(3n+1){
  margin-right: 23px;
}
.newsList .company .companyInfo > li:nth-of-type(3n+2){
  margin-right: 23px;
}
.newsList .company .companyInfo > li a{
  width: 100%;
  height: 100%;
}
.newsList .company .companyInfo > li a .imgCon{
  display: inline-block;
  width: 100%;
  height: 228px;
  position: relative;
}
.newsList .company .companyInfo > li a .imgCon img{
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.newsList .company .companyInfo > li > a .Text{
  display: inline-block;
}
.newsList .company .companyInfo > li > a .Text .h1Link{
  display: block;
  font-size: 18px;
  color: #191919;
  padding: 16px 0 8px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.newsList .company .companyInfo > li > a .Text .h2Link{
  display: block;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 22px;
  white-space: nowrap;
  width: 378px;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 640-----------start----------- */
@media screen and (max-width: 640px) {
  .ComTop {
    z-index: -1;
  }
  .pc_ele{
    display: none !important;
  }
  .app_ele{
    display: inline-block;
  }
  /* .ComTop{
    margin-top: 45px;
  } */
  .appNewList{
    width: 100%;
    padding-top: 40px;
    background: #fff;
  }
  .appNewList .companyInfo{
    padding: 0 20px;
  }
  .appNewList .companyInfo > li{
    float: left;
    width: 46%;
    margin-bottom: 20px !important;
  }
  .appNewList .companyInfo > li:nth-of-type(2n+1){
    margin-right: 23px;
  }
  /* .appNewList .companyInfo > li:nth-of-type(3n+2){
    margin-right: 23px;
  } */
  .appNewList .companyInfo > li a{
    width: 100%;
    height: 100%;
  }
  .appNewList .companyInfo > li a .imgCon{
    display: inline-block;
    width: 100%;
    height: 105px;
    position: relative;
  }
  .appNewList .companyInfo > li a .imgCon img{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .appNewList .companyInfo > li > a .Text{
    display: inline-block;
    width: 100%;
  }
  .appNewList .companyInfo > li > a .Text .h1Link{
    display: block;
    font-size: 16px;
    color: #191919;
    padding: 16px 0 8px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
  }
  .appNewList .companyInfo > li > a .Text .h2Link{
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    line-height: 22px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* 640px-------------end--------------------------- */