.big-cover {
  height: 500px;
  background: rgb(0, 0, 0);
  background-image: url("/images/officialWebsite/advisory-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.big-cover .container {
  height: 500px;
}
.big-cover .container > h5 {
  font-size: 54px;
  color: #ffffff;
}
.big-cover .container > p {
  font-size: 24px;
  color: #ffffff;
  margin: 16px 0 38px;
}
.big-cover .container .el-button {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  width: 140px;
  height: 40px;
}

.section {
  background: #fff;
}
.section .section-title {
  font-size: 28px;
  color: #303133;
  text-align: center;
  padding-bottom: 16px;
}
.section .section-title .section-text {
  font-size: 46px;
  font-weight: bold;
  color: #666666;
  opacity: 0.08;
}
.section .section-title .section-text2 {
  display: block;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
}

.detail-wrap {
  padding-bottom: 40px;
}

.el-breadcrumb {
  padding: 40px 16px;
}
.el-breadcrumb span,
.el-breadcrumb a {
  font-size: 20px;
  font-weight: 400;
  color: #303133;
}

.detail-left {
  width: 880px;
  padding-left: 16px;
}
.detail-left .detail-info {
  padding: 40px 0;
}
.detail-left .detail-info h5 {
  font-size: 30px;
  font-weight: 400;
  color: #303133;
  margin-bottom: 24px;
}
.detail-left .detail-info span {
  font-size: 16px;
  color: #606266;
}
.detail-left .detail-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
}
.detail-left .toggle-news {
  padding: 36px 0 0;
  font-size: 16px;
  color: #606266;
}
.detail-left .toggle-news > div {
  background: #ffffff;
  border: 1px solid #eaeff0;
  margin-right: 20px;
  padding: 16px 20px;
  width: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-left .news-main .news-item {
  padding: 16px 0;
}
.detail-left .news-main .news-item:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}
.detail-left .news-main .news-cover {
  width: 180px;
  height: 100px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.detail-left .news-main .news-cover img {
  width: 100%;
  height: 100%;
}
.detail-left .news-main .news-content {
  width: 100%;
  margin-left: 20px;
  line-height: 1.6;
}
.detail-left .news-main .news-content a {
  display: block;
}
.detail-left .news-main .news-content h5 {
  font-size: 16px;
  color: #303133;
  font-weight: 400;
}
.detail-left .news-main .news-content p {
  font-size: 14px;
  color: #606266;
}
.detail-left .news-main .news-content span {
  font-size: 14px;
  color: #606266;
  text-align: right;
  display: block;
  margin-top: 6px;
}

.recommend-right {
  width: 280px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 20px;
  margin-top: 40px;
  border: 1px solid #eaeff0;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}
.recommend-right .recommend-header {
  border-top: none !important;
}
.recommend-right .recommend-header p {
  font-size: 16px;
  color: #303133;
  padding: 0 6px;
}
.recommend-right .recommend-header span {
  width: 44px;
  border-bottom: 1px solid #909399;
}
.recommend-right .recommend-item {
  height: 60px;
  background: #ffffff;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #606266;
  border-top: 1px solid #eaeff0;
}

.ad-bar {
  height: 100%;
}
.ad-bar > p {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 24px;
}
.ad-bar > span {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
.ad-bar .el-button {
  color: #0061FD;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}