/******** 通用头部样式Begin *****************/
:root {
    --portal-nav-font-color: rgba(10, 123, 204, 1);
    --portal-nav-bg-color: rgba(10, 123, 204, 1);
    --portal-nav-color: rgba(10, 123, 204, 1);
    --portal-header-width: 1250px;
    --portal-search-border-radius: 4px;

}

.portal-Engbackdrop-title {
    position: relative;
    height: 80px;
    margin: 30px;
}

.portal-Engbackdrop-title .portal-title-text {
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    color: #303133;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    letter-spacing: 3px;
}

.portal-Engbackdrop-title .portal-title-bg {
    color: rgb(236, 245, 255);
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    white-space: nowrap;
}

.portal-group-more{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.portal-more-button {
    display: inline-block;
    min-width: 112px;
    box-sizing: content-box;
    width: 184px;
    text-align: center;
    background: rgb(236, 245, 255);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--portal-nav-bg-color);
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
.portal-more-button:hover {
    color: #fff;
    background: var(--portal-nav-bg-color);
}

.header-dropdown{
    padding: 5px 5px;
}

.header-dropdown img{
    height: 100px;
    width: 100px;
}


/******** 通用头部样式End *****************/

/********** 门户顶部导航组件样式 Begin **********/
.index-header {
    --arrow-color: #2b2c30;
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    background: white;
    /*background-color: rgb(83, 168, 255);*/
    /*background: linear-gradient(to right, rgb(47, 128, 237), rgb(86, 204, 242), rgb(74, 194, 154));*/
}
/* 设置固定顶部 */
.index-main-header:has(.index-header-sticky) , #app .el-header:has(.index-header-sticky){
    position: sticky;
    top: 0;
    background: white;
    z-index: 1001;
    box-shadow: 0 3px 12px 0 rgba(0, 36, 153, .06);
}

.index-header-sticky {
    position: sticky;
    top: 0;
    /*background-color: rgb(83, 168, 255);*/
    /*background: linear-gradient(to right, rgb(47, 128, 237), rgb(86, 204, 242), rgb(74, 194, 154));*/
    background: white;
    z-index: 1100;
    box-shadow: 0 3px 12px 0 rgba(0, 36, 153, .06);
}


.index-header-sticky .header-detail-text {
    color: white !important;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    flex-direction: row;
    padding-bottom: 5px;
}

.header-index-inner {
    width: 100%;
    position: relative;
    background: var(--portal-nav-bg-color);
    height: 50px;
}

.header-index-inner .el-tabs__nav-scroll {
    display: flex;
    justify-content: center;
    /*background: rgba(10, 123, 204, 1);*/
    background: var(--portal-nav-bg-color);
}

.header-index-inner .el-tabs__nav {
    width: 1250px;
    margin: 0 15px;
}

.header-index-inner .el-tabs__nav-wrap.is-scrollable {
    /*background: rgba(10, 123, 204, 1);*/
    background: var(--portal-nav-bg-color);
}

.top-title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.top-title-sticky-color {
    color: #303133;
    opacity: 0.8;
}

.portal-header-row {
    margin: 0 !important;
    width: var(--portal-header-width);
}

