.container {
    width: 1700px !important;
}

.big-title {
    font-size: 2.2rem!important;
    font-weight: bold!important;
    font-family: "宋体", "Microsoft YaHei"!important;
}

.recruitment-panel {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../img/bg_recruitment.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 999999;
    margin-top: 3rem;
    height: 500px;
}

.recruitment-panel > div > div:last-child > div:first-child {
    background: rgba(255, 255, 255, .7);
    width: 25rem;
    margin-right: 2rem;
    padding: 0 2rem;
}

.home-lecture-list > div > div:nth-child(1) {
    background: #fff;
}

.home-lecture-list > div > div:nth-child(2) > div:nth-child(1) a {
    color: #fff;
}

.home-lecture-list > div > div:nth-child(2) > div:nth-child(2), .home-lecture-list > div > div:nth-child(2) > div:nth-child(3) {
    color: rgba(255, 255, 255, .7);
}

.recruitment-panel > div > div:last-child > div:first-child {
    width: 26rem;
}

.sub-channel-nav a {
    margin-left: 1.5rem;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .6);
}

.sub-channel-nav a.curr {
    color: #000;
}

.sub-channel-nav.white a {
    color: rgba(255, 255, 255, .6);
}

.sub-channel-nav.white a.curr {
    color: #fff;
}

.xyzp2-item > div:first-child span:first-child {
    color: #fff;
}

.home-jobfair-list a {
    color: #fff !important;
}

.xyzp2-item .c-info-panel > div:nth-child(2) {
    color: rgba(255, 255, 255, 1) !important;
}

.xyzp2-item .c-info-panel > div > span {
    color: #fff;
}

.home-online-list > div a {
    color: #fff;
}

.c-info-panel span {
    color: rgba(255, 255, 255, 1) !important;
}

.home-position-list > div > div > div:nth-child(1) a {
    color: #fff !important;
}

.home-notice-list > div a {
    color: #fff !important;
}

.new-nav-menu-bar {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    align-items: center;
}

.new-nav-menu-bar > div:nth-child(1) {
    --font-family: SourceHanSerifCN-Bold;
    font-size: 1.6rem;
    display: flex;justify-content: space-between;align-items: center;width:60rem;
}

.new-nav-menu-bar > div:nth-child(2) {
    --font-family: SourceHanSerifCN-Bold;
    font-family: 黑体;
    font-size: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;display: flex;justify-content: space-between;align-items: center;
}

.new-nav-menu-bar a{
    color:#000;
}

.header-area .header-top .container {
    width: 1700px !important;
}

.new-nav-menu-bar.white {
    color: #fff;
}

.jyzx-list-box {
    height: 470px;
}

.jyzx-list-box .jyzx-article {
    width: 28rem;
    height: 16rem;
    position: relative;
    padding: 0;
}

.jyzx-list-box .jyzx-article img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jyzx-list-box .jyzx-article > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.8));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.jyzx-list-box .jyzx-article > div > div {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.jyzx-list-box .jyzx-article > div span {
    color: #fff;
    font-size: 1.1rem;
}

.jyzx-list-box .jyzx-article > div label {
    color: #fff;
    font-size: .9rem;
    opacity: .7;
    margin-bottom: .5rem;
}

.jyzx-list-box .jyzx-activity-item {
    padding: .8rem;
}

.jyzx-list-box .jyzx-activity-item > div {
    display: flex;
    flex-direction: column;
}

.jyzx-list-box .jyzx-workshop-item {
    width: 28rem;
    height: 16rem;
    position: relative;
    padding: 0;
}

.jyzx-list-box .workshop-list-item {
    cursor: pointer;
}

.jyzx-list-box{
    height: auto!important;
}

.calendar-panel-box-2{

}

.two-split-panel > div:first-child {
    width: 60rem;
    margin-right: 2rem;
}

.new-nav-menu-bar > div:nth-child(1) {
    --font-family: SourceHanSerifCN-Bold;
    font-family: 黑体;
    font-size: 1.5rem;
    margin-right: 2rem;
}

.newsswiper div.swiper-slide{
    display: flex;
    flex-direction: column;
    text-align: unset;
}

.newsswiper div.swiper-slide a{
    display: block;
    width: 100%;
    height:16rem;
}

.newsswiper div.swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsswiper div.swiper-slide span{
    font-size: 1.2rem;
    background: unset;
    color: #333;
    font-weight: bold;
    margin-bottom: .5rem;
}

.newsswiper div.swiper-slide>div{
    display: flex;
    flex-direction: column;
    background: #eef4f9;
    padding: 1rem;
}

.newsswiper div.swiper-slide>div label{
    height: 4.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-width: 500px;
    color:#999;
    font-size: 1.1rem;
}

.main-content .n-jyzd-list{
    display: flex;
    flex-direction: row;
    height: 30rem;
}

.n-jyzd-list>div{
    background: #eef4f9;
    width:30%;
}

.n-jyzd-list>div>div{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.n-jyzd-list>div>div a{
    margin-bottom: .5rem;
    font-weight: bold;
    width:32rem;
}

.n-jyzd-list>div>div label{
    height: 5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-width: 500px;
    color:#999;
    font-size: 1.1rem;
}

.m-news-list-panel.n-jyzd-list > div {
    width:32%;
}

.m-news-list-panel.n-jyzd-list > div{
    align-items: start;
}

.m-news-list-panel.n-jyzd-list > div>span{
    color: #333;
    font-size: 1.3rem;
}

.header-2-box{
    transition: background-color .5s ease-in-out;
}

.header-2-box.fk .header-area{
    background: unset!important;
}

.header-2-box.fk .header-area .main-menu-container ul.main-menu-bar > li a,
.header-2-box.fk .header-area .f-login-panel a,
.header-2-box.fk .header-top .container .logo-box a span{
    color:#000!important;
}

.jyzx-list-box .jyzx-article{
    display: flex;
    flex-direction: column;
    height: 20rem;
}

.jyzx-list-box .jyzx-article > div:nth-child(1){
    height:15rem;
    overflow: hidden;
    position: unset;
}

.jyzx-list-box .jyzx-article > div:nth-child(1) img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jyzx-list-box .jyzx-article > div:nth-child(2){
    position: unset;
    height: auto!important;
    background: #eef4f9!important;
}

.jyzx-list-box .jyzx-article > div label{
    color:#000;
    font-size: 1.2rem;
    font-weight: bold;
}

.jyzx-list-box .jyzx-article > div span{
    color: #999;
    height:2.8rem;
    font-size: 1.1rem;
}

.qyfc-swiper .swiper-slide,.qyfc-swiper .list-item .image-panel{
    width: 35.56rem!important;
}

.header-2-box .header-area{
    padding-bottom: 50px!important;
}

.more-link{
    color: #000!important;
    font-size: 1.2rem!important;
}

.more-link.white-color{
    color: #fff!important;
}

.header-area .main-menu-container ul.main-menu-bar > li a{
    font-size: 1.5rem!important;
}

.header-2-box .header-area .header-top .container .logo-box a{
    background-image: url(../img/logo-g.png)!important;
}

.two-split-panel > div:last-child{
    width: 10rem;
}

.main-content{
    margin-top:10rem;
}

.events-panel-1>div{
 background: #efd6d6;
    padding: .5rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
}

.events-panel-2>div{
    background: #e2efd6;
    padding: .5rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
}

.events-panel-3>div{
    background: #d6e6ef;
    padding: .5rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
}

.events-panel-4>div{
    background: #efd6e5;
    padding: .5rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
}