#partner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
html body .partner-wrap .partner-list .box a {
  padding: 5px 0;
}
.donate-wrap.fix-wrap .donate-left {
  width: 460px;
  height: 282px;
  background-size: cover;
  color: #4CBB04;
}
.donate-wrap.fix-wrap .donate-left p {
  color: #999;
  bottom: 50px;
}
.donate-wrap.fix-wrap .donate-right {
  height: 282px;
  box-sizing: border-box;
}
.donate-wrap.fix-wrap .donate-right .money span {
  margin-right: 4px;
  width: 40px;
  height: 62px;
  font-size: 26px;
  line-height: 62px;
}
.donate-wrap.fix-wrap .donate-right .temp-box {
  padding-right: 6px;
}
.donate-wrap.fix-wrap .donate-right .temp-box a {
  width: 295px ;
  box-sizing: border-box;
}
html body .about-wrap .about-left a:hover {
  color: #4CBB04;
}
.recommend-wrap .recommend-list.fix-wrap .item.first .cover {
  background: #000;
  opacity: 0.48;
}
.recommend-wrap .recommend-list.fix-wrap .item.first .content {
  display: flex;
  opacity: 1;
}
.recommend-wrap .recommend-list.fix-wrap .item.first:hover .content {
  display: flex;
  opacity: 1;
}
.recommend-wrap .recommend-list.fix-wrap .item .cover {
  opacity: 0.48;
  transition: all 0.3s ease;
}
.recommend-wrap .recommend-list.fix-wrap .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommend-wrap .recommend-list.fix-wrap .item .content p {
  width: fit-content;
  position: relative;
}
.recommend-wrap .recommend-list.fix-wrap .item .content .desc {
  opacity: 0;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 12px;
  transition: all 0.3s ease;
}
.recommend-wrap .recommend-list.fix-wrap .item:hover .content .desc {
  opacity: 1;
}
.recommend-wrap .recommend-list.fix-wrap .item:hover .content p::after {
  position: absolute;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
  z-index: -1;
}
.recommend-wrap .recommend-list.fix-wrap .item:hover .cover {
  opacity: 0.8;
  background: #4CBB04;
}
html body .recommend-wrap .more a {
  border: 1px solid #4CBB04;
  color: #4CBB04;
}
html body .achievement-wrap .achievement-list.fix-wrap {
  display: flex;
  justify-content: space-between;
}
html body .achievement-wrap .achievement-list.fix-wrap .item {
  width: 387px;
}
html body .achievement-wrap .achievement-list.fix-wrap .item .content {
  transition: all 0.3s ease;
}
html body .achievement-wrap .achievement-list.fix-wrap .item .content > div {
  transition: all 0.3s ease;
}
html body .achievement-wrap .achievement-list.fix-wrap .item .content .title::before {
  border: none;
  width: 4px;
  background: #4CBB04;
  transition: all 0.3s ease;
}
html body .achievement-wrap .achievement-list.fix-wrap .item:hover .img span {
  border-bottom: 10px solid #4CBB04;
}
html body .achievement-wrap .achievement-list.fix-wrap .item:hover .content {
  background: #4CBB04;
}
html body .achievement-wrap .achievement-list.fix-wrap .item:hover .content .title {
  color: #fff;
}
html body .achievement-wrap .achievement-list.fix-wrap .item:hover .content .title::before {
  background: #fff;
}
html body .achievement-wrap .achievement-list.fix-wrap .item:hover .content .desc {
  color: #fff;
}
html body .achievement-wrap .achievement-list.fix-wrap .item:hover .content .time {
  color: #fff;
}
.ueditor-default,
.ueditor-default * {
  font-family: 宋体, SimSun !important;
  font-size: 16px !important;
  /*text-indent: 2em !important;*/
  line-height: 1.5 !important;
}
.page-wrap .content {
  display: flex !important;
  justify-content: center;
}
.page-wrap .content .search-page {
  display: flex;
  margin-left: 10px;
  height: 36px;
  align-items: center;
}
.page-wrap .content .search-page input {
  color: #666;
  line-height: 34px;
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
}
.page-wrap .content .search-page input::-webkit-outer-spin-button,
.page-wrap .content .search-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.page-wrap .content .search-page input[type="number"] {
  -moz-appearance: textfield;
}
