/* entirety */
/* .m-w-entirety {
  width: 1920px;
} */

/* header */
.m-w-header {
  width: 1200px;
  height: 161px;
  padding: 17px 0;
  margin: 0 auto;
}

.m-w-headerTop {
  width: 100%;
  overflow: hidden;
}

.m-w-headerTopImg1 {
  width: 299px;
  height: 34px;
}

.m-w-headerTopImg2 {
  width: 171px;
  height: 31px;
  margin-left: 536px;
}

.m-w-headerBottom {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.m-w-headerBottomLogo {
  width: 403px;
  height: 87px;
}

.m-w-headerBottomSearch {
  width: 361px;
  height: 40px;
  margin-left: 438px;
  margin-top: 20px;
  background: #0051a7;
  border: 2px solid #0051a7;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}

.m-w-headerBottomSearchInput {
  height: 100%;
  width: 220px;
  padding: 0 20px;
  border: none;
  outline: none;
  font-size: 16px;
  background: #fff;
}

.m-w-headerBottomSearchBtn {
  width: 97px;
  height: 36px;
  justify-content: center;
  display: flex;
  text-align: center;
  align-items: center;
}

.m-w-headerBottomSearchBtnImg {
  width: 18px;
  height: 18px;
}

.m-w-headerBottomSearchBtnP {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
}
/* <!-- swiper1 + swiper2+协会动态，通知公告，党建工作 --> */
.bg {
  width: 100%;
  background: url(../image/bg_img.jpg);
  background-size: cover;
}
/* swiper1 */
.m-w-swiper1 {
  width: 1200px;
  height: 220px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top:20px;
}

.swiper1 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .swiper-slideImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination1 {
  position: absolute;
  bottom: 20px;
}
/* swiper2+协会动态，通知公告，党建工作 */
.swiperAndDynamic {
  width: 1200px;
  height: 335px;
  overflow: hidden;
  margin: 20px auto;
  display: flex;
  position: relative;
}
.swiperAndDynamicLeft {
  width: 570px;
  height: 335px;
  background: red;
  overflow: hidden;
}
.swiper2 {
  width: 100%;
  height: 100%;
}
.swiper-slide2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-slide2 div {
  height: 48px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  line-height: 48px;
}
.swiper-slide2 p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-left: 20px;
}
.swiper2 .swiper-pagination2 {
  position: absolute;
  left: 490px !important;
  top: 91%;
  width: 100px !important;
}
.swiper2 .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #fff !important;
}
.swiperAndDynamicRight {
  width: 600px;
  margin-left: 30px;
  height: 335px;
  overflow: hidden;
  position: relative;
}
.swiperAndDynamicRightTop {
  width: 100%;
  height: 45px;
  display: flex;
  border-bottom: 1px solid #0051a7;
}
.swiperAndDynamicRightTopList {
  width: 100%;
  display: flex;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.swiperAndDynamicRightTopList li {
  width: 116px;
  height: 100%;
  text-align: left;

}
/*.active{
  color: #0051a7;
  border-bottom: 2px solid #0051a7;
}*/
.active1{
  display:block !important;
}
.swiperAndDynamicRightTop p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.swiperAndDynamicRightBottom {
  width: 100%;
}
 .swiperAndDynamicRightBottomList {
  width: 600px;
  height: 290px;
  position: absolute;
  top:43px;
  left: 0;
  display: none;
}
 .swiperAndDynamicRightBottomList li {
  width: 100%;
  height: 49px;
  line-height: 49px;
  display: flex;
  align-items: center;
}
 .swiperAndDynamicRightBottomList li p {
  font-size: 16px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
 .swiperAndDynamicRightBottomList li p::before{
  content: '> ';
}
 .swiperAndDynamicRightBottomList li span{
  color: #8E8E8E;
  margin-left: 86px;
  font-size: 12px;
}
