@media (min-width: 769px) {
    .index_box .right .item_out {
        height: 428px;
    }

    .index_box .left .left_in .left_group {

        height: 428px;
    }
}

.h3000 {
    height: 3000px;
}

.list_title {
    font-size: 36px;
    padding-top: 38px;
}

.list_card {
    display: block;
    padding-top: 40px;

}

.list_card .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 50px 0 50px;
    padding: 26px 46px 22px 46px;
    width: 1124px;
    border: solid 4px #fff;
    box-sizing: border-box;
    /* margin: 0 auto; */
    margin-bottom: 38px;
    box-shadow: 6px 6px 20px #777;

}

.list_card .item:hover {
    background-color: #fff;
}

.list_card .item .left .img {
    width: 346px;
    height: 230px;
}

.list_card .item .right {
    margin-left: 40px;
    color: #000;
    width: 778px;
}

.list_card .item .right .date {
    display: flex;
    align-items: center;
}

.list_card .item .right .date span {
    font-size: 18px;
}

.list_card .item .right .quarter {
    font-size: 14px !important;
    font-weight: bolder;
    color: #da3428;
    margin-right: 10px;
}

.list_card .item .right .title {
    font-size: 22px;
    margin-top: 8px;
    line-height: 1.8;
}

.list_card .item .right .desc {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.8;
}

.xy_content_in_list {
    width: 1444px;
    margin: 0 auto;
}

/* list_word */
.list_word {
    display: block;
    padding-top: 96px;
}

.list_word .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1174px;
    border-radius: 0 30px 0 30px;
    padding: 30px 90px 30px 60px;
    margin-bottom: 48px;
    border: solid 4px #fff;
    box-sizing: border-box;
    box-shadow: 6px 6px 20px #777;

}

.list_word .item .icon_right {
    display: none;
}

.list_word .item .unselect {
    display: block;
}

.list_word .item:hover .unselect {
    display: none;
}

.list_word .item:hover {
    background-color: #fff;
}

.list_word .item:hover .select {
    display: block;
}

.list_word .item:hover .right {
    color: #000;
}

.list_word .item .icon_right {
    margin-right: 20px;
}

.list_word .item .left,
.list_word .item .right {
    font-size: 22px;
    color: #000;
}

.list_word .item .left {
    display: flex;
    align-items: center;
}

.list_word .item .right {
    /* width: 300px; */
    text-align: right;
    color: #da3428;
}

/* 分页 */
.page_box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 48px 0 60px 0;

}

.page_box a,
.page_box span {
    font-size: 20px;
    color: #000;
}

.page_box a {
    border: #fff 2px solid;
    padding: 0px 12px;
    height: 41px;
    display: flex;
    align-items: center;
}

.page_box a:hover {
    background-color: #fff;
}

.page_box .inp {
    border: #fff 2px solid;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 18px;
    background: none;
}

.to_top {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border: solid 4px #FFF;
    position: fixed;
    bottom: 200px;
    right: 60px;
    background-color: #f4bb40;
    z-index: 1;
}

.to_top img {
    width: 50px;
}

.to_top:hover {
    background-color: #fff;
}

.xy_content_in_connect {
    padding-top: 98px;
    padding-bottom: 100px;
}

.detail_box_white {
    background-color: #fff;
    width: 1444px;
    margin: 0 auto;
    padding: 60px 100px;

    /* margin-top: 90px; */
    border-radius: 0 40px 0 40px;
    box-shadow: 0 14px 14px rgba(0, 0, 0, 0.5);
}

.xy_content_in_kuaixun {
    padding-top: 56px;
    padding-left: 76px;
}

/* 预录取 */
.yuluqu_box {
    display: block;
}

.yuluqu_box .title {
    font-size: 42px;
    text-align: center;
    padding: 80px 0 90px 0;
}

.yuluqu_box .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1168px;
    margin: 0 auto;
}

.yuluqu_box .form .form_item {
    display: flex;
    align-items: center;
}

.yuluqu_box .form .form_item .left {
    font-size: 26px;
    width: 140px;
    text-align: right;
    padding-right: 10px;
}

.yuluqu_box .form .form_item .right .inp {
    font-size: 28px;
    height: 54px;
    width: 388px;
    border-radius: 0 20px 0 20px;
    border: solid 2px #f5bb40;
    padding: 0 20px;
}

.yuluqu_box .button_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 100px 0 50px 0;

}

