.main {
    background: #fff;
    padding: 0 20px;
}
.list-li li {
    width: 100%;
    font-size: 16px;
    position: relative;
    margin-top: 15px;
    padding-left: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat 0 10px;
    transition: all linear .5s;
}
.list-li li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-li li:hover {
    text-indent: 1em;
}
.list-li li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #959595;
}
.ldjs_main{
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}
.ldjs_left {
    float: left;
    width: 23%;
    min-height: 373px;
    padding: 15px 0;
    border: 1px solid #e5e5e5;
}
.ldjs_right {
    float: right;
    width: 75%;
}

.ldjs_ldxx {
    width: 94%;
    margin: 0 auto;
}
.column2 {
    /* padding-top: 12px; */
}
.ldxx_top {
    width: 100%;
    min-height: 290px;
    text-align: center;
    /* padding: 15px 0; */
}
.ldxx_bottom {
    width: 100%;
}
.ldxx_top div {
    width: 72%;
    margin: 0 auto;
    padding: 5px 0;
    border: 1px solid #e5e5e5;
    height: 240px;
}
.ldxx_top div img {
    width: 94%;
    height: 100%;
}
.ldxx_top h2 {
    font-size: 28px;
    color: #1e89db;
}
.ldxx_top p {
    font-size: 16px;
    margin-top: 5px;
}
.ldxx_bottom ul li {
    padding-bottom: 10px;
    padding-top: 10px;
}
.ldxx_bottom ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: #1e89db;
    font-weight: 700;
}
.ldjs_l_title {
    width: 94%;
    font-size: 22px;
    color: #1e89db;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    /* padding-bottom: 10px; */
    padding: 0 6px 10px;
}
.ldjs_l_title img {
    display: block;
    float: left;
    margin-top: 5px;
}
.ldjs_l_title p {
    float: left;
    margin-left: 10px;
}
.column2_list li {
    overflow: hidden;
    line-height: 36px;
    padding-left: 15px;
}
.column2_list li strong {
    width: 40%;
}
.column2_list li div {
    width: 100%;
}
.column2_list li div a {
    display: block;
    font-size: 16px;
    margin-bottom:10px;
    line-height: 24px;
}
.column2_list li div a span:first-child {
    display:inline-block;
    width:80px;
}
.zfld_jj {
    width: 100%;
    margin: 0 auto;
}
.zfld_title {
    width: 100%;
    padding: 4px 0px;
    background: #ebebeb;
}
.zfld_title span {
    width: 12%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 7px 20px 10px 15px;
    line-height: 30px;
    background: #1e89db;
    background-size: 100% 100%;
}
.zfld_title span img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -3px;
}
.zfld_p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media screen and (max-width:768px) {
    .main {
        padding: 10px;
        width: 100%;
    }
    .ldzc-warp .left,
    .ldzc-warp .right {
        width: 100%;
        float: none;
    }
    .ldzc-warp .left {
        margin-bottom: 15px;
    }
    .ldzc-warp .right {
        margin-left: 0;
    }
    .ldzc-warp {
        margin-top: 15px;
    }
    .ldzc-warp .zfld > div a,
    .ldzc-warp .title,
    .ldzc-warp .ld-list a > span {
        font-size: 18px;
    }
    .tx {
        margin: 30px auto 20px;
    }
    .zw {
        margin-bottom: 15px;
    }
    .ldzc-warp .zfld > p {
        font-size: 20px;
    }
    .ldzc-warp .ldhd-list p {
        font-size: 18px;
    }
    .ldzc-warp .zfld > span,
    .ldzc-warp .ld-list a > strong {
        font-size: 14px;
    }
    .name {
        font-size: 18px;
    }
    .ldmy-title,
    .ldxq-ldhd > p {
        font-size: 16px;
    }
    .list-li li p {
        width:70%;
    }
    .ldjs_left,
    .ldjs_right{
        width:100%
    }
}