.container {
  display: flex;
  justify-content: space-between;
}
.container .left {
  width: calc(66% - 56px);
}

.container .left .block-title {
  font-size: 34px;
  color: #111;
  font-family: "Arial-BoldMT";
  line-height: 40px;
  margin-bottom: 10px;
}
.container .left .sub-desc {
  font-size: 28px;
  color: #777777;
  line-height: 36px;
  margin-bottom: 48px;
}

.tab-container .layui-tab-title li {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0px;
  margin-right: 30px;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-color: #025872;
}
.tab-container .layui-tab-title li.layui-this {
  color: #025872;
}
.tab-container .layui-tab-content {
  font-size: 14px;
  line-height: 20px;
}
.tab-container .layui-tab-content .layui-tab-item {
  font-size: 16px;
  line-height: 22px;
}
.container .right {
  width: calc(33% - 56px);
  min-height: 300px;
  height: 450px;
  overflow-y: hidden;
  border-width: 2px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 1px, rgba(0, 0, 0, 0.16) 0px 3px 1px -2px,
    rgba(0, 0, 0, 0.1) 0px 2px 2px 0px, rgba(0, 0, 0, 0.08) 0px 1px 5px 0px;
  padding: 30px 30px 50px;
  position: relative;
}
.container .right.open {
  height: 100%;
}

.container .right img {
  margin-bottom: 16px;
}
.container .right h6 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.container .right ul {
  margin-bottom: 24px;
  line-height: 20px;
  font-size: 14px;
}
.container .right li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
.container .right li a {
  font-size: 14px;
  line-height: 20px;
  color: #025872;
}
.container .right .view-more {
  position: absolute;
  bottom: 0px;
  color: #025872;
  width: calc(100% - 60px);
  background-color: #fff;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.container .right .view-more::before {
  content: " ";
  height: 32px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 88%, white 100%);
  position: absolute;
  display: block;
  bottom: 40px;
  pointer-events: none;
  transition: height 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.container .right .view-more .layui-icon {
  margin-left: 5px;
  margin-top: 5px;
}
.container .right .view-more.down .layui-icon {
  transform: rotate(180deg);
  margin-top: 2px;
}
h1.block-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
  font-weight: 300;
}

.resource .layui-tab-content .layui-tab-item .flex {
  display: flex !important;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: solid 1px #e8e8e8;
}
.resource .layui-tab-content .layui-tab-item .left-img {
  max-width: 150px;
}
.resource .layui-tab-content .layui-tab-item .right {
  display: flex;
  justify-content: space-between;
}
.resource .layui-tab-content .layui-tab-item .right .left-content {
  width: calc(100% - 160px);
}
.resource .layui-tab-content .layui-tab-item .right .left-content h6 {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 14px;
}
.resource .layui-tab-content .layui-tab-item .right .left-content h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.resource .layui-tab-content .layui-tab-item .right .left-content h4 a {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #025872;
}
.resource .layui-tab-content .layui-tab-item .right .left-content h5 {
  font-size: 14px;
  line-height: 20px;
}
.resource .layui-tab-content .layui-tab-item .right .right-button {
  width: 140px;
  height: 32px;
  line-height: 32px;
  background-color: #025872;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.layui-tab > .layui-tab-title {
  overflow-x: auto !important;
}
.layui-unselect.layui-tab-bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .container .left,
  .container .right {
    width: 100%;
  }
  .container .right {
    max-width: 376px;
    margin-bottom: 48px;
  }
  .resource .layui-tab-content .layui-tab-item .left-img {
    display: none;
  }
  .resource .layui-tab-content .layui-tab-item .right {
    flex-direction: column;
  }
  .resource .layui-tab-content .layui-tab-item .right .left-content {
    width: 100%;
  }
  .resource .layui-tab-content .layui-tab-item .right .left-content h4 {
    font-size: 18px;
  }
  .resource .layui-tab-content .layui-tab-item .right .right-button {
    width: 100%;
    margin-top: 24px;
  }
}
