.zt-main{
    min-width: 1300px;
}
.zt-head{
    position: relative;
}
.ztbg{
    width: 100%;
    display: block;
}
.zt-top{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.siteName{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    background: #000;
    background: rgba(0,0,0,0.24);
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
}
.ztT{
    text-align: center;
    margin-top: 30px;
}
.zt-box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    margin-top: -40px;
    box-sizing: border-box;
    padding: 20px;
}
.w560{width: 560px;}
.zt-title{
    height: 40px;
    background: #f4f4f4;
}
.zt-title h3{
    float: left;
    height: 40px;
    line-height: 40px;
    min-width: 125px;
    text-align: center;
    color: #fff;
    background: #1f2680;
    font-size: 20px;
    font-weight: normal;
}
.zt-title a{
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.zt-title a:hover{
    color: #1f2680;
}
.zt-list ul{
    padding: 0 5px;
}
.zt-list ul li{
    height: 38px;
    line-height: 38px;
    background: url("../png/906pwi.png") no-repeat 0 center;
    padding-left: 15px;
}
.zt-list ul li a{
    display: block;
    float: left;
    width: 70%;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zt-list ul li a:hover{
    color: #1f2680;
}
.zt-list ul li span{
    float: right;
    color: #999;
    font-size: 16px;
}
.timg-list ul li a img{
    display: block;
    width: 100%;
    height: 95px;
}