.nav-container-lunbo{
    width: 100vw;
    min-width: 1200px;
    height: 270px;
    background: url(../imgs/texture.png) no-repeat;
    background-size: 100% 130%;
    background-position: bottom;
    margin-bottom: 230px;
}
.carouselContainer #mycarousel {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}
.carouselContainer #mycarousel .carousel-indicators {
  bottom: 10px;
  margin-left: 80%;
  margin-right: 0;
}
.carouselContainer #mycarousel .carousel-indicators li {
  width: 30px;
  height: 30px;
  color: #90000A;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  opacity: 1;
  text-indent: 0;
  border: 1px solid #90000A;
}
.carouselContainer #mycarousel .carousel-indicators .active {
  background-color: #90000A;
  color: #fff;
}
.carouselContainer #mycarousel .carousel-inner {
  width: 1200px;
  height: 500;
}
.carouselContainer #mycarousel .carousel-inner .carousel-item > a > img {
  width: 100%;
  height: 100%;
}
.news-container-new {
  width: 100vw;
  min-width: 1200px;
}
.news-container-new .news-inform {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news-container-new .news {
  width: 770px;
  padding-top: 30px;
}
.news-container-new .news .title {
  margin-bottom: 15px;
}
.news-container-new .news .title a:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: bold;
}
.news-container-new .news .title a:nth-child(2) {
  font-size: 12px;
  color: #969696;
  float: right;
  line-height: 20px;
  vertical-align: middle;
  text-decoration: none;
}
.news-container-new .news .title a:nth-child(2):hover {
  color: #cb757b;
}
.news-container-new .news .news-info {
  display: flex;
  justify-content: space-between;
}
.news-container-new .news .news-info .info {
  display: flex;
  width: 366px;
  height: 92px;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 0 93px;
  box-sizing: border-box;
  border-left: 4px solid transparent;
}
.news-container-new .news .news-info .info:hover {
  background-color: rgba(183, 38, 46, 0.05);
  border-left: 4px solid #B7262E;
}
.news-container-new .news .news-info .info:hover .info-left {
  border-left: 4px solid transparent;
}
.news-container-new .news .news-info .info .info-left {
  position: absolute;
  top: 18px;
  left: -4px;
  padding-left: 19px;
  border-left: 4px solid #B7262E;
}
.news-container-new .news .news-info .info .info-left .time-top {
  font-size: 40px;
  color: #B7262E;
  line-height: 40px;
}
.news-container-new .news .news-info .info .info-left .time-bottom {
  font-size: 14px;
  line-height: 16px;
  color: #B7262E;
  line-height: 1.5;
}
.news-container-new .news .news-info .info .info-right a:nth-child(1) {
    display: block;
    width: 260px;
    color: #323232;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    margin-top: 10px;
}
.news-container-new .news .news-info .info .info-right a:nth-child(1):hover {
  color: #90000a;
}
.news-container-new .news .news-info .info .info-right a:nth-child(2) {
  text-decoration: none;
  font-size: 12px;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-container-new .inform {
  width: 370px;
  padding-top: 30px;
}
.news-container-new .inform .title {
  margin-bottom: 27px;
}
.news-container-new .inform .title a:nth-child(1) {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: bold;
}
.news-container-new .inform .title a:nth-child(2) {
  font-size: 12px;
  color: #969696;
  float: right;
  line-height: 20px;
  vertical-align: middle;
  text-decoration: none;
}
.news-container-new .inform .title a:nth-child(2):hover {
  color: #cb757b;
}
.news-container-new .inform .inform-content .inform-line {
  display: flex;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}
.news-container-new .inform .inform-content .inform-line .circle {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #90000A;
  left: 0;
  top: 5px;
  z-index: 99;
}
.news-container-new .inform .inform-content .inform-line .circle .circle-inner {
  position: absolute;
  left: 3.5px;
  bottom: 3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(238, 142, 149, 0.53);
}
.news-container-new .inform .inform-content .inform-line a {
  display: block;
  text-decoration: none;
  color: #323232;
  width: 350px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-container-new .inform .inform-content .inform-line a:hover {
  color: #90000a;
}

.donate-container {
  width: 100vw;
  min-width: 1200px;
  background-color: #f6f6f6;
}
.donate-container .donate {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
.donate-container .donate .donate-title {
  position: absolute;
  top: 30px;
  left: calc((1200px - 238px) / 2);
  width: 238px;
  height: 29px;
  background: url('../imgs/symmetricColud.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #B7262E;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: bottom;
}
.donate-container .donate .donate-content {
  display: flex;
}
.donate-container .donate .donate-content .donate-left {
  display: flex;
}
.donate-container .donate .donate-content .donate-left .left-pic {
  width: 140px;
  height: 300px;
  margin-right: 10px;
  position: relative;
}
.donate-container .donate .donate-content .donate-left .left-pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 300px;
  background: url('../imgs/left_shadow.png') no-repeat;
  background-size: cover;
}
.donate-container .donate .donate-content .donate-left .left-pic .pic-logo {
	top: 62%;
    position: absolute;
    font-size: 16px;
    color: #fff;
    z-index: 99;
    background-color: transparent;
    line-height: 20px;
    word-break: break-all;
    text-align: center;
    padding: 10px;
    width: 140px;
}
.donate-container .donate .donate-content .donate-left .left-pic a {
	display: block;
    margin-top: 255px;
    margin-left: 24px;
    width: 92px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: #90000A;
    border: 1px solid #90000A;
    box-shadow: 0px 2px 5px 0px rgba(144, 0, 10, 0.27);
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(1) {
  background: url('../imgs/pics1.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(1):hover {
  background-size: 120% 120%;
  box-shadow: lightgray 0 0 10px 5px;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(2) {
  background: url('../imgs/pics2.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(2):hover {
  background-size: 120% 120%;
  box-shadow: lightgray 0 0 10px 5px;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(3) {
  background: url('../imgs/pics3.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(3):hover {
  background-size: 120% 120%;
  box-shadow: lightgray 0 0 10px 5px;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(4) {
  background: url('../imgs/pics4.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.donate-container .donate .donate-content .donate-left .left-pic:nth-child(4):hover {
  background-size: 120% 120%;
  box-shadow: lightgray 0 0 20px 5px;
}
.donate-container .donate .donate-content .donate-right {
  width: 560px;
  height: 300px;
  margin-left: 50px;
}
.donate-container .donate .donate-content .donate-right .donate-now {
  width: 560px;
  display: flex;
  position: relative;
}
.donate-container .donate .donate-content .donate-right .donate-now a {
  display: block;
}
.donate-container .donate .donate-content .donate-right .donate-now .donate-online {
  width: 400px;
  height: 70px;
  box-shadow: 0px 5px 18px 2px rgba(144, 0, 10, 0.2);
  background-color: #90000A;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 70px;
}
.donate-container .donate .donate-content .donate-right .donate-now .donate-guide {
  position: absolute;
  right: 0;
  width: 135px;
  height: 70px;
  background: url('../imgs/littleCloud.png') no-repeat;
  background-size: 84px 42px;
  background-position: right bottom;
  background-color: #fff;
  border: 2px solid #90000a;
  box-shadow: 0px 5px 18px 2px rgba(144, 0, 10, 0.2);
}
.donate-container .donate .donate-content .donate-right .donate-now .donate-a {
  width: 135px;
  height: 70px;
  padding: 10px 0 0 10px;
  background: url('../imgs/question.png') no-repeat;
  background-size: 29px 29px;
  background-position: 10px 33px;
  font-size: 15px;
  font-weight: bold;
  color: #90000A;
}
.donate-container .donate .donate-content .donate-right .donate-thanks {
  width: 560px;
  height: 209px;
  margin-top: 20px;
  background: url('../imgs/transparentCloud.png') no-repeat;
  background-size: 333px 155px;
  background-position: right bottom;
  background-color: #fff;
  padding: 30px 30px 0 30px;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title {
  display: flex;
  position: relative;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .thanks {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .tri {
  margin: 8px 0 0 6px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #323232;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .tri1 {
  border-left: 4px solid #757575;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .tri2 {
  border-left: 4px solid #A7A7A7;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .donate-more {
  display: block;
  color: #969696;
  font-size: 12px;
  position: absolute;
  right: 0;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-content .line {
  margin-top: 20px;
  font-size: 14px;
  color: #969696;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-content .line div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 选中变色 */
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .donate-more {
  text-decoration: none;
}
.donate-container .donate .donate-content .donate-right .donate-thanks .thanks-title .donate-more:hover {
  color: #cb757b;
}
.donate-container .donate {
  padding-top: 42px;
}
.donate-container {
  padding-bottom: 55px;
}
.donate-now {
  display: flex;
  justify-content: space-between;
}
.donate-now a:nth-child(1) {
  width: 265px;
  height: 65px;
  background: #FFFFFF;
  border: 2px solid #90000A;
  position: relative;
  color: #90000A;
  line-height: 63px;
  padding-left: 110px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.donate-now a:nth-child(1):hover {
  box-shadow: 0px 5px 18px 2px rgba(144, 0, 10, 0.2);
}
.donate-now a:nth-child(1) img {
  position: absolute;
  top: 18px;
  left: 67px;
  width: 29px;
  height: 29px;
}
.donate-now a:nth-child(2) {
  width: 265px;
  height: 65px;
  background: #90000A;
  position: relative;
  line-height: 65px;
  color: #fff;
  padding-left: 110px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.donate-now a:nth-child(2):hover {
  box-shadow: 0px 5px 18px 2px rgba(144, 0, 10, 0.2);
}
.donate-now a:nth-child(2) img {
  position: absolute;
  top: 16px;
  left: 64px;
  width: 33px;
  height: 33px;
}