@charset "utf-8";

.contentBox {
    margin: 140px auto 0;
}

.industrySelect {
    position: relative;
    width: 170px;
    margin-left: 10px;
    padding: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #999999;
    background-color: transparent;
    background: none;
}
.industryValBtn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #FAFAFA;
}
.industryValBtn::after {
    right: 0px;
}
.industryBox {
    width: 350px;
}
/* **** 首页 **** */
.topNews {
    margin: 0 0 45px;
}
.topNewsLeft {
    width: 658px;
    height: 360px;
}
.topNewsRight {
    width: 352px;
}
.topNewsItem {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.topNewsItem.small {
    height: 172px;
    margin-bottom: 15px;
}
.topNewsItem.small:last-child {
    margin-bottom: 0px;
}
.topNewsLink {
    width: 100%;
    height: 100%;
}
.topNewsPic {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}
.topNewsPic:hover{
    opacity: 0.8;
}
.topNewsInfo {
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 20px;
    background: linear-gradient(180deg,rgba(0,0,0,0.3) 5%,rgba(0,0,0,0.8) 97%);
}
.topNewsTitle {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.topNewsItem.small .topNewsTitle {
    font-size: 16px;
    line-height: 23px;
}
.topNewsItem.small .topNewsInfo {
    padding: 12px 20px;
    background: linear-gradient(180deg,rgba(0,0,0,0.3) 5%,rgba(0,0,0,0.8) 97%);
}
.topNewsTitleLink {
    color: #ffffff;
}
/* 相关企业 */
.moduleContentPanel .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    margin-top: 12px;
}
.recruitContentPanel .swiper-container-horizontal>.swiper-pagination-bullets {
    position: static;
    margin-top: 12px;
}
.controlLineItem .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    opacity: 0.47;
    background: #cccccc;
    border-radius: 2px;
    margin: 0 4px;
}
.controlLineItem .swiper-pagination-bullet-active{
    opacity: 1;
    background: var(--themeColor);
}
/* 企业招聘 */
.recruitContentListItem:not(:last-child){
    padding: 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.recruitWrap{
    width: calc(100% - 48px);
    margin-top: 2px;
}
.recruitContentText{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 14px;
    color: #252525;
}
.addressText {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #252525;
}
.addressText::after {
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
}
.recruitInFoText,.enterpriseName{
    font-size: 12px;
}
.enterpriseName{
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #AAAAAA;
}
.recruitInFoText{
    margin-right: 16px;
    color: #FF0000;
}
.recruitImg{
    width: 46px;
    height: 46px;
    border: 1px solid #E5E5E5;
}
.recruitControlLineItem .swiper-pagination-bullet{
    bottom: 0;
    width: 24px;
    height: 4px;
    opacity: 0.47;
    background: #E5E5E5;
    border-radius: 2px;
    margin: 0 4px;
}
.recruitControlLineItem .swiper-pagination-bullet-active{
    opacity: 1;
    background: #0060DF;
}
.recruitContentListItem:hover .recruitContentText,.recruitContentListItem:hover .addressText{
    color: var(--themeColor);
}
.recruitContentListItem:hover .addressText::after{
    background-color: var(--themeColor);
}
.recruitContentListItem:hover .recruitImg{
    opacity: 0.8;
}

/* **** 新加右侧热门报告 **** */
.hotReportItem {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 0px;
}
.hotReportItem:not(:last-child){
    margin-bottom: 20px;
}
.hotReportThumbnailLink {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 4px -4px 0 0px #cccccc;
}
.hotReportThumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hotReportItemCon {
    width: calc(100% - 65px);
}
.hotReportTitle {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #252525;
}
.hotReportItemDownloadBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotReportItemDownloadDesc {
    padding-left: 20px;
    font-size: 12px;
    background: url(/css/img/hotReportIcon.svg) left center no-repeat;
    color: #FF0000;
}
.hotReportPaginations {
    position: static;
    text-align: center;
}
.hotReportPaginations .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 4px;
    opacity: 0.47;
    background: #E5E5E5;
    border-radius: 2px;
}
.hotReportPaginations .swiper-pagination-bullet-active {
    background-color: var(--themeColor);
    opacity: 1;
}

/* 推荐视频 */
.articleItem:nth-child(3){
    margin-bottom: 0;
}
.articleItem:nth-child(3)::before{
    display: none;
}
.videoBox {
    padding:32px 16px;
    box-sizing: border-box;
    position: relative;
    left: -16px;
}
.panelHead.flexbox{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 28px;
}
.videoList{
    justify-content: flex-start;
    align-items: flex-start;
}
.videoItem{
    flex-grow: 0;
    flex-shrink: 0;
    width: 142px;
    margin-right: 20px;
}
.videoItem:last-child{
    margin-right: 0px;
}
.videoCoverBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.videoMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/css/img/video/video_1.png) center center no-repeat;
    background-size: 36px 36px;
    cursor: pointer;
    z-index: 10;
}
.duration {
    position: absolute;
    display: block;
    bottom: 8px;
    right: 8px;
    width: 46px;
    font-size: 12px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    background: rgba(0,0,0,.3);
}
.videoImg {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.videoMask:hover ~ .videoImg {
    transform: scale(1.2);
    transition: all .8s;
}
.videoTitle {
    margin: 12px auto 0;
    font-size: 14px;
    color: #252525;
    line-height: 22px;
}
.videoTitle:hover{
    color: var(--themeColor);
}
.textFlow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}