﻿@charset 'utf-8';
.ztzl {
    width: 1200px;
    height: 360px;
    margin: auto;
    margin-top: 30px;
    padding: 0 20px;
}
.ztzl_content{
    min-height: 500px;
}
.ztzl_leftDiv{
    float: left;
    width: 21%;
    min-height: 800px;
    padding: 10px;
    background: #f1f1f1;
}
.ztzl_leftDiv>p{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #228feb;
}
.ztzl_leftDiv .tp_pic li{
    width: 100%;
    margin-top: 15px;
    height: 45px;
}
.tp_pic li img{
    width: 100%;
    height: 100%;
}
.ztzl_leftDiv .rdzt_ul{
    margin-top: 10px;
}
.ztzl_leftDiv .rdzt_ul li{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: url("../images/icon/icon2.jpg") 0 50% no-repeat;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ztzl_rightDiv{
    float: right;
    margin-left: 2%;
    width: 100%;
    margin-top: 20px;
}
.ztzl_rightDiv ul{
    margin-left: -2%;
}
.ztzl_rightDiv ul li{
    float: left;
    width: 31.3%;
    margin-left: 2%;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.ztzl_rightDiv li img{
    display: block;
    width: 100%;
    height: 105px;
}
.ztzl_rightDiv li span{
    font-size: 16px;
    line-height: 36px;
}


/*手机端*/
@media (max-width:768px) {
    .container{
        padding: 10px;
    }
    .ztzl_content{
        min-height: 100px;
    }
    .ztzl_leftDiv{
        float: none;
        width: 100%;
        min-height: 100px;
    }
    .ztzl_leftDiv>p{
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .ztzl_leftDiv ul li{
        float: left;
        width: 49% !important;
    }
    .ztzl_leftDiv ul .wjyz{
        margin-left: 2%;
    }
    .ztzl_rightDiv{
        margin-top: 10px;
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .ztzl_rightDiv ul{
        margin-left: 0 !important;
    }
    .ztzl_rightDiv ul li{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .ztzl_rightDiv li span{
        font-size: 14px;
        line-height: 30px;
    }
    .rdzt_ul li{
        width: 100% !important;
        height: 30px;
        line-height: 30px;
    }
}