@charset "utf-8";
.list {
    padding-top: 80px;
    position:relative;
    overflow: hidden;
}

.list::after{
	position:absolute;
	content:"";
	display:block;
   clear:both;
}
.imgbox {
	height: 100%;
	overflow: hidden;
}

.imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform 0.3s ease-in;
}

.imgbox:hover img {
	transform: scale(1.05);
}

.ky-lb {
    width: 47.3%;
    height: 505px;
    float: left;
    box-sizing: border-box;
    overflow: visible;
    z-index: 10;
    margin:0;
}

.ky-list {
    width: 50.5%;
    float: right;
    /* margin-top: -28px; */
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: end;
}

.ky-lb .swiper-slide {
    position: relative;
}

.ky-lb .swiper-slide a {
    display: block;
    height: 100%;
}

.ky-lb .swiper-slide .date {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    padding: 7px 8px;
    border-radius: 15px 0px 15px 0px;
    background: #FDAA26;
    position: absolute;
    top: -29px;
    left: 45px;
}

.ky-lb .swiper-slide .date span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.ky-lb .textbox {
    width: 100%;
    position: absolute;
box-sizing: border-box;
    padding: 0 35px;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 0px;
	background: linear-gradient(to bottom, rgba(2, 76, 198, 0), rgba(2, 76, 198, 1));
}

.ky-lb .swiper-wrapper {
    padding-top: 30px;
    margin-top: -30px;
    overflow: hidden;
    box-sizing: border-box;
}



.ky-list li {
    /* width: 100%; */
    /* padding: 0 30px; */
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.ky-list li a {
    padding: 16.65px 30px;
    display: flex;
    align-items: start;
    /* padding-left: 30px; */
    /* border-bottom: 1px solid #E5E5E5; */
}

.ky-list li .date {
    margin-right: 30px;
    padding: 6px 8px;
}

.ky-list li .date {
    font-size: 14px;
    text-align: center;
    color: #8BBDED;
    white-space: nowrap;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 15px 0px 15px 0px;
}

.ky-list li .date span {
    display: block;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #096CCD;
}

.ky-list li .date p {
    line-height: 18px;
}
.ky-list li .textbox{
    width: calc(100% - 100px);
}
.ky-list li h1 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #1A1A1A;
}

.ky-list li p {
    font-size: 14px;
    line-height: 21px;
    color: #A4A4A6;
}

.ky-list li.active {
    width: 100%;
    /* padding-left: 30px; */
    background: url(/jyzx/news_2025/images/kydtbg2.png) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
}

