.home_bkzy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.home_bkzy .home_bkzy_item {
    margin-bottom: 10px;
    width: 590px;
    height: 140px;
    border-radius: 8px;
    background-color: #fff;
}

.home_bkzy_item:last-child {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.home_bkzy_item:last-child img {
    width: 275px;
    height: 120px;
}

.home_bkzy_item_top {
    width: 590px;
    height: 4px;
    background: linear-gradient(90deg, #FF4C45 0%, rgba(255, 76, 69, 0) 100%);
}

.home_bkzy_title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #F8FAFF;
    padding-left: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.home_bkzy_title img {
    width: 16px;
    height: 16px;

}

.home_bkzy_content {
    width: 100%;
    height: 92px;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: hidden;
    overflow-y: scroll;



}

/* 隐藏滚动条 */
.home_bkzy_content::-webkit-scrollbar {
    display: none;
}

.home_bkzy_content::-webkit-scrollbar-track {
    display: none;
}

.home_bkzy_content::-webkit-scrollbar-thumb {
    display: none;
}

.home_bkzy_content::-webkit-scrollbar-thumb:hover {
    display: none;
}

.home_bkzy_content::-webkit-scrollbar-thumb:active {
    display: none;
}

.home_bkzy_content_item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 6px;
    background-color: #F8FAFF;
    border-radius: 79px;
    cursor: pointer;

}
.home_bkzy_content_item:hover{
    background-color: #FFECEC;
    color: #FF6969;
}

.home_szjy {
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
}

.home_szjy_item {
    width: 280px;
    height: 100px;
    border-radius: 8px;
    background-color: #F8F8F8;
    background-image: url(../myimg/jysgk.png);
    background-size: 158px 98px;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 20px 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.home_szjy_item:nth-child(2) {
    background-image: url(../myimg/home_jycg.png);
}

.home_szjy_item:nth-child(3) {
    background-image: url(../myimg/home_szpx.png);
}

.home_szjy_item:nth-child(4) {
    background-image: url(../myimg/home_zxgz.png);
}

.home_szjy_item p {
    font-size: 20px;
    color: #CA2B1D;
    white-space: nowrap;
    font-weight: 600;
}

.home_szjy_item .goview {
    width: 48px;
    height: 24px;
    background-color: #F9E7E6;
    border-radius: 6px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #FF4C45;
    cursor: pointer;
}

.home_szjy_item .goview:hover {
    background-color: #FF4C45;
    color: #fff;
}

.home_newcenter {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* 思政实践中心 */

.home_practice {
    width: 387px;
}

.newcenter {
    width: 792px;

}

.home_practice_content {
    width: 387px;
    height: 384px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.home_practice_content_item {
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
    color: #3451B3;
    font-size: 16px;
    font-weight: 500;
    background-image: url(../myimg/practice1.png);
}

.home_practice_content_item h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.home_practice_content_item h3:hover {
    font-weight: 800;
    color: #CA2B1D;
}

.home_practice_content_item h3 img {
    width: 16px;
    height: 16px;
}

.home_practice_class {
    width: 100%;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    height: 24px;
    overflow: hidden;


}

.home_practice_class span {
    display: inline-block;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 8px;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #525A6F;
    border-radius: 79px;
    cursor: pointer;
}

.home_practice_class span:hover {
    background-color: #FF4C45;
    color: #fff;
}

.home_practice_content_item:nth-child(2) {
    background-image: url(../myimg/practice2.png);
}

.home_practice_content_item:nth-child(3) {
    background-image: url(../myimg/practice3.png);
}

.getmore_button {
    width: 100%;
    height: 34px;
    border-radius: 8px;
    background: #F8FAFF;
    border: none;
    color: #525A6F;
    cursor: pointer;
    font-size: 18px;
}

.getmore_button:hover {
    color: #CB272B;
    font-weight: 800;
}

/* 新闻中心 */
.newcenter_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newcenter_content_item {
    width: 386px;
    height: 384px;
    padding: 10px;
    background: linear-gradient(180deg, #FAF0EB 0%, #F1D0CC 100%);
    border-radius: 8px;
}

.newcenter_content_item h3 {
    width: 100%;
    height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #7A3C33;
}

.newcenter_content_item h3 img {
    width: 118px;
    height: 15px;
}

.newcenter_content_item:last-child {
    background: linear-gradient(180deg, #F9F3E4 0%, #F0E2BB 100%);
}

.newcenter_content_item_news {
    width: 100%;
    height: 332px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news_list_item {
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.news_list_item img {
    width: 100px;
    height: 66px;
}

.news_list_item_right {
    width: 236px;
    height: 100%;
    padding: 10px 0px;
}

.news_list_item_right h3 {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;

}

.news_list_item_right h3:hover {
    color: #FF4C45;
}

.news_list_item_right_bottom {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.news_list_item_right_bottom span {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #9E9E9E;
    display: flex;
    gap: 5px;
    align-items: center;

}

.news_list_item_right_bottom span img {
    width: 16px;
    height: 16px;

}

/* 专题思政学习 */
.zt_left {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.zt_left span {
    display: block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    opacity: 1;
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #ECEEF4;
}

.zt_left span:hover {
    font-weight: 600;
    color: #FF4C45;
    background: #FFEEEE;
    border: none;
}

.select_title {
    font-weight: 600 !important;
    color: #FF4C45 !important;
    background: #FFEEEE !important;
    border: none !important;
}


.home_top {

    width: 100%;
    background-image: url(../myimg/home_top_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* position: relative; */
    min-width: 1200px;
    
}
.home_top_box{
    transition: transform .7s linear;
    z-index: 8;
}

.jzhome_sjbg_top {
    /* transition:margin-top .7s linear;
	margin-top:calc(-100vh + 164px); */
    transform: translateY(calc(-100vh + 100px));
   
}


.home_top_box {

    margin: 0 auto;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.jz_head_show {
    transform: translateY(calc(138px));
    /* overflow: visible; */
}
.home_banner_show{
    margin-top: 138px !important;
    transition: margin-top .6s linear;
  
}
.header {
    height: 138px;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 99;
    margin-top: -138px;
    left: 0;
    top: 0;
    opacity: 1;
    /* overflow: hidden; */
    transition: transform .5s linear;
}

.home_banner {
    margin: 0 auto;
    width: 1200px;
    height: 374px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.home_banner_left {
    width: 793px;
    height: 100%;
    border-radius: 8px;

}

/* 首页轮播 */
.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: pink;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-next {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-image: url(../myimg/swiper_next.png);
}

.swiper-button-prev {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-image: url(../myimg/swiper_pre.png);
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 8px;
    opacity: 0.5;

    background: #FFFFFF;
}

.swiper-pagination-bullet-active {
    width: 40px;
    height: 4px;
    border-radius: 8px;
    opacity: 1;

    background: #FFFFFF;
}

.home_banner_right {
    width: 387px;
    height: 354px;
    background-color: #F7E8E2;
    border-radius: 8px;
    padding: 20px;
}

.home_banner_right_top {
    width: 100%;
    height: 106px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    display: flex;

}

.resouce_count {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.resouce_count_num1 {
    font-family: DIN Condensed;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    color: #FF4C45;
}

.resouce_count_num2 {
    font-family: DIN Condensed;
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    color: #FF4C45;
}

.resouce_text {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.resouce_count:first-child {
    border-right: 1px solid #ECEEF4;
}

.enter_nav {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #CA2B1D;
    margin: 10px auto;

}

.enter_nav img {
    width: 24px;
    height: 24px;
}

.enter_nav_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    
}

.enter_nav_box_item {
    width: 168px;
    height: 48px;
    border-radius: 8px;
    background: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1D2335;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: PingFang SC;
}
.enter_nav_box_item:nth-last-child(-n+3){
    width: 109px;
}

.enter_nav_box_item img{
    width: 24px;
    height: 24px;
}
.enter_nav_box_item:hover{
    background-color: #F8D8D2;
}

