.banner{
    width: 100%;
    height: 280px;
    background: url("../images/resources/banner2.png") no-repeat center;
    background-size: cover;
    line-height: 280px;
}
.banner > p{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.d3List{
    padding-top: 121px;
}
.d3List>p:nth-child(1){
    font-size: 36px;
    color: #333333;
}
.d3List>p:nth-child(2){
    width: 60px;
    height: 4px;
    background: #fec901;
    margin-top: 20px;
}
.d3List>p:nth-child(3){
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    margin-top: 60px;
}
.cailiaoList{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.cailiaoList >li a{
    display: block;
    width: 380px;
    height: 321px;
}
.img_top{
    width: 100%;
    height: 285px;
    overflow: hidden;
}
.img_top img{
    width: 100%;
    height: auto;
}
.cailiaoList >li a p{
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
}
.moreBox{
    width: 160px;
    height: 40px;
    background: #fec901;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin: 60px auto 120px;
}
.moreBox a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 16px;
}
.tuijian{
    width: 100%;
    height: 655px;
    margin-bottom: 60px;
}
.leftJjfa{
    float: left;
    padding: 83px 60px 50px 40px;
    width: 52.70%;
    height: 100%;
    background: #f5f5f5;
}
.imgBox1{
    float: left;
    width: 47.3%;
    height: 100%;
    overflow: hidden;
}
.imgBox1 > img{
    width: 100%;
    height: 100%;
}
.caseTit{
    color: #333333;
    font-size: 32px;
}
.heng{
    width: 60px;
    height: 4px;
    background: #fec901;
    margin-top: 20px
}
.leftJjfa > p:nth-of-type(1),.leftJjfa > p:nth-of-type(3){
    font-size: 22px;
    color: #333333;
    margin-top: 50px;
}
.leftJjfa > p:nth-of-type(2),.leftJjfa > p:nth-of-type(4){
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
}
.moreBox1{
    width: 144px;
    height: 40px;
    background: #fec901;
    border-radius: 5px;
    margin-top: 80px;
    line-height: 40px;
    text-align: center;
}
.moreBox1:hover{
    background: #FEE13A;
}
.moreBox1 a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 16px;
}
.content {
    width: 564px;
    font-size: 16px;
    color: #707070;
    margin-top: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}