.ky-list li.active .date {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.ky-list li.active h1 {
    color: #fff;
}






.title {
    display: flex;
    align-items: center;
}

.title .text {
    padding-left: 9px;
    display: flex;
    align-items: center;
    position: relative;
}

.title .text::before {
    position: absolute;
    content: "";
    width: 122px;
    height: 46px;
    background: url(/jyzx/news_2025/images/title_bg.png);
    top: -5px;
    left: 2px;
}

.title .text p {
    font-weight: bold;
    font-size: 29px;
    color: #333333;
    line-height: 29px;
    position: relative;
    z-index: 3;
}

.title .text p:nth-child(1) {
    color: #024CC6;
}

/* 就业动态 */

.jydt {
    padding: 98px 0 10px;
    background-color: #F4F5FF;
}

.jydt .w1500 {
    overflow: hidden;
}

.jydt_main {
    width: 100%;
    margin-top: 84px;
    padding: 13px 0;
    /* overflow-x: hidden; */
    position: relative;
}

.jydt_main .image {
    background: #fff;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.jydt_main .image:hover {
    background: linear-gradient(110deg, #024CC6, #0FE5D8);
}

.jydt_main .image a {
    display: block;
    padding: 32px 23px 28px;
}

.jydt_main .image a .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jydt_main .image a .time span {
    display: block;
    width: 25px;
    height: 4px;
    background: linear-gradient(90deg, #024CC6, #20D3C8);
    transition: all 0.3s ease-in-out;
}

.jydt_main .image:hover a .time span {
    background: #fff;
}

.jydt_main .image a .time p {
    font-size: 16px;
    color: #999999;
    line-height: 12px;
    transition: all 0.3s ease-in-out;
}

.jydt_main .image:hover a .time p {
    color: #fff;
}

.jydt_main .image a span.line-2 {
    margin-top: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    min-height: 64px;
    transition: all 0.3s ease-in-out;
}

.jydt_main .image:hover a span.line-2 {
    color: #fff;
}

.jydt_main .image a p.line-2 {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    min-height: 60px;
    transition: all 0.3s ease-in-out;
}

.jydt_main .image:hover a p.line-2 {
    color: #fff;
}

.jydt_main .image a .img {
    margin-top: 28px;
    width: 100%;
    height: 227px;
    overflow: hidden;
}

.jydt_main .image a .img img,
.wellDone_left .img img,
.Internship_main .item a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in;
}

.jydt_main .image:hover a .img img,
.wellDone_left:hover .img img,
.Internship_main .item:hover a .img img {
    transform: scale(1.1);
}

.jydt_main .swiper-button-prev,
.jydt_main .swiper-button-next {
    top: -74px;
    width: 11px;
    height: 20px;
}

.jydt_main .swiper-button-prev {
    left: auto;
    right: 280px;
}

.jydt_main .swiper-button-next {
    right: 247px;
}

.jydt_main .swiper-button-prev::after,
.jydt_main .swiper-button-next::after {
    width: 11px;
    height: 20px;
    font-size: 20px;
}

.jydt_main .swiper-pagination {
    top: -87.5px;
    width: 129px;
    height: 4px;
    background: #1952BE;
    border-radius: 2px;
    left: auto;
    right: 33px;
}

.jydt_main .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #20ECEB;
}

.jydt_main .sz_ {
    position: absolute;
    top: -92.5px;
    left: auto;
    right: 0;
    display: flex;
}

.jydt_main .sz_ span:nth-child(1) {
    margin-right: 148px;
}

.jydt_main .sz_ span {
    font-family: ErasITC;
    font-weight: normal;
    font-size: 20px;
    line-height: 13px;
    color: #1952BE;
}

.jydt_main .swiper-slide {
    transform: scale(0.97);
    transition: transform 0.3s ease;
}

.jydt_main .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}

