/*
    该文件为时代汇聚和单位首页css
*/


body, .container, main {
    width: 100%;
    min-height: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    color: #333;
}

.container.pingtai {
    background-image: url('../img/pingtai-index-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-color: #F0F4FF;
}

.container {
    min-height: 100%;
}

.container .navbar-wrap {
    width: 100%;
}

.content-box {
    width: 65%;
    margin: 0 auto;
}

.content-wrap {
    padding-bottom: 50px;
}

.navbar-inner {
    line-height: 40px;
}

.nav-right-item {
    padding: 4px 10px;
    margin-right: 25px;
}

.nav-right-item:hover {
    cursor: pointer;
    background-color: #fff;
}

.nav-right-item:hover {
    color: #3675CB;
}


.container .top-image-link {
    width: 100%;
    height: 80px;
    background-color: #0769DC;
    color: #fff;
    margin-bottom: 30px;
}

.container .title-wrap {
    margin: 25px 0;
}

.container .title-wrap .title {
    font-weight: bold;
    -webkit-text-stroke: 1px #065FCE;
    text-shadow: 2px -1px 2px #065FCE;
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
}


/*  资讯*/
.news-wrap {
    background-color: #F1F4FC;
}

.news-item {
    width: 49%;
    margin-bottom: 10px;
}

.news-wrap:has(.news-content), .news-content-wrap {
    padding: 20px;
    background-color: #fff !important;
    border-radius: 6px;
}

.news-title {
    border-bottom: 1px solid #aaa;
    padding-right: 10px;
}

.title-focus {
    font-weight: bold;
    font-size: 20px;
    color: #065FCE;
    padding: 10px 10px;
    position: relative;
    top: 1px;
}

.title-focus:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #065FCE;
    bottom: 0;
    left: 0;
}

.news-item .more {
    color: #aaa;
    font-size: 12px;
}

.news-item .news-list {
    margin-top: 15px;
    background-color: #fff;
    padding: 10px 30px;
    height: 340px;
    overflow-y: auto;
}

.news-item .news-list > div {
    line-height: 40px;
    display: flex;
    align-items: center;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.point {
    background-color: red;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
}

.news-item .tag {
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    padding: 2px 6px;
}


/*  单位首页css*/

.enterprise {
    background-color: #F6F7F8;
}

.enterprise .top-wrap {
    width: 100%;
    height: 230px;
    border-bottom: 6px solid #DD2200;
    background-image: url("../img/danwei-index-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.top-inner {
    position: relative;
    padding-bottom: 0;
    padding-bottom: 30px;
}

.enterprise-name {
    font-size: 44px;
    letter-spacing: 3px;
    padding-top: 50px;
    font-weight: 600;
}

.top-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
}

.top-tabs > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 36px;
}

.top-tabs > div a:hover {
    background-color: #DD2200;
    color: #fff;
    cursor: pointer;
}

.top-tab-active {
    background-color: #DD2200;
}

.top-tab-active a {
    color: #fff !important;
}

.lianxi-info {
    color: #DD2200;
    font-size: 26px;
    font-weight: bold;
}

.lianxi-info:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 26px;
    background-color: #DD2200;
    margin-right: 10px;
}

.lianxi-info:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1.5px;
    background-color: #ddd;
    flex: 1;
    margin-left: 5px;
}

.info-list > div {
    line-height: 40px;
    padding-left: 12px;
}

.title-focus.red {
    color: #DD2200;
}

.news-title.red {
    border-bottom-style: dashed;
}

.title-focus.red:after {
    background-color: #DD2200;
    height: 2px;
}

.list > div {
    line-height: 40px;
}

.content-left {
    width: 340px;
    margin-right: 20px;
}

.content-right {
    width: calc(100% - 360px);
}


.active-index {
    background: #fff;
    color: #007bff !important;
}