.filterContainer ul li .filterBar {
    width: 1097px;
}
.filterContainer ul li .filterTitle{
    width: 98px;
}
.tabBox{
    background: url(../../public/images/icons/topTip.jpg) repeat;
    width: 1200px;
    height: 60px;
    margin: 20px auto 10px;
}
.tabBox p{
    width: 400px;
    height: 60px;
    margin: 0 auto;
}
.tabBox p a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #8a93a0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.outLine{
    min-height: 545px;
}
.tabBox a.on{
    color: #1a71e4;
}
.tabBox a.on em{
    width: 200px;
    height: 7px;
    background: url(../../public/images/icons/topTipOn.png) no-repeat center;
    bottom: -5px;
    left: 0;
}
.mainUl li{
    background: url(../../public/images/icons/fileIcon.png) no-repeat left 24px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #eeeeee;
}
.mainUl li a{
    width: 915px;
    display: block;
    font-size: 16px;
}
.mainUl li a:hover{
    color: #1371e6;
}
body{
    overflow-x: hidden;
}
.mainUl li .infoBox{
    height: 48px !important;
    margin-bottom: 20px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}
.mainUl li .infoBox p,.mainUl li .infoBox span,.mainUl li .infoBox h1,.mainUl li .infoBox h2,.mainUl li .infoBox h3,.mainUl li .infoBox em{
    line-height: 24px !important;
    color: #8b94a1 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family:"微软雅黑" !important;
    width: 1138px !important;
}
.mainUl li .infoBox img{
    display: none !important;
}
.mainUl li .icon01{
    background: url(../../public/images/icons/time.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    margin-right: 30px;
}
.mainUl li .icon02{
    background: url(../../public/images/icons/view.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    margin-right: 30px;
}
.mainUl li .icon03{
    background: url(../../public/images/icons/item.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
}
.mainUl li .icon04{
    width: 58px;
    height: 22px;
    line-height: 22px;
    background: #fff6e9;
    border: 1px solid #ffd191;
    text-align: center;
    color: #ff9548;
    border-radius: 2px;
}
.tabBox a#addBtn{
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #ff9548;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 5px 10px 0 0;
    padding: 0;
    border: none;
    right: 20px;
    top: 13px;
}
/* 关注 */
.followList {
    width: 1220px;
}
.followList li{
    width: 510px;
    height: 40px;
    background: #f4f7fc url(../../public/images/icons/right.png) no-repeat 30px center;
    margin:0 20px 20px 0;
    border-radius: 5px;
    padding:30px 0 30px 80px;
}
.followList li .mainInfo{
    width: 425px;
}
.followList li .mainInfo a{
    display: block;
    width: 400px;
    color: #303946;
    margin-bottom: 5px;
}
.followList li.on .mainInfo a,.followList li .mainInfo a:hover{
    color: #1371e6;
}
.followList li .mainInfo p{
    color: #8b94a1;
}
.followList li .closeBtns{
    height: 40px;
    border-left: 1px solid #d8e1ee;
    width: 84px;
}
.followList li .closeBtns a{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../public/images/icons/close.png) no-repeat center;
    margin: 8px 0 0 30px;
}
/* 弹窗 */
.maintainPop_box{
    width: 910px;
    height: 533px;
    border-radius: 5px;
    padding: 25px;
    
}
.maintainPop_box h2{
    font-size: 24px;
    text-align: center;
}
.unitBox {
    overflow-y: scroll;
    height: 400px;
}
.unitBox li{
    margin-bottom: 10px;
}
.unitBox .filterTitle{
    width: 106px;
    color: #8b94a1;
    line-height: 32px;
    text-align: right;
}
.unitBox .filterBar{
    width: 796px;
}
.unitBox .filterBar a{
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #8b94a1;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}
.unitBox .filterBar a.on{
    border: 1px solid #1569e6;
    background: #1569e6;
    color: #fff;
}
#addOrder{
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #1569e6;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.typeBoxs li{
    width: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid #f4f7fc;
    line-height: 30px;
    margin-right: 10px;
}
.typeBoxs li.on{
    color: #1371e6;
    font-weight: bold;
    border-bottom: 2px solid #1371e6;
}
.tipBox{
    text-align: center;
    line-height: 80px;
}