.jydt_main .zt {
    position: absolute;
    width:12px;
    height:15px;
    background:url(/jyzx/news_2025/images/ztbf.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    right: 215px;
    top: -92.5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.jydt_main .paused{
     background:url(/jyzx/news_2025/images/jxbf.png);
    transition: all 0.3s ease-in;
}

/* 通知公告 */

.notice {
    padding-top: 54px;
    background-color: #F4F5FF;
}

.notice_top .w1500 {
    background: #FFFFFF;
    border-radius: 7px;
    position: relative;
    z-index: 3;
    padding: 92px 35px 62px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_main .more {
    display: block;
    margin-top: 120px;
    margin-left: 15px;
    padding: 1px;
    width: 96px;
    height: 30px;
    background: linear-gradient(110deg, #024CC6, #0FE5D8);
    border-radius: 15px;
}

.title_main .more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333333;
    background: #fff;
    line-height: 28px;
    border-radius: 15px;
    text-align: center;
}

.notice_main {
    width: 83.24%;
    position: relative;
}

.notice_main::before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 130px);
    background: #E7E7E7;
    left: 65px;
    top: -30px;
}

.notice_main ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice_main ul li {
    margin-top: 14px;
    width: 47.5%;
    border-bottom: 1px solid #A8A8A8;
}

.notice_main ul li a {
    display: flex;
    align-items: center;
    padding: 0 9px;
    line-height: 77px;
}

.notice_main ul li a span {
    display: block;
    font-size: 18px;
    color: #666666;
}

.notice_main ul li:hover a span {
    color: #004FC6;
}

.notice_main ul li a p {
    font-size: 18px;
    color: #333333;
    margin-left: 28px;
    width: calc(100% - 130px);
}

.notice_main ul li:hover a p {
    color: #0C165C;
}

.notice_main .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 0;
    border: none;
    top: -50px;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.notice_main .slick-prev {
    left: 0;
    background: url(/jyzx/news_2025/images/tzgg_zjt.png);
}

.notice_main .slick-next {
    right: 0;
    background: url(/jyzx/news_2025/images/tzgg_yjt.png);

}

.notice_btn {
    margin-top: -44px;
    padding: 88px 0 76px;
    background: url(/jyzx/news_2025/images/notice_btn_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.notice_btn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice_btn ul i {
    display: block;
    width: 1px;
    height: 71px;
    background: #F4F5FF;
}

.notice_btn ul i:last-child {
    display: none;
}

.notice_btn ul li a {
    display: block;
}

.notice_btn ul li a div {
    width: 68px;
    height: 62px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice_btn ul li a p {
    margin-top: 29px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

/* 好样的！哈油人 */

.wellDone {
    padding: 103px 0 110px;
}

.wellDone_main {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.wellDone_left {
    width: 72.3%;
}

.wellDone_left {
    position: relative;
}

.wellDone_left .img {
    width: 100%;
    height: 608px;
    overflow: hidden;
}

.wellDone_left .time {
    width: 70px;
    margin-top: 42px;
    margin-left: 16px;
    margin-right: 21px;
}

.wellDone_left .time span {
    display: block;
    font-size: 53px;
    line-height: 43px;
    color: #666666;
    background: linear-gradient(110deg, #024CC6 0%, #0FE5D8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.wellDone_left .time p {
    margin-top: 14px;
    text-align: center;
    font-size: 17px;
    color: #999999;
    line-height: 17px;
}

.wellDone_left .text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 107px);
    height: 188px;
    background: url(/jyzx/news_2025/images/wellDone_left_txt_bg.png);
    background-size: 100% 100%;
    padding: 65px 30px 0 20px;
}

.wellDone_left .text span {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
}

.wellDone_left .text p {
    margin-top: 12.5px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
}

.wellDone_left .text button {
    width: 91px;
    height: 33px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    background: transparent;
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 33px;
    bottom: 15px;
    right: 30px;
}

.wellDone_right {
    width: 25.4%;
}

.wellDone_right li {
    background: #F3F3F3;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
}

.wellDone_right li:hover {
    background: linear-gradient(90deg, #024CC6, #14E5D8);
}

.wellDone_right li:last-child {
    margin-bottom: 0;
}

.wellDone_right li a {
    display: block;
    padding: 28px 30px 10px 27px;
}

.wellDone_right li a .line-2 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    max-height: 60px;
    transition: all 0.3s ease-in-out;
}

.wellDone_right li:hover a .line-2 {
    color: #fff;
}

.wellDone_right li a .time {
    float: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.wellDone_right li a .time span {
    width: 22px;
    height: 22px;
    display: block;
    background: url(/jyzx/news_2025/images/time_l.png);
}

.wellDone_right li:hover a .time span {
    background: url(/jyzx/news_2025/images/time.png);
}

.wellDone_right li a .time p {
    font-size: 16px;
    color: #0049BE;
    margin-left: 11px;
    transition: all 0.3s ease-in-out;
}

.wellDone_right li:hover a .time p {
    color: #fff;
}

/* 实习风采 */

.Internship {
    padding: 120px 0 104px;
    position: relative;
}

.Internship::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: calc(100% - 10px);
    width: 89.115%;
    background: url(/jyzx/news_2025/images/sxfc_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.Internship::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -110px;
    width: 41.15%;
    height: 542px;
    background: #D8E2F4;
    z-index: -1;
}

.Internship .title {
    position: relative;
    z-index: 3;
}


.Internship .title .text::before {
    background: url(/jyzx/news_2025/images/title_bg_b.png);
}

.Internship .title .text p {
    color: #fff;
}

.Internship_main {
    position: relative;
}

.Internship_main .item {
    margin-right: 33px;
    padding-top: 95px;
}

.Internship_main .item a {
    display: block;
    position: relative;
}

.Internship_main .item a .time {
    position: absolute;
    z-index: 3;
    width: 66px;
    height: 65px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    top: -40px;
    right: 35px;
}

.Internship_main .item a .time span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #1659C4;
    line-height: 40px;
}

.Internship_main .item a .time p {
    line-height: 26px;
    font-size: 14px;
    color: #F9F9F9;
    text-align: center;
    background: linear-gradient(93deg, #0250D1, #21EEEA);
}

.Internship_main .item a .img {
    width: 100%;
    height: 315px;
    overflow: hidden;
}

.Internship_main .item a .txt {
    background: #fff;
    padding: 21px 33px;
}

.Internship_main .item a .txt p {
    margin-top: 14px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}

.Internship_main .slick-arrow {
    position: absolute;
    width: 23px;
    height: 43px;
    bottom: -174px;
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.Internship_main .slick-prev {
    right: 446px;
    background: url(/jyzx/news_2025/images/sxfc_zjt.png);
}

.Internship_main .slick-next {
    right: 317px;
    background: url(/jyzx/news_2025/images/sxfc_yjt.png);
}

@media (max-width:1550px) {
    .jydt .w1500 {
        width: 94%;
    }

    .wellDone .w1500,
    .Internship .w1500 {
        width: 100%;
        padding: 0 3%;
    }

    .notice_top .w1500 {
        width: 94%;
    }

    .notice_btn ul {
        width: 94%;
    }
}

@media (max-width:1350px) {}

@media (max-width:1200px) {
    .wellDone_main {
        display: block;
    }

    .wellDone_left,
    .wellDone_right {
        width: 100%;
    }

    .wellDone_right {
        margin-top: 30px;
    }

    .wellDone_right li {
        margin-bottom: 20px;
    }

    .wellDone_left .img {
        height: calc(92.67vw/109*61);
    }

    .notice_top .w1500 {
        display: block;
        padding: 50px 30px 45px;
    }

    .notice_top .w1500 .title_main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .notice_top .w1500 .title_main .more {
        margin-top: 0px;
        margin-left: 0px;
    }

    .notice_main {
        margin-top: 80px;
        width: 100%;
    }

    .notice_main::before {
        top: -20px;
    }

    .notice_main .slick-arrow {
        top: -40px;
    }

    .Internship::before {
        width: 100%;
    }

    .Internship_main .item {
        margin: 0 15px;
    }

    .Internship::after {
        display: none
    }

    .Internship_main .slick-arrow {
        position: absolute;
        width: 16px;
        height: 35px;
        bottom: -60px;
        background-size: contain !important
    }

    .Internship_main .slick-next {
        right: 20px;
    }

    .Internship_main .slick-prev {
        right: 80px;
        background: url(/jyzx/news_2025/images/sxfc_yjt.png);
        transform: rotateZ(180deg);
    }

.list{
display:block;
}

.ky-lb {
    float: none;
    width: 100%;
    height: calc(92vw/5*3);
}
	.ky-list {
    width: 100%;
    margin-top: 40px;
    float: none;
}
}

@media (max-width:1024px) {
    .notice_btn ul li a div {
        height: 40px;
        width: auto;
    }

    .notice_btn ul li a div img {
        display: block;
        height: 100%;
        width: auto;
    }

    .notice_btn ul li a p {
        margin-top: 20px;
        font-size: 17px;
        line-height: 24px;
        white-space: nowrap;
    }

    .notice_btn {
        padding: 88px 0 44px;
    }

    .notice_btn ul li a {
        padding: 0 25px;
    }
}

@media (max-width:900px) {
    .Internship::before {
        height: calc(100%);
    }

    .notice_btn ul {
        overflow-x: auto;
    }

    .notice_btn ul::-webkit-scrollbar {
        width: 90%;
        height: 2px;
    }

    .notice_btn ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 1px;
    }

    .notice_btn ul::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 1px;
    }

    .notice_btn ul::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

    .notice_btn ul::-webkit-scrollbar-corner {
        background: #f1f1f1;
    }
}

@media (max-width:768px) {
    .notice_main ul li {
        margin-top: 0px;
        width: 100%;
    }

    .wellDone_left .text p {
        margin-top: 12.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 29px;
        height: 29px;
        -webkit-line-clamp: 1;
    }

    .wellDone_left .text button {
        display: block;
        width: auto;
        height: auto;
        padding: 5px 20px;
        border-radius: 15px;
        font-size: 13px;
        line-height: 14px;
    }

    .wellDone_left .time {
        margin-top: 20px;
    }

    .wellDone_left .text {
        height: 180px;
    }

    .notice_btn ul li {
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .Internship_main .item {
        margin: 0;
    }
}

@media (max-width:576px) {
    .jydt {
        padding: 40px 0 0px;
        background-color: #F4F5FF;
    }

    .jydt_main .swiper-button-prev,
    .jydt_main .swiper-button-next {
        top: -25px;
    }

    .jydt_main .swiper-button-prev {
        left: 0;
        right: auto;
    }

    .jydt_main .swiper-button-next {
        left: 33px;
        right: auto;
    }

    .jydt_main .sz_ {
        top: -42.5px;
        left: 85px;
        right: auto;
    }

    .jydt_main .swiper-pagination {
        top: -38.5px;
        left: 117.6px;
        right: auto;
    }

    .wellDone_left .text {
        height: auto;
        background-size: auto 100%;
        padding: 40px 30px 20px;
    }

    .wellDone_left .text button {
        display: none;
    }

    .jydt_main .zt {
    right: auto;
    left: 60px;
    top: -44.5px;
}
}

@media (max-width:480px) {
    .title .text p {
        font-size: 24px;
        line-height: 24px;
    }

    .notice_top .w1500 {
        padding: 30px 10px;
    }

    .notice_main ul li a p {
        font-size: 16px;
        width: calc(100% - 120px);
        margin-left: 0;
    }

    .notice_main ul li a span {
        font-size: 16px;
    }

    .notice_main ul li a {
        padding: 0;
        line-height: 60px;
    }

    .notice_main ul li a {
        justify-content: space-between;
    }

    .Internship::before {
        background-size: auto 100%;
    }

    .wellDone_right li a {
        padding: 20px 12.5px;
    }

    .wellDone_right li a .time {
        margin-top: 10px;
    }

    .Internship {
        padding: 60px 0 80px;
    }

    .Internship_main .item {
        margin-right: 0;
        padding-top: 70px;
    }

    .wellDone {
        padding: 40px 0px;
    }

    .wellDone_main {
        margin-top: 50px;
    }

    .wellDone_left .time {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 15px;
        position: relative;
        z-index: 3;
    }

    .wellDone_left .time span {
        font-size: 36px;
        line-height: 30px;
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .wellDone_left .time p {
        margin-top: 14px;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
    }

    .wellDone_left .text {
        width: 100%;
        bottom: -25px;
    }

    .wellDone_left .text span {
        font-size: 17px;
        line-height: 17px;
        padding-left: 70px;
    }

    .wellDone_left .text p {
        margin-top: 10px;
        line-height: 29px;
        height: 29px;
        padding-left: 70px;
    }

    .wellDone_right {
        margin-top: 45px;
    }

	.ky-lb .swiper-slide .date {
    left: 15px;
}

	.ky-lb .swiper-slide .date span {
    font-size: 18px;
}

		.ky-lb .swiper-slide .date p {
    font-size: 13px;
}

	.ky-list li p {
    font-size: 13px;
}

	
.ky-lb .textbox {
    padding: 0 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
}

	.ky-list li a {
    padding: 15px 10px;
}

	.ky-list li .date span {
    font-size: 24px;
    line-height: 24px;
}

	.ky-list li h1 {
    font-size: 17px;
}

	.ky-list li .date {
    margin-right: 20px;
}
	
}