
.banner{
    background: url(../images/noticeList_bannerBg.png) no-repeat center;
    height: 260px;
    /* padding-top: 56px; */
    min-width: 1400px;
    box-sizing: border-box;
}
.banner .title{
    background: url(../images/noticeList_bannerText.png) no-repeat center;
    height: 51px;
}
.banner .searchView{
    margin:35px auto 0 auto ;
    width: 750px;
    padding-left: 50px;
    height: 60px;
    background: #fff url(../../talent/images/zpzc_searchIcon.png) no-repeat 20px;
    border-radius: 8px;
}
.banner .searchView input{
    float: left;
    height: 60px;
    color: #999;
    width: 570px;
    border: none;
}
.banner .searchView a{
    float: right;
    width: 140px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to top, #0154d9 0%, #097fcc 50%, #13aebe 100%);
    border-radius: 0 8px 8px 0;
}
.banner .searchView a:hover{
    opacity: 0.9;
}
.content {
    background: url(../../talent/images/zpzc_listBg.png) no-repeat center top;
    background-size: 100% 100%;
    min-height: 555px;
    overflow: hidden;
    min-width: 1400px;
}



.topView2{
    background-image: url(../images/noticeListBg.png);
    background-size: 100% 100%;
    /* padding: 70px 180px 0px 90px; */
    padding-top: 90px;
    height: 400px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 1px;
}
.topView2 .title{
    display: block;
    width: 273px;
    height: 66px;
    margin: 0 auto;
}
.topView2 .btnCont{
    display: block;
    width: 559px;
    height: 50px;
    margin: 30px auto;
}
.sortBox b{
    color: #ff9548;
    margin: 0 5px;
}

.mainUl{
    padding-top: 40px;
}
.mainUl li{
    margin-bottom: 30px;
}
.mainUl li{
    background: url(../images/noticeList_listBg_off.png) no-repeat center;
    height: 70px;
    width: 1340px;
    padding-left: 60px;
    line-height: 70px;
    font-size: 18px;
    color: #333;
    display: block;
}
.mainUl li:hover{
    background: url(../images/noticeList_listBg_on.png) no-repeat center;
    box-shadow: 0px 0px 15px 2px #d9e3f4;
}
.mainUl li:hover a{
    color: #0154d9;
}
.mainUl li a{
    width: 84%;
}
.mainUl li .time{
    color: #999999;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../public/images/icons/time.png) no-repeat left center;
}
.date .dateNull{
    font-size: 18px;
    color: #999999;
    font-weight: bold;
}