.ho_content {
    position: relative;
    width: 100%;
}

.ho_navBlock {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.ho_navUl {
    position: relative;
    width: 1200px;
    margin: auto;
}

a.ho_navA {
    position: relative;
    display: block;
    width: 582px;
    height: 56px;
    line-height: 56px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    color: #666;
    font-size: 20px;
    letter-spacing: 2px;
}
.ho_navA.right {float: right;}

.ho_contentBlock {
    position: relative;
    width: 1200px;
    margin: auto;
}
.ho_navA.cur {
    background: #3bb2e0;
    color: #fff;
}
.ho_pageBlock {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.ho_ulBlock {
    position: relative;
    float: left;
    width: 360px;
    background: #fafafa;
    padding: 20px 0;
    border-top: 3px solid #009944;
    padding-left: 20px;
}

.ho_imgUl {
    position: relative;
    float: right;
    width: 682px;
}

.ho_liBlock {
    position: relative;
    color: #666;
    padding: 10px 0;
    width: 100%;
    line-height: 24px;
    font-size:16px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    overflow: hidden;
}
.ho_liBlock:hover,.ho_liBlock.cur {color:#009944;}
.ho_wire {
    position: absolute;
    right: 0px;
    width: 3px;
    height: 40px;
    background: #009944;
    top: 13px;
    display: none;
}
.ho_liBlock:hover .ho_wire,.ho_liBlock.cur .ho_wire {display: block;}
.ho_imgLi {
    position: relative;
    width: 100%;
    display: none;
}

.ho_img {
   
    padding: 20px;
    background: #eaeaea;
text-align: center;
}

.ho_imgTitle {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #666;
    padding-bottom: 40px;
}