/* caseList */
.caselist,
.markList,
.conventList,
.recruit-list{
    min-height: 500px;
    width: 980px;
    display: flex;
    margin: 0 auto;
}
.position{
    width: 980px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.position a,
.caselist a,
.markList a,
.conventList a,
.recruit-list a{
    color: #000;
}
.pageBar{
    margin-bottom: 10px;
    margin-top: 20px;
}
.pageBar span{
    font-size: 14px;
    margin-right: 10px;
}
.pageBar a{
    font-size: 14px;
    color: #000;
}
.caselist-ul{
    border-bottom: 1px silver dashed;
}
.left{
    width: 690px;
    /* margin-right: 10px; */
    /* flex: 5; */
    margin-left: 10px;
}
.right{
    width: 279px;
}
.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: 14px;
    text-align: left;
    border:#E5E5E5 1px solid;
    margin:20px 0 20px 0;
    padding:10px;
}
.caselist .left .content_all img{
   max-width:680px
}




.caselist .right .projUl{
    margin-bottom: 20px;
}
.markList .tenderWrap{
    flex: 5;
    margin-left: 10px;
}
.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;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #0c5eaa;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0c5eaa;
    border-color: #0c5eaa;
    cursor: default;
    }