body {
  background-color: #f6f2e8;
}

.news-wrapper {
  width: 1500px;
  margin: auto;
  display: flex;
}

.news-wrapper .news-list {
  width: 1040px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.news-wrapper .news-list .news-list-header {
  display: flex;
}

.news-wrapper .news-list .news-list-header .news-list-header-left .cn {
  font-weight: bold;
  font-size: 62px;
  color: #5b0085;
}

.news-wrapper .news-list .news-list-header .news-list-header-left .en {
  font-size: 26px;
  color: #5b0085;
  font-weight: bold;
}

.news-wrapper .news-list .news-list-header .news-list-header-right {
  flex: 1;
  margin-left: 40px;
}

.news-wrapper .news-list .news-list-header .news-list-header-right .calendar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  top: 50px;
  padding-right: 61px;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bfbfbf;
  margin-top: 5px;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  .prev {
  font-size: 16px;
  color: #693183;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  .next {
  font-size: 16px;
  color: #693183;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  .newx {
  font-size: 16px;
  color: #693183;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  .prev-year {
  font-size: 16px;
  color: #693183;
}

.news-wrapper .news-list .news-list-header .news-list-header-right .calendar {
  font-size: 16px;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  .next-year {
  font-size: 16px;
  color: #693183;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  .now-year {
  font-size: 20px;
  color: #693183;
}

.news-wrapper
  .news-list
  .news-list-header
  .news-list-header-right
  .calendar
  > a
  + a {
  margin-left: 5px;
}

.news-wrapper .nav {
  width: 435px;
  /* flex: 1; */
  margin-left: 25px;
}

.news-wrapper .nav .nav-header {
  display: flex;
  margin-top: 63px;
}

.news-wrapper .nav .nav-header .nav-header-left .cn {
  font-size: 33px;
  color: #5b0085;
}

.news-wrapper .nav .nav-header .nav-header-left .en {
  font-size: 17px;
  color: #5b0085;
  margin-top: 10px;
}

.news-wrapper .nav .nav-header .nav-header-right {
  margin-left: 68px;
  flex: 1;
  border-bottom: 2px solid #bfbfbf;
  position: relative;
  top: -10px;
}

.news-wrapper .nav .search-wrapper {
  margin-top: 28px;
}

.news-wrapper .nav .search-wrapper .cn {
  font-size: 25px;
  color: #717171;
}

.news-wrapper .nav .search-wrapper .en {
  font-size: 17px;
  color: #717171;
}

.news-wrapper .nav .search-wrapper .search-input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  outline: none;
  line-height: 30px;
  margin-top: 12px;
  padding: 5px;
}

.news-wrapper .nav .tag {
  height: 39px;
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #5b0085;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}

.news-wrapper .nav .tag .cn {
  font-size: 16px;
  font-weight: bold;
}

.news-wrapper .nav .tag .en {
  font-size: 12px;
  font-weight: bold;
}

.news-wrapper .nav .category-header {
  display: flex;
  margin-top: 21px;
}

.news-wrapper .nav .category-header .category-header-left .cn {
  color: #672f86;
  font-size: 25px;
}

.news-wrapper .nav .category-header .category-header-left .en {
  color: #672f86;
  font-size: 17px;
}

.news-wrapper .nav .category-header .category-header-right {
  flex: 1;
  margin-left: 8px;
  border-bottom: 2px solid #bfbfbf;
  position: relative;
  top: -5px;
}

.news-wrapper .nav .nav-list {
  margin-top: 70px;
}

.news-wrapper .nav .nav-list .nav-list-item {
  padding-left: 13px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 3px;
  cursor: pointer;
}

.news-wrapper .nav .nav-list .nav-list-item + .nav-list-item {
  margin-top: 58px;
}

.news-wrapper .nav .nav-list .nav-list-item .angle {
  width: 11px;
  height: 12px;
}

.news-wrapper .nav .nav-list .nav-list-item .text {
  flex: 1;
  margin-left: 10px;
  font-size: 0;
}

.news-wrapper .nav .nav-list .nav-list-item .text .cn {
  font-size: 20px;
  color: #5c5c5c;
}

.news-wrapper .nav .nav-list .nav-list-item .text .en {
  font-size: 13px;
  color: #5c5c5c;
}

.news-wrapper .nav .nav-list .nav-list-item .text.active a {
  color: #ff5c14;
}

.news-wrapper .nav .nav-list .nav-list-item .count {
  font-size: 20px;
  color: #5c5c5c;
}
.news-wrapper .nav .nav-list>a:last-of-type {
   display:none;
}
.news-wrapper .nav .xwtg {
  display: flex;
  margin-top: 70px;
}

.news-wrapper .nav .xwtg .xwtg-left {
  flex: 1;
  margin-right: 7px;
  border-bottom: 2px solid #bfbfbf;
}

.news-wrapper .nav .xwtg .xwtg-right .cn {
  font-size: 25px;
  color: #e85555;
  text-align: right;
}

.news-wrapper .nav .xwtg .xwtg-right .en {
  font-size: 17px;
  color: #e85555;
  text-align: right;
}

.news-wrapper .nav .mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
}

.news-wrapper .nav .mail .pic {
  width: 82px;
  height: 49px;
}

.news-wrapper .nav .mail .text {
  font-size: 17px;
  color: #672f86;
}

.news-wrapper .mobile-search-wrapper {
  display: none;
}

.cate-tags {
  display: none;
  position:relative;
}
.cate-tags >i{
	position: absolute;
    top: 28px;
    right: 40px;
}
.cate-tags >i svg.icon{
	width:25px;
	height:25px;
        transform: rotate(-90deg);
    transition: all ease 0.35s;
    fill:#693183;
}
@media (max-width: 640px) {
  .news-wrapper {
    width: 100%;
  }

  .news-wrapper .nav {
    display: none;
  }

  .list .list-item:not(:nth-child(3n + 1)) {
    margin-left: 0 !important;
  }

  .list .list-item {
    width: 100% !important;
  }

  .list .list-item .pic {
    width: 100% !important;
    height: auto !important;
  }

  .list .list-item .category-time {
    top: 150px !important;
    right: 30px !important;
  }

  .news-wrapper .mobile-search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
  }

  .news-wrapper .mobile-search-wrapper .search-input {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    outline: none;
    line-height: 30px;
    padding: 5px;
    display: block;
    flex: 1;
  }

  .news-wrapper .mobile-search-wrapper .search-btn {
    background-color: #5b0085;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    width: 50px;
    height: 42px;
  }

  .cate-tags {
    display: flex;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .cate-tags .fold-wrapper {
      display: none;
      flex-direction: column;
  }

  .cate-tags .tag-item {
    /* background: #5b0085; */
    background: #fff;
    color: #333;
    /* margin-left: 15px; */
    padding: 10px;
    border-bottom: 1px solid #666;
    /* margin-top: 10px; */
    display:block;
  }

  .cate-tags .tag-item > span:nth-child(2) {
    display: none;
  }
  .cate-tags .tag-item:last-of-type{
    display:none;
  }
  .cate-tags .tag-title {
    background-color: #e6e6e6;
    padding: 10px;
    border-bottom: 1px solid #666;
    color: #693183;
    letter-spacing: 2em;
    /* margin-top: 10px; */
  }

  .news-wrapper .news-list .news-list-header .news-list-header-left .cn {
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1530px) {
  .news-wrapper {
    width: 1100px;
  }

  .news-wrapper .nav {
    width: 220px;
  }

  .news-wrapper .news-list {
    flex: 1;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .news-wrapper,.news-wrapper .news-list {
    width: 100%;
  }

  .news-wrapper .nav {
    width: 250px;
  }
  .news-wrapper .news-list .news-list-header .news-list-header-left .cn {
    font-size: 57px;
    letter-spacing: 0;
  }
}

@media (width: 640px) {
  .news-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .news-wrapper .nav {
    width: 180px;
  }

  .news-wrapper .list {
    padding-right: 30px;
  }

  .news-wrapper .nav .mail .pic {
    width: 50px;
    height: auto;
  }

  .news-wrapper .nav .mail .text {
    font-size: 12px;
  }

  .news-wrapper .news-list {
    flex: 1;
    width: auto;
    box-sizing: border-box;
  }

  .news-wrapper .news-list .news-list-header .news-list-header-left .cn {
    font-size: 30px;
  }

  .news-wrapper .news-list .news-list-header .news-list-header-left .en {
    font-size: 15px;
  }
}





