.content_web {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.auto_cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body {
    background: #F3F3F3;
}

.zt_ul {
    margin-top: 45px;
    margin-bottom: 79px;
    padding: 32px 40px 42px 39px;
    background-color: white;
    min-height: 450px;
    box-sizing: border-box;
}

.zt_li {
    border-bottom: 1px solid #E5E5E5;
    line-height: 60px;
    background: url(../images/dot-blue.png) 0 center no-repeat;
    padding-left: 23px;
}

.zt_li a {
    display: block;
}

.zt_li a>div {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.header_zt {
    width: 100%;
    min-width: 1200px;
}

.header_zt img {
    width: 100%;
    height: 100%;
}

.zt_li h1 {
    width: 940px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

a:hover h1 {
    color: #D83023;
}