.h3000 {
    height: 3000px;
}

.list_title {
    font-size: 40px;
    padding-top: 50px;
}

.list_card {
    display: block;
    padding-top: 50px;

}

.list_card .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 50px 0 50px;
    padding: 32px 50px;
    width: 1340px;
    border: solid 4px #fff;
    box-sizing: border-box;
    /* margin: 0 auto; */
    margin-bottom: 40px;
    box-shadow: 6px 6px 20px #777;

}

.list_card .item:hover {
    background-color: #fff;
}

.list_card .item .left .img {
    width: 418px;
    height: 280px;
}

.list_card .item .right {
    margin-left: 40px;
    color: #000;
    width: 778px;
}

.list_card .item .right .date span {
    font-size: 24px;
}

.list_card .item .right .quarter {
    color: #da3428;
}

.list_card .item .right .title {
    font-size: 28px;
    margin-top: 30px;
}


/* list_word */
.list_word {
    display: block;
    padding-top: 90px;
}

.list_word .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
    border-radius: 0 40px 0 40px;
    padding: 40px 90px 40px 60px;
    margin-bottom: 40px;
    border: solid 4px #fff;
    box-sizing: border-box;
    box-shadow: 6px 6px 20px #777;

}

.list_word .item:hover {
    background-color: #fff;
}

.list_word .item .icon_right {
    margin-right: 20px;
}

.list_word .item .left,
.list_word .item .right {
    font-size: 28px;
    color: #000;
}

.list_word .item .right {
    width: 300px;
    text-align: right;
}

/* 分页 */
.page_box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 60px 0;

}

.page_box a,
.page_box span {
    font-size: 20px;
    color: #000;
}

.page_box a {
    border: #fff 2px solid;
    padding: 0px 18px;
    height: 50px;
    display: flex;
    align-items: center;
}

.page_box a:hover {
    background-color: #fff;
}

.page_box .inp {
    border: #fff 2px solid;
    width: 54px;
    height: 50px;
    text-align: center;
    font-size: 18px;
}

.to_top {
    display: flex;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    border: solid 4px #FFF;
    position: fixed;
    bottom: 200px;
    right: 60px;
    background-color: #f4bb40;
    z-index: 1;
}

.to_top:hover {
    background-color: #fff;
}

.detail_box_white {
    background-color: #fff;
    width: 1700px;
    margin: 0 auto;
    padding: 60px 100px;
    margin-top: 90px;
    border-radius: 0 40px 0 40px;
}

/* 预录取 */
.yuluqu_box {
    display: block;
}

.yuluqu_box .title {
    font-size: 52px;
    text-align: center;
    font-weight: bold;
    padding: 120px 0 100px 0;
}

.yuluqu_box .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.yuluqu_box .form .form_item {
    display: flex;
    align-items: center;
}

.yuluqu_box .form .form_item .left {
    font-size: 36px;
}

.yuluqu_box .form .form_item .right .inp {
    font-size: 28px;
    height: 62px;
    width: 464px;
    border-radius: 0 20px 0 20px;
    border: solid 1px #f5bb40;
    padding: 0 20px;
}

.yuluqu_box .button_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 120px 0 50px 0;

}

.yuluqu_box .button_list .button {


    /* 字体大小 */
    font-size: 28px;
    /* 去掉默认边框 */
    border: none;
    /* 圆角，使按钮变成椭圆形，数值可调整 */
    border-radius: 60px;
    height: 60px;
    box-sizing: border-box;
    /* 内边距，控制按钮大小，上下和左右 */
    padding: 0px 80px;
    /* 按钮阴影，增强立体效果，可根据需要调整参数 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* 鼠标悬停时显示手型 */
    cursor: pointer;
    background-color: #fff;
    color: #000;
    /* 只设置边框为黄色 */
    border: 2px 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: 700px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.5;
}

.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: 50px;
    line-height: 1.8;
    text-align: center;


}

.news_detail .author {
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
}

