.el-main {
  position: relative;
  z-index: 10;
  --el-main-padding: 0;    letter-spacing: 2px;
}
.el-main .banner .item {
  width: 100%;
  min-height: 240px;
}
@media screen and (max-width: 768px) {
  .el-main .banner .el-carousel__item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .el-main .banner .el-carousel__item .item {
    width: auto;
    height: 100%;
  }
}
.el-main .news-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 16px;
}
.el-main .news-container .head {
  position: relative;
}
.el-main .news-container .head .el-tabs {
  padding-right: 40px;
}
.el-main .news-container .head .el-tabs .el-tabs__nav {
  /* .el-tabs__item:last-child {
          font-size: 0.8rem;
        } */
}
.el-main .news-container .head .el-tabs .el-tabs__nav .el-tabs__item {
  font-size: 1rem;
  font-weight: 300;
}
.el-main .news-container .head .el-tabs .el-tabs__nav .el-tabs__item:hover {
  font-weight: 400;
}
.el-main .news-container .head .el-tabs .el-tabs__nav .el-tabs__item.is-active {
  font-weight: 400;
  cursor: default;
}
.el-main .news-container .head .more {
  position: absolute;
  white-space: nowrap;
  line-height: 37px;
  right: 0;
  top: 0;
  width: 40px;
  border-bottom: 2px solid var(--el-border-color-light);
  text-align: right;
}
.el-main .news-container .head .more a {
  color: var(--grayColor999);
  font-weight: 300;
  font-size: 0.8rem;
}
.el-main .news-container .head .more a:hover {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .news-container .body .art-container {
  display: flex;
  align-items: center;
}
.el-main .news-container .body .art-container .art-pic img {
  width: 100%;
}
.el-main .news-container .body .art-container .art-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 2em;
}
.el-main .news-container .body .art-container .art-item .art-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.el-main .news-container .body .art-container .art-item .art-title img {
  margin: 0 6px;
}
.el-main .news-container .body .art-container .art-item .art-title a {
  color: var(--color-normal);
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .news-container .body .art-container .art-item .art-title a:hover {
  color: var(--el-color-primary);
  font-weight: 400;
  text-decoration: underline;
}
.el-main .news-container .body .art-container .art-item span {
  font-weight: 200;
  color: var(--color-date);
  white-space: nowrap;
  font-size: 0.8rem;
}
.el-main .news-container .body .art-container .art-item .art-title .news-active {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .news-container .side-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
}
.el-main .news-container .side-body .art-item {
  width: 46%;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 2% 8px 2%;
}
.el-main .news-container .side-body .art-item .pic img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.el-main .news-container .side-body .art-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.el-main .news-container .side-body .art-item .title a {
  color: var(--color-normal);
}
.el-main .news-container .side-body .art-item .title a:hover {
  color: var(--el-color-primary);
  font-weight: 400;
  text-decoration: underline;
}
.el-main .news-container .side-body .art-item span {
  font-size: 0.75rem;
  font-weight: 200;
  color: var(--color-date);
  white-space: nowrap;
}
.el-main .culture-container {
  background: var(--home-gray-color);
  width: 100%;
  padding-bottom: 16px;
}
.el-main .culture-container .ylwh {
  max-width: 1400px;
  padding: 0 16px;
  margin: auto;
}
.el-main .culture-container .ylwh .head .el-tabs {
  padding-right: 0;
}
.el-main .culture-container .ylwh .head .el-tabs .el-tabs__nav .el-tabs__item {
  font-size: 1rem;
  font-weight: 300;
}
.el-main .culture-container .ylwh .head .el-tabs .el-tabs__nav .el-tabs__item:hover {
  font-weight: 400;
}
.el-main .culture-container .ylwh .head .el-tabs .el-tabs__nav .el-tabs__item.is-active {
  font-weight: 400;
  cursor: default;
}
.el-main .culture-container .ylwh .head .el-tabs .el-tabs__nav-wrap::after {
  background-color: transparent;
}
.el-main .culture-container .ylwh .body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.el-main .culture-container .ylwh .body .art-item {
  position: relative;
  width: 18%;
}
.el-main .culture-container .ylwh .body .art-item img {
  display: flex;
  width: 100%;
}
.el-main .culture-container .ylwh .body .art-item .link {
  position: absolute;
  left: 0;
  right: 0;
  height: 2em;
  line-height: 2em;
  text-align: center;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 300;
}
.el-main .culture-container .ylwh .body .art-item:hover .link {
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .el-main .culture-container .ylwh .body {
    display: block;
    width: 200%;
  }
  .el-main .culture-container .ylwh .body .art-item {
    float: left;
    width: calc(20% - 16px);
    margin: 0 8px;
  }
}
.el-main .xl-container {
  background: var(--home-gray-color);
  width: 100%;
  padding-bottom: 16px;
}
.el-main .xl-container .ylwh {
  max-width: 1400px;
  padding: 0 16px;
  margin: auto;
}
.el-main .xl-container .ylwh .head {
  position: relative;
}
.el-main .xl-container .ylwh .head .el-tabs {
  padding-right: 40px;
}
.el-main .xl-container .ylwh .head .el-tabs .el-tabs__nav .el-tabs__item {
  font-size: 1rem;
  font-weight: 300;
}
.el-main .xl-container .ylwh .head .el-tabs .el-tabs__nav .el-tabs__item:hover {
  font-weight: 400;
}
.el-main .xl-container .ylwh .head .el-tabs .el-tabs__nav .el-tabs__item.is-active {
  font-weight: 400;
  cursor: default;
}
.el-main .xl-container .ylwh .head .el-tabs__nav-wrap::after {
  background-color: transparent;
}
.el-main .xl-container .ylwh .head .more {
  position: absolute;
  white-space: nowrap;
  line-height: 37px;
  right: 0;
  top: 0;
  width: 40px;
  border-bottom: 2px solid transparent;
  text-align: right;
}
.el-main .xl-container .ylwh .head .more a {
  color: var(--grayColor999);
  font-weight: 300;
  font-size: 0.8rem;
}
.el-main .xl-container .ylwh .head .more a:hover {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .xl-container .ylwh .xl-box div {
  margin: 8px auto;
}
.el-main .xl-container .ylwh .xl-box div img {
  width: 100%;
}
.el-main .other-container .body .art-box .art-item {
  margin-bottom: 8px;
}
.el-main .other-container .body .art-box .art-item .pic {
  position: relative;
  display: flex;
  cursor: pointer;
  background-size: cover;
}
.el-main .other-container .body .art-box .art-item .pic .cover {
  width: 100%;
  visibility: hidden;
}
.el-main .other-container .body .art-box .art-item .pic .play {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0.6;
}
.el-main .other-container .body .art-box .art-item .link {
  text-align: center;
  line-height: 2em;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.el-main .other-container .body .art-box .art-item .link a {
  color: var(--color-normal);
}
.el-main .other-container .body .art-box .art-item:hover .pic {
  background-size: 150%;
}
.el-main .other-container .body .art-box .art-item:hover .pic .play {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.el-main .other-container .body .art-box .art-item:hover a {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .other-container .body .subject-box {
  display: flex;
  align-items: center;
}
.el-main .other-container .body .subject-box .cover {
  display: flex;
  width: 100%;
}
.el-main .other-container .body .subject-box .art-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-weight: 300;
  padding: 4px 0;
  margin: 8px auto;
}
.el-main .other-container .body .subject-box .art-item .art-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  line-height: 2em;
}
.el-main .other-container .body .subject-box .art-item .art-title .dot {
  margin: 0 6px;
}
.el-main .other-container .body .subject-box .art-item .art-title a {
  color: var(--color-normal);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .other-container .body .subject-box .art-item .art-title a:hover {
  color: var(--el-color-primary);
}
.el-main .other-container .body .subject-box .art-item .art-desc {
  color: var(--grayColor666);
  margin-left: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.8rem;
}
.el-main .other-container .body .subject-box .art-item:hover {
  background: rgba(233, 207, 123, 0.2);
}
.el-main .other-container .body .subject-box .art-item:hover a {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .other-container .body .subject-box .art-item:hover .art-desc {
  color: var(--el-color-primary);
}
.el-main .other-container .body .subject-box .art-box {
  margin: 16px auto;
}
.el-main .other-container .body .subject-box .art-box .art-album {
  margin-bottom: 8px;
}
.el-main .other-container .body .subject-box .art-box .art-album .alb-cover img {
  display: flex;
  width: 94%;
  margin: auto;
}
.el-main .other-container .body .subject-box .art-box .art-album .alb-title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.el-main .other-container .body .subject-box .art-box .art-album .alb-title a {
  font-weight: 300;
  color: var(--color-normal);
}
.el-main .other-container .body .subject-box .art-box .art-album:hover a {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .other-container .zg-box {
  line-height: 2em;
  font-weight: 300;
  color: var(--color-normal);
  padding-bottom: 16px;
}
.el-main .other-container .zg-box .body .art-pic img {
  display: flex;
  width: 100%;
}
.el-main .other-container .zg-box .body .art-item .art-title {
  width: 100%;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .other-container .zg-box .body .art-item .art-title a {
  color: var(--color-normal);
}
.el-main .other-container .zg-box .body .art-item .art-title a:hover {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .other-container .zg-box .body .art-item .art-desc {
  font-size: 0.8rem;
  line-height: 1.5em;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--grayColor666);
}
.el-main .other-container .zg-box .body .art-list .item {
  display: flex;
  align-items: center;
}
.el-main .other-container .zg-box .body .art-list .item img {
  margin: 0 6px;
}
.el-main .other-container .zg-box .body .art-list .item a {
  color: var(--color-normal);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .other-container .zg-box .body .art-list .item a:hover {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .extend-container {
  max-width: 1400px;
  margin: 8px auto;
}
.el-main .extend-container img {
  display: flex;
  width: 100%;
}