.yuluqu_box .button_list .button {


    /* 字体大小 */
    font-size: 26px;
    /* 去掉默认边框 */
    border: none;
    /* 圆角，使按钮变成椭圆形，数值可调整 */
    border-radius: 54px;
    height: 54px;
    box-sizing: border-box;
    /* 内边距，控制按钮大小，上下和左右 */
    padding: 0px 60px;
    /* 按钮阴影，增强立体效果，可根据需要调整参数 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* 鼠标悬停时显示手型 */
    cursor: pointer;
    background-color: #fff;
    color: #000;
    /* 只设置边框为黄色 */
    border: 3px solid #f7c148;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.yuluqu_box .button_list .submit_button {
    /* 按钮背景色 */
    background-color: #f7c148;
    /* 文字颜色 */
    color: #fff;
    border: 2px solid #fff;
}

.yuluqu_box .tpis {
    width: 618px;
    margin: 0 auto;
    padding: 42px 0 60px 0;
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.5;
}

.xy_content_in_news_detail {
    width: 1444px;
    margin: 0 auto;
}

.news_detail {
    /* background-color: #fff; */
    margin: 0 auto;
    margin-top: 60px;
    width: 1320px;
    /* padding-left: 80px; */
}

.news_detail img {
    max-width: 1320px;
}

.news_detail .title {
    font-size: 42px;
    line-height: 1.8;
    text-align: center;


}

.news_detail .author {
    margin-top: 19px;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
}

.news_detail .content {
    padding: 45px 0 50px 0;
}

.xy_breadcrumb_news {
    padding-top: 25px;
}

.address_box {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    margin-top: 80px;

}

.address_box .left {
    text-align: left;
    font-size: 20px;
}

.address_box .left .title {
    border-left: solid 20px #f7c148;
    padding-left: 14px;
}

.address_box .left .item {
    display: flex;
    align-items: flex-start;
    font-weight: lighter;
    margin-top: 30px;
    font-size: 16px;
}

.address_box .left .item .left_img {
    margin-right: 20px;
    width: 46px;

}

.address_box .right {
    margin-left: 30px;
    height: 400px;
}

.index_xy_content_in {
    padding: 20px 20px;
}

.index_box {
    display: flex;
    /* 关键：垂直方向从上到下排列，不分散 */
    align-items: flex-start;
    /* 垂直方向从上到下排列 */
    width: 1492px;
    /* background-color: #00ff00; */
    margin: 0 auto;
    padding-bottom: 40px;
    justify-content: space-between;
}

.index_box .left {
    /* width: 300px; */
    border-top: solid 1px #cbcfce;
    border-bottom: solid 1px #cbcfce;
    width: 210px;
    padding-top: 18px;
    padding-bottom: 18px;

}

.index_box .left .left_in {
    background-color: #000;
    color: #fff;
    height: 100%;
}

.index_box .left .left_in .left_group {
    padding: 105px 25px 0px 25px;
}

.index_box .left .left_in .left_group:nth-child(1) {
    height: 410px;
}

.index_box .left .left_in .left_group:nth-last-child(1) {
    height: 408px;
}

.index_box .left .left_in .item_out {
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.index_box .left .left_in .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;

}

.index_box .left .left_in .title {
    width: 102px;
    padding-right: 10px;
}

.index_box .left .left_in .zh {
    font-size: 16px;
    color: #fff;
}

.index_box .left .left_in .en {
    font-size: 13px;
    margin-top: 0px;
    color: #fff;
}

.index_box .left .left_in .item .short {
    height: 20px;
}

.index_box .left .left_in .blank {
    height: 220px;
}



.index_box .right {
    display: flex;
    flex-wrap: wrap;
    /* 关键：垂直方向从上到下排列，不分散 */
    align-items: flex-start;
    /* 水平方向左对齐（可选） */
    justify-content: flex-start;
    /* 垂直方向从上到下排列 */

}

.index_box .right .item_out {
    border: solid 1px #cbcfce;
    width: 427px;
    padding: 18px 18px 20px 16px;
    position: relative;
    cursor: pointer;
}

/* //第3n个不要右边框 */
.index_box .right .item_out:nth-child(3n) {
    width: 410px;
    border-right: none;
    padding-right: 0 !important;
}

.index_box .right .item_out:nth-child(3n) .right_top {
    display: none;
}

.index_box .right .item_out:nth-child(3n) .right_bottom {
    display: none;
}

.index_box .right .item_out .item {
    padding: 96px 20px 30px 20px;
    background-color: #533722;
    color: #fff;
    position: relative;
    width: 391px;
    height: 389px;
    overflow: hidden;
}

.index_box .right .item_out .item .title_out {
    position: absolute;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 40px;
}

.index_box .right .item_out .item .img_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;

}

.index_box .right .item_out .item .img_bg:hover {
    transform: scale(1.1);
    /* //增加过度动画效果 */
    transition: all 0.5s;
}

