@charset "utf-8";

/* 头部 */
html,body{
    background: #fff;
}
.header_box{
    height: 62px;
    line-height: 62px;
    padding-top: 24px;
}
.index_header{
    width: 1480px;
    margin: 0 auto;
}
.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 .login{
    float: right;
    color: #165998;

}
.gp_content{
    min-height: auto;
    width: 1480px;

}
.gp_main{
    width: 1480px;
    padding-left: 0;
}
.gp_main_content{
    margin: 0;
    padding: 0;
    min-height: auto;
    padding-bottom: 21px;
}

/* 内容 */
.contInfoBox{
    position: relative;
    height: 870px;
    padding-bottom: 17px;
    margin-bottom: 26px;
    /* background: url(../../images/img_03.png) no-repeat center center; */
    background-size: cover;
    box-sizing: border-box !important;
}
.mantleBox{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: -moz-linear-gradient(180deg,rgba(37,169,226,0.00), #1070c1 96%);
    background: -webkit-linear-gradient(180deg,rgba(37,169,226,0.00), #1070c1 96%);
    background: -o-linear-gradient(180deg,rgba(37,169,226,0.00), #1070c1 96%);
    background: -ms-linear-gradient(180deg,rgba(37,169,226,0.00), #1070c1 96%);
    background: linear-gradient(180deg,rgba(37,169,226,0.00), #1070c1 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0025A9E2', endColorstr='#F51070c1',GradientType=0 ); */
}
.contInfoDiv{
    position: relative;
    z-index: 9;
    color: #fff;
}
.contInfoDiv .tabList{
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
    padding-top: 60px;

}
.contInfoDiv .tabList p{
    cursor: pointer;
    margin-right: 32px;
    width: 86px;
    height: 86px;
    border-radius: 43px;
    border: 1px solid #63ADF5;
    background: rgba(255, 255, 255, 0.20);
    text-align:center;
    line-height: 86px;
    font-size: 16px;

}
.contInfoDiv .tabList p.active{
    color: #165998;
    background-color:#ffffff ;
}
.contInfoDiv .tabList p: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;
}
.contInfoUl{
    margin: 0 76px;
    overflow: hidden;
    display: flex;
    gap:32px 45px;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #63ADF5;
    padding: 24px;
    
}
.contInfoUl>div{

}
.contInfoUl>div span{
    display: inline-block;
    width: 144px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    border: 1px solid #63ADF5;
    border-radius: 17.5px;
    padding: 6px 16px;
    text-align: 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);
}
.seachInputBox{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.seachInputBox img {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 13px;
}
.seachInputBox input{
    width: 230px;
    height: 30px !important;
    border: 1px solid #E3E3E4;
    padding-left: 10px;
    padding-right: 28px;
    box-sizing: border-box !important;
    border-radius: 0px;
}

.tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-line {
    width: 1px;
    height: 32px;
    background: transparent;
    margin-right: 32px;
}

.tab-line.active {
    background: #63ADF5;
}

