.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 (min-width: 751px) {
  .pageold .floatad {
    display: none;
  }
  .pageold .mainw {
    width: 1200px;
  }
  .pageold .banner {
    margin-bottom: 64px;
  }
  .pageold .banner .pc {
    display: none;
  }
  .pageold .banner .phone {
    display: block;
  }
  .pageold .mainw {
    width: 1129.6px;
    margin: 0 auto;
  }
  .pageold .img_pc {
    display: none;
    width: 100%;
  }
  .pageold .img_xs {
    display: block;
    width: 100%;
  }
  .pageold .crumbs_box {
    padding-top: 30.4px;
    padding-bottom: 30.4px;
    line-height: 1;
    font-size: 32px;
    padding-left: 96px;
    color: #333333;
    position: relative;
    background-color: #fff;
    height: auto;
    margin-bottom: 0;
  }
  .pageold .crumbs_box .content {
    padding-right: 40px;
    padding-left: 0;
  }
  .pageold .crumbs_box .icon-location1 {
    position: absolute;
    font-size: 54.4px;
    top: 0px;
    color: #275297;
    left: -64px;
  }
  .pageold .crumbs_box span {
    font-size: 41.6px;
    vertical-align: middle;
  }
  .pageold .crumbs_box a {
    vertical-align: middle;
    font-size: 41.6px;
    line-height: 57.6px;
    margin: 0 8px 0 8px;
    cursor: pointer;
  }
  .pageold .bgtit {
    height: 115.2px;
    text-align: center;
    margin-bottom: 51.2px;
    position: relative;
  }
  .pageold .bgtit img {
    height: auto;
    width: 100%;
  }
  .pageold .bgtit img.bg_pc {
    display: none;
  }
  .pageold .bgtit img.bg_xs {
    display: inline-block;
  }
  .pageold .bgtit p {
    line-height: 115.2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-size: 57.6px;
    color: #F8F7F1;
  }
  .pageold .main_toptit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38.4px;
  }
  .pageold .main_toptit div {
    display: flex;
    align-items: center;
  }
  .pageold .main_toptit div img {
    width: 51.2px;
    height: 28.8px;
    margin-right: 38.4px;
  }
  .pageold .main_toptit div .name,
  .pageold .main_toptit div a {
    font-size: 51.2px;
    line-height: 76.8px;
    display: inline-block;
    margin-right: 25.6px;
    color: #583F26;
  }
  .pageold .main_toptit div .name {
    position: relative;
  }
  .pageold .main_toptit .more {
    font-size: 44.8px;
    color: #999999;
    line-height: 76.8px;
  }
  .pageold .main_toptit .more:hover {
    color: #275297;
  }
  .pageold .part1 {
    margin-bottom: 67.2px;
  }
  .pageold .part1 .mainw {
    position: relative;
  }
  .pageold .part1 .mainw .floatad {
    display: none;
  }
  .pageold .part1 .p1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 51.2px;
  }
  .pageold .part1 .p1 .imgbox {
    width: 100%;
    border-radius: 12.8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 51.2px;
  }
  .pageold .part1 .p1 .imgbox img {
    width: 100%;
    height: 100%;
  }
  .pageold .part1 .p1 .imgbox p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 32px;
    font-size: 44.8px;
    line-height: 128px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
  }
  .pageold .part1 .p1 .infobox {
    width: 100%;
  }
  .pageold .part1 .p1 .infobox .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.6px solid #E7E8EA;
    margin-bottom: 51.2px;
  }
  .pageold .part1 .p1 .infobox .top div {
    display: flex;
    align-items: center;
  }
  .pageold .part1 .p1 .infobox .top div img {
    width: 51.2px;
    height: 28.8px;
    margin-bottom: 27.2px;
    margin-right: 38.4px;
  }
  .pageold .part1 .p1 .infobox .top div .name,
  .pageold .part1 .p1 .infobox .top div a {
    font-size: 51.2px;
    line-height: 76.8px;
    padding-bottom: 25.6px;
    display: inline-block;
    margin-right: 38.4px;
    color: #583F26;
  }
  .pageold .part1 .p1 .infobox .top div .name {
    position: relative;
  }
  .pageold .part1 .p1 .infobox .top div .name .bg {
    position: absolute;
    bottom: -40px;
    width: 128px;
    height: 19.2px;
    left: 50%;
    margin-left: -64px;
  }
  .pageold .part1 .p1 .infobox .top div a {
    position: relative;
    padding-left: 38.4px;
    color: #666;
  }
  .pageold .part1 .p1 .infobox .top div a:hover {
    color: #583F26;
  }
  .pageold .part1 .p1 .infobox .top div a::before {
    content: "";
    display: block;
    width: 3.2px;
    height: 51.2px;
    background: #E7E8EA;
    position: absolute;
    left: 0px;
    top: 16px;
  }
  .pageold .part1 .p1 .infobox .top .more {
    font-size: 44.8px;
    color: #999999;
    line-height: 76.8px;
    padding-bottom: 25.6px;
  }
  .pageold .part1 .p1 .infobox .top .more:hover {
    color: #583F26;
  }
  .pageold .part1 .p1 .infobox .cont p {
    font-size: 44.8px;
    color: #999999;
    line-height: 83.2px;
    text-align: left;
    margin-bottom: 25.6px;
  }
  .pageold .part1 .p1 .infobox .cont a {
    font-size: 44.8px;
    color: #275297;
    line-height: 70.4px;
  }
  .pageold .part1 .ad {
    margin-bottom: 67.2px;
  }
  .pageold .part2 {
    position: relative;
    padding: 51.2px 0 0px;
    margin-bottom: 64px;
  }
  .pageold .part2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .pageold .part2 .cbox {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 64px;
  }
  .pageold .part2 .cbox .pp {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    padding: 38.4px 32px 0;
    box-sizing: border-box;
    border-radius: 19.2px;
    margin-bottom: 51.2px;
  }
  .pageold .part2 .cbox .pp .bigbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .pageold .part2 .cbox .pp .bigbox .imgbox {
    width: 384px;
    border-radius: 12.8px;
    overflow: hidden;
  }
  .pageold .part2 .cbox .pp .bigbox .imgbox img {
    width: 100%;
  }
  .pageold .part2 .cbox .pp .bigbox .info {
    width: 643.2px;
  }
  .pageold .part2 .cbox .pp .bigbox .info .tit {
    font-size: 44.8px;
    color: #333333;
    line-height: 70.4px;
    text-align: left;
    margin-bottom: 6.4px;
    height: 140.8px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号效果 */
  }
  .pageold .part2 .cbox .pp .bigbox .info span {
    font-size: 44.8px;
    color: #999999;
    line-height: 70.4px;
  }
  .pageold .part2 .cbox .pp .list {
    display: flex;
    flex-direction: column;
  }
  .pageold .part2 .cbox .pp .list li {
    display: flex;
    border-top: 1.6px dashed #d5d5d5;
    align-items: start;
    padding: 32px 0;
  }
  .pageold .part2 .cbox .pp .list li .point {
    width: 12.8px;
    height: 12.8px;
    margin-top: 24px;
    background: rgba(51, 51, 51, 0.85);
    margin-right: 25.6px;
  }
  .pageold .part2 .cbox .pp .list li a {
    flex: 1;
    font-size: 44.8px;
    color: #666666;
    line-height: 70.4px;
    max-height: 140.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    /* 省略号效果 */
  }
  .pageold .part2 .cbox .pp .list li a:hover {
    color: hsl(0, 100%, 35%);
  }
  .pageold .part2 .cbox .pp .list li .time {
    display: none;
  }
  .pageold .part2 .vbox {
    position: relative;
    padding-bottom: 64px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 25.6px;
    padding: 38.4px 0;
    top: -64px;
  }
  .pageold .part2 .vbox .main_toptit {
    margin: 0 32px 38.4px;
  }
  .pageold .part2 .vbox .list {
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding: 0 3.2px;
  }
  .pageold .part2 .vbox .list::-webkit-scrollbar {
    display: none;
  }
  .pageold .part2 .vbox .list li {
    width: 800px;
    margin: 0 28.8px;
    display: inline-block;
  }
  .pageold .part2 .vbox .list li .vimg_box {
    display: block;
    position: relative;
    border-radius: 12.8px;
    overflow: hidden;
    margin-bottom: 12.8px;
  }
  .pageold .part2 .vbox .list li .vimg_box img {
    width: 100%;
    height: 448px;
  }
  .pageold .part2 .vbox .list li .vimg_box .icon-shipin1 {
    position: absolute;
    width: 128px;
    height: 76.8px;
    background: #B40000;
    border-radius: 12.8px 38.4px 38.4px 0px;
    top: 0;
    left: 0;
    color: white;
    font-size: 51.2px;
    text-align: center;
    line-height: 76.8px;
  }
  .pageold .part2 .vbox .list li .vimg_box .icon-bofang2 {
    width: 102.4px;
    height: 102.4px;
    font-size: 102.4px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -51.2px;
    margin-left: -51.2px;
  }
  .pageold .part2 .vbox .list li .tit {
    font-size: 51.2px;
    color: #FFFFFF;
    line-height: 76.8px;
    text-align: left;
    padding: 25.6px 38.4px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号效果 */
    height: 153.6px;
  }
  .pageold .part3 {
    position: relative;
    padding-bottom: 64px;
  }
  .pageold .part3 .cbox {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 25.6px;
    flex-direction: column;
  }
  .pageold .part3 .cbox .pp {
    width: 100%;
    margin-bottom: 19.2px;
  }
  .pageold .part3 .cbox .pp:nth-child(1) .list li:nth-child(even) {
    background: #FAF7F4;
    border-color: #FAF7F4;
  }
  .pageold .part3 .cbox .pp:nth-child(2) .list li:nth-child(odd) {
    background: #FAF7F4;
    border-color: #FAF7F4;
  }
  .pageold .part3 .cbox .pp .list {
    display: flex;
    flex-direction: column;
  }
  .pageold .part3 .cbox .pp .list li {
    display: flex;
    border-radius: 12.8px;
    border: 1.6px solid #E5D4C3;
    align-items: center;
    margin-bottom: 32px;
    padding: 38.4px;
  }
  .pageold .part3 .cbox .pp .list li .bigbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .pageold .part3 .cbox .pp .list li .bigbox .imgbox {
    width: 384px;
    border-radius: 12.8px;
    overflow: hidden;
  }
  .pageold .part3 .cbox .pp .list li .bigbox .imgbox img {
    width: 100%;
  }
  .pageold .part3 .cbox .pp .list li .bigbox .info {
    width: 643.2px;
  }
  .pageold .part3 .cbox .pp .list li .bigbox .info .tit {
    font-size: 44.8px;
    color: #333333;
    line-height: 70.4px;
    text-align: left;
    margin-bottom: 6.4px;
    height: 140.8px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 省略号效果 */
  }
  .pageold .part3 .cbox .pp .list li .bigbox .info span {
    font-size: 44.8px;
    color: #999999;
    line-height: 70.4px;
  }
  .pageold .part3 .ad {
    margin-bottom: 64px;
  }
  .pageold .part4 {
    padding-bottom: 51.2px;
  }
  .pageold .part4 .cbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .pageold .part4 .cbox .aa {
    width: 100%;
    background: url(2024zt_sss.png);
    background-size: cover;
    border-radius: 25.6px;
    overflow: hidden;
    position: relative;
    padding-top: 64px;
    margin-bottom: 51.2px;
  }
  .pageold .part4 .cbox .aa .bgg {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
  }
  .pageold .part4 .cbox .aa .tit {
    display: block;
    font-weight: bold;
    font-size: 51.2px;
    color: #583F26;
    line-height: 102.4px;
    letter-spacing: 67.2px;
    position: relative;
    text-align: center;
    margin-bottom: 48px;
  }
  .pageold .part4 .cbox .aa .tit .bg {
    position: absolute;
    width: 460.8px;
    height: 102.4px;
    top: 0;
    left: 50%;
    margin-left: -267.2px;
  }
  .pageold .part4 .cbox .aa .tit .more {
    position: absolute;
    font-size: 44.8px;
    color: #999999;
    line-height: 70.4px;
    right: 32px;
    top: -32px;
    font-weight: 200;
    letter-spacing: 0px;
  }
  .pageold .part4 .cbox .aa .list {
    margin: 0 19.2px;
    font-size: 0;
  }
  .pageold .part4 .cbox .aa .list .btn_next {
    width: 102.4px !important;
    line-height: 102.4px !important;
    height: 102.4px !important;
    text-align: center;
    background: #B40000;
    font-family: iconfont_xha;
    position: absolute;
    font-size: 52.8px;
    color: white;
    border-radius: 100%;
    right: 28.8px;
    top: 208px;
    cursor: pointer;
  }
  .pageold .part4 .cbox .aa .list .btn_next::before {
    content: "\e8d3";
  }
  .pageold .part4 .cbox .aa .list .btn_next.o_lose {
    background: #D9D9D9;
    cursor: default;
  }
  .pageold .part4 .cbox .aa .list .btn_prev {
    width: 102.4px !important;
    line-height: 102.4px !important;
    height: 102.4px !important;
    text-align: center;
    background: #B40000;
    font-family: iconfont_xha;
    position: absolute;
    font-size: 52.8px;
    color: white;
    border-radius: 100%;
    left: 28.8px;
    top: 208px;
    cursor: pointer;
  }
  .pageold .part4 .cbox .aa .list .btn_prev::before {
    content: "\e8d4";
  }
  .pageold .part4 .cbox .aa .list .btn_prev.o_lose {
    background: #D9D9D9;
    cursor: default;
  }
  .pageold .part4 .cbox .aa .list ul {
    white-space: nowrap;
  }
  .pageold .part4 .cbox .aa .list ul li {
    width: 100%;
    display: inline-block;
  }
  .pageold .part4 .cbox .aa .list ul li .box {
    margin: 0 76.8px;
  }
  .pageold .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: 89.6px;
    margin-bottom: 38.4px;
  }
  .pageold .part4 .cbox .aa .list ul li .box .imgbox img {
    width: 100%;
    border: 12.8px solid #c9ae96;
    box-sizing: border-box;
    border-radius: 9.6px;
    height: calc(100% - 56px*1.6);
  }
  .pageold .part4 .cbox .aa .list ul li .box .textbox {
    font-size: 44.8px;
    line-height: 70.4px;
    color: #333333;
    display: block;
    margin-bottom: 64px;
  }
}
