.banner{
    height:824px;
    min-width: 1200px;
    background-image:url(../images/index/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.breadcrumb{
    height:88px;
    line-height: 88px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.breadcrumb-current{
    color: #E60012;
}
.title-wrap{
    opacity: 1;
}
.trends-wrap{
    padding: 60px 0;
}
.trends-item .trends-img{
    height: 326px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.trends-item .trends-title{
    font-size: 18px;
    font-weight: 500;
    color: #101010;
    line-height: 26px;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:20px 0 10px;
}
.trends-item .trends-time{
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 26px;
    letter-spacing: 1px;
}
.trends-item:hover .trends-title{
    color:#E60012;
}

.page{
    text-align: center;
    margin:80px 0 50px;
}
.layui-page{
    border: none;
    text-align: center;
    margin-top:60px;
    height:auto;
}
.layui-page > div{
    height:auto;
}
.layui-laypage a{
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding:0 8px;
    text-align: center;
    margin-right:10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    font-family: SourceHanSansCN;
}
.layui-laypage .layui-laypage-curr{
    width: 32px;
    height: 32px;
    padding:0 !important;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #E60012;
    margin-right: 10px;
    background-color:#fff;
}
.layui-laypage .layui-laypage-curr em{
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #E60012;
}
.layui-laypage .layui-laypage-prev{
    margin-left:0!important;
}
.layui-laypage .layui-laypage-count{
    margin-right:22px;
    font-size: 14px;
    font-weight: 400;
    font-family: SourceHanSansCN;
    color: rgba(0, 0, 0, 0.45);
}
.layui-laypage .layui-laypage-limits{
    height:34px;
    line-height: 34px;
}
.layui-laypage .layui-laypage-limits select{
    height:32px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}
.layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip{
    margin-right: 10px;
}
.layui-laypage span{
    height:34px;
    line-height: 34px;
    font-family: SourceHanSansCN;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}

.layui-laypage .layui-laypage-skip{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.layui-laypage button,
.layui-laypage input{
    height:34px;
    line-height: 34px;
    border-radius: 4px;
}
.layui-laypage input{
    width:34px;
}