body {
  background-color: #F7F8FA;
}
.bg {
  background: url('/images/service/pic.png') no-repeat;
  background-size: 100% 100%;
  height: 209px;
}
.wraps {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wraps .crumbs {
  width: 1400px;
}
.wraps .top-box {
  display: flex;
  margin-bottom: 45px;
}
.wraps .top-box .left {
  width: 667px;
}
.wraps .top-box .left img {
  width: 667px;
  height: 349px;
  border-radius: 8px 8px 0 0;
}
.wraps .top-box .left .info-box {
  background-color: #FFFFFF;
  padding: 24px 24px 24px 24px;
  border-radius: 0 0 8px 8px;
}
.wraps .top-box .left .info-box .title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
}
.wraps .top-box .left .info-box .line-content {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  margin-top: 16px;
}
.wraps .top-box .left .info-box .line-content .line-right {
  color: #323233;
}
.wraps .top-box .right {
  width: 704px;
  margin-left: 29px;
}
.wraps .top-box .right .news-title {
  height: 50px;
  background: url('/images/trade/pic4e.png') no-repeat;
  background-size: 100% 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.wraps .top-box .right .news-title .more {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.wraps .top-box .right .news-title .more img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.wraps .top-box .right .news-list {
  padding: 24px 16px;
  background-color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  height: 490px;
}
.wraps .top-box .right .news-list .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
  position: relative;
  cursor: pointer;
}
.wraps .top-box .right .news-list .news-item .title-box {
  position: relative;
}
.wraps .top-box .right .news-list .news-item .title-box img {
  width: 39px;
  height: 17px;
  position: absolute;
  right: 0px;
  top: -20px;
  right: 0;
  max-width: 39px;
}
.wraps .top-box .right .news-list .news-item .title-box .title {
  position: relative;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  width: max-content;
  max-width: 543px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wraps .top-box .right .news-list .news-item .date {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
}
.wraps .top-box .right .news-list .news-item:hover .title,
.wraps .top-box .right .news-list .news-item:hover .date {
  color: #007AFF;
}
.bt-box {
  width: 100%;
  padding: 46px 0 56px 0;
  background: url('/images/trade/bgs.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bt-box .title {
  width: 1050px;
  height: 135px;
  background: url('/images/trade/pr.png') no-repeat;
  background-size: 100% 100%;
  font-size: 46px;
  font-family: TaipeiSansTCBeta-Bold, TaipeiSansTCBeta;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 135px;
  margin-bottom: 106px;
}
.bt-box .trade-box {
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.bt-box .trade-box .trade-item {
  width: 322px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 36px;
  margin-bottom: 44px;
  cursor: pointer;
}
.bt-box .trade-box .trade-item:nth-child(4n) {
  margin-right: 0;
}
.bt-box .trade-box .trade-item:hover {
  background: #005FEC;
  border: 1px solid #005FEC;
}
