.new-list{
    margin: 5vh 0;
}
.new-list>ul li{
    /*margin-bottom: 5vh;*/
    border-bottom: 1px dashed #eeeeee;
    padding: 25px 0;
}
.new-list ul li a{
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.new-list ul li a img{
    width: 20%;
}
.new-list ul li a >div{
    width: 75%;
    height: 100%;
    margin-left: 5%;
}
.new-list ul li a h3{
    color: #434343;
    font-size: 18px;
    font-style: normal;
}
.new-list ul li a p{
    height: 50px;
    line-height: 24px;
    text-overflow: ellipsis;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
    text-align: justify;
    color: #7b7b7b;
    margin: 20px 0;
}
.new-list ul li a span{
    color: #7b7b7b;
}
.new-list ul li a span label{
    margin-right: 5px;
}
.list-con{
    overflow: hidden;
}
.list-con>.right{
    width: 15%;
}
.list-con>.left{
    width: 80%;
}
.list-con>.right ul{
    width: 80%;
    margin: 5vh 0;
    padding: 20px 0;
}
.list-con>.right ul li{
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    line-height: 5vh;
    cursor: pointer;
}
.list-con>.right ul li.on{
    border-bottom: 1px solid #006ab7;
    color: #006ab7;
}
.new-list>p{
    text-align: center;
    background: #f5f5f5;
    padding: 1vh 0;
    border-radius: 4px;
}
/*搜索页*/
.search-input{
    position: relative;
}
.search-input input{
    width: 100%;
    height: 5vh;
    border: 1px solid #006ab7;
}
.search-input span{
    display: inline-block;
    position: absolute;
    width: 10%;
    height: 5vh;
    line-height: 5vh;
    background:#006ab7;
    color: #fff;
    position: absolute;
    top: 1px;
    right: -1px;
    text-align: center;
    cursor: pointer;
}
.search-list{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 2vh auto;
    padding: 2vh 0;
}
.search-list>div{
    overflow: hidden;
    margin: 1vh 0;
}
.search-list>div span,.search-list>div ul,.search-list>div ul li{
    float: left;
    line-height: 30px;
}
.search-list>div span{
    width: 10%;
}
.search-list>div ul{
    width: 90%;
}
.search>div ul li{
    margin: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.search>div ul li.on{
    color:#006ab7;
}