.newsContainer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsContainer .imgWrap {
  width: 500px;
  height: 372px;
  position: relative;
}
.newsContainer .imgWrap .imgExplain {
  position: absolute;
  padding: 8px 20px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba( 0, 0, 0, .5);
}
.newsContainer .imgExplain .st {
  font: bold 16px/1.5 '微软雅黑';
}
.newsContainer .imgExplain .sa {
  font: 14px/1.5 '微软雅黑';
}


.newsContainer2 .imgWrap {
  width: 650px;
}
.newsContainer .imgWrap img,
.organizationWrap .orgCon .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsContainer .imgWrap span,
.organizationWrap .orgCon .imgWrap span {
  position: absolute;
  bottom: 13px;
  width: 34px;
  height: 34px;
  background: rgba( 1, 104, 183, .5);
  color: #fff;
  text-align: center;
  font: 22px/34px '微软雅黑';
  cursor: pointer;
}
.newsContainer .imgWrap span:hover,
.organizationWrap .orgCon .imgWrap span:hover {
  background: rgba( 1, 104, 183, 1);
}
.newsContainer .imgWrap .prevImg,
.organizationWrap .orgCon .imgWrap .prevImg {
  right: 53px;
}
.newsContainer .imgWrap .nextImg,
.organizationWrap .orgCon .imgWrap .nextImg {
  right: 13px;
}
.newList {
  width: 500px;
}
.newsContainer2 .newList {
  width: 630px;
}
.newList .itemNews {
  height: 124px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.newList .itemNews .nub {
  width: 96px;
  text-align: center;
  position: relative;
  font: 30px/40px '微软雅黑';
  color: #8A8A8A;
}
.newList .itemNews .nub:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #8A8A8A;
  transform: translateX(-50%);
}
.newList .itemNews .info {
  width: 374px;
}
.newsContainer2 .newList .itemNews .info {
  width: 506px;
}
.newList .info .timeLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 14px/1 '微软雅黑';
  color: #707070;
}
.newList .info .newsTitle {
  font: 16px/1 '微软雅黑';
  color: #505050;
  margin-top: 25px;
  font-weight: 400;
}
.newList .info .newTxt {
  font: 12px/1 '微软雅黑';
  color:#8A8A8A;
  margin-top: 11px;
}
.newList .itemNews.active,
.newList .itemNews:hover {
  border-bottom: none;
  background: #F7F7F7;
  position: relative;
}
.newList .itemNews.active:after,
.newList .itemNews:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #FBBB01;
}
.newList .itemNews.active .nub:after {
  background: #FBBB01;
}
.signList {
  width: 272px;
}
.signList a {
  display: flex;
  height: 122px;
  padding: 0 34px 0 21px;
  background: #217ABE;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
}
.signList a:nth-of-type(1) {
  margin-top: 0;
}
.signList .itemSignImg {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signList .itemSignTitle {
  width: 130px;
  text-align: right;
}
.signList .itemSignTitle strong {
  display: block;
  font: 20px/1 '微软雅黑';
  color: #fff;
}
.signList .itemSignTitle span {
  display: block;
  font: 14px/1 '微软雅黑';
  color: rgba( 255, 255, 255, .5);
  margin-top: 14px;
}


/* 榜单 */
.rankContainer {
  height: 456px;
  background: url('../image/index/rankBg.jpg') no-repeat center center;
  background-size: cover;
  margin-top: 25px;
}
.rankContainer .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rankContainer .aList {
  width: 530px;
  height: 320px;
  padding: 31px 20px 38px 45px;
  box-sizing: border-box;
  position: relative;
  background: rgba( 255, 255, 255, .7);
}
.rankContainer .aList:nth-of-type(1) {
  margin-right: 134px;
}
.rankContainer .aList:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  background: linear-gradient(to left, rgba( 255, 255, 255, .7), rgba( 255, 255, 255, 0));
}
.rankContainer .aList h6 {
  position: absolute;
  left: -45px;
  top: 0;
  width: 45px;
  height: 138px;
  background: #FBBB01;
  font: 24px/30px '微软雅黑';
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rankContainer .aList .rankList {
  font: 18px/32px '微软雅黑';
}
.rankContainer .aList .rankList li:hover {
  color: #FBBB01;
  cursor: pointer;
}

/* 公益项目 */
.publicWelfare {
  margin-top: 70px;
}
.publicWelfareList {
  margin-top: 45px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.publicWelfareList .itemPro {
  width: 300px;
  margin: 30px 15px 0;
}
.publicWelfareList .itemPro:nth-of-type(1),
.publicWelfareList .itemPro:nth-of-type(2),
.publicWelfareList .itemPro:nth-of-type(3),
.publicWelfareList .itemPro:nth-of-type(4) {
  margin-top: 0;
}
.publicWelfareList .itemPro:nth-child(4n) {
  margin-right: 0;
}
.publicWelfareList .itemPro:nth-child(4n + 1) {
  margin-left: 0;
}
.publicWelfareList .itemPro .proImg {
  display: block;
  height: 196px;
  overflow: hidden;
}
.publicWelfareList .itemPro .proImg:hover {
  box-shadow: 0 0 10px #ccc;
}
.publicWelfareList .itemPro .proImg:hover img {
  transform: scale(1.2);
}
.publicWelfareList .proImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s;
}
.publicWelfareList .itemPro .proTitle {
  font: 18px/1 '微软雅黑';
  color: #505050;
  margin-top: 16px;
  font-weight: 500;
}
.publicWelfareList .itemPro .proTxt {
  margin-top: 10px;
  font: 14px/26px '微软雅黑';
  color: #8A8A8A;
  height: 52px;
}

/* 公益活动 */
.welfareActivities {
  margin-top: 50px;
}
.activitiesList {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activitiesList .itemActivities {
  width: 622px;
  height: 266px;
  background: #F7F7F7;
  margin-top: 35px;
  padding: 24px 30px 22px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activitiesList .itemActivities:nth-of-type(1),
.activitiesList .itemActivities:nth-of-type(2) {
  margin-top: 0;
}
.activitiesList .itemActivities img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
.itemActivities .activitiesInfo {
  width: 302px;
}
.itemActivities .activitiesInfo .activitiesTitle {
  font: 18px/30px '微软雅黑';
  color: #505050;
  font-weight: 500;
}
.itemActivities .activitiesInfo .activitiesTxt {
  font: 14px/26px '微软雅黑';
  color: #8A8A8A;
  margin-top: 15px;
}
.itemActivities .activitiesInfo .activitiesDel {
  font: 14px/1 '微软雅黑';
  color: #505050;
  margin-top: 25px;
}

/* 志愿者组织 */
.organizationWrap {
  margin-top: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.organizationWrap .aboutUs {
  width: 348px;
  padding-top: 120px;
}
.organizationWrap .aboutUsList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.organizationWrap .aboutUsList li {
  width: 167px;
  height: 192px;
  background: #217ABE;
  padding-top: 25px;
  box-sizing: border-box;
}
.organizationWrap .aboutUsList .iconWrap {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organizationWrap .aboutUsList h6 {
  font: 20px/1 '微软雅黑';
  color: #fff;
  margin-top: 18px;
  text-align: center;
}
.organizationWrap .aboutUsList p {
  font: 12px/1 '微软雅黑';
  color: rgba( 255, 255, 255, .5);
  margin-top: 12px;
  text-align: center;
}
.organizationWrap .callUs {
  display: block;
  font: 20px/68px '微软雅黑';
  color: #fff;
  margin-top: 16px;
  background: #FBBB01;
  text-align: center;
  cursor: pointer;
}
.organizationWrap .orgWrap {
  width: 912px;
}
.organizationWrap .orgCon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
}
.organizationWrap .orgCon .imgWrap {
  width: 499px;
  height: 274px;
  position: relative;
}
.organizationWrap .orgList {
  width: 407px;
}


.organizationWrap .orgList .itemOrg {
  height: 96px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 17px;
  border-bottom: 1px solid #E5E5E5;
}
.organizationWrap .orgList .time {
  width: 112px;
  text-align: center;
  color: rgba( 112, 112, 112, .5);
}
.organizationWrap .orgList a {
  width: 274px;
  font: 18px/32px '微软雅黑';
  color: #505050;
}

.organizationWrap .orgList .itemOrg.active,
.organizationWrap .orgList .itemOrg:hover {
  border-bottom: none;
  background: #F7F7F7;
  position: relative;
}
.organizationWrap .orgList .itemOrg.active:after,
.organizationWrap .orgList .itemOrg:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #FBBB01;
}

/* 友情链接 */
.friendLinkContainer {
  margin-top: 65px;
  background: #F7F7F7 url('../image/index/friendLinkBg.png') no-repeat right bottom -25px;
  height: 332px;
  padding-top: 89px;
  box-sizing: border-box;
  background-size: 1467px 216px;
  overflow: hidden;
}
.friendLinkContainer .subHead .title {
  margin: 0 60px;
}
.friendLinkContainer .subHead .heng1 {
  width: 257px;
  height: 1px;
  background: #E5E5E5;
}
.friendLinkContainer .linkList {
  margin: 52px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.friendLinkContainer .linkList img {
  height: 50px;
}