.jdyts-box{
    padding-top: 6px;
}
.jdyts-box>p{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-top: 16px;
    margin-bottom: 10px;
    max-width: 800px;
}
.jdyts-box>p:nth-of-type(1){
    text-indent: 2em;
}
@media (max-width:767px){
    .jdyts-box{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .jdyts-box>p{
        font-size: 12px;
        margin-top: 15px;
    }
}



/* 廉政建设举报信箱 */
#lz-wrap .main-wrap{
    width: 100%;
}
#lz-form{
    width: 80%;
    margin-top: 30px;
}
.lz-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lz-list li>span{
    padding-right: 12px;
    text-align: right;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    width: 108px;
    display: inline-block;
}
.lz-list li{
    width: 100%;
    margin-bottom: 18px;
}
.lz-list li input{
    height: 36px;
    padding: 0 10px;
    margin: 0;
    outline: none;
    border: 1px solid #ccc;
    box-shadow:inset 0 1px 2px rgb(0 0 0 / 8%);
    width: calc(100% - 108px);
}
.lz-list li:nth-of-type(1),
.lz-list li:nth-of-type(2){
    width: 50%;
}
.lz-content{
    display: flex;
    justify-content: space-between;
}
.lz-content textarea{
    height: 185px;
    padding:10px;
    margin: 0;
    outline: none;
    border: 1px solid #ccc;
    box-shadow:inset 0 1px 2px rgb(0 0 0 / 8%);
    width: calc(100% - 108px);
    resize:none !important;
}
#lz-form p{
    padding-left: 108px;
    font-size: 14px;
    line-height: 26px;
}
#lz-form p span{
    color: #D80A0E;
}
#lz-form button{
    background-color: #008ec9;
    width: 156px;
    height: 38px;
    font-size: 15px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin: 8px 0 0 108px;
}
.lz-imp span{
    position: relative;
}
.lz-imp span::after{
    content: '*';
    font-size: 14px;
    color: #ff0000;
    padding-left: 3px;
}
@media (max-width:767px){
    #lz-form{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .lz-list li>span{
        font-size: 12px;
        width: 70px;
    }
    .lz-list li{
        margin-bottom: 15px;
    }
    .lz-list li:nth-of-type(1), .lz-list li:nth-of-type(2){
        width: 100%;
    }
    .lz-list li input{
        height: 33px;
    }
    .lz-content textarea,
    .lz-list li input{
        width: calc(100% - 70px);
    }
    #lz-form p{
        padding-left: 0;
    }
    #lz-form button{
        margin: 10px auto 30px;
    }
    #lz-form p{
        font-size: 12px;
        line-height: 20px;
    }
}