.hr-pages-banner {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}
.hr-pages-banner .box {
    display: block;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    overflow: hidden;
    text-align: center;
    width: 1920px;
}
.hr-pages-banner .box img{
    height: 310px;
}
.navbar-box{
    display: none;
}
.brand-type{
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 40px;
    padding-top: 30px;
    overflow: hidden;
}
.brand-type h3{
    width: 60px;
    color: #616161;
    float: left;
}
.brand-type ul{
    width: 1170px;
    float:right;
    padding-bottom: 4px;
}
.brand-type ul li{
    float: left;
    margin-right: 40px;
}
.brand-type ul li a{
    font-size: 14px;
}
.brand-type ul li.active a{
    color: #b9a37f;
}
 .title{
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    overflow: hidden;
}
 .title .fl a{
    display: inline-block;
    padding: 0 43px;
    background: url("http://www.haowuyunji.com/template/pc/css/../images/dd_bg2.jpg") left center no-repeat;
}
.title .fl a:first-child{
    padding-left: 0px;
    background: none;
}
 .title .fl a.active{
    color: #b9a37f;
}
 .title .fr button{
    background: #fe7e42;
    color: #fff;
    border: none;
    width: 150px;
    height: 38px
}
.box ul li{
    width: 280px;
    float: left;
    margin-right: 53.3333px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box ul li:nth-child(4n){
    margin-right: 0px;
}
.box ul li .pic{
    width: 280px;
    height: 186px;
    position: relative;
    overflow: hidden;
}
.box ul li .pic a::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.box ul li .pic a:hover::after{
    opacity: 1;
    background: rgba(255, 255, 255,0.3)
}
.box ul li .pic img{
    display: block;
    width: 280px;
    height: 186px;
}
.box ul li .txt{
    height: 50px;
}
.box ul li .txt .txt-top{
    height: 50px;
    padding: 16px 12px 0 12px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden
}
.box ul li .txt .txt-top h3{
    font-size: 16px;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
}
.box ul li .txt .txt-top p{
    color: #616161;
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.box ul li .txt .txt-bottom{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #aaaaaa;
}
.box ul li .txt .txt-bottom span{
    display: inline-block;
    padding-left: 50px;
    padding-right: 15px;
}
/*.box ul li .txt .txt-bottom .date{
    float: left;
    background: url("http://www.haowuyunji.com/template/pc/css/../images/date.png") left center no-repeat;
}
.box ul li .txt .txt-bottom .click{
    float: right;
     background: url("http://www.haowuyunji.com/template/pc/css/../images/click.png") left center no-repeat;
}*/
#pages{margin:0 0 60px 0;}