.index_box .right .item_out .item .img {
    width: 350px;
    height: 240px;
}


.index_box .right .item_out .item .title {
    display: block;
    margin-top: 24px;
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #fff;

}

.index_box .right .item_out .item .en {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    z-index: 1;
    position: relative;
    color: #fff;
}

.index_box .right .item_out .corner {
    background-color: #e3e7e6;
    width: 20px;
    height: 20px;
    position: absolute
}

.index_box .right .item_out .left_top {
    left: -10px;
    top: -10px;
}

.index_box .right .item_out .right_top {
    right: -10px;
    top: -10px;
}

.index_box .right .item_out .left_bottom {
    left: -10px;
    bottom: -10px;
}

.index_box .right .item_out .right_bottom {
    right: -10px;
    bottom: -10px;
}

/* 新闻列表页 */
.xy_content_news {
    display: block;

}

.xy_content_in_news_list {
    width: 1444px;
}

.xy_content_news .swiper_news {
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    border-bottom: #fff solid 2px;
    padding-bottom: 50px;

    margin: 0 auto;
}

.xy_content_news .swiper_news .left .img_news {
    display: block;
    width: 880px;
    height: 586px;
}

.xy_content_news .swiper_news .right .swiper_box_news {
    display: block;
}

.xy_content_news .swiper_news .right .swiper_box_news .item {
    color: #000;
    display: flex;
    align-items: center;
    border: #fff solid 2px;
    margin-bottom: 20px;
    width: 550px;
    padding: 0px 30px;
    height: 132px;
    border-radius: 0 26px 0 26px;
    box-shadow: 3px 3px 6px #777;
}

/* //最后一个 */
.xy_content_news .swiper_news .right .swiper_box_news .item:last-child {
    margin-bottom: 0;
}


.xy_content_news .swiper_news .right .swiper_box_news .item:hover {
    background-color: #fff;
}

.xy_content_news .swiper_news .right .swiper_box_news .item .date {
    text-align: center;
    font-size: 24px;
}

.xy_content_news .swiper_news .right .swiper_box_news .item .date .day {
    font-size: 40px;
    line-height: 40px;
}

.xy_content_news .swiper_news .right .swiper_box_news .item .title {
    font-size: 24px;
    margin-left: 30px;
    /* 超出2行省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出2行省略号 */

}

.xy_content_list2 {
    display: flex;
    padding: 92px 40px 75px 40px;
}

.xy_content_list2 .item_out {
    margin-left: 46px;
    width: 540px;

}

.xy_content_list2 .item_out:first-child {
    margin-left: 0px;
}

.xy_content_list2 .item_out .item_title {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: solid 6px #be1a21;
    padding-left: 20px;
}

.xy_content_list2 .item_out .item_title .title .zh {
    font-size: 36px;
    font-weight: normal;
}

.xy_content_list2 .item_out .item_title .title .en {
    font-size: 27px;
    margin-left: 18px;
    color: #65635e;
}

.xy_content_list2 .item_out .item_title .more {
    font-size: 25px;
    color: #bd1b21;
}

.xy_content_list2 .item_out .item_list {
    padding-top: 32px;
}

.xy_content_list2 .item_out .item_list .item {
    border: solid 4px #fff;
    display: flex;
    margin-bottom: 24px;
    height: 100px;
    border-radius: 0 26px 0 26px;
    color: #000;
    padding-left: 28px;
    padding-right: 30px;
    align-items: center;
    box-shadow: 6px 6px 6px #777;
}

.xy_content_list2 .item_out .item_list .item:hover {
    background-color: #fff;
}

.xy_content_list2 .item_out .item_list .item .date {
    text-align: center;
    font-size: 20px;
    color: #bd1b21;
}

.xy_content_list2 .item_out .item_list .item:hover .date {
    color: #000;
}

.xy_content_list2 .item_out .item_list .item .date .day {
    font-size: 40px;
    line-height: 40px;
}

.xy_content_list2 .item_out .item_list .item .title {
    font-size: 24px;
    margin-left: 40px;
    /* 超出1行省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

.zs_menu_box {
    width: 1520px;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 240px;
    justify-content: space-between;
    text-align: center;
}

.zs_menu_box .item {
    width: 364px;
    height: 100%;
    background-color: #f5bb40;
    box-sizing: border-box;
    padding-top: 72px;
    /* 增加阴影 */
    box-shadow: 6px 6px 10px #999;

}

.zs_menu_box .item .img {
    display: block;
    margin: 0 auto;
    /* width: 134px; */
    height: 90px;
}

.zs_menu_box .item .title {
    font-size: 22px;
    color: #000;
    margin-top: 26px;
}