/* 模块功能 */
.pta-module {
    width: 100%;
    height: 250px;  
    background: url("../img/pta/pta-top-img.png");
    background-size: 100% 100%;  
    position: relative;
}
.pta-module::before {
    content: '';
    display: block;
    width: 35%;
    max-width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-270deg, rgb(244, 245, 252),rgba(92, 132, 248, 0) 100%);
}
.pta-module::after {
    content: '';
    display: block;
    width: 35%;
    max-width: 600px;
    height: 100%;
    position: absolute;   
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgb(244, 245, 252),rgba(92, 132, 248, 0) 100%);
}
.pta-module .module-content {
    position: relative;
    z-index: 10;
    width: 1190px;
    margin: 0 auto;
    padding: 75px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pta-module .module-content .module-name {
    width: 250px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    padding-left: 70px;
}
.pta-module .module-content .module-box {
    width: 170px;
    height: 170px;
    padding: 30px;
    margin-left: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(60, 100, 245);
    border-right: 1px solid rgb(60, 100, 245);
    border-radius: 45px;
    background: linear-gradient(270deg, rgba(60, 100, 245, 0.2),rgba(178, 197, 255, 0.2) 100%), #fff;
    color: var(--Font-Color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
.pta-module .module-content .module-box  img {
    display: block;
    margin: 0 auto 15px;
}

.pta-module .module-content .module-func {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.pta-module .module-content .func-item {
    display: block;
    width: 200px;
    height: 80px;
    padding: 15px 30px;
    margin-left: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(60, 100, 245);
    border-right: 1px solid rgb(60, 100, 245);
    border-radius: 20px;
    background: linear-gradient(270deg, rgba(60, 100, 245, 0.2),rgba(178, 197, 255, 0.2) 100%),rgb(255, 255, 255);
    cursor: pointer;
    color: var(--Font-Color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.pta-module .module-content .func-item:hover {
    color: var(--Active-Color);
}
.pta-module .module-content .func-item .func-img {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;   
    padding: 12px;
    margin-right: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid rgb(178, 197, 255);
    border-right: 1px solid rgb(178, 197, 255);
    border-radius: 14px;
    background: #fff;
}
.pta-module .module-content .func-item .func-img img {
    display: block;
    width: 24px;
    height: 24px;
}

/* big swiper */
.banner {
    width: 100%;
    padding: 50px 0;
}
.swiper-box {
    width: 800px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.swiper-box .swiper-title {
    position: relative;
    width: 100%;
    height: 75px;
    padding: 20px;
    box-sizing: border-box;
    color: var(--Active-Color);
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    background: #ffffff;
    overflow: hidden;
    white-space: nowrap;    
    text-overflow: ellipsis;
}
.swiper-box .swiper-title::before {
    content: '';
    width: 160px;
    height: 32px;
    box-sizing: border-box;
    border-bottom: 3px solid var(--Active-Color);
    box-shadow: 0px 6px 16px 0px rgba(55, 69, 103, 0.05);
    background: linear-gradient(180deg, rgba(92, 132, 248, 0),rgba(92, 132, 248, 0.15) 100%);
    position: absolute;
    bottom: 0;
    left: 55px;   
}
.swiper-box .swiper1 {
    width: 800px;
    height: 400px;
    text-align: center;
    background: #fff;
    font-weight: bold;
}
.swiper-box .swiper1 img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #5C84F8;
    opacity: 0.3;
}
.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    height: 8px;
    border-radius: 8px;
    opacity: 1;
}
.swiper-button-next,.swiper-button-prev {
    display: none;
}
.swiper1:hover .swiper-button-next,
.swiper1:hover .swiper-button-prev{
    display: block;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}
.exam-box {
    width: 370px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.exam-box .exam-img {
    width: 100%;
    height: 98px;
    display: block;
    box-sizing: border-box;
    border: 4px solid #fff;
}
.exam-box .exam-recently {
    width: 100%;
    height: 475px;
    padding: 25px 35px 0;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
}
.exam-box .exam-recently::before {
    content: '';
    display: block;
    width: 14px;
    height: 35px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='35' viewBox='0 0 20 50' fill='%233C64F5' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 50L6.02 36.45C6.75 34.8 7.84 33.44 9.16 32.52L20 25L9.16 17.47C7.84 16.55 6.75 15.19 6.02 13.54L0 0L0 50Z'/%3E %3C/svg%3E ");
    position: absolute;
    left: 0;
    top: 20px;
}
.exam-box .exam-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;  
    color: var(--Active-Color);
    margin-bottom: 14px;
}
.exam-box .exam-title .more {
    cursor: pointer;
    color: #5C84F8;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: -1px;
}
.exam-box .exam-title .more img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;    
}
.exam-box .exam-list {
    height: 410px;
    overflow-y: auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scroll::-webkit-scrollbar {
    width: 4px;
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll::-webkit-scrollbar-track {
    border-radius:8px;
    background-color: #F5F5F5;
}
 /*定义滑块 内阴影+圆角*/
.scroll::-webkit-scrollbar-thumb {
    border-radius:8px;
    background-color: #bbb;
}
.exam-box .exam-item {
    position: relative;
    display: block;
    padding: 10px 0 6px 15px;
}
.exam-box .exam-item:last-child {
    padding-bottom: 0;
}
.exam-box .exam-item::before {
    content: '';
    display: block;   
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #B2C5FF;
    position: absolute;
    left: 0;
    top: 19px;
}
.exam-box .exam-item .item-title {
    cursor: pointer;
    color: var(--Font-Color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置为想要的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.exam-box .exam-item .item-title:hover {
    color: var(--Active-Color);
}
.exam-box .exam-item .item-time {
    color: var(--Font-Light);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exam-box .exam-more {
    display: block;
    color: #B2C5FF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 18px;
    text-align: center;
    cursor: pointer;
} 
.exam-box .exam-more:hover {
    color: #5C84F8;
}

/* 通栏广告 */
.ad-list {
    padding: 40px 0;
}
.ad-list img {
    display: block;
    width: 100%;
    max-height: 80px;
    margin: 10px auto;
}

/* 模块查看更多 */
.more {
    cursor: pointer;
    color: #5C84F8;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    right: 0;
}
.more img {
    position: relative;
    top: -2px;
}
/* 招聘会模块 */
.fair-block {
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.fair-block .fair-item {
    width: 390px;
    height: 164px;
    padding: 34px 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid var(--Border-Color);
    box-shadow: 0 6px 16px 0 rgba(55, 69, 103, 0.05);
    background: #ffffff
}
.fair-block .fair-item:nth-child(3n) {
    margin-right: 0;
}
.fair-block .fair-item .fair-title {
    color: var(--Font-Color);
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 22px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fair-block .fair-item .fair-title:hover {
    color: var(--Active-Color);
}
.fair-block .fair-item .fair-text {
    color: var(--Font-Light);
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 人才资讯 */
.activity-title {
    position: relative;
    color: var(--Font-Color);
    font-size: 34px;
    line-height: 44px;
    padding: 50px 0 40px;
}
.activity-title .subtitle {
    color: var(--Font-Light);
    font-size: 28px;
    font-weight: lighter;
    line-height: 44px;
    text-transform: uppercase;
    padding-left: 20px;
}
.activity-title .more {
    top: 62px;
}
.activity-tab {
    float: left;
    width: 236px;
    height: 328px;
    margin-right: 60px;
    box-sizing: border-box;
    padding-top: 18px;
    background: linear-gradient(270.00deg, rgba(60, 100, 245, 0.2),rgba(178, 197, 255, 0.2) 100%);
}
.activity-tab .tab-item {
    position: relative;
    padding: 35px 120px 35px 40px;
    box-sizing: border-box;
    color: var(--Font-Color);
    font-size: 28px;
    line-height: 38px;
    cursor: pointer;
}
.activity-tab .tab-item.now {
    color: var(--Active-Color);
    background: linear-gradient(270deg, rgba(60, 100, 245, 0.2),rgba(178, 197, 255, 0.2) 100%);
}
.activity-tab .tab-item.now::before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.75 11.51L22.25 11.51M11.5 0.75L22.25 11.51L11.5 22.25' stroke='%23FFFFFF' stroke-width='1.5' /%3E %3C/svg%3E ");
    position: absolute;
    right: 30px;
    top: 65px;
}
.activity-tab .tab-item:hover {
    color: var(--Active-Color);
}
.news-list {
    height: 328px;
    padding: 0 0 0 300px;  
}

/* 关于我们的入口 */
.link-about {
    display: block;
    width: 100%;
    padding: 60px 0 50px;
    min-width: 1190px;    
    background: url("../img/pta/pta-bottom-bg.png");
    background-size: 100% 100%;
}
.link-about img {
    display: block;
    margin: 0 auto;
    width: 644px;
    height: 178px;
    cursor: pointer;
}
.about-pta img {
   max-width: 100%;
   display: block;
   margin: 0 auto;
}