.portal-header-row .el-col-24 {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.function-menu {
    display: inline-block;
    width: 100%;
}

.function-menu .el-tabs__header {
    margin: 0;
    line-height: 50px;
}

.function-menu .el-tabs__nav-wrap::after {
    height: 0;
}

.function-menu .el-tabs__active-bar {
    height: 5px;
    background-color: #fff;
    bottom: 10px;
}

.function-menu .el-tabs__item {
    padding: 0 55px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.function-menu .el-tabs__item::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: calc(100% - 100px);
    height: 5px;
    background: #FFFFFF;
    content: "  ";
    margin: 0 50px;
    display: none;
}

.function-menu .el-tabs--top .el-tabs__item.is-top:last-child::after {
    margin-right: 0;
    width: calc(100% - 50px);
}

.function-menu .el-tabs--top .el-tabs__item:hover::after {
    display: block;
}

.function-menu .el-tabs--top .el-tabs__item.is-top:nth-child(2)::after {
    margin-left: 0;
    width: calc(100% - 50px);
}

.function-menu .el-tabs__item:hover {
    color: #fff;
}

.function-menu .el-tabs__item.is-active {
    color: #fff;
}

.function-menu .el-tabs__nav-next, .function-menu .el-tabs__nav-prev {
    line-height: 50px;
    color: #fff;
}

.function-menu .el-tabs__nav-wrap {
    border-radius: 6px;
}

.top-right {
    display: inline-block;
    width: 100%;
    line-height: 60px;
}

.portal-header-tools {
    position: absolute;
    top: 17px;
    right: 40px;
    width: auto;
    height: 60px;
}

.portal-header-user-name {
    position: absolute;
    top: 17px;
    right: -60px;
    font-size: 14px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portal-header-tools a {
    color: #C0C4CC;
}

.portal-header-tool {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.portal-header-tool > a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    position: relative;
}

.portal-header-user-head-self {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.portal-header-user-head {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-bottom: 3px;
}

.popover-menu {
    padding: 0 5px 10px 5px;
}

.person-menu-area {
    display: block;
    border-bottom: 1px #F2F6FC solid;
    padding: 10px 0;
    margin-bottom: 10px;
}

.person-menu {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    font-size:  15px;
    border-radius: 3px;
    height: 30px;
    color: #303133;
}

.person-menu .el-dropdown-link{
    display: flex;
    align-items: center;
}


.person-menu-text {
    display: inline-block;
    line-height: 22px;
    color: #303133;
    height: 22px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.person-menu-explain {
    display: inline-block;
    width: 100%;
    color: #909399;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}


.login-or-register {
    align-items: center;
    display: flex;
    height: 42px;
}


.login-or-register-button {
    padding: 5px 10px;
    display: flex;
    width: 120px;
    color: white;
    /*background: rgba(10, 123, 204, 1);*/
    background: var(--portal-nav-bg-color);
    border-radius: var(--portal-search-border-radius);
}

.login-text {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    /*color: #fff;*/
}

.register-text {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    /*color: #fff;*/
}

.header-basic-text {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
    height: 30px;
    line-height: 20px;
    /*font-size: 15px;*/
    cursor: pointer;
    font-weight: bold;
    color: #303133;
    padding: 5px 10px;
    font-size: 14px;

    border-radius: var(--portal-search-border-radius);
}

.header-basic-text:hover {
    /*color: #FFFFFF;*/
    /*background: var(--portal-nav-bg-color);*/
}

.header-detail-background{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-detail {
    justify-content: center;
    display: flex;
    height: 105px;
    width: 1250px;
}

.header-detail .el-row {
    height: 100% !important;
}

.header-detail .el-col-8 {
    margin: unset;
}

.header-detail-image {
    display: flex;
    justify-content: start;
    height: 100px;
    padding: 15px 0;
}

.header-login {
    display: flex;
    align-items: center;
    height: 100px;
}


.header-detail-search-text {
    margin-top: 5px;
    width: 350px;
    height: 30px;
}


.search-text-sticky-border {
    border: 1px var(--portal-nav-bg-color) solid;
    border-radius: 5px;
}

.header-detail-search-text .el-input-group__prepend {
    background: rgb(255, 255, 255);
    /*border: 0;*/
    /*border-right: 1px rgba(255, 255, 255, 0.2) solid;*/
    width: 80px;
    /*border-radius: 8px 0 0 8px;*/
    border-radius: var(--portal-search-border-radius) 0 0 var(--portal-search-border-radius) ;
}

.header-detail-search-text .el-input-group__prepend input {
    border-radius: var(--portal-search-border-radius)  0 0 var(--portal-search-border-radius) ;
    text-align: center;
}

.header-detail-search-text .el-input-group__append {
    background-color: transparent;
    border: 0 transparent;
    font-size: 16px;
}

.header-detail-search-text input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 18px;
}

.header-detail-search-text .el-input__inner {
    border-radius: 0 var(--portal-search-border-radius)  var(--portal-search-border-radius)  0;
    height: 30px;
    /*border: 0;*/
    /*box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);*/
    background-color: rgb(255, 255, 255);
    /*color: rgba(128, 126, 126, 0.73) !important;*/
    color: var(--portal-nav-font-color) !important;
    font-size: 14px;
}

.header-detail-search-text input[type=text]::placeholder {
    font-size: 14px;
    color: rgba(128, 126, 126, 0.73) !important;
}

.header-detail-search-text .el-input__icon {
    line-height: 30px;
}


.header-detail-input .header-detail-search-text .header-detail-search-btn {
    padding: 5px;
    width: 57px;
    height: 30px;
    border: 0;
    border-radius: var(--portal-search-border-radius) ;
    color: #fff;
    font-size: 14px;
    background: var(--portal-nav-bg-color);
    margin: -10px -20px -10px -15px;
}

.header-detail-input {
    height: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: end;
}


.header-detail-text {
    margin-top: 60px;
    margin-right: 20px;
    display: flex;
    letter-spacing: 4px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    flex: 1;
}

.header-detail-input-search {
    flex: 0;
    padding-top: 5px;
}

/********** 门户顶部导航组件样式 End **********/


/********** 门户底部友情链接组件样式 Begin **********/
.blogroll-group {
    display: flex;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: inherit;
    min-height: 150px;
    justify-content: center;
    align-items: center;
}

.blogroll-group-container {
    width: 1400px;
}

.blogroll-button {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 30px;
}

.ul-title {
    color: var(--portal-nav-bg-color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bold-first-li {
    width: 350px;
    columns: 2;
}


.bold-first-li li {
    font-size: 16px;
    margin-bottom: 15px;
}

.bold-second-li li {
    font-size: 16px;
    margin-bottom: 15px;
}

.icon {
    margin-right: 10px;
    font-size: 17px;
}


.blogroll-group-colum {
    height: 200px;
    padding: 30px;
}

.blogroll-group-colum-detail {
    height: 100%;
    background: rgba(235, 235, 235, 1);
    padding: 15px;
}

.blogroll-group-colum-detail-container {
    position: relative;
}

.blogroll-group-colum-detail-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blogroll-group-colum-detail-text {
    font-size: 14px;
}

.blogroll-group-colum-detail-tooptip {
    display: none;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: #333;
    border-radius: 4px;
    white-space: normal;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
    width: auto;
    max-width: 400px;
}

.blogroll-group-colum-detail:hover .blogroll-group-colum-detail-tooptip {
    display: inline-block;
}

.blogroll-group-colum-detail-tooptip-detail {
    overflow-wrap: break-word;
    word-break: break-word;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
}


.blogroll-group-colum-detail-tooptip-triangle {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}


.blogroll-group-colum-detail-contact-detail {
    height: 80px;
}

.blogroll-group-colum-detail-contact-detail div {
    font-size: 15px;
    padding: 5px 50px;
}


/********** 门户底部友情链接组件样式 End **********/


/***************    门户平台统计情况组件begin         ***********************/

.portal-platform-statistics-container {
    width: 100%;
    display: flex;
    justify-content: center;
}


.platform-statistics-group {
    height: 300px;
    background: var(--portal-nav-bg-color);
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.platform-statistics-group-title-text {
    width: 1200px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
}

.platform-statistics-group-body {
    height: 150px;
    width: 1200px;
    background: rgba(255, 255, 255, 0.5);
}

.platform-first-column {
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.platform-center-column {
    border-right: 1px solid #fff;
    height: 150px;
}

.platform-column-top-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    border-bottom: 1px solid #fff;
}

.platform-column-bottom-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
}


.platform-first-column-detail {
    padding: 20px 30px;
}

.platform-basic-text-title {
    font-size: 14px;
    margin-right: 10px;
}

.platform-basic-number {
    font-size: 25px;
}

.platform-basic-units {
    font-size: 17px;
}


/***************    门户平台统计情况组件end         ***********************/


/****************   门户友情链接组件begin           ***********************/

.portal-friendship-link-container {
    display: flex;
    justify-content: center;
    background: #f2f2f2;
}

.portal-friendship-link-group {
    min-height: 50px;
    width: 1400px;
    border-bottom: 1px solid #797979;
}

.portal-friendship-colum {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.portal-friendship-colum a{
    color: #000000 ;
}

.portal-friendship-colum a:visited{
    color: #000000 ;
}

.portal-friendship-colum a:hover{
    color: var(--portal-nav-bg-color);
    text-decoration: underline;
}

/*************     门户友情链接组件end                ****************/


/*************  产教融合联和体组件begin ************/

.portal-lianheti-container {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.portal-lianheti-group {
    padding: 30px 0 0 0;
    width: 1180px;
    height: 415px;
}


.portal-lianheti-group-header {
    height: 30px;
    font-size: 20px;
    text-align: start;
    font-weight: bold;
    color: var(--portal-nav-bg-color);
    border-bottom: 4px solid var(--portal-nav-bg-color);
}

.portal-lianheti-group-main {
    height: 240px;
    padding: 30px 0 0 0;
}

.portal-lianheti-card-area {
    height: 210px;
    cursor: pointer;
}

.portal-lianheti-card-area .el-card__body {
    padding: 0;
}


.portal-lianheti-card-name {
    text-align: center;
    font-size: 23px;
    padding: 4px;
    font-weight: bold;
}

.portal-lianheti-card-logo-container {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.portal-lianheti-card-logo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portal-lianheti-card-logo-wrapper img {
    width: 100%;
    height: 160px;
    display: block;
    transition: transform 0.3s ease;
}

.portal-lianheti-card-logo-wrapper:hover img {
    transform: scale(1.3);
}


/*************  产教融合联和体组件end ************/


/*********** 信息资讯组件begin  **************/

.portal-information-container {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portal-information-group {
    padding: 30px 0 0 0;
    width: 1180px;
    height: auto;
}

.portal-information-group-col {
    padding: 10px;
}

.portal-information-group-block{
    cursor: pointer;
}

.portal-information-group-header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 4px solid var(--portal-nav-bg-color);
}

.portal-information-group-header-title {
    display: block;
    font-size: 20px;
    text-align: end;
    font-weight: bold;
    color: var(--portal-nav-bg-color);
}

.portal-information-group-header-button {
    display: flex;
    align-items: end;
    font-size: 14px;
    text-align: end;
    color: var(--portal-nav-bg-color);
    cursor: pointer;
}

.portal-information-group-header-button:hover{
    color: #3283e1;
}

.portal-information-group-body {
    height: calc(100% - 30px);
}

.portal-information-group-body-main {
    height: 100%;
    padding-bottom: 20px;
}

.portal-information-card-title {
    text-align: start;
    font-size: 16px;
    font-weight: bold;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portal-information-card-label {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    margin: 5px 0;
}


.portal-information-message-label {
    font-size: 12px;
    padding: 2px;
    color: #F56C6C;
    border: 1px solid #F56C6C;
}

.portal-information-basic-label {
    font-size: 12px;
    padding: 2px;
    color: #E6A23C;
    border: 1px solid #E6A23C;
}


.portal-information-card-basic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal-information-card-basic div {
    color: #909399;
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 150px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}

.portal-information-group-block .el-carousel__container {
    height: 220px !important;
}

.portal-information-group-block .el-carousel__item h3 {
    line-height: 220px;
}

.portal-information-group-grid {
    height: 175px;
    overflow: auto;
}

.portal-information-group-grid-message {
    height: 30px;
    padding: 5px;
    cursor: pointer;
}

.portal-information-group-grid-message:hover .portal-information-group-grid-message-title{
    color: var(--portal-nav-bg-color);
}


.portal-information-group-grid-message-dots {
    border-radius: 50%;
    background: #909399;
    height: 7px;
    width: 7px;
    display: flex;
    align-items: center;
}

.portal-information-group-grid-col {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.portal-information-group-grid-message-title {
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portal-information-group-grid-message-time {
    color: #909399;
    font-size: 12px;
}

.portal-information-group-tabs .el-tabs__header {
    margin: 0 0 5px;
}

.portal-information-card {
    margin-top: 5px;
    height: 50%;
    cursor: pointer;
}

.portal-information-card:hover .portal-information-card-title{
    color: var(--portal-nav-bg-color);
}

.portal-information-card .el-card__body {
    padding: 5px 20px;
}

.informationInfo {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.smallInformationTitle {
    width: 100%;
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
.smallInformationTitle div{
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smallInformationTitle img {
    width: 100%;
    height: 220px;
}

/********** 信息资讯组件end **************/


/**********   需求信息begin  ***********/

.demand-information-container {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demand-information-container:hover .switching-button{
    background: rgb(233, 233, 235);
    color: #909399;
}

.demand-information-group {
    padding: 30px 0 0 0;
    width: 1180px;
    height: 480px;
}

.demand-information-group-body {
    padding-top: 15px;
}

.demand-information-group-header {
    height: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid var(--portal-nav-bg-color);
}

.demand-information-group-header-title {
    display: block;
    font-size: 20px;
    text-align: end;
    font-weight: bold;
    color: var(--portal-nav-bg-color);
}

.demand-information-group-header-button {
    display: flex;
    align-items: end;
    font-size: 14px;
    text-align: end;
    color: var(--portal-nav-bg-color);
    cursor: pointer;
}


.demand-information-group-body-title {
    height: 25px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-left: 3px solid var(--portal-nav-bg-color);
    color: var(--portal-nav-bg-color);
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    margin: 10px 20px;
}

.demand-information-group-container {
    width: 1180px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.demand-information-slider {
    display: flex;
    transition: transform 1s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.demand-information-slide {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
}


#control-buttons {
    margin-top: 10px;
}

#control-buttons button {
    margin: 0 5px;
}

.demand-information-slide-row-col {
    padding: 5px;
    height: 100%;
}

.demand-information-slide-row-card {
    height: 220px;
    cursor: pointer;
}

.demand-information-slide-row-card:hover .demand-information-card-name {
    color: var(--portal-nav-bg-color);
}

.demand-information-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demand-information-card-name {
    display: inline-block;
    max-width: 200px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demand-information-card-money {
    font-size: 22px;
    height: 24px;
    overflow: hidden;
    color: #ff6900;
}

.demand-information-card-type {
    text-align: start !important;
    padding: 10px 0;
    color: #909399;
}

.demand-information-card-profile {
    max-height: 118px;
    text-align: start !important;
    padding: 35px 0 5px 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 28px;
}

.switching-regional{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 480px;
    padding: 130px 0 0 0;
}

.switching-button{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgb(244, 244, 245);
    font-size: 26px;
    display: flex;
    justify-content: center;
    color: rgb(233, 233, 235);
    align-items: center;
    cursor: pointer;
}

/**********   需求信息end  ***********/


/********* 招聘信息begin  *********/

.recruitment-information-container{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.recruitment-information-group{
    padding: 10px 0 0 0;
    width: 1180px;
    height: auto;
}


.recruitment-information-group-col{
    padding: 10px;
}

.recruitment-information-group-header {
    height: 50px;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 4px solid var(--portal-nav-bg-color);
}

.recruitment-information-group-header-title {
    display: block;
    font-size: 20px;
    text-align: end;
    font-weight: bold;
    color: var(--portal-nav-bg-color);
}

.recruitment-information-group-header-button {
    display: flex;
    align-items: end;
    font-size: 14px;
    text-align: end;
    color: var(--portal-nav-bg-color);
    cursor: pointer;
}

.recruitment-information-group-header-button:hover{
    color: #3283e1;
}

.recruitment-information-group-body {
    height: calc(100% - 30px);
}

.recruitment-information-group-body-main{
    border-bottom: 1px solid #0000000f;
    overflow: auto;
    height: 310px;
    width: 100%;
    margin-top: 5px;
}

.recruitment-information-group-grid-message {
    padding: 5px;
}

.recruitment-information-group-grid-col {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitment-information-col-center-title{
    font-size: 16px;
}

.recruitment-information-col-center-number{
    padding-bottom: 10px;
    font-size: 18px;
}


.recruitment-information-group-grid-message-dots {
    border-radius: 50%;
    background: #909399;
    height: 7px;
    width: 7px;
    display: flex;
    align-items: center;
}



.recruitment-information-group-grid-message-title {
    font-size: 16px;
    text-align: start;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 18px;
}

.recruitment-information-group-grid-message-label{
    display: flex;
}

.recruitment-information-basic-label {
    margin-left: 10px;
    margin-right: 10px;
}

.recruitment-information-basic-label:first-child {
    margin-left: 0;
    margin-right: 10px;
}

.recruitment-information-card-label .recruitment-information-basic-label {
    margin-left: 5px;
    margin-right: 5px;
}


.recruitment-information-card-label .recruitment-information-basic-label:first-child {
    margin-left: 0;
    margin-right: 5px;
}


.recruitment-information-group-grid-message-money {
    color: #F56C6C;
    font-size: 18px;
    padding: 20px;
}

.recruitment-information-group-body-aside {
}

.recruitment-information-card {
    margin-top: 5px;
    height: 50%;
    cursor: pointer;
}

.recruitment-information-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruitment-information-card-header-title{
    text-align: start;
    font-size: 15px;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recruitment-information-card:hover .recruitment-information-card-header-title{
    color: var(--portal-nav-bg-color);
}

.recruitment-information-card-header-money{
    font-size: 15px;
    font-weight: 500;
    color: #fe574a;
}

.recruitment-information-card-label {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    margin: 5px 0;
}

.recruitment-information-card-label {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0;
    margin: 5px 0;
}



.recruitment-information-basic-label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 4px;
    text-align: center;
    background: #f5f5f5;
}



.recruitment-information-card-basic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruitment-information-card-institutions-name {
    color: #909399;
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recruitment-information-card .el-card__body {
    padding: 5px 20px;
}

.recruitment-information-group-grid-card{
    cursor: pointer;
}

.recruitment-information-group-grid-card .el-card__body{
    height: 90px;
    padding: 5px 10px;
}

.recruitment-information-group-grid-card:hover .recruitment-information-group-grid-message-title{
    color: var(--portal-nav-bg-color);
}

/********* 招聘信息end   *********/


/******** 版本信息 begin ********/


.copyright-information-container {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    background-color: rgba(235, 235, 235, 1);
}

/******** 版本信息 end ********/


/********** 内容详情组件begin ***********/

.com-back-dev {
    height: 48px;
    background: white;
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    justify-content: start;
    color: #303133;
    align-items: center;
}

.com-back-dev :hover{
    color: #4194f8;
}

.com-back-dev span{
    cursor: pointer;
}

.height-full{
    height: 100%;
}

.detail-container{
    background-color: #F2F6FC;
}

.detail-main{
    padding: 0 30px 10px 30px !important;
    overflow: auto;
    background-color: white;
}


.detail-header {
    height: 60px;
    background: #ffffff00;
    padding: 0;
}

.publish-time{
    color: #C0C4CC;
    display: flex;
    justify-content: center;
    align-content: center;
}

.content-detail-title{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 25px;
}

.content-detail-text{
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #606266;
}

.information-content {
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 32px;
    color: #404040;
}

.information-content p {
    margin: 20px 0;
    word-break: break-word;
}

.cke_editable_content ul {
    padding-inline-start: 40px;
}
.cke_editable_content ul, .cke_editable_content ul li {
    list-style-type: disc;
}
.cke_editable_content ol {
    padding-inline-start: 40px;
}
.cke_editable_content ol, .cke_editable_content ol li {
    list-style-type: decimal;
}


/********* 内容详情组件end ************/
