.zt_tj {
    padding-bottom: 40px;
}
.zt_tj .zttj_left {
    float: left;
    width: 860px;
    height: 320px;
    margin-bottom: 40px;
}
.zt_tj .zttj_left ul li {
    width: 32%;
    height: 100%;
    float: left;
    margin-left: 10px;
}
.zt_tj .zttj_left ul li a {
    display: block;
    width: 100%;
    height: 320px;
    background-size: 282px;
    background-repeat: no-repeat;
    background-position: 0 -90px;
    position: relative;
    overflow: hidden;
}
.zt_tj .zttj_left ul li a div.show {
    opacity: 1;
    transition: all 0.2s;
    bottom: 0;
}
.zt_tj .zttj_left ul li a > div {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: -100px;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: all 2s;
}
.zt_tj .zttj_left ul li a > div span {
    font-size: 22px;
}
.zt_tj .zttj_left ul li a > div span.t2 {
    float: right;
}
.zt_tj .zttj_left ul li a > div p {
    font-size: 14px;
    margin-top: 20px;
}
.zt_tj .zttj_right {
    float: right;
    width: 320px;
    background: #fff;
    height: 320px;
}
.zt_tj .zttj_right h3::after {
    background-position: 0 -292px;
}
.zt_list {
    background: #fff;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.zt_list h3.tou::after {
    background-position: -172px -296px;
}
.zt_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zt_list ul li:hover {
    border: solid 1px #00A1D6;
    -moz-box-shadow: 0px 0px 6px #00A1D6;
    -webkit-box-shadow: 0px 0px 6px #00A1D6;
    box-shadow: 0px 0px 6px #00A1D6;
}
.zt_list ul li {
    width: 49%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
}
.zt_list ul li .ztli_l {
    float: left;
    width: 45%;
    height: 100%;
}
.zt_list ul li .ztli_l img {
    width: 90%;
    height: 100%;
    border-radius: 5px;
}
.zt_list ul li .ztli_r {
    float: right;
    width: 55%;
    height: 100%;
    position: relative;
}
.zt_list ul li .ztli_r a img {
    border-radius: 10px;
    width: 16%;
}
.zt_list ul li .ztli_r span.aimg {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 25px;
    background: none;
    color: #333;
    position: inherit;
    margin-bottom: -5px;
}
.zt_list ul li .ztli_r a.abq {
    font-size: 12px;
    color: #F25D8E;
}
.zt_list ul li .ztli_r p {
    color: #999;
    font-size: 12px;
    width: 100%;
    height: 106px;
    overflow: hidden;
    margin-bottom: 10px;
}
.zt_list ul li .ztli_r span {
    display: block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background: #00A1D6;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
}
.zt_list ul li .ztli_r i {
    width: 85px;
    margin: 2px 5px;
    float: left;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    background: #FAFAFA;
    text-align: center;
    color: #F25D8E;
}
ul.tr_bottom {
    font-size: 20px;
    background: white;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
}
ul.tr_bottom li {
    margin-bottom: 18px;
}
ul.tr_bottom li a {
    font-size: 16px;
    color: #666;
}
ul.tr_bottom li a:hover {
    color: cornflowerblue;
}
ul.tr_bottom li a span {
    display: block;
    float: left;
    color: white;
    font-size: 18px;
    background: #E0E0E0;
    padding-left: 8px;
    padding-right: 8px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 18px;
}
ul.tr_bottom li:nth-child(1) span {
    background: #F25D8E;
}
ul.tr_bottom li:nth-child(2) span {
    background: #FFADC9;
}
ul.tr_bottom li:nth-child(3) span {
    background: #FFC6DB;
}