.layout{
    width: 1080px;
    margin: 0 auto;
}
.list{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.list .headline{
    height: 48px;
    border-bottom: 2px solid #dadada;
}
.list h2{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    color: #010101;
    font-weight: bold;
    padding: 0px 10px;
    border-bottom: 2px solid #4b87ea;
}
.list h2 .number{
    font-weight: bold;
    color: #ef4f4b;
}
.list h2 .industry{
    font-weight: bold;
    color: #3a86ff;
}
.list ul{
    padding-top: 5px;
}
.list ul li{
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-top: 15px;
    padding-bottom: 15px;
}
.list ul li img{
    width: 148px;
    height: 148px;
    border: 1px solid #f2f2f2;
    margin-top: 17px;
    margin-left: 20px;
}
.list ul li img{
    float: left;
}
.list ul li .listRight{
    width: 860px;
    float: left;
    margin-left: 18px;
    display: block;
}
.list ul li .listRight .title{
    margin-top: 25px;
    display: block;
}
.list ul li .listRight .title h3{
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    margin-right: 15px;

}
.listRight .title span{
    padding: 5px 10px;
    font-size: 15px;
    color: #3474db;
    line-height: 25px;
    background: #edf7ff;
    margin-right: 10px;
}
.listRight p{
    font-size: 16px;
    color: #959595;
    line-height: 27px;
}
.listRight p span{
    color: #151515;
    margin-right: 25px;
}
.listRight p .introduce{
    width: 800px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}
.listRight p a{
    color: #3a86ff;
}
.listRight .content{
    display: block;
    margin-top: 10px;
}
/* ·ÖÒ³ */
.paging_wrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 20px;
}
.paging div{
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 3px ;
    cursor: pointer;
}
.paging .first,.paging .last{
    width: 50px;
    height: 25px;
}
.paging .prev,.paging .next{
    width: 60px;
    height: 25px;
}
.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging div.active {
    background-color: #2eafee;
    color: #fff;
}
.paging .pagingDiv:hover {
    background-color: #2eafee;
    color: #fff;
}
/* footer */
.footer{
    width: 100%;
    padding: 65px 0px 50px 0px ;
    background: #e2e2e2;
    margin-top: 35px;
}
.footer_content{
    width: 1080px;
    margin: 0 auto;
}
.footer_content p{
    font-size: 14px;
    color: #626262;
    text-align: center;
    line-height: 28px;
}
.footer_content p a{
    font-size: 14px;
    color: #626262;
    padding: 0px 5px;
}
/* ËÑË÷¿Õ°× */
.searchNone{
    height: 600px;
    overflow: hidden;
}
.searchNone_content{
    width: 250px;
    margin: 0 auto;
    margin-top: 135px;
}
.searchNone p{
    font-size: 30px;
    color: #505050;
    line-height: 35px;
}
.searchNone img{
    margin-top: 20px;
}