
.liuchengdv {
}

.liuchengul {
    position: relative;
    height: 900px;
    margin: 35px 0;
}

.liuchengul li {
    position: absolute;
    width: 245px;
    height: 352px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 2px 2px 10px #ccc;
    background: url(../lc/lculbg.png) no-repeat left top / 100%;
    margin: 50px 0 10px 0;
    cursor: pointer;
}

.liuchengul li span:nth-child(1) {
    display: inline-block;
    position: absolute;
    top: -39px;
    right: 15px;
}

.liuchengul li span:nth-child(2) {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 30px;
}

.liuchengul li span:nth-child(3) {
    display: inline-block;
    width: 13px;
    height: 24px;
    background: url(../lc/righttj.png) no-repeat;
    position: absolute;
    right: -36px;
    top: 155px;
}


.lcultxt {
    padding: 135px 0 20px 0;
    border-bottom: 1px solid #01af00;
    margin: 0 14px;
    text-align: center;
}

.lcultxt h2 {
    font-size: 18px;
    font-weight: bold;
    color: #01af00;
    margin: 10px 0;
}

.lcultxt p {
    height: 100px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /**对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4; /** 显示的行数 **/
    overflow: hidden;
}

.liuchengul li:nth-child(1) {
    top: 0;
    left: 0;
}

.liuchengul li:nth-child(2) {
    top: 0;
    left: 300px;
}

.liuchengul li:nth-child(3) {
    top: 0;
    left: 600px;
}

.liuchengul li:nth-child(4) {
    top: 0;
    left: 900px;
}

.liuchengul li:nth-child(4) span:nth-child(3) {
    display: inline-block;
    width: 24px;
    height: 13px;
    background: url(../lc/bottomtj.png) no-repeat;
    position: absolute;
    left: 115px;
    top: auto;
    bottom: -50px !important;
}

.liuchengul li:nth-child(6) span:nth-child(3),.liuchengul li:nth-child(7) span:nth-child(3),.liuchengul li:nth-child(8) span:nth-child(3) {
    display: inline-block;
    width: 13px;
    height: 24px;
    background: url(../lc/lefttj.png) no-repeat;
    position: absolute;
    right: -36px;
    top: 155px;
}

.liuchengul li:nth-child(5) {
    top: 480px;
    left: 900px;
}

.liuchengul li:nth-child(5) span:nth-child(3) {
    display: none;
}

.liuchengul li:nth-child(6) {
    top: 480px;
    left: 600px;
}

.liuchengul li:nth-child(7) {
    top: 480px;
    left: 300px;
}

.liuchengul li:nth-child(8) {
    top: 480px;
    left: 0;
}

.liuchengul li:hover {
    background: #01af00;
    color: #fff;
}

.liuchengul li:hover .lcultxt {
    border-bottom: 1px solid #fff;
}

.liuchengul li:hover .lcultxt h2 {
    color: #fff;
}
