.ztIntro {
    width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
    *zoom: 1;background: url(../img/ztdebg.png) no-repeat;
    background-size: 100% 100% ;
}

.ztIntro .img {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 480px;
    height: 246px;
    border-radius: 15px;
    overflow: hidden;
}

.ztIntro .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.ztIntro .info {
    position: relative;
    float: left;
    width: 552px;
    overflow: hidden;
    padding-left: 20px;
}

.ztIntro .info h1 {
    display: block;
    margin: 10px 0 0;
    height: 46px;
    font-size: 24px;
    color: #000;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.bodyWrap .gmAllListBox .boxWrap .tabsWrap .multiColumnList p.title{
    font-weight: 700;
}
.ztIntro .info p {
    display: block;
    font-size: 15px;
    color: #666;
    max-height: 88px;
    margin-top: 6.5px;
    margin-bottom: 13px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ztIntro .info span {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.ztIntro .info span i {
    color: #F48319;
    margin: 0 4px;
}

.ztIntro .info div label {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    position: relative;
    top: 10px;
}

.ztIntro .info div a {
    display: inline-block;
    vertical-align: top;
    padding: 0 11px;
    height: 30px;
    font-size: 12px;
    color: #595959;
    line-height: 30px;
    border-radius: 6px;
    margin: 10px 10px 0 0;
    background: #F7F9FB;
}

.ztIntro .info div a:hover {
    background: #f12121;
    color: #fff;
}

.ztIntro .img em {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 36px;
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ztIntro .img em:before {
    content: "";
    position: relative;
    top: 11px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 14px;
    background: url(../img/icon6.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -52px -94px;
}