.news_detail .content {
    padding: 60px 0 0 0;
}

.address_box {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    margin-top: 40px;

}

.address_box .left {
    text-align: left;
    font-size: 24px;
}

.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: 20px;
}

.address_box .left .item .left_img {
    margin-right: 20px;

}

.address_box .right {
    margin-left: 30px;
}

.index_xy_content_in {
    padding: 20px 20px;
}

.index_box {
    display: flex;
    /* 关键：垂直方向从上到下排列，不分散 */
    align-items: flex-start;
    /* 水平方向左对齐（可选） */
    justify-content: flex-start;
    /* 垂直方向从上到下排列 */
    width: 1780px;
    /* background-color: #00ff00; */
    margin: 0 auto;
    padding-bottom: 40px;

}

.index_box .left {
    /* width: 300px; */
    border-top: solid 1px #cbcfce;
    border-bottom: solid 1px #cbcfce;
    padding: 20px 20px 20px 10px;

}

.index_box .left .left_in {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    padding-top: 126px;
    padding-bottom: 54px;
    height: 100%;
    width: 250px;

}

.index_box .left .left_in .item_out {
    border-bottom: solid 1px #fff;
    margin-bottom: 40px;
    padding-bottom: 6px;
}

.index_box .left .left_in .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;

}

.index_box .left .left_in .title {
    width: 130px;
    padding-right: 30px;
}

.index_box .left .left_in .zh {
    font-size: 18px;
    color: #fff;
}

.index_box .left .left_in .en {
    font-size: 14px;
    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;
    padding: 20px 22px;
    position: relative;
    cursor: pointer;
}

/* //第3n个不要右边框 */
.index_box .right .item_out:nth-child(3n) {
    border-right: none;
    padding-right: 0;
}

.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 40px 30px 40px;
    background-color: #533722;
    color: #fff;
    position: relative;
    width: 460px;
    height: 466px;
    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_news .swiper_news {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: #fff solid 2px;
    padding-bottom: 60px;
}

.xy_content_news .swiper_news .left .img_news {
    display: block;
    width: 1040px;
    height: 700px;
}

.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: 640px;
    padding: 0px 40px;
    height: 160px;
    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: 103px 40px 90px 50px;
}

.xy_content_list2 .item_out {
    margin-left: 50px;
    width: 646px;

}

.xy_content_list2 .item_out:first-child {
    margin-left: 0px;
}

.xy_content_list2 .item_out .item_title {
    height: 58px;
    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: 42px;
    font-weight: bold;
}

.xy_content_list2 .item_out .item_title .title .en {
    font-size: 30px;
    margin-left: 20px;
    color: #65635e;
}

.xy_content_list2 .item_out .item_title .more {
    font-size: 22px;
    color: #bd1b21;
}

.xy_content_list2 .item_out .item_list {
    padding-top: 40px;
}

.xy_content_list2 .item_out .item_list .item {
    border: solid 4px #fff;
    display: flex;
    margin-bottom: 28px;
    height: 120px;
    border-radius: 0 26px 0 26px;
    color: #000;
    padding-left: 34px;
    padding-right: 30px;
    align-items: center;
    box-shadow: 6px 6px 6px #777;
}

.xy_content_list2 .item_out .item_list .item .date {
    text-align: center;
    font-size: 24px;
}

.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: 1820px;
    display: flex;
    margin: 0 auto;
    margin-top: 56px;
    margin-bottom: 60px;
    height: 290px;
    justify-content: space-between;
    text-align: center;
}

.zs_menu_box .item {
    width: 436px;
    height: 100%;
    background-color: #f5bb40;
    box-sizing: border-box;
    padding-top: 90px;

}

.zs_menu_box .item .img {
    display: block;
    margin: 0 auto;
    /* width: 134px; */
    height: 110px;
}

.zs_menu_box .item .title {
    font-size: 24px;
    color: #000;
    margin-top: 26px;
}