.banner{
    width:100%;
    height:600px;
    background-image:url(../template/main/assets/images/jiaru.jpg);
    background-size: cover;
    background-position: center bottom;
}

/*
.banner::before{
    position:absolute;
    left:0;
    top:0;
    right:0;
    background:url('/template/main/assets/images/mask.png') repeat 0 0;
    z-index:1;
    content:"";
    opacity: 0.2;
    height:600px;
}    
*/

.main{
    width:1080px;
    margin:21px auto 80px;
    background:#fff;
    padding:2% 1% 3%;
    border-radius: 10px;
}

.main h3{
    font-weight:bold;
    text-align:left;
    margin:30px auto 5px;
    font-size:26px;
}

.detail h3{
    text-align:center;
}


.main h4{
    text-align:right;
    margin:30px auto 10px;
    color:#aaa;
}
.main p{
    font-size:16px;
    line-height:2.5em;
    font-family:'Microsoft YaHei';
    margin-bottom:1.5em;
}

.main .layui-carousel div{
    background-size:cover;
    background-position: center center;
}

.main #test1{
    margin-bottom:2em;
}

.main .layui-progress{
    margin-bottom:2em;
}

.main .more{
    margin-top:10px;
    margin-bottom:50px;
}


.main .page-content li{
    margin-bottom: 40px;
    box-shadow:2px 2px 10px #d3cece;
}

.main .page-content li a{
    position: relative;
    padding-left: 250px;
    display: block;
    outline: none;
    text-decoration: none;
}

.main .page-content li .img{
    left: 0px;
    width: 250px;
    position: absolute;
    height: 180px;
    overflow: hidden;
    top: 0px;
    box-sizing: border-box;
    border:none;
}

.main .page-content li .img .img_bg{
    width: 100%;
    height: 100%;
    transition: .4s;
    background-position: center center;
    animation: animatedBackground1 0.3s linear;
    animation-fill-mode:forwards;
}


.main .page-content li .text{
    padding:0px 28px 0 20px;
    background: #fafafa;
    height: 180px;
    overflow: hidden;
}

.main .page-content li .text h4{
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 8px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#444;
    text-align: left;
}


.main .page-content li .text p{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2px;
    color: #666;
}


.main .page-content li .text div{
    margin-top: 12px;
    display: block;
    color: #999;
    text-align:right;
}


.main .page-content li:hover .text,.main li:hover .text h4{
    background: #fff;
    color:#000;
    transition:all linear 0.2s;
}


.main .page-content li:hover .img_bg{
    animation: animatedBackground 0.6s linear;
    animation-fill-mode:forwards;
}



.pnlink a,.pnlink{
    color:#666;
    line-height:30px;
}
.pnlink a:hover{
    color:#2c8dfb;
}

#prelink {
    margin-bottom:1em;
}

.piclist::after {
    content: '';
    display:block;
    clear:both;
}

.piclist li{
    float:left;
    width:29.3%;
    margin:1%;
    padding:1%;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 5px;
}

.piclist .imgbox{
    width:100%;
    padding-bottom:10px;
}

.piclist .imgbox img{
    width:100%;
    height:200px;
}

.piclist .text{
    text-align:center;

}


.main video{
    width:1080px;
    height:auto;
    margin:30px auto 30px;
    background:#222;
    border-radius: 10px;
}

@media (max-width:767px){
    .layui-carousel{
        display:none1;
    }
    .main{
        width:98%;
        margin-top:5px;
    }
    
    .banner{
        height:200px;
    }

    .banner::before{
        display:none;
    }

    .detailbody .banner{
        display: none;
    }

    .detailbody h3{
        font-size:20px;
    }

    .detailbody .content{
        margin-top:10px;
    }

    .main .page-content h3{
        margin-top:30px;
        font-size:20px;
    }

    .main .page-content .more{
        display:none;
    }

    .main .page-content li {
       margin-bottom:20px;
    }

    .main .page-content li a{
        padding-left: 100px;
        display: block;
    }
    
    .main .page-content li .img{
        width: 100px;
    }

    .main .page-content li .img .img_bg{
        background-size:cover;
        background-position: center center;
        height:140px;
    }

    .main .page-content li .text{
        height:140px;
    }

    .main .page-content li .text h4{
        font-size:14px;
        margin-top:10px;
    }

    .main .page-content  li .text p{
        font-size:12px;
    }
    .main .page-content li .text div{
        font-size:11px;
    }

    .main .page-content li .text{
        padding:0px 10px 0 10px;
    }

    .main .piclist li{
        width:96%;
    }
    
}
