.mySwiper {
  width: 100%;
  height: 720px;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  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 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 36px !important;
}

.swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  background: #405991;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2256f7;
}

.banner-content {
  position: absolute;
  top: 184px;
  left: 16.67%;
}

.banner-content p {
  font-family: Alibaba PuHuiTi-Heavy, Alibaba PuHuiTi;
  font-weight: 800;
  text-align: left;
}

.banner-content .font-linear {
  background: linear-gradient(267deg, #2256f7 0%, #7edce3 56%, #761bed 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.banner-content .img-font {
  display: block;
  width: 500px;
  /* height: 60px; */
  margin-top: 12px;
  margin-bottom: 43px;
}

.banner-content .img-more {
  display: block;
  width: 80px;
  height: 20px;
  margin-top: 43px;
  margin-bottom: 46px;
}

.btn-default {
  width: 126px;
  height: 39px;
  box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background: rgba(34, 86, 247, 0.17);
  border-radius: 20px;
  border: 1px solid #2256f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  margin-top: 48px;
  cursor: pointer;
}

.btn-default img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.btn-default:hover {
  opacity: 0.6;
}

.main {
  height: 720px;
}

.main-content .img-title {
  display: block;
  width: 620px;
  height: 130px;
  margin-top: 54px;
  margin-bottom: 48px;
}

/* 关于合众 */
.content1 {
  background: #f5f6fb;
}

.content1 .main-content {
  background: url('../images/home/bg-content1.png') no-repeat;
  background-size: auto 100%;
  background-position-x: right;
}

.content1 .content-detail {
  width: 56.64%;
  font-size: 14px;
  line-height: 24px;
}

.content1 .content-tip {
  position: absolute;
  top: 119px;
  right: 0;
}

.content1 .content-tip p:nth-of-type(2n + 1) {
  color: #666666;
}

.content1 .content-tip p:nth-of-type(2n) {
  font-size: 48px;
  font-weight: bold;
  color: #2256f7;
}

.content1 .content-tip p:nth-of-type(2n) span {
  font-size: 16px;
  font-weight: 400;
}

.bg-primary {
  background: #2256f7;
  margin-top: 36px;
}

.swiper-box {
  position: relative;
  width: 45.16%;
  padding: 0 29px;
  box-sizing: border-box;
  margin-left: -9px;
}

.swiper-content1 {
  width: 100%;
  margin: 0 auto;
  height: 144px;
  margin-top: 97px;
  position: initial;
  user-select: none;
}

.swiper-content1 .swiper-button-next,
.swiper-content1 .swiper-button-prev {
  width: 58px;
  height: 58px;
}

.swiper-content1 .swiper-button-next {
  right: 0;
  background: url('../images/home/icon-right.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-next:hover {
  right: 0;
  background: url('../images/home/icon-right-active.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-prev {
  left: 0;
  background: url('../images/home/icon-left.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-prev:hover {
  left: 0;
  background: url('../images/home/icon-left-active.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-next img,
.swiper-content1 .swiper-button-prev img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-content1 .swiper-button-prev:after,
.swiper-content1 .swiper-button-next:after {
  display: none;
}

/* 公司动态 */
.content2 {
  background: #ffffff;
  margin-bottom: 24px;
  height: 640px;
}

.content10 {
  background: #ffffff;
  margin-bottom: 24px;
  height: 340px;
}

/* .company > div {
  flex: 1;
} */

.company-left {
  width: 420px;
  margin-right: 16px;
}

.company .news-card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 6px 12px 1px rgba(34, 86, 247, 0.24);
}

.company .news-card > img {
  width: 100%;
  height: auto;
}

.company .news-detail {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.company .news-detail img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.company .news-detail p:nth-child(1) {
  font-weight: bold;
  align-items: center;
}

.company .news-detail p:nth-child(1) span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;

  align-items: center;
}

.company .news-detail p:nth-child(2) {
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
}

.company .company-right {
  flex: 1%;
  /* height: 390px; */
  /* padding: 0 20px; */
  padding-left: 20px;
  min-width: 0;
  overflow-y: auto;
}

.company .company-right .news-detail {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dashed #e6e6e6;
}

.company .company-right .bg-primary {
  margin-top: 32px;
  float: right;
}

.company .special {
  width: 100%;
  height: 128px;
  line-height: 128px;
  font-size: 32px;
  font-family: Alibaba PuHuiTi-Heavy, Alibaba PuHuiTi;
  font-weight: 800;
  background: #ffffff url('../images/home/content2-2.png');
  background-size: 100%;
  padding-left: 24px;
  margin-top: 16px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(34, 86, 247, 0.24);
}

/* 产品与服务 */
.content3 {
  background: url('../images/home/bg3.png');
  background-size: 100%;
}

.products {
  height: 453px;
}

.products .products-tab-h {
  width: 16.875%;
  height: 100%;
}

.products .products-tab-h .tab-h {
  height: 50%;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  background: #2256f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.products .products-tab-h .tab-h img {
  display: none;
}

.products .products-tab-h .active {
  font-weight: bold;
  color: #2256f7;
  text-align: center;
  background: #ffffff;
}

.products .products-tab-h .active img {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 4px;
}

.products .products-tab-b {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  box-shadow: 9px 3px 6px 1px #2256f7;
  padding-top: 73px;
  padding-bottom: 43px;
  height: 100%;
  box-sizing: border-box;
}
.products .products-tab-b .tab-b {
  display: none;
  height: 100%;
}
.products .products-tab-b .tab-b > .flex {
  height: 100%;
}
.products .products-tab-b .active {
  display: block;
}
/* .products .products-tab-b .tab-b:nth-child(1){
  padding: 73px 0 43px;
} */
.products1-item {
  width: 33.33%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #2256f7;
  text-align: center;
}
.products1-item img {
  display: block;
  width: 220px;
  height: 240px;
  margin: 41px auto 0px;
}
.products1-item:nth-child(2) {
  border-left: 1px dashed #2256f7;
  border-right: 1px dashed #2256f7;
}

/* 合作伙伴 */
.content4 {
  background: url('../images/home/bg4.png');
  background-size: 100%;
}

.content4 .main-content {
  background: url('../images/home/bg-content4.png') no-repeat;
  background-size: auto 100%;
  background-position-x: right;
}

.partner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-content .partner-item {
  width: calc((100% - 80px) / 5);
  height: 132px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.partner-content .partner-item:last-child{
  margin-right: 0;
}
.partner-content .partner-item.no-padding{
  padding: 0;
  background-color:transparent ;
}
.partner-content .partner-item .no-padding img{
  width: 100%;
  height: 100%;
}
/* .partner-content .partner-item.last-item {
  width: calc((100% - 48px) / 2 + 16px);
} */

/* .partner-content .partner-item.last-item img {
  width: 60%;
  margin: 0 auto;
} */
.partner-content .partner-item img {
  display: block;
  width: 100%;
  /* height: 100%; */
}

.news-dialog {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.news-dialog > div {
  width: 75%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 auto;
  margin-top: 5vh;
}
.news-dialog .news-dialog-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 122px;
  padding: 0 54px;
  box-sizing: border-box;
}
.news-dialog .news-dialog-header .dialog-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.news-dialog .news-dialog-header .dialog-close {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.news-dialog .news-dialog-header p {
  position: relative;
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 800;
  color: #fff;
}
.news-dialog .news-dialog-container {
  padding: 0 60px;
}
.news-dialog .news-dialog-content .news-title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-top: 32px;
  text-align: center;
}
.news-dialog .news-dialog-content .news-time {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 24px;
}

.news-dialog .news-dialog-content .news-contents {
  height: 40vh;
  overflow-y: auto;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
}
.news-dialog .news-dialog-content .news-contents p {
  margin-bottom: 0px;
}
.news-dialog .news-dialog-content .news-contents img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.news-dialog .news-dialog-content .news-content {
  height: 40vh;
  overflow-y: auto;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
}
.news-dialog .news-dialog-content .news-content p {
  margin-bottom: 0px;
}
.news-dialog .news-dialog-content .news-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.news-dialog .news-dialog-footer {
  padding-top: 22px;
  padding-bottom: 10px;
}
.news-dialog .news-dialog-footer .item {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 24px;
}

.mySwiper {
  width: 100%;
  height: 720px;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  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 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 36px !important;
}

.swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  background: #405991;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2256f7;
}

.banner-content {
  position: absolute;
  top: 184px;
  left: 16.67%;
}

.banner-content p {
  font-family: Alibaba PuHuiTi-Heavy, Alibaba PuHuiTi;
  font-weight: 800;
  text-align: left;
}

.banner-content .font-linear {
  background: linear-gradient(267deg, #2256f7 0%, #7edce3 56%, #761bed 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.banner-content .img-font {
  display: block;
  width: 500px;
  /* height: 60px; */
  margin-top: 12px;
  margin-bottom: 43px;
}

.banner-content .img-more {
  display: block;
  width: 80px;
  height: 20px;
  margin-top: 43px;
  margin-bottom: 46px;
}

.btn-default {
  width: 126px;
  height: 39px;
  box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background: rgba(34, 86, 247, 0.17);
  border-radius: 20px;
  border: 1px solid #2256f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  margin-top: 48px;
  cursor: pointer;
}

.btn-default img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.btn-default:hover {
  opacity: 0.6;
}

.main {
  height: 720px;
}

.main-content .img-title {
  display: block;
  width: 620px;
  height: 130px;
  margin-top: 54px;
  margin-bottom: 48px;
}

/* 关于合众 */
.content1 {
  background: #f5f6fb;
}

.content1 .main-content {
  background: url('../images/home/bg-content1.png') no-repeat;
  background-size: auto 100%;
  background-position-x: right;
}

.content1 .content-detail {
  width: 56.64%;
  font-size: 14px;
  line-height: 24px;
}

.content1 .content-tip {
  position: absolute;
  top: 119px;
  right: 0;
}

.content1 .content-tip p:nth-of-type(2n + 1) {
  color: #666666;
}

.content1 .content-tip p:nth-of-type(2n) {
  font-size: 48px;
  font-weight: bold;
  color: #2256f7;
}

.content1 .content-tip p:nth-of-type(2n) span {
  font-size: 16px;
  font-weight: 400;
}

.bg-primary {
  background: #2256f7;
  margin-top: 36px;
}

.swiper-box {
  position: relative;
  width: 45.16%;
  padding: 0 29px;
  box-sizing: border-box;
  margin-left: -9px;
}

.swiper-content1 {
  width: 100%;
  margin: 0 auto;
  height: 144px;
  margin-top: 97px;
  position: initial;
  user-select: none;
}

.swiper-content1 .swiper-button-next,
.swiper-content1 .swiper-button-prev {
  width: 58px;
  height: 58px;
}

.swiper-content1 .swiper-button-next {
  right: 0;
  background: url('../images/home/icon-right.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-next:hover {
  right: 0;
  background: url('../images/home/icon-right-active.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-prev {
  left: 0;
  background: url('../images/home/icon-left.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-prev:hover {
  left: 0;
  background: url('../images/home/icon-left-active.png');
  background-size: 100%;
}

.swiper-content1 .swiper-button-next img,
.swiper-content1 .swiper-button-prev img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-content1 .swiper-button-prev:after,
.swiper-content1 .swiper-button-next:after {
  display: none;
}

/* 公司动态 */
.content2 {
  background: #ffffff;
  margin-bottom: 24px;
  height: 640px;
}

.content10 {
  background: #ffffff;
  margin-bottom: 24px;
  height: 340px;
}

/* .company > div {
  flex: 1;
} */

.company-left {
  width: 420px;
  margin-right: 16px;
}

.company .news-card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 6px 12px 1px rgba(34, 86, 247, 0.24);
}

.company .news-card > img {
  width: 100%;
  height: auto;
}

.company .news-detail {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.company .news-detail img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.company .news-detail p:nth-child(1) {
  font-weight: bold;
  align-items: center;
}

.company .news-detail p:nth-child(1) span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;

  align-items: center;
}

.company .news-detail p:nth-child(2) {
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
}

.company .company-right {
  flex: 1%;
  /* height: 390px; */
  /* padding: 0 20px; */
  padding-left: 20px;
  min-width: 0;
  overflow-y: auto;
}

.company .company-right .news-detail {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dashed #e6e6e6;
}

.company .company-right .bg-primary {
  margin-top: 32px;
  float: right;
}

.company .special {
  width: 100%;
  height: 128px;
  line-height: 128px;
  font-size: 32px;
  font-family: Alibaba PuHuiTi-Heavy, Alibaba PuHuiTi;
  font-weight: 800;
  background: #ffffff url('../images/home/content2-2.png');
  background-size: 100%;
  padding-left: 24px;
  margin-top: 16px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px rgba(34, 86, 247, 0.24);
}

/* 产品与服务 */
.content3 {
  background: url('../images/home/bg3.png');
  background-size: 100%;
}

.products {
  height: 453px;
}

.products .products-tab-h {
  width: 16.875%;
  height: 100%;
}

.products .products-tab-h .tab-h {
  height: 50%;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  background: #2256f7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.products .products-tab-h .tab-h img {
  display: none;
}

.products .products-tab-h .active {
  font-weight: bold;
  color: #2256f7;
  text-align: center;
  background: #ffffff;
}

.products .products-tab-h .active img {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 4px;
}

.products .products-tab-b {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  box-shadow: 9px 3px 6px 1px #2256f7;
  padding-top: 73px;
  padding-bottom: 43px;
  height: 100%;
  box-sizing: border-box;
}
.products .products-tab-b .tab-b {
  display: none;
  height: 100%;
}
.products .products-tab-b .tab-b > .flex {
  height: 100%;
}
.products .products-tab-b .active {
  display: block;
}
/* .products .products-tab-b .tab-b:nth-child(1){
  padding: 73px 0 43px;
} */
.products1-item {
  width: 33.33%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #2256f7;
  text-align: center;
}
.products1-item img {
  display: block;
  width: 220px;
  height: 240px;
  margin: 41px auto 0px;
}
.products1-item:nth-child(2) {
  border-left: 1px dashed #2256f7;
  border-right: 1px dashed #2256f7;
}

/* 合作伙伴 */
.content4 {
  background: url('../images/home/bg4.png');
  background-size: 100%;
}

.content4 .main-content {
  background: url('../images/home/bg-content4.png') no-repeat;
  background-size: auto 100%;
  background-position-x: right;
}

.partner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-content .partner-item {
  width: calc((100% - 80px) / 5);
  height: 132px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.partner-content .partner-item:last-child{
  margin-right: 0;
}
.partner-content .partner-item.no-padding{
  padding: 0;
  background-color:transparent ;
}
.partner-content .partner-item .no-padding img{
  width: 100%;
  height: 100%;
}
/* .partner-content .partner-item.last-item {
  width: calc((100% - 48px) / 2 + 16px);
} */

/* .partner-content .partner-item.last-item img {
  width: 60%;
  margin: 0 auto;
} */
.partner-content .partner-item img {
  display: block;
  width: 100%;
  /* height: 100%; */
}

.news-dialog {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.news-dialog > div {
  width: 75%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 auto;
  margin-top: 5vh;
}
.news-dialog .news-dialog-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 122px;
  padding: 0 54px;
  box-sizing: border-box;
}
.news-dialog .news-dialog-header .dialog-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.news-dialog .news-dialog-header .dialog-close {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.news-dialog .news-dialog-header p {
  position: relative;
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 800;
  color: #fff;
}
.news-dialog .news-dialog-container {
  padding: 0 60px;
}
.news-dialog .news-dialog-content .news-title {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  padding-top: 32px;
  text-align: center;
}
.news-dialog .news-dialog-content .news-time {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 24px;
}

.news-dialog .news-dialog-content .news-contents {
  height: 40vh;
  overflow-y: auto;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
}
.news-dialog .news-dialog-content .news-contents p {
  margin-bottom: 0px;
}
.news-dialog .news-dialog-content .news-contents img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.news-dialog .news-dialog-content .news-content {
  height: 40vh;
  overflow-y: auto;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
}
.news-dialog .news-dialog-content .news-content p {
  margin-bottom: 0px;
}
.news-dialog .news-dialog-content .news-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.news-dialog .news-dialog-footer {
  padding-top: 22px;
  padding-bottom: 10px;
}
.news-dialog .news-dialog-footer .item {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 24px;
}

