
.banner {
    height: 400px;
    background-size: 100% 100%;
    min-width: 1260px;
    margin-top: -78px;
    padding-top: 80px;
}
.banner-title {
    width: 1260px;
    margin: auto;
    text-align: center;
}
.p1 {
    font-size: 24px;
    color: #eee;
    font-weight: 400;
}
.layui-field-title {
    width: 414px;
    margin: 30px auto;
    font-size: 44px;
    color: #eee;
    margin-top: 110px;
}
.layui-elem-field legend {
    font-size: 50px;
    padding: 0 20px;
}
.p3 {
    width: 57px;
    border-bottom: 1px solid #eee;
}
/* 推荐内容 */
.layui-tab-title .layui-this {
    color: #3a74e9;
}
.layui-tab-title li {
    font-size: 16px;
    color: #666666;
}
.layui-tab-title {
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    border-radius: 10px;
    margin: 20px 0;
}
.layui-tab-title li i {
    font-size: 20px;
}
.recommend {
    width: 1200px;
    margin: 0 auto 54px;
}
.recommed-center {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.recommed-center-li {
    margin-bottom: 25px;
}
.recommed-center-left {
    padding: 17px 0 0 25px;
}

.recommed-center-left img{
    width: 100px;
}

.recommed-center-right {
    padding: 27px 0 0 32px;
}

.recommed-center-right .recommend-detail{
    font-weight: bold;
}

.recommed-center-right span {
    font-size: 18px;
}
.recommed-center-right p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommed-center ul{
    padding-top: 85px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recommed-center ul li {
    display: inline-block;
    width: 561px;
    height: 133px;
    background: rgba(246, 246, 246, 1);
    border-radius: 10px;
    border: 1px solid rgba(238, 238, 238, 1);
}
.recommed-center-right-p1 strong {
    display: none;
    font-weight: 400;
}
.recommed-center ul li:hover {
    background: #ffffff;
}
.recommed-center ul li:hover .recommed-center-right a span {
    color: #0866df;
}
.recommed-center ul li:hover .recommed-center-right a .recommed-center-right-p1 {
    color: #0866df;
}
.recommed-center ul li:hover .recommed-center-right a .recommed-center-right-p1 strong {
    display: inline-block;
}


/* 分页栏 */
.layui-laypage a,
.layui-laypage span {
    font-size: 14px;
    border-radius: 10px;
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px 3px 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 10px;
    background: #0866df;
}
.layui-laypage a:hover {
    color: #0866df;
    border: 1px solid #0866df;
}
.layui-laypage > a:first-child,
.layui-laypage > a:first-child em {
    border-radius: 10px;
    margin-right: 30px;
}
.layui-laypage > a:last-child,
.layui-laypage > a:last-child em {
    border-radius: 10px;
    margin-left: 30px;
}
#demo1,
#demo2,
#demo3,
#demo4,
#demo5 {
    text-align: center;
    margin-top: 20px;
}
