body {
  margin: 0;
}
.loadingSeven {
  background: #1989fa;
  color: white;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingSeven span {
  display: inline-block;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: white;
  -webkit-animation: loadsaven 1.04s ease infinite;
}
@-webkit-keyframes loadsaven {
  0%,
  100% {
    height: 10px;
    background: white;
  }
  50% {
    height: 30px;
    margin-top: -20px;
    background: white;
  }
}
.loadingSeven span:nth-child(2) {
  -webkit-animation-delay: 0.13s;
}
.loadingSeven span:nth-child(3) {
  -webkit-animation-delay: 0.26s;
}
.loadingSeven span:nth-child(4) {
  -webkit-animation-delay: 0.39s;
}
.loadingSeven span:nth-child(5) {
  -webkit-animation-delay: 0.52s;
}
/** 弹窗抬头样式 */
.el-dialog__header {
  background-color: #F8F8F8;
  margin-right: 0px !important;
  height: 40px;
  padding: 10px !important;
}
.el-dialog__header div {
  top: 10px !important;
}
.el-dialog__headerbtn {
  top: -5px !important;
}
/** 弹窗下拉样式 */
.el-dialog__body {
  height: calc(100% - 100px);
  overflow: auto;
}
.el-dialog__body .el-form {
  margin-top: 10px !important;
}
.el-dialog {
  margin-top: unset !important;
  max-height: 800px;
}
.el-dialog__footer {
  padding: unset !important;
  /*height: 40px;*/
}
/** 自定义el-dialog头部右侧按钮样式 */
.fd {
  position: absolute;
  right: 50px;
  top: 24px;
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.fd:hover {
  color: #0a85e8;
}
/** 自定义el-dialog头部右侧按钮样式结束 */
.dialog-footer {
  display: flex;
  justify-content: center;
}
/** 自定义宽度class */
.w80 {
  width: 80%;
}
@media (max-width: 768px) {
  .w80 {
    width: 800px;
  }
}
/** 自定义宽度class */
/** 自定义搜索框间隔 */
/** 自定义列表页上部搜索按钮栏 */
.row_box {
  display: flex;
}
/** 自定义列表页上部搜索按钮栏 */
/* el-dailog头部样式 */
.common-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-dialog-header .common-header-left {
  font-size: 16px;
}
.common-dialog-header .common-header-right .el-icon {
  margin: 0 5px;
  cursor: pointer;
}
.common-dialog-header .common-header-right .el-icon:hover {
  color: #0a85e8;
}
/* 部分360浏览器版本图标不显示 */
body .el-button .el-icon,
body .el-table .el-icon,
body .el-form-item .el-icon,
body .el-dialog .el-icon {
  color: inherit;
}
/*页面正文*/
.header-container {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.header-container .left .main-center {
  color: #0A74D1;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}
.header-container .right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 110px;
  background-image: url('../image/pc/b_2.png');
  background-size: 100%  100%;
}
.header-container .right .search {
  width: 150px;
  line-height: 30px;
  height: 30px;
  border: none;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  /* 移除焦点时的轮廓 */
}
.header-container .right .search-icon {
  width: 30px;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #0BB0F1;
}
.header-container .right .search-icon .search-icon-img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.menu-groups {
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.menu-groups .menu-group {
  width: 1200px;
  display: flex;
  justify-content: center;
}
.menu-groups .menu-group .menu {
  color: #444;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  flex: 1;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  text-overflow: ellipsis;
  /* 使用省略号表示文本被裁剪 */
  position: relative;
}
.menu-groups .menu-group .menu .menu-child {
  position: absolute;
  top: 50px;
  left: 0;
  /* margin:auto; */
  background-color: #0066d4;
  color: #fff;
  /*padding: 5px 10px;*/
  display: none;
  width: 100%;
}
.menu-groups .menu-group .menu .menu-child-li:hover {
  border-radius: 10px;
  color: #fff;
  background-color: #0975d0;
}
.menu-groups .menu-group .menu:hover {
  color: #fff;
  background-color: #0066d4;
}
.menu-groups .menu-group .menu:hover .menu-child{
  display:block;
}
.banner {
  width: 100%;
  cursor: pointer;
}
.content-banner {
  width: 100%;
  height: 340px;
  background-image: url('../image/pc/b_17.png');
  background-size: 100%  100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.content-banner .banner-title .banner-subtitile {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.sub-menu-groups {
  width: 100%;
  box-shadow: 2px 2px 5px #ccc;
}
.sub-menu-groups .sub-menu-group {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  width: 1200px;
}
.sub-menu-groups .sub-menu-group .sub-menu {
  height: 55px;
  line-height: 55px;
  width: 150px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  color: #444;
}
.sub-menu-groups .sub-menu-group .sub-menu:hover {
  border-bottom: #0075f6 2px solid;
}
.sub-menu-groups .sub-menu-group .sub-menu1 {
  border-bottom: #0075f6 2px solid;
}
.notice-group {
  width: 100%;
  padding: 0 auto;
  margin-top: -5px;
  background-image: url(../image/pc/b_3.png);
}
.notice-group .notice-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100px;
  width: 1200px;
}
.notice-group .notice-box .notice-title-box {
  width: 100px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #187cd4;
}
.notice-group .notice-box .notice-title-box .notice-title {
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
/*swiper样式*/
.village-swiper {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.village-swiper #swiper1 {
  width: 1000px;
  height: 100px;
  overflow: hidden;
}
.village-swiper #swiper1 .notice-item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
  padding-left: 20px;
  cursor: pointer;
}
.village-swiper #swiper1 .notice-item .notice-item-title {
  font-size: 18px;
  color: #fff;
  width: 320px;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.village-swiper #swiper1 .notice-item .notice-item-title span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.village-swiper #swiper1 .notice-item .notice-item-time {
  font-size: 16px;
  color: #fff;
}
.village-swiper #swiper1 .notice-item:hover {
  font-weight: bold;
}
.village-swiper #swiper1 .swiper-button-next:after,
.village-swiper #swiper1 .swiper-button-prev:after {
  display: none;
  background-size: 100%;
}
.village-swiper #swiper1 .swiper-button-next,
.village-swiper #swiper1 .swiper-button-prev {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.village-swiper #swiper1 .swiper-button-prev {
  background-color: #fff;
  width: 30px;
  height: 20px;
  margin-top: -10px;
  background-image: url("../image/pc/b_14.png");
  left: 920px;
}
.village-swiper #swiper1 .swiper-button-next {
  background-color: #fff;
  width: 30px;
  height: 20px;
  margin-top: -10px;
  background-image: url("../image/pc/b_15.png");
}
/*内容*/
.wid6 {
  width: 60%;
}
.wid5 {
  width: 48%;
}
/*奇数行*/
.wid5:nth-child(odd) {
  margin-right: 4%;
}
.content-title {
  width: 200px;
  height: 100px;
  line-height: 100px;
  font-size: 22px;
  padding-top: 10px;
  text-align: center;
  background-image: url("../image/t_6.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 30px;
}
.fgzc {
  width: 100%;
  height: 550px;
  background-image: url("../image/pc/b_5.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 20px;
}
.fgzc .fgzc-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 15px;
  text-align: center;
  padding: 10px auto;
  line-height: 60px;
  width: 250px;
  border-bottom: 2px solid #fff;
  margin: 20px auto;
  margin-bottom: 30px;
}
.fgzc .fgzc-content {
  background: #fff;
  width: 1200px;
  height: 380px;
  margin: 0 auto;
}
.fgzc .see-more {
  color: #0075f6;
  margin: 0px auto;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #0075f6;
  border-radius: 10px;
  cursor: pointer;
}
.fgzc .see-more:hover {
  color: #fff;
  background-color: #8cc0f8;
}
.csxm {
  width: 100%;
  height: 550px;
  padding-top: 20px;
}
.csxm .csxm-title {
  font-size: 40px;
  color: #0075f6;
  font-weight: bold;
  letter-spacing: 15px;
  text-align: center;
  padding: 10px auto;
  line-height: 60px;
  width: 250px;
  border-bottom: 2px solid #0075f6;
  margin: 20px auto;
  margin-bottom: 30px;
}
.gywm {
  width: 100%;
  height: 320px;
  background-image: url("../image/pc/b_6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.gywm .gywm-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gywm .gywm-box .gywm-title {
  color: #fff;
  font-size: 40px;
}
.gywm .gywm-box .gywm-title .gywm-title-content {
  margin-top: 20px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.gywm .gywm-box .gywm-button-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  color: #fff;
  font-weight: bold;
}
.gywm .gywm-box .gywm-button-group .gywm-button {
  width: 200px;
  height: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-left: 5px;
}
.gywm .gywm-box .gywm-button-group .color1 {
  background-color: #117FFE;
}
.gywm .gywm-box .gywm-button-group .color2 {
  background-color: #F8B705;
}
.gywm .gywm-box .gywm-button-group .color3 {
  background-color: #6CBE3E;
}
.gywm .gywm-box .gywm-button-group .gywm-button-img {
  margin-bottom: 20px ;
  transition: transform 0.5s ease-in-out;
}
.gywm .gywm-box .gywm-button-group .gywm-button-img:hover {
  transform: translateY(20px);
}
.content-group {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 30px;
  box-sizing: border-box;
}
.content-group .content-img-box {
  width: 38%;
  height: 375px;
  margin-right: 2%;
  background-color: #f2f9ff;
  border-bottom: 2px solid #0075f6;
}
.content-group .content-img-box .content-img {
  width: 100%;
  height: 285px;
}
.content-item {
  margin-bottom: 20px;
}
.content-item .content-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.content-item .content-tab .content-tab-left {
  display: flex;
}
.content-item .content-tab .content-tab-left .sub-title {
  font-size: 18px;
  width: 120px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.content-item .content-tab .content-tab-left .sub-title1 {
  font-size: 20px;
  font-weight: bold;
  width: 120px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  background-image: url("../image/pc/b_8.png");
  background-size: 100% 15%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  cursor: pointer;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.content-item .content-tab .more {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #54a3ea;
}
.content-item .content-tab .more img {
  width: 20px;
}
.content-item .list-row {
  /* width: 100%; */
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px;
  border-bottom: 1px #ccc dashed;
  cursor: pointer;
}
.content-item .list-row .list-time {
  color: #0075f6;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  width: 100px;
}
.content-item .list-row .list-title {
  width: calc(100% - 100px);
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.content-item .list-row .list-title:hover {
  color: #0075f6;
}
.content-item .list-row1 {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #ccc dashed;
  cursor: pointer;
}
.content-item .list-row1 .list-time1 {
  color: #666;
  width: 100px;
}
.content-item .list-row1 .list-title1 {
  width: calc(100% - 100px);
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
  line-height: 40px;
  display: flex;
  align-items: center;
}
.content-item .list-row1 .list-title1 span {
  color: #0075f6;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 20px;
}
.content-item .list-row1 .list-title1:hover {
  color: #0075f6;
}
.content-img-title {
  line-height: 30px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.content-img-content {
  line-height: 20px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-content-img-title {
  line-height: 30px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-content-img-content {
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.content-box {
  width: 100%;
}
.content-box .secound-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
}
.content-box .secound-box .secound-group {
  margin-top: 20px;
  margin-right: 20px;
  background-color: #fff;
  width: 250px;
  padding: 20px;
}
.content-box .secound-box .secound-group .menu-list-top {
  font-size: 20px;
  margin-bottom: 10px;
}
.content-box .secound-box .secound-group .menu-title {
  font-size: 16px;
  line-height: 45px;
  color: #333;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.content-box .secound-box .secound-group .menu-title:hover {
  color: #0075f6;
}
.content-box .secound-box .secound-group .menu-title1 {
  font-size: 16px;
  line-height: 45px;
  color: #0075f6;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.content-box .secound-box .secound-group span {
  font-size: 14px;
}
.content-box .secound-box .article-box {
  background-color: #fff;
  flex: 1;
  padding: 30px;
  margin-top: 20px;
  width: 930px;
  min-height: calc(100vh - 452px);
  position: relative;
}
.content-box .secound-box .article-box .article-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content-box .secound-box .article-box .article-list .menu-link:hover {
  color: #0075f6;
  cursor: pointer;
}
.content-box .secound-box .article-box .article-list .article-list-title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.content-box .secound-box .article-box .article-list .article-list-line {
  height: 1px;
  background-color: #E7EAEB;
  flex: 1;
  margin-top: 15px;
  margin-left: 15PX;
}
.content-box .secound-box .article-box .article-list div {
  font-size: 14px;
  color: #666;
}
.content-box .secound-box .article-box img {
  width: 100%;
}
.content-box .secound-box .article-box .article-title-li {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #E7EAEB;
}
.content-box .secound-box .article-box .article-title-li .article-title-left {
  width: calc(100% - 120px);
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.content-box .secound-box .article-box .article-title-li span {
  width: 120px;
  color: #666;
  font-size: 14px;
}
.content-box .secound-box .article-box .article-title-li:hover {
  color: #0075f6;
  box-shadow: 2px 2px 5px #ccc;
}
.content-box .secound-box .article-box .article-content .article-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0075f6;
  font-weight: bold;
}
.content-box .secound-box .article-box .article-content .article-info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #0075f6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-box .secound-box .article-box .article-content .article-text {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
}
.content-box .pagination_page {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.content-box .pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}
.content-box .pagination .page-item {
  margin: 0 5px;
  border-radius: 5px;
}
.content-box .pagination .page-item a {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.content-box .pagination .page-item.active a {
  background-color: #0075f6;
  color: #fff;
  border-color: #0075f6;
}
.content-box .pagination .page-item a:hover:not(.active) {
  background-color: #ddd;
  border-color: #ddd;
}
.content-box .pagination .page-item:first-child a,
.content-box .pagination .page-item:last-child a {
  border-radius: 5px;
}
.hover-shrink {
  transition: transform 0.3s ease;
  /* 平滑过渡效果 */
  cursor: pointer;
}
.hover-shrink:hover {
  transform: scale(0.95);
  /* 缩小到原来的90% */
}
.csxm-swiper {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}
.csxm-swiper-wrapper {
  width: 100%;
}
.csxm-swiper-wrapper .csxm-swiper-item5 {
  padding: 0 5%;
  width: 1200px;
  box-sizing: border-box;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left {
  position: relative;
  width: 49%;
  height: 400px;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left .left-row-img {
  width: 100%;
  height: 100%;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left .left-row-img-desc {
  position: absolute;
  bottom: 0;
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #6CBE3E;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left .left-row-img-desc .left-row-img-title {
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left .left-row-img-desc .left-row-img-content {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-right {
  width: 50%;
  height: 400px;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-right .right-row {
  display: flex;
  justify-content: space-between;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-right .right-row .right-row-img-box {
  width: 49%;
  height: 195px;
  position: relative;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-right .right-row .right-row-img-box .right-row-img {
  width: 100%;
  height: 100%;
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-right .right-row .right-row-img-box .right-row-img-desc {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-right .right-row:first-child {
  margin-bottom: 10px;
}
/*底部*/
.footer {
  color: #fff;
  width: 100%;
  height: 150px;
  background-color: #0975D0;
}
.footer .footer-center {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-center .footer-title {
  font-size: 24px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.footer .footer-center .footer-group {
  display: flex;
  justify-content: start;
  align-items: center;
}
.footer .footer-center .footer-group .footer-link {
  font-size: 16px;
  border-right: 1px solid #fff;
  text-align: left;
  padding-right: 40px;
  margin-right: 40px;
  cursor: pointer;
}
.footer .footer-center .footer-group .footer-link:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer .footer-bottom {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.footer .footer-bottom .footer-copy {
  text-align: center;
}
.m-header-container {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../image/mobile/a_1.png);
  background-size: 50% 50%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  background-color: #fff;
  z-index: 2;
}
.m-header-container .m-main-center-img {
  width: 70%;
  height: 25px;
}
.m-header-container .m-main-center-bg {
  width: 40px;
  height: 40px;
}
.drawer {
  position: fixed;
  top: 0;
  right: -200px;
  /* 初始状态隐藏在屏幕外 */
  width: 200px;
  height: 100%;
  background-color: #fff;
  color: #333;
  transition: right 0.6s ease;
  /* 平滑过渡效果 */
  padding: 20px 0;
  box-sizing: border-box;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.drawer .menu {
  line-height: 50px;
  text-align: center;
}
.drawer .menu1 {
  background-color: #0066d4;
  color: #fff;
}
.drawer.open {
  right: 0;
  /* 打开时显示在屏幕内 */
}
.shadow.open {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 9;
}
.m-banner {
  margin-top: 70px;
  width: 100%;
  cursor: pointer;
}
.m-color1 {
  color: #0c75d0;
}
.m-bg-blue {
  background-color: #f2f9ff;
}
.m-box {
  padding: 15px;
}
.m-box .content-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-box .content-tab .content-tab-left {
  display: flex;
}
.m-box .content-tab .content-tab-left .sub-title {
  font-size: 18px;
  width: 120px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  /* 确保文本在一行内显示 */
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的文本 */
}
.m-box .content-tab .content-tab-left .sub-title1 {
  font-size: 24px;
  font-weight: bold;
  width: 120px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #0c75d0;
}
.m-box .content-tab .more {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #999;
}
.m-box .content-tab .more img {
  width: 20px;
}
.m-box .content-img-box {
  width: 100%;
  height: 375px;
  margin-right: 2%;
  border-bottom: 1px solid #E5E5E5;
}
.m-box .content-img-box .content-img {
  width: 100%;
  height: 285px;
}
.m-box .content-list-group {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.m-box .content-list-group img {
  width: 120px;
  height: 80px;
  margin-right: 10px;
}
.m-box .content-list-group .m-content-list-left {
  width: 20%;
  border-right: 1px solid #E5E5E5;
  margin-right: 10px;
  padding-right: 10px;
  text-align: right;
}
.m-box .taowa {
  padding: 15px;
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}
.m-box .csxm-swiper {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.m-box .csxm-swiper-wrapper {
  width: 100%;
}
.m-box .csxm-swiper-wrapper .csxm-swiper-item5 {
  padding: 0 0px;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  display: flex;
  justify-content: space-between;
}
.m-box .csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left {
  position: relative;
  width: 100%;
  height: 200px;
}
.m-box .csxm-swiper-wrapper .csxm-swiper-item5 .csxm-swiper-item-left .left-row-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.m-box .m-bangdan-group {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}
.m-box .m-bangdan-group .swiper-container {
  width: 100%;
  height: 180px;
}
.m-box .m-bangdan-group .bangdan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 45px;
  border-bottom: 1px solid #E5E5E5;
  color: #0066d4;
}
.m-box .m-bangdan-group .bangdan-top div {
  width: 50%;
}
.m-box .m-bangdan-group .bangdan-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 45px;
  height: 45px;
  color: #666;
}
.m-box .m-bangdan-group .bangdan-list div {
  width: 50%;
}
.m-box .m-bangdan-group .bangdan-list:nth-child(odd) {
  background-color: #f2f9ff;
}
.m-box .m-container {
  width: 100%;
}
.m-box .m-container .m-container-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.m-box .m-container .m-container-info {
  font-size: 14px;
  color: #0066d4;
  margin-bottom: 20px;
}
.m-box .m-container .m-container-content {
  color: #666;
}
.m-box .m-container img {
  width: 100%;
}
.m-gywm-button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #f2f9ff;
}
.m-gywm-button-group .gywm-button {
  width: 28vw;
  height: 22vw;
  border-radius: 10px ;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-left: 5px;
}
.m-gywm-button-group .color1 {
  background-color: #117FFE;
}
.m-gywm-button-group .color2 {
  background-color: #F8B705;
}
.m-gywm-button-group .color3 {
  background-color: #6CBE3E;
}
.m-gywm-button-group .gywm-button-img {
  width: 40px;
  margin-bottom: 10px ;
}
.m-gywm {
  background-image: url(../image/mobile/a_4.png);
  width: 100%;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
}
.m-gywm .gywm-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.m-gywm .gywm-title .gywm-title-content {
  font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-footer {
  color: #fff;
  width: 100%;
  height: 150px;
  background-color: #0975D0;
}
.m-footer .footer-center {
  width: 100%;
  margin: 0 auto;
}
.m-footer .footer-center .footer-title {
  font-size: 24px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.m-footer .footer-center .footer-group {
  display: flex;
  justify-content: start;
  align-items: center;
}
.m-footer .footer-center .footer-group .footer-link {
  font-size: 16px;
  border-right: 1px solid #fff;
  text-align: left;
  padding-right: 40px;
  margin-right: 40px;
  cursor: pointer;
}
.m-footer .footer-center .footer-group .footer-link:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.m-footer .footer-bottom {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.m-footer .footer-bottom .footer-copy {
  text-align: center;
}
.taowa .swiper-button-prev,
.taowa .swiper-button-next {
  color: #fff;
  /* 修改为红色 */
  background-color: transparent;
  /* 确保背景透明 */
}
