.brTitle {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-bottom: 11px;
    overflow: hidden;
}

.brTitle a {
    position: relative;
    top: 9px;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    border: 1px solid rgba(255, 76, 76, 0);
    font-size: 16px;
    color: #9342df;
    padding: 0 7px 0 8px;
    height: 28px;
    background: #fff0f0;
    border-radius: 5px;
    line-height: 28px;
    overflow: hidden;
}

.brTitle a:before {
    content: '';
    position: relative;
    top: 13px;
    margin-right: 6px;
    vertical-align: top;
    display: inline-block;
    width: 18px;
    height: 5px;
    background: url(../img/icon3.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -49px -5px;
}

.brTitle a:hover {
    border-color: rgba(255, 76, 76, 1);
}

.brTitle strong {
    float: left;
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.brTitle strong:before {
    content: '';
    position: relative;
    top: 9px;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    width: 26px;
    height: 26px;
    /*background: url(../images/jh.png) no-repeat;*/
    background-size: 100%;
}

.brTitle span {
    position: relative;
    top: 10px;
    z-index: 1;
    float: right;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #999;
    padding: 0 0 0 8px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.brTitle span i {
    color: #9342df;
}
.brMenu {
    position: absolute;
    z-index: 1;
    left: 160px;
    top: 10px;
    padding: 0 20px;
    overflow: hidden;
}

.brMenu a {
    float: left;
    position: relative;
    display: block;
    padding: 0 0 2px;
    margin: 0 22px;
    height: 24px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    cursor: pointer;
}

.brMenu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    background: #f65f30;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.brMenu a.current {
    font-weight: bold;
}

.brMenu a.current:before,
.brMenu a:hover:before {
    width: 100%;
    height: 2px;
}

.ztList {
    position: relative;
    margin-bottom: 18px;
}

.ztList .brTitle {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.ztList ul {
    margin-bottom: 24px;
}

.ztList li {
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.ztList .img {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 354px;
    height: 190px;
    border-radius: 12px;
    overflow: hidden;
}

.ztList .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 12px;
}

.ztList .img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ztList .img:hover img {
    transform: scale(1.1);
}

.ztList .info {
    float: left;
    width: 820px;
    height: 100px;
    overflow: hidden;
}

.ztList .info a {
    position: relative;
    top: -2px;
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ztList .info p {
    position: relative;
    display: block;
    margin-top: 10px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ztList .info a:hover {
    color: #f65f30;
}

.ztList .list {
    position: absolute;
    top: 126px;
    left: 372px;
    width: 858px;
    height: 88px;
    overflow: hidden;
}

.ztList .list a {
    position: relative;
    float: left;
    display: block;
    margin-right: 20px;
    margin-left: 5px;
}

.ztList .list a img {
    width: 88px;
    height: 88px;
    border-radius: 20px;
}

.ztList .list a:last-of-type {
    min-width: 30px;
    width: auto;
    text-align: center;
    margin: 0;
}

.ztList .list a:last-of-type i {
    display: block;
    font-size: 14px;
    color: #9342df;
    line-height: 26px;
    font-weight: bold;
}

.ztList .list a:last-of-type:hover i {
    text-decoration: underline;
}
.ztList .list a:last-of-type:before {
    content: '';
    position: absolute;
    top: 27px  ;
    right:-44px;
    display: block;
    width: 23px;
    height: 21px;
    background: url(../images/523.png) no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 750px) {
    .ztList .brTitle {
        display: none;
    }
    .brMenu {
        position: unset;
        padding: 0;
        margin-bottom: 10px;
    }
    .ztList li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    .ztList .img {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .ztList .info {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 10px;
    }
    .ztList .list {
        display: none;
    }
    .ztList .info a {
        position: absolute;
        top: 167px;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        width: calc(100% - 20px);
        left: 10px;
        border-radius: 0 0 12px 12px;
        padding: 6px 0;
        padding-left: 10px;
    }
}
