@charset "UTF-8";
.min_screen {
  display: none;
}
.max_screen {
  display: flex;
}
.banner {
  width: 100%;
  height: 420px;
  background: url("../images/banner.png") no-repeat center;
  background-size: 1920px 420px;
  /* margin: auto; */
}

.headlines {
  font-weight: 700;
  color: #b87223;
  font-size: 33px;
  line-height: 42px;
  display: block;
  margin-top: 36px;
  text-align: center;
}

.piece {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.piece-news {
  width: 516px;
}

.piece-news-tit {
  border-left: 3px solid #f3a523;
  padding-left: 25px;
  display: block;
}

.piece-news-tit h3,
.piece-tit h3 {
  font-weight: 700;
  color: #333333;
  font-size: 30px;
  line-height: 38px;
}

.piece-news-tit span,
.piece-tit span {
  color: #cccccc;
  font-size: 20px;
  line-height: 24px;
  font-family: Calibri;
}

.piece-news .piece-news-list {
  margin-top: 37px;
}

.piece-news-list li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-start;
}
.important .piece-news .piece-news-list li{
  padding: 6px 0;
}
.piece-news-list li:first-child {
  padding-top: 0;
}

.piece-news-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #cccccc;
  border-radius: 50%;
  display: block;
  margin-top: 10px;
}

.piece-news-list li a {
  display: block;
  height: 50px;
  color: #333;
  font-size: 17px;
  line-height: 25px;
  width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.carousel {
  width: 730px;
  height: 410px;
}

.carousel a {
  display: block;
  width: 100%;
  height: 410px;
  position: relative;
}

.carousel a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.carousel a p {
  width: 100%;
  height: 134px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 100%
  );
  border-radius: 0px 0px 9px 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  padding: 86px 125px 25px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel .swiper-button-prev,
.carousel .swiper-rtl .swiper-button-next {
  right: 88px;
  left: unset;
  bottom: 24px;
  top: unset;
  color: #fff;
  width: auto;
  height: auto;
}

.carousel .swiper-button-next,
.carousel .swiper-rtl .swiper-button-prev {
  right: 20px;
  left: unset;
  bottom: 24px;
  top: unset;
  color: #fff;
  width: auto;
  height: auto;
}

.carousel .swiper-button-next:after,
.carousel .swiper-button-prev:after {
  font-size: 28px;
}

.piece-national {
  width: 847px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.piece-tit {
  width: 100%;
  display: block;
}

.piece-tit p {
  width: 60px;
  height: 3px;
  background: #f3a523;
  margin-bottom: 23px;
}

.piece-national-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
  flex-wrap: wrap;
}

.piece-national-list-left,
.piece-national-list-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.piece-national-list-right{
  margin-top: 37px;
}
.piece-national-list-left img,
.piece-national-list-right img {
  width: 413px;
  height: 232px;
  border-radius: 9px;
  object-fit: cover;
}

.piece-national-list-left .piece-news-list {
  /* margin-top: 37px; */
  width: 413px;
}

.piece-national-list-right .piece-news-list {
  /* margin-top: 37px; */
  width: 413px;
}

.piece-regional {
  width: 413px;
}

.piece-regional-list {
  margin-top: 29px;
}

.piece-regional-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 17px;
}

.piece-regional-list li:first-child {
  margin-top: 0;
}

.piece-regional-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  margin-right: 10px;
}

.piece-regional-list a {
  color: #2d313e;
  font-size: 17px;
  line-height: 25px;
  width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.piece-regional-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 5px;
}

.piece-regional-area a {
  display: bl;
  width: 73px;
  height: 32px;
  line-height: 32px;
  background: #fef9ec;
  color: #b87223;
  font-size: 17px;
  text-align: center;
  margin: 11px 12px 0 0;
}

.piece-regional-area a:nth-child(5n) {
  margin-right: 0;
}

.notice {
  margin-top: 50px;
  /* height: 89px; */
  border: 1px solid;
  border-color: #f5f5f5;
  padding: 30px 25px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.notice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 22px solid #ff6e4a;
  /* 三角形颜色 */
  border-right: 22px solid transparent;
}

.notice>a {
  display: block;
  font-weight: 700;
  color: #333333;
  font-size: 23px;
  line-height: 29px;
  width: 140px;
}

.notice-con {
  width: calc(100% - 140px);
}

.notice-con a {
  color: #2d313e;
  font-size: 19px;
  line-height: 24px;
  margin-right: 50px;
}

.notice-con a span {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
}

.friendship {
  margin-top: 50px;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.friendship > img {
  width: 390px;
  height: 58px;
  display: block;
}

.friendship-item {
  padding: 20px 18px;
  width: 190px;
  height: 190px;
  background: #fff;
  border-radius: 9px;
}

.friendship-item img {
  width: 60px;
  height: 60px;
}

.friendship-item h5 {
  font-weight: 700;
  color: #2d313e;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}

.friendship-item p {
  color: #2d313e;
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
}

.videoreport {
  margin-top: 50px;
}

.videoreport-v {
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}

.videoreport .swiper-slide {
  width: 1200px;
  height: 675px;
  /* transition: all 0.5s; */
  transform: scale(0.8);
  position: relative;
}

.videoreport .swiper-slide-active {
  transform: scale(1);
}

.videoreport .swiper-slide .videoreport-img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.videoreport .swiper-slide div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 9px;
  opacity: 0;
}

.videoreport .swiper-slide div h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  line-height: 80px;
  margin: auto;
  /* margin-top: 454px; */
  /* margin-top: 570px; */
  width: 90%;
  opacity: 0;
}

.videoreport .swiper-slide div p {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  width: 640px;
  margin: auto;
  margin-top: 35px;
  opacity: 0;
  display: none;
}

.videoreport .swiper-slide.swiper-slide-active div,
.videoreport .swiper-slide.swiper-slide-active div h3,
.videoreport .swiper-slide.swiper-slide-active div p {
  opacity: 1;
}

.videoreport-play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9999;
  opacity: 0.8;
  width: 65px;
  height: 65px;
}

