.stdsolutionPage{
    width: 1200px;
    margin: 0 auto;
    font-family: "思源黑体 CN";
}

.stdsolutionPageWrap{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.artList{
    width: 884px;
}

.flink{
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #F2F4F9;
    display: flex;
    margin-bottom: 20px;
}

.flink:hover{
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
}

.pic{
    width: 124px;
    height: 124px;
    border-radius: 6px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
}

.stdsolutionPage .nodata {
    margin-top: 150px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    text-align: center;
}

.stdsolutionPage .to-home-btn{
    width: 142px;
    height: 32px;
    box-sizing: border-box;
    line-height: 32px;
    border-radius: 4px;
    background: #0071DC;
    margin: 12px auto;
    color: #fff;
    cursor: pointer;
}

.info {
    width: 724px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info h3 {
    color: #333;
    font-size: 16px;
    font-weight: 749;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info .desc {
    color: #333;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    word-wrap: break-word;
}
.info .tabs{
    overflow: hidden;
    height: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}
.info .tabs span {
    color: #333;
    font-family: "思源黑体 CN";
    font-size: 13px;
    padding: 0px 6px;
    border-radius: 4px;
    border: 1px solid #E1E5EE;
    margin-right: 10px;
    height: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    flex-shrink: 0;
}


.info-bottom{
    display: flex;
    justify-content: space-between;
    color: #596379;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;
}

.price-date > span {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-right: 20px;
}

.price-date .money{
    color: #FF5300;
    font-size: 16px;
    font-weight: 749;
    line-height: normal;
}

.info-bottom .cooperatorName{
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adbox{
    flex: 0 0 296px;
    margin-left: 20px;
    background: #F3FAFF;
    border-radius: 6px;
}

.adbox h3 {
    color: #00376B;
    font-size: 16px;
    font-weight: 749;
    padding: 12px 16px 13px;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(85deg, #DEF2FF 0%, #D0E1FF 100%);
}

.adbox .industry-box{
    padding: 16px 14px 4px;
    border-radius: 0px 0px 6px 6px;
    display: flex;
    flex-wrap: wrap;
}

.adbox .industry-item{
    flex: 0 0 126px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    background: #FFF;
    color: #2E567B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.adbox .industry-item:hover{
    cursor: pointer;
    color: #0071DC;
}

.adbox .industry-item:nth-child(2n+1){
    margin-right: 16px;
}

/* 行业应用 */
.industry-wrap {
    margin-bottom: 20px;
}

.industry-wrap .industry-header{
    padding: 9px 20px;
    border-radius: 6px 6px 0px 0px;
    background: #E5F1FC;
    display: flex;
    justify-content: space-between;
}

.industry-wrap .title-box {
    display: flex;
    align-items: center;
}

.industry-wrap .industry-header h2{
    color: #242E3E;
    font-size: 18px;
    font-weight: 749;
}

.industry-wrap .industry-header .border-select{
    color: #0071DC;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 14px;
    border: 1px solid #0071DC;
    margin-left: 20px;
}

.industry-wrap .industry-header img {
    width: 14px;
    height: 14PX;
    margin-left: 10px;
    vertical-align: sub;
    cursor: pointer;
}

.industry-wrap .industry-header .search-num{
    color: #596379;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    height: 26px;
}

.search-industry-box-container{
    position: relative;
}

.search-industry-box{
    border-radius: 0 0 6px 6px;
    background: #F5F9FE;
    padding: 16px 20px 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 144px;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-industry-item{
    padding: 0 16px 16px 0;
}

.search-industry-item .level-one {
    color: #464F5F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 4px;
    background: #ECF2F9;
    display: inline-block;
}

.search-industry-item .search-sub-box {
    display: none;
    position: absolute;
    transform: translate(0,10px);
    z-index: 99;
    width: 560px;
    max-height: 306px;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px 6px;
    background-color: #fff;
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
    overflow-x: hidden;
    overflow-y: auto;
}

.search-industry-item .level-two{
    color: #242E3E;
    font-size: 14px;
    font-weight: 749;
    line-height: normal;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}

.search-industry-item .level-three {
    display: inline-block;
    color: #464F5F;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 30px 14px 0;
    cursor: pointer;
}

.search-industry-item:hover .search-sub-box{
    display: block;
}

.search-industry-item .active{
   background-color: #0071DC !important;
   color: #fff !important; 
}

.search-industry-item .active-sub{
    color: #0071DC !important;
}

.search-industry-item .no-active{
   color: #BEBEBE; 
}

.search-sub-item + .search-sub-item{
    margin-top: 20px;
}

.search-industry-item .level-one:hover,
.search-industry-item .level-two:hover,
.search-industry-item .level-three:hover{
    color: #0071DC;
}

.dis-industry .level-one:hover,
.dis-industry .level-two:hover,
.dis-industry .level-three:hover,
.dis-industry .level-one,
.dis-industry .level-two,
.dis-industry .level-three{
    color: #BEBEBE;
}

