.title {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    background: url(/uploads/image/sximg/t.png) no-repeat left center;
}

.ts {
    width: 90%;
    padding: 5px 25px;
    border: 1px solid #cadaea;
    margin: 0 auto;
}

.ts p {
    text-indent: 2em;
    margin-bottom: 10px;
    font-size: 14px;
}

.search {
    overflow: hidden;
}

.dztitle {
    width: 100%;
    background: #ecfaff;
    height: 29px;
    line-height: 29px;
    color: #014e90;
}

.dztitle span {
    text-align: center;
    display: inline-block;
}

#dzxx li {
    line-height: 30px;
}

#dzxx li a {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
}

#dzxx li span {
    width: 24%;
    text-align: center;
    display: inline-block;
}

#dzxx li .dzxx_zt {
    color: red;
    width: 24%;
    padding-left: 10px;
}

.search span {
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    background-color: #00539a;
}

@media only screen and (max-width: 870px) {
    .tjs {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 800px) {
    #dzxx li a {
        width: 75%;
    }
    #dzxx li .dzxx_zt {
        display: none;
    }
    .dztitle span:nth-child(1) {
        width: 75% !important;
    }
    .dztitle span:nth-child(2) {
        width: 24% !important;
    }
    .dztitle span:nth-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    .content-text {
        font-size: 16px;
    }
    .dztitle span:nth-child(1) {
        width: 75% !important;
    }
    .dztitle span:nth-child(2) {
        display: none;
    }
    #dzxx li a {
        width: 100%;
    }
    #dzxx li .tim {
        display: none;
    }
}

@media only screen and (max-width:450px) {
    .content-text {
        font-size: 14px;
    }
}

@media only screen and (max-width:400px) {
    .content-text {
        font-size: 12px;
        padding: 20px 5px !important;
    }
    .search span {
        padding: 5px 5px;
    }
}