.main .container {
  max-width: 1544px !important;
}
.back {
  display: flex;
  justify-content: space-between;
  padding-bottom: 31px;
  margin: 49px 0 126px;
  border-bottom: 1px solid #BFBFBF;
}
.back .text {
  font-size: 14px;
  color: #373737;
}
.section {
  display: flex;
}
.section .lb {
  width: 50%;
  flex: 1;
}
.section .lb .head {
  margin-bottom: 78px;
}
.section .lb .head .text:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #0062B1;
  line-height: 32px;
}
.section .lb .head .text:nth-child(2) {
  margin-top: 24px;
  font-size: 16px;
  color: #373737;
}
.section .lb .bb .text {
  margin: 32px 0;
}
.section .rb {
  width: 383px;
  padding-left: 100px;
  margin-left: 100px;
  border-left: 1px solid #CCCCCC;
  box-sizing: content-box;
}
.section .rb .box .head {
  font-size: 20px;
  font-weight: bold;
  color: #373737;
  line-height: 30px;
}
.section .rb .box .list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.section .rb .box .list .item {
  transition: all 0.5s;
}
.section .rb .box .list .item:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}
.section .rb .box .list .item:hover .intro {
  transition: all 0.5s;
  color: #2962ae;
}
.section .rb .box .list .item:nth-child(n+2) {
  margin-top: 38px;
}
.section .rb .box .list .item .cover-wrapper .cover {
  display: block;
  width: 383px;
  height: 208px;
}
.section .rb .box .list .item .intro {
  transition: all 0.5s;
  margin-top: 18px;
  font-size: 16px;
  color: #696969;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin: 202px 0 65px;
  border-top: 1px solid #BFBFBF;
}
.bottom .text {
  width: 30%;
  font-size: 14px;
  color: #373737;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
