.el-main {
  background-color: var(--home-gray-color);
}
.el-main .banner {
  width: 100%;
}
.el-main .other-container .volunteer-box .head .el-tabs .el-tabs__nav-wrap::after {
  background-color: transparent;
}
.el-main .other-container .volunteer-box .head .more {
  border-bottom: 2px solid transparent;
}
.el-main .other-container .volunteer-box .body {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-bottom: 8px;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 6px;
}
.el-main .other-container .volunteer-box .body .article-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 8px;
  font-size: 1rem;
  font-weight: 300;
  min-height: 120px;
  padding-bottom: 16px;
  border-bottom: 1px dotted var(--grayColorddd);
}
.el-main .other-container .volunteer-box .body .article-box .article-pic {
  width: 30%;
}
.el-main .other-container .volunteer-box .body .article-box .article-pic img {
  display: flex;
  width: 100%;
}
.el-main .other-container .volunteer-box .body .article-box .art-item {
  flex-grow: 1;
  width: 70%;
  text-align: justify;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.el-main .other-container .volunteer-box .body .article-box .art-item .title {
  font-weight: 400;
}
.el-main .other-container .volunteer-box .body .article-box .art-item .title a {
  font-size: 1.25rem;
  line-height: 3em;
  color: var(--color-normal);
}
.el-main .other-container .volunteer-box .body .article-box .art-item .title a:hover {
  color: var(--el-color-primary);
}
.el-main .other-container .volunteer-box .body .article-box .art-item .desc {
  line-height: 2em;
  color: var(--grayColor999);
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.el-main .other-container .volunteer-box .body .article-box .art-item .publish {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-grow: 1;
  color: var(--grayColor999);
  line-height: 3em;
}
@media screen and (max-width: 1320px) {
  .el-main .other-container .volunteer-box .body .article-box .art-item .desc {
    -webkit-line-clamp: 3;
    max-height: 6em;
  }
}
@media screen and (max-width: 1170px) {
  .el-main .other-container .volunteer-box .body .article-box .art-item .desc {
    -webkit-line-clamp: 2;
    max-height: 4em;
  }
}
@media screen and (max-width: 992px) {
  .el-main .other-container .volunteer-box .body .article-box .art-item .title a {
    font-size: 1rem;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item .desc {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
    max-height: 4em;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item .publish {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 820px) {
  .el-main .other-container .volunteer-box .body .article-box .art-item .title a {
    font-size: 1rem;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item .desc {
    font-size: 0.8rem;
    -webkit-line-clamp: 1;
    max-height: 2em;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item .publish {
    font-size: 0.8rem;
  }
}
.el-main .other-container .volunteer-box .body .article-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .el-main .other-container .volunteer-box .body .article-box {
    flex-direction: column;
  }
  .el-main .other-container .volunteer-box .body .article-box .article-pic {
    width: 100%;
    flex-grow: 1;
  }
  .el-main .other-container .volunteer-box .body .article-box .article-pic img {
    display: flex;
    width: 100%;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item {
    flex-grow: 1;
    margin-left: 0;
    width: 100%;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item .title a {
    font-size: 1rem;
  }
  .el-main .other-container .volunteer-box .body .article-box .art-item .desc {
    font-size: 1rem;
    -webkit-line-clamp: 3;
    max-height: 6em;
  }
}
.el-main .other-container .weisi-box .head .el-tabs {
  padding: 0;
}
.el-main .other-container .weisi-box .head .el-tabs .el-tabs__nav-wrap::after {
  background-color: transparent;
}
.el-main .other-container .weisi-box .body .art-box .art-item {
  margin-bottom: 8px;
}
.el-main .other-container .weisi-box .body .art-box .art-item .pic {
  position: relative;
  display: flex;
  cursor: pointer;
  background-size: cover;
}
.el-main .other-container .weisi-box .body .art-box .art-item .pic .cover {
  width: 100%;
  visibility: hidden;
}
.el-main .other-container .weisi-box .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 .weisi-box .body .art-box .art-item .link {
  text-align: center;
  line-height: 2em;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .other-container .weisi-box .body .art-box .art-item .link a {
  color: var(--color-normal);
}
.el-main .other-container .weisi-box .body .art-box .art-item:hover .pic {
  background-size: 150%;
}
.el-main .other-container .weisi-box .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 .weisi-box .body .art-box .art-item:hover a {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .other-container .weisi-box .body .subject-box {
  display: flex;
  align-items: center;
}
.el-main .other-container .weisi-box .body .subject-box .cover {
  display: flex;
  width: 100%;
}
.el-main .other-container .weisi-box .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 .weisi-box .body .subject-box .art-item .art-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  line-height: 2em;
}
.el-main .other-container .weisi-box .body .subject-box .art-item .art-title .dot {
  margin: 0 6px;
}
.el-main .other-container .weisi-box .body .subject-box .art-item .art-title a {
  color: var(--color-normal);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .other-container .weisi-box .body .subject-box .art-item .art-title a:hover {
  color: var(--el-color-primary);
}
.el-main .other-container .weisi-box .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 .weisi-box .body .subject-box .art-item:hover {
  background: rgba(233, 207, 123, 0.2);
}
.el-main .other-container .weisi-box .body .subject-box .art-item:hover a {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .other-container .weisi-box .body .subject-box .art-item:hover .art-desc {
  color: var(--el-color-primary);
}
.el-main .other-container .weisi-box .body .subject-box .art-box {
  margin: 16px auto;
}
.el-main .other-container .weisi-box .body .subject-box .art-box .art-album {
  margin-bottom: 8px;
}
.el-main .other-container .weisi-box .body .subject-box .art-box .art-album .alb-cover img {
  display: flex;
  width: 94%;
  margin: auto;
}
.el-main .other-container .weisi-box .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 .weisi-box .body .subject-box .art-box .art-album .alb-title a {
  font-weight: 300;
  color: var(--color-normal);
}
.el-main .other-container .weisi-box .body .subject-box .art-box .art-album:hover a {
  color: var(--el-color-primary);
  font-weight: 400;
}
.el-main .culture-container {
  background: var(--home-gray-color);
  width: 100%;
  padding-bottom: 16px;
}
.el-main .culture-container .ylqq {
  max-width: 1400px;
  padding: 0 16px;
  margin: auto;
}
.el-main .culture-container .ylqq .head .el-tabs {
  padding-right: 0;
}
.el-main .culture-container .ylqq .head .el-tabs .el-tabs__nav .el-tabs__item {
  font-size: 1rem;
  font-weight: 300;
}
.el-main .culture-container .ylqq .head .el-tabs .el-tabs__nav .el-tabs__item:hover {
  font-weight: 400;
}
.el-main .culture-container .ylqq .head .el-tabs .el-tabs__nav .el-tabs__item.is-active {
  font-weight: 400;
  cursor: default;
}
.el-main .culture-container .ylqq .head .el-tabs .el-tabs__nav-wrap::after {
  background-color: transparent;
}
.el-main .culture-container .ylqq .body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.el-main .culture-container .ylqq .body .art-item {
  width: 24%;
  margin-bottom: 8px;
}
.el-main .culture-container .ylqq .body .art-item .art-pic {
  position: relative;
}
.el-main .culture-container .ylqq .body .art-item .art-pic img {
  display: flex;
  width: 100%;
}
.el-main .culture-container .ylqq .body .art-item .art-pic .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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .culture-container .ylqq .body .art-item .art-desc {
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2em;
}
.el-main .culture-container .ylqq .body .art-item .art-list {
  font-weight: 300;
  line-height: 2em;
}
.el-main .culture-container .ylqq .body .art-item .art-list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-main .culture-container .ylqq .body .art-item .art-list .title img {
  margin: 0 6px;
}
.el-main .culture-container .ylqq .body .art-item .art-list .title a {
  color: var(--color-normal);
}
.el-main .culture-container .ylqq .body .art-item .art-list .title a:hover {
  color: var(--el-color-primary);
  font-weight: 350;
}
.el-main .culture-container .ylqq .body .art-item:hover .link {
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .el-main .culture-container .ylqq .body .art-item {
    width: 48%;
  }
}
.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;
  }
}
