@charset "utf-8";

/* 头部 */
html,body{
    background: #fff;
}
.header_box{
    height: 62px;
    line-height: 62px;
}
.index_header{
    width: 1180px;
    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: #F45B52;
}
.gp_content{
    min-height: auto;
}
.gp_main{
    width: 1180px;
    padding-left: 0;
}
.gp_main_content{
    margin: 0;
    padding: 0;
    min-height: auto;
    padding-bottom: 21px;
}

/* 内容 */
.contInfoBox{
    position: relative;
    min-height: 385px;
    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;
    padding: 0 27px;
    padding-top: 127px;
    color: #fff;
}
.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;
}
.contInfoUl{
    margin: 0 45px;
    overflow: hidden;
}
.contInfoUl>li{
    float: left;
    width: 16.6%;
}
.contInfoUl>li span{
    display: inline-block;
    padding: 0 6px;
    max-width: 97%;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.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: 11px;
    height: 13px;
}
.seachInputBox input{
    border: 1px solid #d8d8d8;
    padding-left: 10px;
    padding-right: 28px;
    width: 180px;
    height: 36px !important;
    box-sizing: border-box !important;
}
.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;
}

