body{
    background: #F5F8FB;
}
.zty-con-box{
    width: 1200px;
    min-height: 556px;
    margin: 0 auto ;
    padding: 32px 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
}
.zty-title{
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 33px;
    padding-left: 32px;
    box-sizing: border-box;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.zty-time{
    width: 100%;
    height: 20px;
    margin-top: 16px;
    padding-left: 32px;
    box-sizing: border-box;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.zty-time span{
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.zty-line{
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: rgba(0, 0, 0, 0.1);
}
.div-content{
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 32px;
    box-sizing: border-box;
}
.div-content a{
    color: #3478E2;
    text-decoration: underline;
}
/*面包屑样式*/
.zty-bread-box{
    margin-top: 14px;
    margin-bottom: 24px;
}
.zty-bread-box span{
    color: #999;
    margin: 0 8px;
}
.zty-bread-box a{
    color: #999;
}
.zty-bread-box a:hover{
    color: #2F79D6 !important;
}
