/* banner */
.banner {
  margin: 0 auto;
  text-align: center;
  height: 548px;
}
.banner .swiper-container {
  height: 100%;
}
.banner a {
  display: block;
  height: 100%;
  background: no-repeat center;
  background-size: auto 100%;
}
/* column1 */
.column1 {
  padding-top: 40px;
  background-color: #fff;
}
.column1 .column1_left {
  width: 57%;
}
.column1 .column1_left .title {
  width: 129px;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 26px;
  letter-spacing: 1px;
}
.column1 .column1_left .title::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #333333;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-bottom: 24px;
}
.column1 .column1_left .desc {
  margin-top: 24px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.column1 .column1_left .more {
  width: 128px;
  height: 40px;
  border-radius: 1px 1px 1px 1px;
  opacity: 1;
  border: 1px solid #FF5500;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
}
.column1 .column1_left .more a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FF5500;
}
.column1 .column1_left .more a:hover {
  text-decoration: none;
}
.column1 .column1_left .more a::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: url(imgs/icon_more.png) no-repeat;
}
/* column2 */
.column2 {
  background: #FAFAFA;
  padding: 30px 0;
}
.column2 .column2_left {
  padding-right: 8px;
}
.column2 .column2_right {
  padding-left: 8px;
}
.column2 .inner {
  background: #fff;
  padding: 18px 20px;
  box-shadow: 0px 4px 20px 0px rgba(102, 102, 102, 0.08);
}
.column2 .inner .head .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
}
.column2 .inner .head .more {
  width: 56px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EDEDED;
}
.column2 .inner .head .more:hover {
  border-color: #FF5500;
}
.column2 .inner .head .more:hover a {
  color: #FF5500;
  text-decoration: none;
}
.column2 .inner .head .more a {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.column2 .inner .head .head_nav {
  color: #EDEDED;
  margin-left: 14px;
  margin-top: 2px;
}
.column2 .inner .head .head_nav a {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 16px;
}
.column2 .inner .head .head_nav a.active,
.column2 .inner .head .head_nav a:hover {
  color: #FF5500;
}
.column2 .inner .body .top {
  margin-top: 16px;
  overflow: hidden;
}
.column2 .inner .body .top .img_wrap {
  float: left;
  width: 232px;
  height: 154px;
  margin-right: 14px;
}
.column2 .inner .body .top .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column2 .inner .body .top .content_wrap {
  width: 306px;
  float: left;
}
.column2 .inner .body .top .content_wrap .title {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 21px;
}
.column2 .inner .body .top .content_wrap .desc {
  margin-top: 16px;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.column2 .inner .body .top .content_wrap .time {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
}
.column2 .inner .body .top .more {
  margin-top: 15px;
}
.column2 .inner .body .bottom li {
  height: 116px;
  padding: 16px 0;
  border-bottom: 1px solid #F0F0F0;
  padding-left: 94px;
  position: relative;
}
.column2 .inner .body .bottom li:last-child {
  border: none;
}
.column2 .inner .body .bottom .time_wrap {
  width: 84px;
  height: 84px;
  background: #F9F9F9;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
  padding-top: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.column2 .inner .body .bottom .time_wrap .day {
  height: 32px;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.column2 .inner .body .bottom .time_wrap .time {
  font-size: 12px;
  line-height: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 4px;
}
.column2 .inner .body .bottom .content_wrap {
  margin-top: 8px;
}
.column2 .inner .body .bottom .content_wrap .title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.column2 .inner .body .bottom .content_wrap .desc {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 7px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* column3 */
.column3 {
  padding: 30px 0;
  background-color: #fff;
}
.column3 .container {
  box-shadow: 0px 4px 25px 0px #ECEEF1;
}
.column3 .container .column3_left {
  width: 204px;
  height: 468px;
  background: url(imgs/bg_column3.png) no-repeat;
  float: left;
}
.column3 .container .column3_left .head {
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
  line-height: 28px;
  padding-left: 24px;
  padding-top: 32px;
  margin-bottom: 22px;
}
.column3 .container .column3_left li {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-left: 24px;
  cursor: pointer;
}
.column3 .container .column3_left li.active {
  background: url(imgs/bg_column3_item.png) no-repeat center;
  font-weight: 700;
  color: #FFFFFF;
}
.column3 .container .column3_left li.active::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 2px;
  background: #FFFFFF;
}
.column3 .container .column3_left li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #D9D9D9;
  vertical-align: middle;
  margin-right: 16px;
}
.column3 .container .column3_right {
  width: 996px;
  float: left;
  padding-top: 25px;
  padding-left: 14px;
}
.column3 .container .column3_right .item {
  display: none;
}
.column3 .container .column3_right .item.active {
  display: block;
}
.column3 .container .column3_right ul {
  overflow: hidden;
  height: 406px;
}
.column3 .container .column3_right li {
  width: 202px;
  height: 186px;
  margin: 0 20px;
  float: left;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #F0F0F0;
  margin-bottom: 17px;
}
.column3 .container .column3_right li .img_wrap {
  width: 200px;
  height: 121px;
  text-align: center;
}
.column3 .container .column3_right li .content_wrap {
  padding: 0 10px;
  padding-top: 8px;
}
.column3 .container .column3_right li .content_wrap .title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.column3 .container .column3_right li .content_wrap .tag_wrap {
  margin-top: 2px;
  display: flex;
  flex-wrap: nowrap;
}
.column3 .container .column3_right li .content_wrap .tag_wrap span {
  height: 20px;
  line-height: 18px;
  padding: 0 8px;
  border: 1px solid #F9E7DD;
  border-radius: 4px;
  display: inline-block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #F0783D;
  margin-right: 5px;
}
.column3 .container .column3_right li .content_wrap .tag_wrap span:nth-child(2) {
  color: #6987B0;
  border: 1px solid #D5DDE7;
}
.column3 .container .column3_right .more {
  width: 76px;
  height: 24px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EDEDED;
  text-align: center;
  margin: 0 auto;
}
.column3 .container .column3_right .more:hover {
  border-color: #FF5500;
}
.column3 .container .column3_right .more:hover a {
  color: #FF5500;
  text-decoration: none;
}
.column3 .container .column3_right .more a {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
/* column4 */
.column4 {
  background: #FAFAFA;
  padding: 30px 0;
}
.column4 .head .title {
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #3D3D3D;
}
.column4 .head .more {
  width: 56px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EDEDED;
}
.column4 .head .more:hover {
  border-color: #FF5500;
}
.column4 .head .more:hover a {
  color: #FF5500;
  text-decoration: none;
}
.column4 .head .more a {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.column4 .head .head_nav {
  color: #EDEDED;
  margin-left: 14px;
  margin-top: 2px;
}
.column4 .head .head_nav a {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 16px;
}
.column4 .head .head_nav a.active,
.column4 .head .head_nav a:hover {
  color: #FF5500;
}
.column4 .body {
  margin-top: 16px;
}
.column4 .body ul {
  margin: 0 -8px;
}
.column4 .body ul li {
  float: left;
  width: 227px;
  height: 237px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 16px;
  margin: 0 8px;
}
.column4 .body ul li .img_wrap {
  width: 100%;
  height: 154px;
}
.column4 .body ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column4 .body ul li .content_wrap .title {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.column4 .body ul li .content_wrap .address {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
/* column5 */
.column5 {
  padding: 30px 0;
}
.column5 .container {
  overflow: inherit;
}
.column5 .column5_left {
  width: 592px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 0px #eceef1;
  padding: 20px;
  position: relative;
  z-index: 999;
  margin-right: 8px;
}
.column5 .column5_left .head .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 24px;
  height: 24px;
}
.column5 .column5_left .head .more {
  width: 56px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EDEDED;
}
.column5 .column5_left .head .more:hover {
  border-color: #FF5500;
}
.column5 .column5_left .head .more:hover a {
  color: #FF5500;
  text-decoration: none;
}
.column5 .column5_left .head .more a {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.column5 .column5_left .head .head_nav {
  color: #EDEDED;
  margin-left: 14px;
  margin-top: 2px;
}
.column5 .column5_left .head .head_nav a {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 16px;
}
.column5 .column5_left .head .head_nav a.active,
.column5 .column5_left .head .head_nav a:hover {
  color: #FF5500;
}
.column5 .column5_left .body {
  margin-top: 16px;
}
.column5 .column5_left .body li {
  overflow: hidden;
  margin-bottom: 16px;
}
.column5 .column5_left .body li:last-child {
  margin-bottom: 0;
}
.column5 .column5_left .body .img_wrap {
  width: 204px;
  height: 136px;
  float: left;
  margin-right: 16px;
}
.column5 .column5_left .body .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column5 .column5_left .body .content_wrap {
  width: 330px;
  float: left;
}
.column5 .column5_left .body .content_wrap .title {
  height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.column5 .column5_left .body .content_wrap .desc {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
}
.column5 .column5_left .body .content_wrap .tag {
  margin-top: 5px;
}
.column5 .column5_left .body .content_wrap .tag span {
  width: 64px;
  height: 20px;
  line-height: 18px;
  border-radius: 2px;
  opacity: 1;
  padding: 0 8px;
  border: 1px solid #F9E7DD;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #F0783D;
}
.column5 .column5_center {
  margin-left: 8px;
  width: 279px;
  height: 360px;
  background: linear-gradient(180deg, #FAF5EA 0%, #FFFFFF 38%);
  box-shadow: 0px 4px 20px 0px rgba(102, 102, 102, 0.08);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 20px;
}
.column5 .column5_center .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 24px;
}
.column5 .column5_center .desc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 12px;
}
.column5 .column5_center .desc .more {
  color: #FF5500;
}
.column5 .column5_center .label_wrap {
  overflow: hidden;
  margin-top: 30px;
}
.column5 .column5_center .label_wrap > div {
  width: 114px;
  height: 52px;
  line-height: 52px;
  background: #FAFAFA;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  float: left;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.column5 .column5_center .label_wrap > div img {
  margin-right: 9px;
}
.column5 .column5_center .label_wrap > div:last-child {
  float: right;
}
.column5 .column5_right {
  width: 288px;
  height: 360px;
  background: linear-gradient(180deg, #FAF5EA 0%, #FFFFFF 38%);
  box-shadow: 0px 4px 20px 0px rgba(102, 102, 102, 0.08);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  float: right;
}
.column5 .column5_right .head {
  padding: 20px 20px;
}
.column5 .column5_right .head .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
}
.column5 .column5_right .head .more {
  width: 56px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EDEDED;
}
.column5 .column5_right .head .more:hover {
  border-color: #FF5500;
}
.column5 .column5_right .head .more:hover a {
  color: #FF5500;
  text-decoration: none;
}
.column5 .column5_right .head .more a {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.column5 .swiper-slide {
  transform: scale(0.7);
  opacity: 0.6;
}
.column5 .swiper-slide .img_wrap {
  width: 100%;
  height: 196px;
}
.column5 .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column5 .swiper-slide .title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}
.column5 .swiper-slide a:hover .title {
  color: #FF5500;
}
.column5 .swiper-slide-active,
.column5 .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
.column5 .swiper-slide-active {
  transform: scale(1);
  opacity: 1 !important;
}
.column5 .swiper-pagination {
  text-align: center;
  margin: 5px auto;
  position: inherit;
}
.column5 .swiper-pagination-bullet {
  margin: 0 4px;
  background: #FF5500;
}
/* column6 */
.column6 {
  padding-bottom: 40px;
}
.column6 .column6_head {
  padding: 0 20px;
}
.column6 .column6_head .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
}
.column6 .column6_head .more {
  display: block;
  width: 56px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EDEDED;
}
.column6 .column6_head .more:hover {
  border-color: #FF5500;
  text-decoration: none;
}
.column6 .column6_head .more:hover a {
  color: #FF5500;
}
.column6 .column6_head .more a {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.column6 .column6_head .head_nav {
  color: #EDEDED;
  margin-left: 14px;
  margin-top: 2px;
}
.column6 .column6_head .head_nav a {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 16px;
}
.column6 .column6_head .head_nav a.active,
.column6 .column6_head .head_nav a:hover {
  color: #FF5500;
}
.column6 .container {
  overflow: inherit;
}
.column6 .column6_left {
  width: 694px;
  height: 266px;
  background: #FFFFFF;
  padding: 20px 0;
  box-shadow: 0px 4px 20px 0px rgba(102, 102, 102, 0.08);
}
.column6 .column6_left .column6_body {
  margin-top: 15px;
}
.column6 .column6_left .column6_body .swiper-slide {
  height: 184px;
  background: linear-gradient(181deg, #FCF7EA 0%, #FFFDFC 53%);
  border-radius: 4px 4px 4px 4px;
  padding-top: 20px;
}
.column6 .column6_left .column6_body .swiper-slide .img_wrap {
  width: 82px;
  height: 82px;
  border: 2px solid #E7EDF1;
  border-radius: 41px;
  overflow: hidden;
  margin: 0 auto;
}
.column6 .column6_left .column6_body .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column6 .column6_left .column6_body .swiper-slide .title {
  font-size: 14px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}
.column6 .column6_left .column6_body .swiper-slide .desc {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
  margin-top: 8px;
  padding: 0 10px;
}
.column6 .column6_left .column6_body .swiper-button-next,
.column6 .column6_left .column6_body .swiper-button-prev {
  width: 32px;
  height: 52px;
  background-color: #FF5500;
  border-radius: 2px 2px 2px 2px;
  background-size: 12px;
}
.column6 .column6_left .column6_body .swiper-button-prev,
.column6 .column6_left .column6_body .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.column6 .column6_left .column6_body .swiper-button-next,
.column6 .column6_left .column6_body .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.column6 .column6_right {
  width: 490px;
  height: 266px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(102, 102, 102, 0.08);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  float: right;
  padding: 20px;
}
.column6 .column6_right .column6_head {
  padding-bottom: 0;
  padding: 0;
}
.column6 .column6_right .item {
  line-height: 20px;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #EDEDED;
}
.column6 .column6_right .item:last-child {
  border-bottom: none;
}
.column6 .column6_right .item .title {
  width: 372px;
  height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.column6 .column6_right .item::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C1D1DD;
  position: absolute;
  left: 8px;
  top: 23px;
  margin: auto;
}
.column6 .column6_right .item .desc {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .banner {
    height: 200px;
  }
  .column1 {
    padding: 15px;
  }
  .column1 .column1_left {
    width: 100%;
  }
  .column1 .column1_left .title::before {
    margin-bottom: 12px;
  }
  .column1 .column1_left .desc {
    margin-top: 12px;
  }
  .column1 .column1_left .more {
    margin-top: 20px;
  }
  .column2 {
    padding: 20px 0;
  }
  .column2 .inner {
    padding: 18px 15px;
  }
  .column2 .inner .body .top .img_wrap {
    width: 100%;
  }
  .column2 .inner .body .top .content_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .column2 .inner .body .top .content_wrap .desc {
    margin-top: 8px;
  }
  .column2 .inner .body .top .content_wrap .time {
    margin-top: 8px;
  }
  .column2 .column2_left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .column2 .column2_right {
    padding-left: 0;
  }
  .column4 {
    padding: 20px 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .column4 .head {
    padding: 0 15px;
  }
  .column4 .head .head_nav {
    margin-left: 0;
  }
  .column4 .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  .column4 .body ul li {
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 10px;
    height: 195px;
  }
  .column4 .body ul li .img_wrap {
    height: 110px;
  }
  .column5 {
    padding: 0;
  }
  .column5 .column5_left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .column5 .column5_left .body .img_wrap {
    width: 100%;
    margin-right: 0;
  }
  .column5 .column5_left .body .content_wrap {
    width: 100%;
  }
  .column5 .column5_left .body .content_wrap .title {
    margin-top: 10px;
    height: auto;
  }
  .column5 .column5_left .body .content_wrap .desc {
    margin-top: 4px;
  }
  .column5 .column5_center {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  .column5 .column5_center .label_wrap > div {
    width: calc(50% - 5px);
  }
  .column5 .column5_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .column6 .column6_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .column6 .column6_right {
    width: 100%;
  }
}
.banner_xs_wrap {
  margin-bottom: 15px;
  height: 170px;
}
.banner_xs_wrap .swiper-slide {
  position: relative;
}
.banner_xs_wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.banner_xs_wrap .swiper-slide .title {
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  color: #fff;
}
.banner_xs_wrap .swiper-slide .title a {
  color: #fff;
}
