.mainBox{
    background: #fff;
    padding: 20px;
}
/* 顶部slide */
.slideTopBox .prev,
.slideTopBox .next {
    top: 18px;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.slideTopBox .prev {
    left: 20px;
    background: url(../images/topPrev.png) no-repeat center center;
    background-color: #fff;
}
.slideTopBox .next {
    right: 20px;
    background: url(../images/topNext.png) no-repeat center center;
    background-color: #fff;
}
.slideTopBox{
    background: #F5F9FD;
    border-radius: 8px 8px 0px 0px;
    height: 60px;
}
.slideTopBox .bd {
    margin: 0px 64px;
}
.slideTopBox .bd .tempWrap{
    width: 100% !important;
}
.slideTopUl li a {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    text-align: center;
    width: 200px;
}

.slideTopUl li.on a {
    color: #0052D9;
    background: #EAF2FF;
}
.topTabOut{
    padding-top: 10px;
}
/* 筛选 */
.w200{
    width: 178px !important;
}
/* 列表 */
.listStyle li{
    border: 1px solid #eee;
    border-radius: 8px;
    width: 1080px;
    height: 110px;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
}
.listStyle li:hover{
    background: url(../images/hys_libg.png) no-repeat;
}
.listStyle li .tabBoxs{
    position: absolute;
    display: block;
    width: 62px;
    height: 62px;
    top: 0;
    left: 0;
}
.listStyle li .tab1{
    background: url(../images/hys_tab1.png) no-repeat;
}
.listStyle li .tab2{
    background: url(../images/hys_tab2.png) no-repeat;
}
.listStyle li .leftBox{
    width: 780px;
    padding-top: 20px;
    height: 70px;
}
.listStyle li .leftBox .picBox,
.listStyle li .leftBox .picBox img{
    width: 105px;
    height: 70px;
    display: block;
    border-radius: 8px;
}
.listStyle li .leftBox .baseName{
    display: block;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    width: 600px;
    margin-bottom: 15px;
}
.listStyle li .leftBox .baseName:hover{
    color: #0052D9;
}
.listStyle li .spanList{
    width: 600px;
    overflow: hidden;
}
.listStyle li .spanList span{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #F8F8F8;
    border-radius: 0px 15px 15px 15px;
    text-align: center;
    color: #666666;
    margin-right: 10px;
}
.listStyle li .rightBox{
    width: 287px;
}
.listStyle li .topNums{
    border-bottom: 1px dashed #eee;
    text-align: center;
    padding: 25px 0 11px;
}
.listStyle li .topNums span{
    padding-left: 21px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
.listStyle li .topNums .icon1{
    background: url(../images/hys_icon2.png) no-repeat left center;
}
.listStyle li .topNums .icon2{
    background: url(../images/hys_icon1.png) no-repeat left center;
    margin-left: 30px;
}
.listStyle li .bottomBtns{
    padding-top: 10px;
    text-align: center;
}
.listStyle li .bottomBtns a{
    display: inline-block;
    color: #0052D9;
    margin: 0 5px;
}