.overtext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overtext2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 省略号效果 */
}
.scrollbox::-webkit-scrollbar {
  display: none;
}
@media (max-width: 750px) {
  .floatad {
    display: none;
  }
  .banner {
    margin-bottom: 40px;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
  }
  .mainw {
    width: 706px;
    margin: 0 auto;
  }
  .img_pc {
    display: none;
    width: 100%;
  }
  .img_xs {
    display: block;
    width: 100%;
  }
  .crumbs_box {
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 1;
    font-size: 20px;
    padding-left: 60px;
    color: #333333;
    position: relative;
    background-color: #fff;
    height: auto;
    margin-bottom: 0;
  }
  .crumbs_box .content {
    padding-right: 25px;
    padding-left: 0;
  }
  .crumbs_box .icon-location1 {
    position: absolute;
    font-size: 34px;
    top: 0px;
    color: #275297;
    left: -40px;
  }
  .crumbs_box span {
    font-size: 26px;
    vertical-align: middle;
  }
  .crumbs_box a {
    vertical-align: middle;
    font-size: 26px;
    line-height: 36px;
    margin: 0 5px 0 5px;
    cursor: pointer;
  }
  .bgtit {
    height: 72px;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
  }
  .bgtit img {
    height: auto;
    width: 100%;
  }
  .bgtit img.bg_pc {
    display: none;
  }
  .bgtit img.bg_xs {
    display: inline-block;
  }
  .bgtit p {
    line-height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 36px;
    color: #F8F7F1;
  }
  .main_toptit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .main_toptit div {
    display: flex;
    align-items: center;
  }
  .main_toptit div img {
    width: 32px;
    height: 18px;
    margin-right: 24px;
  }
  .main_toptit div .name,
  .main_toptit div a {
    font-size: 32px;
    line-height: 48px;
    display: inline-block;
    margin-right: 16px;
    color: #583F26;
  }
  .main_toptit div .name {
    position: relative;
  }
  .main_toptit .more {
    font-size: 28px;
    color: #999999;
    line-height: 48px;
  }
  .main_toptit .more:hover {
    color: #275297;
  }
  .part1 {
    margin-bottom: 42px;
  }
  .part1 .mainw {
    position: relative;
  }
  .part1 .mainw .floatad {
    display: none;
  }
  .part1 .p1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .part1 .p1 .imgbox {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
  }
  .part1 .p1 .imgbox img {
    width: 100%;
    height: 100%;
  }
  .part1 .p1 .imgbox p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 28px;
    line-height: 80px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
  }
  .part1 .p1 .infobox {
    width: 100%;
  }
  .part1 .p1 .infobox .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E7E8EA;
    margin-bottom: 32px;
  }
  .part1 .p1 .infobox .top div {
    display: flex;
    align-items: center;
  }
  .part1 .p1 .infobox .top div img {
    width: 32px;
    height: 18px;
    margin-bottom: 17px;
    margin-right: 24px;
  }
  .part1 .p1 .infobox .top div .name,
  .part1 .p1 .infobox .top div a {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 16px;
    display: inline-block;
    margin-right: 24px;
    color: #583F26;
  }
  .part1 .p1 .infobox .top div .name {
    position: relative;
  }
  .part1 .p1 .infobox .top div .name .bg {
    position: absolute;
    bottom: -25px;
    width: 80px;
    height: 12px;
    left: 50%;
    margin-left: -40px;
  }
  .part1 .p1 .infobox .top div a {
    position: relative;
    padding-left: 24px;
    color: #666;
  }
  .part1 .p1 .infobox .top div a:hover {
    color: #583F26;
  }
  .part1 .p1 .infobox .top div a::before {
    content: "";
    display: block;
    width: 2px;
    height: 32px;
    background: #E7E8EA;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .part1 .p1 .infobox .top .more {
    font-size: 28px;
    color: #999999;
    line-height: 48px;
    padding-bottom: 16px;
  }
  .part1 .p1 .infobox .top .more:hover {
    color: #583F26;
  }
  .part1 .p1 .infobox .cont p {
    font-size: 28px;
    color: #999999;
    line-height: 52px;
    text-align: left;
    margin-bottom: 16px;
  }
  .part1 .p1 .infobox .cont a {
    font-size: 28px;
    color: #275297;
    line-height: 44px;
  }
  .part1 .ad {
    margin-bottom: 42px;
  }
  .part2 {
    position: relative;
    padding: 32px 0 0px;
    margin-bottom: 40px;
  }
  .part2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .part2 .cbox {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .part2 .cbox .pp {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 24px 20px 0;
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 32px;
  }
  .part2 .cbox .pp .bigbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .part2 .cbox .pp .bigbox .imgbox {
    width: 240px;
    border-radius: 8px;
    overflow: hidden;
  }
  .part2 .cbox .pp .bigbox .imgbox img {
    width: 100%;
  }
  .part2 .cbox .pp .bigbox .info {
    width: 402px;
  }
  .part2 .cbox .pp .bigbox .info .tit {
    font-size: 28px;
    color: #333333;
    line-height: 44px;
    text-align: left;
    margin-bottom: 4px;
    height: 88px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号效果 */
  }
  .part2 .cbox .pp .bigbox .info span {
    font-size: 28px;
    color: #999999;
    line-height: 44px;
  }
  .part2 .cbox .pp .list {
    display: flex;
    flex-direction: column;
  }
  .part2 .cbox .pp .list li {
    display: flex;
    border-top: 1px dashed #d5d5d5;
    align-items: start;
    padding: 20px 0;
  }
  .part2 .cbox .pp .list li .point {
    width: 8px;
    height: 8px;
    margin-top: 15px;
    background: rgba(51, 51, 51, 0.85);
    margin-right: 16px;
  }
  .part2 .cbox .pp .list li a {
    flex: 1;
    font-size: 28px;
    color: #666666;
    line-height: 44px;
    max-height: 88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    /* 省略号效果 */
  }
  .part2 .cbox .pp .list li a:hover {
    color: hsl(0, 100%, 35%);
  }
  .part2 .cbox .pp .list li .time {
    display: none;
  }
  .part2 .vbox {
    position: relative;
    padding-bottom: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 24px 0;
    top: -40px;
  }
  .part2 .vbox .main_toptit {
    margin: 0 20px 24px;
  }
  .part2 .vbox .list {
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding: 0 2px;
  }
  .part2 .vbox .list::-webkit-scrollbar {
    display: none;
  }
  .part2 .vbox .list li {
    width: 500px;
    margin: 0 18px;
    display: inline-block;
  }
  .part2 .vbox .list li .vimg_box {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .part2 .vbox .list li .vimg_box img {
    width: 100%;
    height: 280px;
  }
  .part2 .vbox .list li .vimg_box .icon-shipin1 {
    position: absolute;
    width: 80px;
    height: 48px;
    background: #B40000;
    border-radius: 8px 24px 24px 0px;
    top: 0;
    left: 0;
    color: white;
    font-size: 32px;
    text-align: center;
    line-height: 48px;
  }
  .part2 .vbox .list li .vimg_box .icon-bofang2 {
    width: 64px;
    height: 64px;
    font-size: 64px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
  }
  .part2 .vbox .list li .tit {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
    padding: 16px 24px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号效果 */
    height: 96px;
  }
  .part3 {
    position: relative;
    padding-bottom: 40px;
  }
  .part3 .cbox {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
  }
  .part3 .cbox .pp {
    width: 100%;
    margin-bottom: 12px;
  }
  .part3 .cbox .pp:nth-child(1) .list li:nth-child(even) {
    background: #FAF7F4;
    border-color: #FAF7F4;
  }
  .part3 .cbox .pp:nth-child(2) .list li:nth-child(odd) {
    background: #FAF7F4;
    border-color: #FAF7F4;
  }
  .part3 .cbox .pp .list {
    display: flex;
    flex-direction: column;
  }
  .part3 .cbox .pp .list li {
    display: flex;
    border-radius: 8px;
    border: 1px solid #E5D4C3;
    align-items: center;
    margin-bottom: 20px;
    padding: 24px;
  }
  .part3 .cbox .pp .list li .bigbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .part3 .cbox .pp .list li .bigbox .imgbox {
    width: 240px;
    border-radius: 8px;
    overflow: hidden;
  }
  .part3 .cbox .pp .list li .bigbox .imgbox img {
    width: 100%;
  }
  .part3 .cbox .pp .list li .bigbox .info {
    width: 402px;
  }
  .part3 .cbox .pp .list li .bigbox .info .tit {
    font-size: 28px;
    color: #333333;
    line-height: 44px;
    text-align: left;
    margin-bottom: 4px;
    height: 88px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号效果 */
  }
  .part3 .cbox .pp .list li .bigbox .info span {
    font-size: 28px;
    color: #999999;
    line-height: 44px;
  }
  .part3 .ad {
    margin-bottom: 40px;
  }
  .part4 {
    padding-bottom: 32px;
  }
  .part4 .cbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .part4 .cbox .aa {
    width: 100%;
    background: url(2024zt_sss.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    margin-bottom: 32px;
  }
  .part4 .cbox .aa .bgg {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
  }
  .part4 .cbox .aa .tit {
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #583F26;
    line-height: 64px;
    letter-spacing: 42px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .part4 .cbox .aa .tit .bg {
    position: absolute;
    width: 288px;
    height: 64px;
    top: 0;
    left: 50%;
    margin-left: -167px;
  }
  .part4 .cbox .aa .tit .more {
    position: absolute;
    font-size: 28px;
    color: #999999;
    line-height: 44px;
    right: 20px;
    top: -20px;
    font-weight: 200;
    letter-spacing: 0px;
  }
  .part4 .cbox .aa .list {
    margin: 0 12px;
    font-size: 0;
  }
  .part4 .cbox .aa .list .btn_next {
    width: 64px !important;
    line-height: 64px !important;
    height: 64px !important;
    text-align: center;
    background: #B40000;
    font-family: iconfont_xha;
    position: absolute;
    font-size: 33px;
    color: white;
    border-radius: 100%;
    right: 18px;
    top: 130px;
    cursor: pointer;
  }
  .part4 .cbox .aa .list .btn_next::before {
    content: "\e8d3";
  }
  .part4 .cbox .aa .list .btn_next.o_lose {
    background: #D9D9D9;
    cursor: default;
  }
  .part4 .cbox .aa .list .btn_prev {
    width: 64px !important;
    line-height: 64px !important;
    height: 64px !important;
    text-align: center;
    background: #B40000;
    font-family: iconfont_xha;
    position: absolute;
    font-size: 33px;
    color: white;
    border-radius: 100%;
    left: 18px;
    top: 130px;
    cursor: pointer;
  }
  .part4 .cbox .aa .list .btn_prev::before {
    content: "\e8d4";
  }
  .part4 .cbox .aa .list .btn_prev.o_lose {
    background: #D9D9D9;
    cursor: default;
  }
  .part4 .cbox .aa .list ul {
    white-space: nowrap;
  }
  .part4 .cbox .aa .list ul li {
    width: 100%;
    display: inline-block;
  }
  .part4 .cbox .aa .list ul li .box {
    margin: 0 48px;
  }
  .part4 .cbox .aa .list ul li .box .imgbox {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background: url(2024zt_s.png) no-repeat bottom left;
    background-size: 100% auto;
    padding-bottom: 56px;
    margin-bottom: 24px;
  }
  .part4 .cbox .aa .list ul li .box .imgbox img {
    width: 100%;
    border: 8px solid #c9ae96;
    box-sizing: border-box;
    border-radius: 6px;
    height: calc(100% - 56px);
  }
  .part4 .cbox .aa .list ul li .box .textbox {
    font-size: 28px;
    line-height: 44px;
    color: #333333;
    display: block;
    margin-bottom: 40px;
  }
}
