body{
    background: #f6f6f6;
}
.zp-search{
    height: 506px;
    background: url('../images/zp/banner.jpg') 50% 0 no-repeat;
}
.zp-search .w{
    height: 506px;
    position: relative;
}
.zp-search .cont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.zp-search .cont h3{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.zp-search .cont h3>span{
    color: #014099;
}
.zp-search .cont h4{
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.search{
    width: 680px;
    margin: 45px auto 0;
    background: rgba(255,255,255,.14);
    padding:10px;
}
.search .search_box{}
.search .search_box input{
    float: left;
}
.search .search_box input[type=text]{
    width: 510px;
    height: 46px;
    border: 1px solid #b3b3b3;
    padding: 0 10px;
}
.search .search_box input[type=submit]{
    width: 150px;
    height: 46px;
    background: #014099;
    border: none;
    font-size: 14px;
    color: #fff;
  	cursor: pointer;
}
.search .hot-tab{
    margin-top: 10px;
}
.search .hot-tab>span{
    margin-left: 12px;
}
.search .hot-tab>span,
.search .hot-tab>a{
    font-size: 14px;
    color: #fff;
}
.search .hot-tab>a{
    margin-right: 10px;
}
.zp-cont{
    margin-top: 35px;
    padding-bottom: 35px;
}
.zp-cont h3{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    background: #014099;
    overflow: hidden;
}
.zp-cont h3>a{
    float: right;
    color: #fff;
}
.zp-cont .list{
    width: 77.14%;
    height: 400px;
    border: 1px solid #ddd;
    background: #fff;
}
.zp-cont .info{
    width: 20%;
    height: 400px;
    border: 1px solid #ddd;
    background: #fff;
}
.zp-cont .info .box{
    padding: 25px 30px;
    font-size: 14px;
}
.zp-cont .info .box p{
    margin-bottom: 28px;
}
.zp-cont .list .box{
    /*padding: 25px 30px;*/
}
.zp-cont .list .box>div{
    height: 340px;
    overflow-y: scroll;
    padding: 30px;
}
.zp-cont .list ul li{
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 28px;
}
.zp-cont .list ul li a,
.zp-cont .list ul li span{
    display:block;
    float: left;
}
.zp-cont .list ul li a{
    width: 35.46%;
}
.zp-cont .list ul li span.add{
    text-align: center;
    width: 21.67%;
}
.zp-cont .list ul li span.time{
    width: 21.18%;
   text-align: right;
}