.filterContainer ul li .filterBar {
    width: 1070px;
}
.filterContainer ul li .filterTitle {
    width: 70px;
}
.tabBox {
    background: #f4f7fc;
    width: 1200px;
    height: 36px;
    margin: 20px auto 10px;
}
.tabBox p {
    background: #fff;
    height: 36px;
}
.tabBox a {
    padding: 0 20px;
    border: 1px solid #ededed;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    border-radius: 4px;
    color: #8b94a1;
}
.tabBox a.on {
    background: #1371e6;
    border: 1px solid #1371e6;
    color: #fff;
}
.tabBox a.on em {
    width: 10px;
    height: 5px;
    background: url(../../public/images/icons/fileArr.png) no-repeat center;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.mainUl {
    width: 1220px;
}
.mainUl li {
    width: 371px;
    border: 1px solid #eeeeee;
    height: 144px;
    margin: 20px 20px 0 0;
}
.mainUl li .infoBox {
    padding: 13px 20px 0;
    max-height: 285px;
}

.mainUl li .linkBox {
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.mainUl li .linkBox:hover {
    color: #1371e6;
}
.mainUl li p {
    color: #8b94a1;
    line-height: 24px;
    height: 24px;
}
.mainUl li .tabs {
    display: inline-block;
    background: #f4f7fc;
    text-align: center;
    color: #8b94a1;
    border: 1px solid #d8e1ee;
    border-radius: 3px;
    line-height: 22px;
    height: 22px;
    min-width: 68px;
    padding: 0 10px;
    margin-bottom: 9px;
}
.f_303946 {
    color: #333333;
}
.outLine {
    min-height: 500px;
}

/* 详情 */
.applyPopinfo .zh_popUpcon {
    width: 600px;
    z-index: 99;
}
.applyPopinfo .applyPop_box {
    overflow: hidden;
}
.applyPopinfo h2 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}
.applyPopinfo .infoBoxs {
    padding: 0 30px 30px;
    height: 450px;
}
.applyPopinfo .unitsBox {
    background: #f4f7fc;
    padding: 20px;
}
.applyPopinfo .mentorsName {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}
.applyPopinfo .mentorsTypeName {
    padding: 0 9px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #d8e1ee;
    border-radius: 3px;
    text-align: center;
    color: #8b94a1;
}
.applyPopinfo .unitsBox p {
    padding: 8px 0;
    color: #8b94a1;
}
.applyPopinfo .unitsBox p span {
    color: #333333;
}
.applyPopinfo .unitsBox .titleBox {
    background: url(../../public/images/icons/cydsBg.png) no-repeat left center;
    padding: 0 0 0 27px;
    font-weight: bold;
    color: #333333;
}
.applyPopinfo .unitsBox .infoCon {
    padding-left: 27px;
    line-height: 24px;
    color: #8b94a1;
}
.applyPopinfo .unitsBox .infoCon img {
    display: block;
    max-width: 100%;
}
.signup {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #1569e6;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
}
/* 弹窗 */
.applyPop .applyPop_box {
    width: 690px;
    height: 420px;
    z-index: 100;
}
.applyPop h2 {
    height: 50px;
    line-height: 50px;
    background: #1569e6;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.applyPop .closeBtn {
    background: url(../../public/images/icons/close3.png) no-repeat;
    width: 15px;
    height: 15px;
    top: 16px;
}
.applyPop .inputBox span {
    width: 120px;
    margin-right: 10px;
    text-align: right;
    height: 44px;
    line-height: 44px;
}
.applyPop .inputBox span em {
    color: #ff0000;
}
.applyPop input {
    width: 500px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}
.applyPop .inputBox span.yzBox {
    width: 91px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 7px;
    right: 50px;
    border: none;
}
.applyPop .inputBox textarea {
    border: 1px solid #ededed;
    padding: 10px;
    line-height: 20px;
    height: 50px;
    width: 500px;
}
.btnBox {
    width: 230px;
    margin: 0 auto;
}
.btnBox .resetBtn {
    width: 108px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #8db6f2;
    border-radius: 4px;
    color: #1569e6;
    background: #e7f1fc;
    text-align: center;
}
.btnBox .saveBtn {
    width: 108px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1569e6;
    border-radius: 4px;
    color: #fff;
    background: #1569e6;
    text-align: center;
}
