
body{
    height: 100%;
    background-color: #fff;
}



.panel1{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
}
.panel1 .cp1-main{
    width: 10rem;
    height: auto;
}
.panel1 .cp1-logo {
    width: 10rem;
    height: auto;
}
.cp1-content {
    width: 8.5rem;
    text-align: center;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.panel1 .cp1-txt {
    font-size: 24px;
    text-align: center;
    width: 8.5rem;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}  
.panel1 .cp1-desc {
    font-size: 14px;
    text-align: center;
    width: 8.5rem;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 5px;
}



.panel2{
    position: relative;
    width: 10rem;
    height: auto;
    background-color: #fff !important;
    margin-top: -0.075rem;
}
.panel2 .cp2-main{
    width: 9rem;
    height: auto;
    padding: 0.25rem 0.5rem;
}
.cp2-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 30px;
}
.cp2-cate {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    width: 100%;
}
.cp2-cate.on {
    color: #000000;
}

.cp2-list {
    margin-top: 30px;
}
.cp2-list .recruit-item:first-child{
    border-top: 1px solid #BBBBBB;
}
.cp2-list .recruit-item{
    border-bottom: 1px solid #BBBBBB;
    padding-top: 18px;
    padding-bottom: 16px;
    display: block;
    color: #000000;
}
.r-title {
    font-size: 18px;
    font-weight: 400;
}
.r-des {
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.r-des .rd-item{
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 20px;
    color: #666666;
}
.r-des .rd-item>img{
    width: 12px;
    height: 12px;
    vertical-align: bottom;
    margin-right: 3px;
}



.pagers {
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
    width: 9rem;
    height: auto;
    margin: 0 0.5rem;
    padding: 0.25rem 0;
}
.pagers .p-left{
    font-size: 18px;
    color: #888888;
    font-weight: 500;
}
.pagers .p-left .pl-img{
    width: 24px;
    vertical-align: middle;
}
.pagers .p-right{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.pagers .p-right .pr-img{
    width: 24px;
    vertical-align: middle;
}
