/* caseList */
.caselist,
.markList,
.conventList,
.recruit-list{
    width: 980px;
    display: flex;
    margin: 0 auto;
}
.position{
    width: 980px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.position a,
.caselist a,
.markList a,
.conventList a,
.recruit-list a{
    color: #000;
}
.pageBar{
    margin-top: 20px;
}
.pageBar span{
    margin-right: 10px;
}
.pageBar a{
    color: #000;
}
.caselist-ul{
    border-bottom: 1px silver dashed;
}
.left{
    flex: 5;
    margin-right: 20px;
}
.right{
    flex: 2;
}
.caselist-ul a{
    color: #1b6db6;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.caselist-ul li{
    padding:  10px;
}
.caselist .left h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1b6db6;
    line-height: 30px;
    margin-top: 20px;
}
.caselist .left em {
    border-bottom: 1px #999 solid;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    font-style: normal;
    display: block;
}
.caselist .left .content_all {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    border:#E5E5E5 1px solid;
    margin:20px 0 20px 0;
    padding:10px;
}
.caselist .right a,
.Next_page a{
    color: #000;
}
.caselist .right a:hover,
.Next_page a:hover{
    color: #1b6db6;
}
.caselist .right .projUl{
    margin-bottom: 20px;
}
.markList .tenderWrap{
    flex: 5;
    margin-right: 40px;
}
.conventList .conventWrap,
.recruit-list .recruitWrap{
    width: 68%;
    margin-right: 20px;
}

/* news */
.news{
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
}

.news .fl{
    flex: 2;
}

.news_box{
    flex: 3;
    line-height: 22px;
}

.news_time{
    color: #919191;
    margin-bottom: 10px;
}

.news_con{
    text-align: justify;
}
/* job */
.recruit-list .recruitUl{
    padding: 0;
}
.recruit-list .recruitUl .recruitList{
    position: relative;
    left: 0;
    top: 0;
}
.tabTop,
.recruit-list .recruitUl .recruitList a{
    display: flex;
    height: 40px;
    line-height: 40px;
}
.recruit-list .recruitUl .recruitList a{
    /* position: static; */
    width: 100%;
    word-break: break-all;
}
.recruit-list .recruitUl .recruitList span{
    display: inline-block;
    /* position: static; */
    overflow: hidden;
}
.recruit-list .compName{
    position: absolute;
    left: 0;
    flex: 4;
}
.recruit-list .jobName{
    flex: 3;
}
.recruit-list .profName,
.recruit-list .time{
    position: absolute;
    right: 0;
    flex: 2;
}
.recruit-list .age,
.recruit-list .edu{
    flex: 1;
}
.selectWrap{
    padding: 5px 10px;
}
.selectWrap:last-of-type{
    margin-bottom: 40px;
}
.selectWrap strong{
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b8b8b8;
}
.selectWrap a{
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}
/* about */
.aboutWrap{
    width: 980px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
}
.aboutWrap .sort-left{
    flex: 1;
    margin-right: 20px;
}
.aboutWrap .sort-right{
    flex: 3;
}
.aboutWrap .sort-left li{
    height: 40px;
    line-height: 40px;
}
.aboutWrap .sort-right .aboutCont{
    text-indent: 2em;
    padding: 10px 20px;
    text-align: justify;
}
.iframeCss iframe{
    width: 230px;
    height: 170px;
}