@charset "utf-8";

/* 头部 */
html,body{
    background: #fff;
}
.header_box{
    height: 62px;
    line-height: 62px;
}
.index_header{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_header .header_left{
    float: left;
}
.index_header .header_left img{
    padding-right: 20px;
    height: 60px;
}
.index_header .header_left span{
    font-weight: normal;
    vertical-align: middle;
    padding-left: 20px;
    border-left: 1.5px solid #d8d8d8;
    display: inline-block;
    height: 21px;
    line-height: 21px;
}
.index_header .header_right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.index_header .login{
    color: #F45B52;
    white-space: nowrap;
}
.index_header .headerSearchBox{
    /* position: relative; */
    display: flex;
    align-items: center;
     border-radius: 4px;
    border: 1px solid var(---, #CDD0D6);
    background: var(----, #FFF);
    height: 16px;
    padding: 12px;
    width: 263px;
}
.index_header .headerSearchBox img {
    height: 19px;
    cursor: pointer;
}
.index_header .headerSearchBox input{
    /* border: 3px solid #000; */
    padding-left: 10px;
    padding-right: 34px;
    width: 220px;
    height: 36px !important;
    box-sizing: border-box !important;
    font-weight: bold;
    /* color: #000; */
    font-size: 14px;
    border-radius: 0;

   
}
.index_header .headerSearchBox input::placeholder{
    color: #999;
    font-weight: normal;
}
.gp_content{
    min-height: auto;
}
.gp_main{
    width: 1240px;
    padding-left: 0;
}
.gp_main_content{
    margin: 0;
    padding: 0;
    min-height: auto;
    padding-bottom: 21px;
}

/* 内容 */
.contInfoBox{
    padding: 20px;
    width: 660px;
    height: 616px;
}

.contInfoDiv{

}
.contInfoDiv .tabList{
    display: flex;
    flex-wrap: wrap;
}
.contInfoDiv .tabList h1{
    cursor: pointer;
    margin-right: 10px;
}
.contInfoDiv .tabList h1.active{
    border-bottom: 2px solid #0dc4b9;
}
.contInfoDiv .tabList h1:last-child{
    margin-right: 0;
}
.contInfoDiv h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    word-break: break-all;
    margin-bottom: 16px;
}
.contInfoDiv .location{
    padding-left: 24px;
    height: auto;
    line-height: 20px;
    margin-bottom: 22px;
    word-break: break-all;
    background: url(../../images/location.png) no-repeat left center;
}


.tanchuangBodyP {
    text-align: center;
    font-size: 16px;
    font-weight: bold!important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tanchuangScoll {
    width: 820px;
    height: 400px;
    overflow-y: auto;
    margin: 0px auto;
}

.tanchuangBodyImgDiv{
    height: 500px;
}

.tanchuangTextDiv {
    padding: 5px 5px;
}

.tanchuangTextDivTitle {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

.tanchuangFoot {
    position: absolute;
    width: 900px;
    bottom: 0px;
    z-index: 55;
    border-top: 1px solid #eee;
    height: 70px;
    background: #fff;

}

.tanchuangFoot a {
    cursor: pointer;
    width: 90px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: var(--themeColor);
    display: inline-block;
    float: right;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 17.5px;
}

.tsModalBox.bigBox{
    width: 900px!important;
    height: 560px!important;
}

/*滚动条 start*/
.tanchuangScoll::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.tanchuangScoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #fff ;
}
/*定义滑块 内阴影+圆角*/
.tanchuangScoll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:rgba(158, 158, 158, 0.7);
}
.tanchuangScoll::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:rgba(158, 158, 158, 1);
}
.furtherPatternSearchType{
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}
.furtherPatternTypeFirstDiv{
    width: 100px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.furtherPatternSearchType button{
    margin-left: 20px;
    color: #333333;
    width: 75px;
}
.furtherPatternSearchTypeActive{
    color: #FFFFFF!important;
    background-color: #0dc4b9!important;
}



.gp_main_content.grid-mode .mantleBox {
    background: -moz-linear-gradient(180deg, rgba(37,169,226,0.00), rgba(16,112,193,0.85) 96%);
    background: -webkit-linear-gradient(180deg, rgba(37,169,226,0.00), rgba(16,112,193,0.85) 96%);
    background: -o-linear-gradient(180deg, rgba(37,169,226,0.00), rgba(16,112,193,0.85) 96%);
    background: -ms-linear-gradient(180deg, rgba(37,169,226,0.00), rgba(16,112,193,0.85) 96%);
    background: linear-gradient(180deg, rgba(37,169,226,0.00), rgba(16,112,193,0.85) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0025A9E2', endColorstr='#D91070c1',GradientType=0 );
}
.gp_main_content.grid-mode .contInfoDiv {

}
.gp_main_content.grid-mode .contInfoDiv h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    word-break: break-all;
    margin-bottom: 10px;
}
.gp_main_content.grid-mode .contInfoDiv .furtherPatternSearchType {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 24px;
    gap: 0;
}
.gp_main_content.grid-mode .contInfoDiv .furtherPatternSearchType .furtherPatternTypeFirstDiv {
    width: 80px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.25);
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
}
.gp_main_content.grid-mode .contInfoDiv .furtherPatternSearchType button {
    margin-left: 0px;
    color: #fff;
    width: 58px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
}
.gp_main_content.grid-mode .contInfoDiv .furtherPatternSearchType button:first-child {
    border-radius: 4px 0 0 4px !important;
}
.gp_main_content.grid-mode .contInfoDiv .furtherPatternSearchType button:last-child {
    border-radius: 0 4px 4px 0 !important;
}

.gp_main_content.grid-mode .contInfoDiv .furtherPatternSearchType button.furtherPatternSearchTypeActive {
    color: #FFFFFF !important;
    background-color: #1C4F9E !important;
    border-color: #1C4F9E !important;
}
.gp_main_content.grid-mode .contInfoDiv .location {
    padding-left: 20px;
    height: auto;
    line-height: 18px;
    margin-bottom: 12px;
    word-break: break-all;
    background: url(../../images/location.png) no-repeat left center;
    background-size: 14px auto;
    font-size: 13px;
}

/* ========== grid mode orgList area ========== */
.gp_main_content.grid-mode .orgListArea {
    position: relative;
}
.gp_main_content.grid-mode .orgListArea .contInfoUl {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 30px;
}
.gp_main_content.grid-mode .orgListArea .contInfoUl > li {
    width: 154px;
    /* height: 35px; */
    padding: 4px;
    border-radius: 17.5px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.gp_main_content.grid-mode .orgListArea .contInfoUl > li span {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

/* ========== per-card pagination ========== */
.cardPagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding: 8px 20px 0; */
    gap: 12px;
    color: #fff;
}


.cardPageInfo {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.contain-rj {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contain-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contain-t-left {
    display: flex;
    align-items: center;
}

.contain-t-left-name {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
}

.contain-t-left-site {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    margin-left: 16px;

    /* 正文 */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */


    padding-left: 20px;

    word-break: break-all;
    background: url(../../images/location.png) no-repeat left center;
 
}
.message-rj-logo {
    width: 24px;
    height: 16px;
    background: url(../../images/announcement.png) no-repeat left center;
    margin-right: 8px;
    display: inline-block;
    padding-top: 4px;

}
.message-rj {
    display: flex;
    align-items: flex-start;
    width: 1148px;
    padding: 9px 16px;
    border-radius: 4px;
    background: #FFF1F0;
    margin-bottom: 24px;
    color: var(---, #FF4D4F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.message-rj-text {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 48px;
    word-break: break-all;
}
.message-rj-detail-btn {
    flex-shrink: 0;
    color: #FF4D4F;
    font-size: 14px;
    cursor: pointer;
    padding-left: 8px;
    display: none;
    white-space: nowrap;
}

.messageRjDetailModal .modalBox {
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-68%, -50%);
    z-index: 10000;
    background: #fff;
    border-radius: 8px; */
}
.messageRjDetailModal .modalTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}
.messageRjDetailModal .modalTitText {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.messageRjDetailModal .modalCont {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
.messageRjDetailModal .modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
}

.cardPageBtn {
    cursor: pointer;
}

.contain-t-right {
    display: flex;
    align-items: center;
}