.videoreport .swiper-button {
  width: 1400px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.videoreport .swiper-button-prev,
.videoreport .swiper-rtl .swiper-button-next,
.videoreport .swiper-button-next,
.videoreport .swiper-rtl .swiper-button-prev {
  color: #fff;
}

.photonews {
  margin-top: 50px;
}

.photonews-list {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
}

.photonews-list-left {
  display: block;
  width: 571px;
}

.photonews-list-left img {
  width: 100%;
  height: 321px;
  border-radius: 9px;
  object-fit: cover;
}

.photonews-list p {
  font-size: 17px;
  line-height: 24px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.photonews-list ul {
  width: 688px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.photonews-list ul.min_screen {
  display: none;
}
.photonews-list ul li {
  width: 216px;
  margin-right: 10px;
  margin-top: 14px;
}

.photonews-list ul li:nth-child(1),
.photonews-list ul li:nth-child(2),
.photonews-list ul li:nth-child(3) {
  margin-top: 0;
}

.photonews-list ul li:nth-child(3n) {
  margin-right: 0;
}

.photonews-list ul li img {
  width: 216px;
  height: 122px;
  border-radius: 9px;
  object-fit: cover;
}

.photonews-list ul li p {
  color: #333333;
}

.special {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.special-tit,
.branding-tit {
  display: flex;
  justify-content: flex-start;
}

.special-tit p,
.branding-tit p {
  width: 3px;
  height: 57px;
  background: #f3a523;
  margin-right: 23px;
}

.special-tit h4,
.branding-tit h4 {
  writing-mode: vertical-rl;
  font-weight: 700;
  color: #333333;
  font-size: 31px;
  line-height: 32px;
  letter-spacing: 6px;
  margin-right: 11px;
}

.special-tit span,
.branding-tit span {
  writing-mode: vertical-rl;
  font-family: Calibri;
  color: #cccccc;
  font-size: 20px;
  letter-spacing: 1px;
}
.special-img-box .special-img {
  display: none;
}
.special-img-box .special-img:first-child {
  display: block;
}
.special-img img {
  width: 689px;
  height: 388px;
  border-radius: 9px;
  object-fit: cover;
}

.special ul {
  width: 447px;
  height: 388px;
  background: #fefdeb;
  padding: 5px 25px 11px 25px;
  display: block;
}

.special ul li {
  line-height: 61px;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.special ul li a {
  color: #2d313e;
  font-size: 17px;
  width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.special ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}

.branding {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

.flash4 {
  width: 1163px;
  height: 385px;
  position: relative;
  /* background-color: #fcc; */
}

.flash4 ul li {
  width: 64px;
  height: 385px;
  margin-right: 15px;
  /* border-left: 1px solid #000; */
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 9px;
}

.flash4 ul li:last-child {
  margin-right: 0;
}

.flash4 ul li .imgTop img {
  /* opacity: 0.4; */
  filter: blur(20px);
  width: 689px;
  height: 385px;
  /* border-radius:9px; */
  object-fit: cover;
}

.flash4 ul li .imgTop img.tm {
  /* opacity: 1; */
  filter: blur(0px);
  width: 689px;
  height: 385px;
}

.flash4 ul li.first {
  width: 689px;
}

.flash4 ul li.fast {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.flash4 ul li p {
  position: absolute;
  /* width: 64px; */
  height: 100%;
  padding: 23px 14px;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(78, 134, 171, .59);
}

.flash4 ul li p.actp {
  writing-mode: unset;
  width: 100%;
  height: 146px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.47) 100%
  );
  border-radius: 0px 0px 9px 9px;
  top: unset;
  bottom: 0;
  padding: 98px 32px 23px 32px;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 25px;
}

.branding-tit {
  /* width: 105px; */
}

.branding-tit p {
  margin-right: 0;
  margin-left: 23px;
}

.branding-tit h4 {
  margin-right: 0;
  margin-left: 11px;
}

.branding-but {
  position: absolute;
  right: 0;
  bottom: 0;
}

.branding-but img {
  width: 30px;
  cursor: pointer;
}

.integrated {
  margin-top: 50px;
}

.integrated-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 29px;
}

.integrated-list-item {
  width: 630px;
}

.integrated-list-item-top {
  background: url(../images/weixin_bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 53px;
  border-radius: 9px 9px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  position: relative;
}

.integrated-list-item:nth-child(2) .integrated-list-item-top {
  background: url(../images/sina_bg.png) no-repeat center;
  background-size: cover;
}

.integrated-list-item:last-child .integrated-list-item-top {
  background: url(../images/weixin_v_bg.png) no-repeat center;
  background-size: cover;
}

.integrated-list-item-top img {
  width: 36px;
}
.integrated-list-item-top img.integrated-list-item-top-ewm{
  width: 100px;
  height: 100px;
  position: absolute;
  left: 80px;
  top: -25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.integrated-list-item-top:hover img.integrated-list-item-top-ewm{
  display: block;
}
.integrated-list-item-top img:first-child {
  width: 39px;
}

.integrated-list-item-top p {
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  width: calc(100% - 60px);
}

.integrated-list-item-bot {
  border: 1px solid #d8d2c9;
  border-top: none;
  padding: 10px 20px;
}

.integrated-list-item-bot .first {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ece9e5;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.integrated-list-item-bot .first p {
  width: 400px;
  height: 54px;
  line-height: 26px;
  color: #2d313e;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.integrated-list-item-bot .first img {
  width: 152px;
  height: 86px;
  border-radius: 6px;
}

.integrated-list-item-bot .last {
  line-height: 26px;
  color: #2d313e;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}

.paper {
  margin-top: 20px;
  display: block;
}

.service {
  width: 847px;
}

.service-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}

.service-tab li {
  width: 88px;
  height: 88px;
  /* background: #feefd1; */
  border-radius: 9px;
  text-align: center;
  padding: 15px 0 12px 0;
  text-align: center;
  color: #2d313e;
  font-size: 16px;
  cursor: pointer;
}

.service-tab li.act {
  background: #feefd1;
  color: #b76100;
}

.service-tab i {
  font-size: 28px;
}

.service-tab li p {
  line-height: 20px;
  margin-top: 11px;
}

.service-list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  display: none;
}

.service-list-item:first-child {
  display: flex;
}

.service-list-item-left {
  display: block;
  width: 413px;
}

.service-list-item-left img {
  width: 100%;
  height: 232px;
  border-radius: 9px;
  object-fit: cover;
}

.service-list-item-right.max_screen {
  width: 413px;
  display: block;
}

.service-list-item-right > a {
  display: flex;
  justify-content: space-between;
}

.service-list-item-right > a img {
  width: 132px;
  height: 75px;
  border-radius: 9px;
}

.service-list-item-right > a p {
  width: 261px;
  height: 73px;
  line-height: 26px;
  color: #333333;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-list-item-right ul {
  margin-top: 20px;
}

.service-list-item-right ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  line-height: 22px;
}

.service-list-item-right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
}

.service-list-item-right ul li a {
  color: #333333;
  font-size: 17px;
  width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.encyclopedia {
  width: 413px;
}

.encyclopedia .service-list-item-right {
  margin-top: 35px;
}

.encyclopedia .service-list-item-right > a {
  margin-top: 30px;
}

.list-banner {
  width: 100%;
  height: 243px;
  background: url("../images/list_banner.png") no-repeat center;
  background-size: 1920px 243px;
}

.list-banner-area {
  width: 1000px;
  margin: auto;
}

.list-banner-area div {
  width: 194px;
  line-height: 104px;
  border: 2px solid;
  border-color: #b87223;
  border-radius: 15px;
  float: right;
  margin-top: 70px;
  text-align: center;
  font-size: 30px;
  font-size: 52px;
  color: #b87223;
}

.piece-news-list.piece-news-list-li li:first-child {
  padding-top: 15px;
}

.piece-news .piece-news-list.piece-news-list-li {
  margin-top: 0;
}

.piece-news-list.piece-news-list-li li {
  border-bottom: unset;
  border-top: 1px solid #efefef;
}

.newsinformation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: flex-start;
}

.newsinformation-left {
  width: 847px;
}

.news-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.news-tit.min_screen {
  display: none;
}
.news-tit h3 {
  width: fit-content;
  line-height: 38px;
  font-weight: 700;
  color: #333333;
  font-size: 30px;
  border-bottom: 3px solid #f3a523;
  padding-bottom: 20px;
}

.news-tit a {
  font-size: 18px;
  line-height: 20px;
  color: #b87223;
}

.newsinformation-left-list li {
  margin-top: 30px;
  margin-bottom: 30px;
}

.newsinformation-left-list li:last-child {
  margin-bottom: 0;
}

.newsinformation-left-list li a {
  display: flex;
  justify-content: flex-start;
}

.newsinformation-left-list li img {
  width: 222px;
  height: 125px;
  border-radius: 9px;
  margin-right: 20px;
  flex: none;
}

.newsinformation-left-list li div {
  border-bottom: 1px solid #efefef;
  width: 100%;
  /* height: 125px; */
  min-width: calc(100% - 250px);
}
.leadership .newsinformation-left-list li div{
  padding-bottom: 30px;
}
/* .newsinformation-left-list li.newsinformation-left-list-noimg div {
  width: auto;
  height: 125px;
} */

.newsinformation-left-list li div h5 {
  width: 100%;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsinformation-left-list li div p {
  width: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.newsinformation-left-list li div h5::before,
.newsinformation-right-item ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  display: block;
}

.newsinformation-left-list li div h5 span {
  display: block;
  width: calc(100% - 16px);
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.newsinformation-right {
  width: 412px;
}

.newsinformation-right-item {
  margin-top: 40px;
}

.newsinformation-right-item-img {
  position: relative;
  margin-top: 20px;
}

.newsinformation-right-item-img img {
  width: 100%;
  height: 232px;
  border-radius: 9px;
  object-fit: cover;
}

.newsinformation-right-item-img p {
  width: 100%;
  height: 134px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 100%
  );
  border-radius: 0px 0px 9px 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 97px 6px 14px 6px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsinformation-right-item ul {
  margin-top: 30px;
}

.newsinformation-right-item ul li {
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}

.newsinformation-right-item ul li a {
  color: #2d313e;
  font-size: 17px;
  width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsinformation-right-overview {
  width: 100%;
  height: auto;
  padding: 24px 18px 40px 18px;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  border-radius: 9px;
}

.newsinformation-right-overview > img {
  width: 100%;
  display: block;
}

.newsinformation-right-overview > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsinformation-right-overview-item {
  display: block;
  width: 180px;
  background: #ffffff;
  border-radius: 9px;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.newsinformation-right-overview-item img {
  width: 25px;
  height: 25px;
}

.newsinformation-right-overview-item h5 {
  font-weight: 700;
  color: #2d313e;
  font-size: 17px;
  line-height: 21px;
  width: calc(100% - 40px);
}

.newsinformation-right-overview-item p {
  color: #2d313e;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

.newsinformation-column {
  margin-top: 30px;
}

.newsinformation-column li div h5::before {
  display: none;
}

.newsinformation-column li div h5 span {
  width: 100%;
}

.newsinformation-column li div p {
  padding-left: 0;
}

.erdaohan {
  height: 62px;
  line-height: 62px;
  color: #adadad;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  /* margin-bottom: 35px; */
}
.erdaohan.piece-erdaohan {
  border: none;
}
.erdaohan a {
  color: #adadad;
  font-size: 14px;
}
.newsinformation-column .newsinformation-right-item:first-child {
  margin-top: 0;
}

.newsinformation-column-li {
  margin-top: 30px;
}

.newsinformation-column-li:first-child {
  margin-top: 0;
}

.leadership {
  background: #fcfdfb;
  padding: 0 0 60px 0;
}

.leadership-president-tit {
  font-weight: 700;
  color: #333333;
  font-size: 36px;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  position: relative;
}
.search {
  display: flex;
  justify-content: center;
}

.search input {
  width: 500px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #ddd6c0;
  padding: 0 15px;
}

.search div {
  width: 100px;
  height: 46px;
  line-height: 46px;
  background: #ddd6c0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.show-tip {
  font-size: 26px !important;
  position: absolute;
  right: 153px;
  top: 0;
  font-weight: normal !important;
}
.leadership-president-tit::before,
.leadership-president-tit::after {
  content: "";
  background: url(../images/ldright.png) no-repeat center;
  background-size: cover;
  display: block;
  width: 91px;
  height: 32px;
  margin: 0 40px;
}

.leadership-president-tit::after {
  background: url(../images/ldleft.png) no-repeat center;
  background-size: cover;
}

.leadership-president-con {
  background: url(../images/ldbj.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 451px;
  border-radius: 8px;
  box-shadow: 0px 0px 30px rgba(75, 23, 0, 0.17);
  margin-top: 60px;
  padding: 70px 130px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.leadership-president-con::before {
  content: "";
  display: block;
  width: 66px;
  height: 10px;
  background: #f5b74f;
  border-radius: 0px 0px 0px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.leadership-president-con::after {
  content: "";
  display: block;
  width: 66px;
  height: 10px;
  background: #f5b74f;
  border-radius: 0px 8px 0px 0px;
  position: absolute;
  right: 0;
  top: 0;
}

.leadership-president-con > img {
  width: 221px;
  height: 311px;
}

.leadership-president-con-right {
  width: calc(100% - 340px);
}

.leadership-president-con-right-top {
  border-bottom: 1px solid #f3a523;
  width: 340px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  padding-bottom: 10px;
}

.leadership-president-con-right-top h4 {
  font-weight: 700;
  color: #f3a523;
  font-size: 34px;
  line-height: 44px;
  margin-right: 35px;
}

.leadership-president-con-right-top span {
  font-weight: 700;
  color: #333333;
  font-size: 28px;
  line-height: 35px;
}

.leadership-president-con-right-top::before {
  content: "";
  width: 72px;
  height: 6px;
  background: #f3a523;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.leadership-president-con-right-dec {
  color: #333333;
  font-size: 28px;
  line-height: 35px;
  margin-top: 35px;
  text-indent: 2em;
}

.leadership-president-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.leadership-president-list a {
  display: block;
  padding: 76px;
  width: 400px;
  margin-right: 40px;
  margin-top: 40px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 30px rgba(75, 23, 0, 0.17);
}

.leadership-president-list a:nth-child(3n) {
  margin-right: 0;
}

.leadership-president-list a img {
  width: 245px;
  height: 344px;
}

.leadership-president-list a .leadership-president-con-right-top {
  margin-top: 25px;
}

.service-col {
  width: 100%;
}

.service-col .service-tab li {
  width: 133px;
  height: 133px;
  padding: 23px 0 18px 0;
}

.service-col .service-tab i {
  font-size: 42px;
}

.service-col .service-tab li p {
  font-size: 24px;
  margin-top: 20px;
}

.service-col .service-col-list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  display: none;
  flex-wrap: wrap;
}

.service-col-list .service-col-list-item:first-child {
  display: flex;
}

.service-col-list-item-li {
  width: 413px;
}

.service-col-list-item-li > a {
  display: block;
  background: url(../images/bszn1.png) no-repeat center;
  background-size: cover;
  width: 100%;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  padding-left: 30px;
}

.service-col-list-item > div:nth-child(2) .service-col-list-item-li > a {
  background: url(../images/bszn2.png) no-repeat center;
  background-size: cover;
}

.service-col-list-item > div:nth-child(3) .service-col-list-item-li > a {
  background: url(../images/bszn3.png) no-repeat center;
  background-size: cover;
}
.service-col-list-item > div:nth-child(4) .service-col-list-item-li > a {
  background: url(../images/bszn4.png) no-repeat center;
  background-size: cover;
  margin-top: 32px;
}
.service-col-list-item-li > a img {
  width: 413px;
  height: 70px;
}

.service-col-list-item-li .piece-news-list {
  margin-top: 30px;
}

.listbody {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.listright {
  /* margin-left: 20px; */
  width: 413px;
}

.listleft {
  width: 847px;
  padding: 25px 30px;
  border: 1px solid;
  border-color: #f5f5f5;
}

.lanmu {
  color: #333333;
  font-size: 30px;
  line-height: 51px;
}

/* 容器样式 */
.container {
  display: flex;
  width: 100%;
  padding: 25px 0px;
  border-bottom: 1px solid #f5f5f5;
}

/* 图片样式 */
.container img {
  width: 240px;
  height: 135px;
  border-radius: 8px;
  margin-right: 30px;
  flex-shrink: 0;
  object-fit: cover;
}

.content {
  width: auto;
  position: relative;
  min-width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

/* 标题样式 */
.content h3 {
  color: #333333;
  font-size: 20px;
  /* height: 25px; */
  line-height: 30px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  width: 100%;
}

/* 描述和日期样式 */
.content .date {
  /* position: absolute; */
  bottom: 0;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
}

/* 描述和日期样式 */
.content .noimgdate {
  color: #999999;
  font-size: 14px;
  margin-top: 40px;
}

.content p {
  margin-top: 15px;
  min-height: 38px;
  line-height: 20px;
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
}

.listright-item {
  margin-bottom: 50px;
}

.listright-item-tit {
  position: relative;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 24px;
  padding-top: 20px;
  display: block;
}

.listright-item-tit::before {
  content: "";
  /* 必须添加内容，空字符串即可 */
  position: absolute;
  top: 0px;
  /* 贴近上方 */
  left: 0;
  width: 45px;
  /* 橙色条的长度 */
  height: 3px;
  /* 橙色条的高度 */
  background-color: #f3a523;
  /* 设置颜色 */
  /*border-radius: 2px; !* 可选：使边条圆角 *!*/
}

.listright-item ul {
  margin-left: 15px;
}

.listright-item li {
  position: relative;
  color: #2d313e;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 23px;
}

.listright-item li::before {
  content: "•";
  /* 使用 Unicode 的圆点符号 */
  color: #cccccc;
  /* 设置小圆点的颜色 */
  position: absolute;
  left: -15px;
  /* 将圆点定位到文字左侧 */
  top: 0;
}

.listbody-content {
  width: 820px;
}

.listbody-content-tit {
  color: #2d313e;
  font-size: 38px;
  line-height: 49px;
}

.listbody-content-info {
  color: #848792;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}

.listbody-content-info span {
  margin-right: 15px;
}

.listbody-content-main {
  margin-top: 40px;
}

.listbody-content-main p {
  text-indent: 0em;
  color: #2d313e;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
/* 处理老稿件多两个空格的问题 多加一个class 原来的不加首行缩进 */
.listbody-content-main-new p{
  text-indent: 2em;
}
.listbody-content-main * {
  max-width: 100%;
}

.listbody-content-main img,
.listbody-content-main video {
  display: block;
  margin: auto;
}
.listbody-content-main .contentEditor{
  text-align: right;
  margin-top: 10px;
}
/* 图片放大 */
#imgbox-loading {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 990;
}

#imgbox-loading div {
  background: #fff;
  width: 100%;
  height: 100%;
}

#imgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 80;
  opacity: 0.8 !important;
}

.imgbox-wrap {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  background: #fff;
  display: none;
  z-index: 90;
  box-sizing: content-box;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto;
  padding: 0 !important;
}

.imgbox-img {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.imgbox-title {
  padding-top: 10px;
  font-size: 11px;
  text-align: center;
  font-family: Arial;
  color: #333;
  display: none;
}

.imgbox-bg-wrap {
  position: absolute;
  padding: 0;
  margin: 0;
  display: none;
}

.imgbox-bg {
  position: absolute;
  width: 20px;
  height: 20px;
}

.imgbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  font-size: 26px;
  color: #333;
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 50%;
  text-decoration: unset;
  display: none;
}
.piece-list {
  margin-top: 0;
}

.modelTost {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modelTostChile {
  max-width: 100%;
  margin: auto;

}

.modelTostChile p {
  font-size: 24px;
  padding: 3%;
}

.modelClose {
  cursor: pointer;
  color: #000;
  font-size: 23px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 999;
}

.modelTost .swiper-slide {
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.modelTost .swiper-slide img {
  width: auto; /* 或者设置一个最大宽度 */
  height: auto; /* 保持图片宽高比 */
  text-align: center;
  max-width: 90%;
}
.modelTost .swiper-button-next,
.modelTost .swiper-button-prev {
  color: #fff;
}
.modelTost .swiper-button-next {
  right: 200px;
}
.modelTost .swiper-button-prev {
  left: 200px;
}
.title {
  color: #333333;
  font-size: 30px;
  margin: 40px 0 30px;
  font-family: Microsoft YaHei UI;
}
.media-list {
  display: flex;
  /* align-items: center; */
  flex-direction: row;
  flex-wrap: wrap;
}
.media-list li {
  margin-bottom: 40px;
  margin-right: 30px;
  width: calc((calc(100% - 90px)) / 4);
  cursor: pointer;
}
.media-list li:nth-child(4n) {
  margin-right: 0;
}
.media-list li .show-img {
  width: 297px;
  height: 168px;
  border-radius: 8px;
  position: relative;
}
.media-list li .show-img img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.media-list li .show-img .play-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.media-list li .media-title {
  color: #333333;
  font-size: 17px;
  margin: 15px 0;
  line-height: 24px;
  font-family: Microsoft YaHei UI;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.media-list li .time {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

/*视频列表页专用*/
.video-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
  height: 476px;
  position: relative;
}
.left-img {
  width: 847px;
  height: 476px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.left-img a {
  display: none;
  width: 100%;
  height: 100%;
}
.left-img a:first-child {
  display: block;
}
.left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-item {
  height: 476px;
  box-sizing: border-box;
  width: 501px;
  background: linear-gradient(
    270deg,
    #d3cab3 82.17%,
    rgba(211, 202, 179, 0) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 107px;
  padding-right: 30px;
  color: #000;
  z-index: 2;
}
.right-item ul a {
  padding: 15px 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
  display: block;
}
.right-item ul .active-li {
  font-weight: 700;
  color: #927043;
}
.list-serach-txt {
  text-align: center;
  margin: 40px auto;
  font-size: 20px;
}
.files-title{
  font-size: 16px;
  font-weight: 600;
}
.files .download a{
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  text-decoration: underline;
}
.card  .news-tit {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  border-bottom: 4px solid #e6b97a;
  padding-left: 14px;
  margin-top: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
  background: none;
}

.section-constitution .constitution-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.section-constitution .constitution-container {
  display: flex;
  align-items: flex-start;
  gap: 0;

}

.constitution-left {

width: 413px;

/* height: 235px; */

background: #fffbf4;

border: 1px solid;

border-color: #f6eedc;

border-radius: 2px;

min-width: 260px;

padding: 19px;

margin-right: 30px;

display: flex;

justify-content: space-between;
}

.constitution-icon-bg {
  width: 86px;
  height: 73px;
  /* margin-bottom: 10px; */
}

.constitution-icon {
  width: 100%;
  height: 100%;
}

.constitution-title-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  margin-left: 10px;
}

.constitution-title {
  font-weight: 700;
  color: #2d313e;
  font-size: 20px;
}

.constitution-title-en {
  color: #2d313e;
  font-size: 14px;
}

.constitution-right {
  flex: 1;
  min-width: 0;
}

.constitution-text {
  color: #2d313e;
  font-size: 18px;
  /* padding-bottom: 10px; */
  line-height: 31px;
}

.section-leaders .leaders-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.leader-item {
  background: #f6f6f6;
  min-width: 153px;
  height: 125px;
  padding: 20px 15px;
}

.leader-name {
  font-weight: 700;
  color: #333333;
  font-size: 20px;


}

.leader-line {
  width: 40px;
  border-bottom: 3px solid #f3a523;
  padding-bottom: 10px;
}

.leader-role {
  color: #868686;
  font-size: 16px;
  margin-top: 10px;
}

.section-intro .intro-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.intro-photo-group {
  width: 415px;
  height: 235px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.intro-photo {
  object-fit: cover;

}

.intro-text {
  flex: 1;
  color: #2d313e;
  font-size: 18px;
  line-height: 41px;
  text-indent: 2em;
}

.section-orgs .orgs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 8px;
}

.org-item {
  display: flex;
  background: #fff6ee;
  color: #b48a4a;
  width: 153px;
  height: 65px;
  line-height: 65px;
  background: #f6f6f6;
  color: #800000;
  font-size: 20px;
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.org-item::before {
  content: '';
  margin-top: 7px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #800000;
  /* position: absolute; */
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.section-local-union .local-union-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 8px;
}

.local-union-item {
  display: inline-block;
  background: #fff6e6;
  color: #b48a4a;
  font-size: 16px;
  min-width: 153px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.mobile .files-title{
  font-size: 0.32rem;
  line-height: 1.3;
}
.mobile .files .download a{
  line-height: .4rem;
  font-size: .28rem;
  margin-top: .2rem;

}
.mobile {
  width: 782px;
  margin: auto;
  /* font-size: 42.667px; */
  font-size: 100px;
}
.mobile .w {
  width: 100%;
  padding: 0 0.32rem;
}
.mobile .min_screen {
  display: flex;
}
.mobile .max_screen {
  display: none;
}
.mobile .domain span,
.mobile .banner,
.mobile .piece-news-tit span,
.mobile .piece-tit span,
.mobile .carousel .swiper-button-prev,
.mobile .carousel .swiper-rtl .swiper-button-next,
.mobile .carousel .swiper-button-next,
.mobile .carousel .swiper-rtl .swiper-button-prev,
.mobile .piece-tit p,
.mobile .piece-regional-list li::before,
.mobile .friendship-item p,
.mobile .videoreport .swiper-slide div p {
  display: none;
}
.mobile .header {
  line-height: 0.88rem;
}
.mobile .header-bg{
  background: url(../images/banner-index-wap.png) no-repeat center;
  background-size: 100% auto;
  background-position: 0 .88rem;
}
.mobile .nav-box {
  width: 100%;
  overflow: auto;
  display: block;
}
.mobile .header-bg .nav-box{
  margin-top: 3.1rem;
}
.mobile .nav {
  width: max-content;
}
.mobile .nav li {
  margin-left: 0.32rem;
  /* width: 100px; */
}
.mobile .nav li:first-child {
  margin-left: 0;
}
.mobile .nav a {
  font-size: 0.32rem;
}
.mobile .nav .act a::before {
  width: 0.4rem;
  height: 0.06rem;
  left: calc(50% - 0.2rem);
  bottom: -0.2rem;
}
.mobile .logo img {
  height: 0.7rem;
}
.mobile .domain {
  width: 2.2rem;
}
.mobile .domain img {
  width: 0.36rem;
}
.mobile .domain-font,
.mobile .domain-font a {
  font-size: 0.32rem;
}
.mobile .headlines {
  font-size: 0.36rem;
  line-height: 0.46rem;
  margin-top: 0.3rem;
  font-weight: normal;
}
.mobile .piece {
  margin-top: 0.3rem;
}
.mobile .important {
  flex-direction: column-reverse;
}
.mobile .carousel {
  width: 100%;
  height: 3.86rem;
  border-radius: 0.18rem;
}
.mobile .carousel a {
  height: 3.86rem;
}
.mobile .carousel a p {
  height: 1.26rem;
  padding: 0.26rem 0.26rem 0.2rem 0.26rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}
.mobile .carousel a p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: unset;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mobile .piece-list {
  flex-direction: column-reverse;
}
.mobile .piece-news {
  width: 100%;
  margin-top: 0.3rem;
}
.mobile .piece-news-tit,
.mobile .piece-tit {
  border-left: 0.06rem solid #f3a523;
  padding-left: 0.2rem;
}
.mobile .piece-news-tit h3,
.mobile .piece-tit h3 {
  font-size: 0.36rem;
  line-height: 0.4rem;
}
.mobile .piece-news-list li {
  padding: 0.3rem 0;
}
.mobile .important  .piece-news .piece-news-list li{
  padding: 0.3rem 0;
}
.mobile .piece-news-list li:first-child {
  padding-top: 0;
}
.mobile .piece-news-list li::before {
  display: none;
}
.mobile .piece-news-list li a {
  font-size: 0.34rem;
  line-height: 0.52rem;
  width: 100%;
  height: auto;
}
.mobile .piece-news .piece-news-list {
  margin-top: 0.3rem;
}
.mobile .piece-national {
  width: 100%;
}
.mobile .piece-national-list {
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.mobile .piece-national-list-left,
.mobile .piece-national-list-right {
  width: 100%;
}
.mobile .piece-national-list-left > a,
.mobile .piece-national-list-right > a {
  display: none;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.3rem;
}
.mobile .piece-national-list-left > a img,
.mobile .piece-national-list-right > a img {
  width: 2.6rem;
  height: 1.46rem;
  border-radius: 0.18rem;
  margin-right: 0.36rem;
}
.mobile .piece-national-list-left > a p,
.mobile .piece-national-list-right > a p {
  color: #333333;
  font-size: 0.34rem;
  line-height: 0.5rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mobile .piece-national-list-left .piece-news-list {
  margin-top: 0.3rem;
 
}
.mobile .piece-national-list-left .piece-news-list,.mobile .piece-national-list-right .piece-news-list{
  width: 100%;
}
.mobile .piece-national-list-right {
  margin-top: 0.3rem;
}
.mobile .piece-national-list-right .piece-news-list {
  margin-bottom: 0.3rem;
}
.mobile .piece-regional {
  width: 100%;
  margin-top: 0.3rem;
}
.mobile .piece-regional-list {
  margin-top: 0.3rem;
}
.mobile .piece-regional-list a {
  width: 100%;
  font-size: 0.34rem;
  line-height: 0.5rem;
}
.mobile .piece-regional-list li {
  margin-top: 0.3rem;
}
.mobile .piece-regional-area {
  margin-top: 0.16rem;
}
.mobile .piece-regional-area a {
  width: 1.18rem;
  height: 0.64rem;
  line-height: 0.64rem;
  margin: 0.22rem 0.24rem 0 0;
  font-size: 0.3rem;
}
.mobile .notice {
  margin-top: 0.4rem;
  width: calc(100% - 0.64rem);
  height: 1.6rem;
  padding: 0.2rem 0.3rem 0 0.48rem;
  flex-wrap: wrap;
}
.mobile .notice>a {
  width: 100%;
  font-size: 0.36rem;
  line-height: 0.46rem;
}
.mobile .notice-con {
  width: 100%;
}
.mobile .notice-con a {
  font-size: 0.34rem;
  line-height: 0.48rem;
  margin-right: 0.4rem;
}
.mobile .notice-con a span {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.2rem;
}
.mobile .str_wrap {
  height: 0.48rem !important;
}
.mobile .friendship {
  width: calc(100% - 0.64rem);
  margin-top: 0.4rem;
  flex-wrap: wrap;
  padding: 0.4rem 0.32rem 0.5rem 0.32rem;
}
.mobile .friendship > img {
  width: 90%;
  height: auto;
  margin: auto;
}
.mobile .friendship-item {
  width: 2.9rem;
  height: auto;
  padding: 0.38rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.mobile .friendship-item img {
  width: 0.76rem;
  height: 0.76rem;
}
.mobile .friendship-item h5 {
  font-size: 0.32rem;
  line-height: 0.4rem;
  margin-top: 0;
}
.mobile .videoreport {
  margin-top: 0.4rem;
}
.mobile .videoreport-v {
  max-width: 100%;
  margin-top: 0.6rem;
  width: 100%;
  padding: 0 0.32rem;
  /* height: 5rem; */
}
.mobile .videoreport .swiper-slide {
  width: 100%;
  height: auto;
  border-radius: 0.18rem;
  transform: scale(1);
}
.mobile .videoreport .swiper-slide div {
  border-radius: 0.18rem;
  /* position: unset; */
  height: 3.84rem;
  display: none;
}
.mobile .videoreport .swiper-button {
  width: 90%;
  height: 3.84rem;
  right: unset;
  bottom: unset;
  left: 5%;
}
.mobile .videoreport .swiper-button-next:after,
.mobile .videoreport .swiper-rtl .swiper-button-prev:after,
.mobile .videoreport .swiper-button-prev:after,
.mobile .videoreport .swiper-rtl .swiper-button-next:after {
  font-size: 0.48rem;
}
.mobile .videoreport-play {
  width: 0.74rem;
  height: 0.74rem;
  left: 0;
  top: 1.54rem;
  right: 0;
  bottom: unset;
}
.mobile .videoreport .swiper-slide div h3 {
  display: none;
}
.mobile .videoreport .swiper-slide .videoreport-img {
  height: 3.84rem;
}
.mobile .videoreport .swiper-slide h3 {
  width: 100%;
  line-height: 0.42rem;
  color: #2d313e;
  font-size: 0.34rem;
  text-align: center;
  margin-top: 0.24rem;
  display: block;
}
.mobile .photonews {
  margin-top: 0.4rem;
}
.mobile .photonews-list {
  margin-top: 0;
  flex-wrap: wrap;
}
.mobile .photonews-list ul.max_screen {
  display: none;
}
.mobile .photonews-list ul.min_screen {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.mobile .photonews-list ul li,
.mobile .photonews-list ul li:nth-child(1),
.mobile .photonews-list ul li:nth-child(2),
.mobile .photonews-list ul li:nth-child(3) {
  width: 3.28rem;
  margin-right: 0 !important;
  margin-top: 0.3rem;
}
.mobile .photonews-list ul li img {
  width: 100%;
  height: 1.84rem;
  border-radius: 0.18rem;
}
.mobile .photonews-list ul li p {
  font-size: 0.34rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
}
.mobile .special {
  margin-top: 0.4rem;
  flex-wrap: wrap;
}
.mobile .special ul.max_screen {
  display: none;
}
.mobile .special-tit,
.mobile .branding-tit {
  width: 100%;
  display: block;
  border-left: 0.06rem solid #f3a523;
  padding-left: 0.2rem;
}
.mobile .special-tit span,
.mobile .special-tit p {
  display: none;
}
.mobile .special-tit h4,
.mobile .branding-tit h4 {
  writing-mode: unset;
  letter-spacing: 0;
  font-size: 0.36rem;
  line-height: 0.4rem;
  margin-left: 0;
}
.mobile .special-swiper {
  width: 100%;
  margin-top: 0.3rem;
}
.mobile .special-swiper img {
  width: 100%;
  height: 3.86rem;
  border-radius: 0.18rem;
  object-fit: cover;
}
.mobile .special-swiper .swiper-pagination-bullet {
  background: #f3a523;
  opacity: 50%;
}
.mobile .special-swiper .swiper-pagination-bullet-active {
  opacity: 100%;
}
.mobile .special-swiper .swiper-slide {
  height: 4.5rem;
}
.mobile .branding {
  margin-top: 0.4rem;
  flex-wrap: wrap;
}
.mobile .branding-tit span,
.mobile .branding-tit p {
  display: none;
}
.mobile .branding-con {
  margin-top: 0.3rem;
  width: 100%;
  overflow: auto;
}
.mobile .branding-con ul {
  display: flex;
  justify-content: space-between;
  width: max-content;
}
.mobile .branding-con li {
  width: 5.76rem;
  height: 3.22rem;
  position: relative;
  margin-left: 0.2rem;
}
.mobile .branding-con li:first-child {
  margin-left: 0;
}
.mobile .branding-con li img {
  width: 100%;
  height: 100%;
  border-radius: 0.18rem;
  object-fit: cover;
}
.mobile .branding-con li p {
  width: 100%;
  height: 1.22rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.47) 100%
  );
  border-radius: 0rem 0rem 0.18rem 0.18rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0.32rem 0.3rem 0.32rem;
  color: #ffffff;
  font-size: 0.34rem;
  line-height: 0.42rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile .integrated {
  margin-top: 0.4rem;
}
.mobile .integrated-list {
  margin-top: 0;
}
.mobile .integrated-list-item {
  width: 100%;
  margin-top: 0.3rem;
}
.mobile .integrated-list-item-top {
  height: auto;
  padding: 0.26rem 0.36rem;
}
.mobile .integrated-list-item-top img {
  width: 0.6rem;
}

.mobile .integrated-list-item-top img:first-child {
  width: 0.64rem;
}
.mobile .integrated-list-item-top img.integrated-list-item-top-ewm{
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1.6rem;
  top: -0.5rem;
  box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.mobile .integrated-list-item-top:hover img.integrated-list-item-top-ewm{
  display: block;
}
.mobile .integrated-list-item-top p {
  width: calc(100% - 1rem);
  font-size: 0.26rem;
  line-height: 0.32rem;
}
.mobile .integrated-list-item-bot .first p {
  width: auto;
  font-size: 0.34rem;
  line-height: 0.47rem;
  -webkit-line-clamp: 3;
  height: auto;
}
.mobile .integrated-list-item-bot .first img {
  width: 2.54rem;
  height: 1.44rem;
  margin-left: 0.4rem;
}
.mobile .integrated-list-item-bot .last {
  width: auto;
  font-size: 0.34rem;
  line-height: 0.47rem;
  -webkit-line-clamp: 3;
  height: auto;
}
.mobile .paper {
  margin-top: 0.4rem;
}
.mobile .paper img {
  width: 100%;
}
.mobile .service {
  width: 100%;
}
.mobile .service-tab {
  margin-top: 0.3rem;
  width: max-content;
}
.mobile .service-tab li {
  width: 1.76rem;
  height: 1.76rem;
  border-radius: 0.18rem;
  padding: 0.3rem 0 0.24rem 0;
  margin-left: 0.3rem;
}
.mobile .service-tab li:first-child {
  margin-left: 0;
}
.mobile .service-tab i {
  font-size: 0.56rem;
}
.mobile .service-tab p {
  font-size: 0.32rem;
  margin-top: 0.26rem;
}
.mobile .service-tab-box {
  width: 100%;
  overflow: auto;
}
.mobile .service-list-item {
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.mobile .service-list-item-left {
  display: none;
}
.mobile .service-list-item-left {
  display: none;
}
.mobile .service-list-item-right.min_screen {
  width: 100%;
  display: block;
}
.mobile .service-list-item-right.max_screen {
  display: none;
}
.mobile .service-list-item-right > a img {
  width: 2.64rem;
  height: 1.5rem;
  border-radius: 0.18rem;
  margin-right: 0.4rem;
}
.mobile .service-list-item-right > a p {
  width: auto;
  font-size: 0.34rem;
  line-height: 0.5rem;
  -webkit-line-clamp: 3;
  height: auto;
}
.mobile .service-list-item-right ul li::before {
  display: none;
}
.mobile .service-list-item-right ul li a {
  width: 100%;
  font-size: 0.34rem;
}
.mobile .service-list-item-right ul li {
  margin-top: 0.3rem;
  line-height: 0.42rem;
}
.mobile .service-list-item-right ul {
  margin-top: 0;
}
.mobile .encyclopedia {
  width: 100%;
  margin-top: 0.4rem;
}
.mobile .encyclopedia .service-list-item-right > a {
  margin-top: 0.3rem;
}
.mobile .encyclopedia .service-list-item-right {
  margin-top: 0;
}
.mobile .footer {
  margin-top: 0.4rem;
}
.mobile .footer-top {
  padding: 0.3rem 0.4rem;
}
.mobile .footer-top a {
  margin: 0 0.1rem;
  font-size: 0.3rem;
  line-height: 0.54rem;
}
.mobile .footer-bot {
  padding: 0.6rem 0.32rem 0.7rem 0.32rem;
}
.mobile .footer-bot .w {
  flex-wrap: wrap;
}
.mobile .footer-bot img {
  width: 2.94rem;
  height: 0.84rem;
  display: block;
  margin: auto;
}
.mobile .footer-bot div {
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.5;
  margin-top: 0.32rem;
}

.mobile .list-banner {
  width: calc(100% - 0.64rem);
  height: 1.64rem;
  background: url(../images/list_banner_wap.png) no-repeat center;
  background-size: cover;
  margin: auto;
  display: none;
}
.mobile .list-banner-area {
  width: 80%;
}
.mobile .list-banner-area div {
  width: 1.36rem;
  line-height: 0.72rem;
  border: 0.02rem solid;
  border-color: #b87223;
  border-radius: 0.1rem;
  font-size: 0.4rem;
  margin-top: 0.46rem;
}
.mobile .newsinformation {
  margin-top: 0.4rem;
}
.mobile .newsinformation-left {
  width: 100%;
}
.mobile .news-tit h3 {
  font-size: 0.36rem;
  line-height: 0.46rem;
  padding-bottom: 0.28rem;
}
.mobile .news-tit a {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #ccc;
}
.mobile .newsinformation-left-list li img {
  width: 2.6rem;
  height: 1.46rem;
  border-radius: 0.18rem;
  margin-right: 0.36rem;
}
.mobile .newsinformation-left-list li {
  margin: 0.3rem 0;
}
.mobile .newsinformation-left-list li div p {
  display: none;
}
.mobile .newsinformation-left-list li div h5::before {
  display: none;
}
.mobile .newsinformation-left-list li div {
  /* height: 1.46rem; */
  padding-bottom: 0.3rem;
}
.mobile  .leadership .newsinformation-left-list li div{
  padding-bottom: .3rem ;
}
.mobile .newsinformation-left-list li div h5 {
  font-size: 0.34rem;
  line-height: 0.52rem;
}
.mobile .newsinformation-left-list li div h5 span {
  width: 100%;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset; */
}
.mobile .newsinformation-right {
  width: 100%;
  margin-top: 0.4rem;
}
.mobile .newsinformation-right-overview {
  margin-top: 0;
  padding: 0.4rem 0.32rem 0.66rem 0.32rem;
}
.mobile .newsinformation-right-overview-item {
  width: 2.98rem;
  /*height: 1.52rem;*/
  border-radius: 0.18rem;
  padding: 0.32rem 0.26rem;
  margin-top: 0.26rem;
}
.mobile .newsinformation-right-overview-item img {
  width: 0.42rem;
  height: 0.42rem;
}
.mobile .newsinformation-right-overview-item h5 {
  font-size: 0.26rem;
  line-height: 0.32rem;
  width: calc(100% - 0.76rem);
}
.mobile .newsinformation-right-overview-item p {
  font-size: 0.28rem;
  line-height: 0.36rem;
  /*height: 0.36rem;*/
  margin-top: 4px;
  /*overflow: hidden;*/
}
.mobile .newsinformation-right-item {
  margin-top: 0.4rem;
}
.mobile .newsinformation-right-item-img {
  margin-top: 0.4rem;
  width: 100%;
}
.mobile .newsinformation-right-item-img img {
  height: 3.86rem;
  border-radius: 0.18rem;
}
.mobile .newsinformation-right-item-img p {
  width: 100%;
  height: 2.22rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.62) 100%
  );
  border-radius: 0rem 0rem 0.18rem 0.18rem;
  padding: 1.62rem 0.2rem 0.14rem 0.2rem;
  font-size: 0.36rem;
  line-height: 0.46rem;
}
.mobile .newsinformation-right-item ul {
  margin-top: 0.46rem;
}
.mobile .newsinformation-right-item ul li {
  margin-top: 0.28rem;
  line-height: 0.5rem;
}
.mobile .newsinformation-right-item ul li a {
  font-size: 0.34rem;
  width: calc(100% - 0.32rem);
}
.mobile .newsinformation-right-item ul li::before {
  width: 0.12rem;
  height: 0.12rem;
}
.mobile .piece-news-list.piece-news-list-li li {
  border-bottom: 1px solid #efefef;
}
.mobile .erdaohan {
  font-size: 0.28rem;
  height: auto;
  line-height: 0.86rem;
  width: 100%;
  border-bottom: 1px solid #ececec !important;
}
.mobile .erdaohan a {
  font-size: 0.28rem;
}
.mobile .leadership-president-tit {
  margin-top: 0.5rem;
  font-size: 0.4rem;
  line-height: 0.5rem;
}
.mobile .leadership-president-tit::before,
.mobile .leadership-president-tit::after {
  height: 0.4rem;
  width: 1.4rem;
  margin: 0;
}
.mobile .leadership-president-tit::before {
  margin-right: 0.3rem;
}
.mobile .leadership-president-tit::after {
  margin-left: 0.3rem;
}
.mobile .leadership-president-con {
  width: 100%;
  border-radius: 0.16rem;
  box-shadow: 0rem 0rem 0.32rem rgba(75, 23, 0, 0.17);
  padding: 0.7rem 1.32rem 0.8rem 1.32rem;
  border-radius: 0.16rem;
  flex-wrap: wrap;
  height: auto;
  margin-top: 0.5rem;
}
.mobile .leadership-president-con > img {
  width: 100%;
  height: 5.9rem;
}
.mobile .leadership-president-con::after,
.mobile .leadership-president-con::before,
.mobile .leadership-president-con-right-dec,
.mobile .leadership-president-con-right-top h4 {
  display: none;
}
.mobile .leadership-president-con-right-top {
  width: 100%;
  padding-bottom: 0.16rem;
  margin-top: 0.44rem;
}
.mobile .leadership-president-con-right {
  width: 100%;
}
.mobile .leadership-president-con-right-top span {
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.mobile .leadership-president-list {
  margin-top: 0;
}
.mobile .leadership-president-list a {
  width: 100%;
  margin-right: 0;
  margin-top: 0.5rem;
  padding: 0.7rem 1.32rem 0.8rem 1.32rem;
  border-radius: 0.16rem;
}
.mobile .leadership-president-list a img {
  width: 100%;
  height: 6.9rem;
}
.mobile .leadership {
  padding-bottom: 0;
}
.mobile .service-col .service-tab {
  flex-wrap: wrap;
  width: 100%;
}
.mobile .service-col .service-tab li {
  width: 1.44rem;
  height: 1.44rem;
  padding: 0.26rem 0;
  margin-left: 0;
}
.mobile .service-col .service-tab i {
  font-size: 0.46rem;
}
.mobile .service-col .service-tab li p {
  font-size: 0.24rem;
  margin-top: 0.1rem;
  line-height: 0.3rem;
}
.mobile .service-col .service-col-list-item {
  flex-wrap: wrap;
  margin-top: 0.44rem;
}
.mobile .service-col-list-item > div {
  width: 100%;
}
.mobile .service-col-list-item-li {
  width: 100%;
}
.mobile .service-col-list-item-li > a {
  line-height: 1.16rem;
  font-size: 0.32rem;
  padding-left: 0.5rem;
  margin-top: 0.16rem !important;
}
.mobile .service-col-list-item-li .piece-news-list {
  margin-top: 0.48rem;
}
.mobile .title {
  display: none;
}
.mobile .media-list {
  justify-content: space-between;
}
.mobile .media-list li {
  width: 3.28rem;
  margin: 0;
  margin-top: 0.3rem;
}
.mobile .media-list li .show-img {
  width: 100%;
  height: 1.86rem;
}
.mobile .media-list li .time {
  display: none;
}
.mobile .media-list li .media-title {
  font-size: 0.34rem;
  line-height: 0.48rem;
  margin: 0.2rem 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mobile .video-box {
  margin-top: 0.4rem;
}
.mobile .media-list li .show-img .play-btn {
  opacity: 66%;
  width: 0.6rem;
  height: 0.6rem;
}
.mobile .listright,
.mobile .lanmu,
.mobile .content p,
.mobile .content .date,
.mobile .content .noimgdate {
  display: none;
}
.mobile .listleft {
  width: 100%;
  padding: 0;
  border: none;
}
.mobile .listbody {
  margin-top: 0;
}
.mobile .container img {
  width: 2.6rem;
  height: 1.46rem;
  border-radius: 0.18rem;
  margin-right: 0.36rem;
}
.mobile .content h3 {
  font-size: 0.34rem;
  line-height: 0.52rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: auto;
  white-space: normal; */
}
.mobile .container {
  padding: 0.3rem 0;
}
.mobile .listbody-content{
  width: 100%;
}
.mobile .listbody-content-tit {
  font-size: 0.48rem;
  line-height: 0.68rem;

  margin-top: 0.4rem;
}
.mobile .listbody-content-info {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.mobile .listbody-content-info span {
  margin: 0 0.1rem;
}
.mobile .listbody-content-main {
  margin-top: 0.54rem;
}
.mobile .listbody-content-main p {
  font-size: 0.34rem;
  line-height: 0.5rem;
  margin-bottom: 0.34rem;
}
.mobile .show-tip {
  font-size: 16px !important;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  top: 35px;
  font-weight: normal !important;
  text-align: center;
}
.mb20 {
  margin-bottom: 20px;
}
.mobile .search {
  margin-top: 0.4rem;
}
.mobile .section-constitution .constitution-container {
  display: unset;
}

.mobile .constitution-left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.mobile .section-intro .intro-content {
  display: unset;
}

.mobile .intro-photo-group {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.mobile .leader-item {
  width: 47%;
}

.mobile .org-item {
  width: 47%;
}

.mobile .local-union-item {
  min-width: 29%;
}
