/*样式*/

.navItem.on div{display:none !important;}
.ld-list li a {
    display: block;
    position: relative;
    height: 240px;
    background: #f5f5f5;
    padding: 20px 20px 0 190px;}

.ld-list-img {
    position: absolute;
    left: 20px;
    top: 20px;}

.ld-list-img img {
    width: 150px;
    height: 200px;}

.ld-list li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;}

.ld-list {
    padding-top: 40px;
    margin: 0 -15px;}

.ld-list-name {
    border-bottom: solid 1px #ddd;}

.ld-list-name span {
    display: inline-block;
    padding-bottom: 6px;
    padding-right: 5px;
    border-bottom: solid 2px #940b14;
    color: #940b14;
    font-size: 18px;
    font-weight: bold;}

.ld-list-p {
    font-size: 16px;
    line-height: 25px;
    color: #555;
    margin-top: 15px;
    position: relative;}


.ld-list-p-b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

@media(max-width: 1279px) {
.ld-list li{width: 100%;}
}

.footerRight img{float: right;margin-top: 20px;max-width:96%;}
