/**!
 * 网上评议
 * author: yx;
 * date:2020-9-2
 */
 @media screen and (max-width: 768px) {
    .ewb-white {
        padding:0!important;
    }
    .ewb-form-p {
        width: 150px!important;
        text-indent: 0!important;
    }
    .input-box1 {
        margin-left: 170px!important;
    }
 .ewb-btn input {
     width: 100px!important;
     height: 36px!important;
     border-radius: 6px!important;
     color: #fff!important;
     cursor: pointer!important;
 }
}

@media screen and (max-width: 480px) {
    .input-box1 {
        margin-left: 0!important;
    }
    .ewb-form-p {
        width: 100%!important;
        position: static!important;
        background-color:transparent!important;
    }
    .proposal {
        height: 72px!important;
    }
}

.ewb-white {
    min-height: 1224px;
    padding: 35px 100px 55px;
}

/* 当前信息的标题名称 */
.ewb-article-tt {
    font-size: 26px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}

/* 来源 */
.ewb-article-source {
    color: #999;
    font-size: 0;
    margin: 10px 0 0 -30px;
    text-align: center;
}

.ewb-article-source span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
}

.ewb-article-detail {
    margin-top: 26px;
    border-top: 1px dashed #eee;
    padding: 25px 0 40px;
}

.ewb-article-title {
    color: #666;
    line-height: 42px;
    text-indent: 42px;
    font-size: 28px;
    text-align: center;
}

.ewb-article-p {
    color: #666;
    line-height: 50px;
    text-indent: 28px;
    font-size: 21px;
    text-align: justify;
}

.ewb-mt23 {
    margin-top: 23px;
}

.ewb-mt75 {
    margin-top: 75px;
}

.ewb-article-ft {
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    text-align: right;
    color: #666;
}

/* 表单 */
.ewb-form {
    position: relative;
    margin-top: 40px;
}

.ewb-form-box {
    position: relative;
    line-height: 72px;
}

.ewb-form-p {
    position: absolute;
    width: 270px;
    line-height: 72px;
    color: #666;
    font-size: 21px;
    text-indent: 30px;
    background-color: #f6f6f6
}

.ewb-form-p span {
    position: absolute;
    line-height: 72px;
    left: -10px;
    top: 0;
    color: red;
}

.input-box1 {
    margin-left: 290px;
}

.ewb-form-box input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    margin: 14px 0 14px 0;
    font-size: 21px;
    text-indent: 20px;
    color: #666;
}

.proposal {
    height: 359px;
}

#proposal {
    width: 100%;
    height: 342px;
    margin: 17px 0 0 0;
    border: 1px solid #ccc;
    resize: none;
    text-indent: 20px;
    color: #666;
    font-size: 21px;
}

/* 验证码 */
.ewb-verification {
    text-align: center;
    margin-top: 55px;
    height: 40px;
    line-height: 40px;
}

.ewb-verification input {
    width: 15%;
    height: 40px;
    border: 1px solid #ccc;
    margin: 0 10px;
}

.ewb-verification span {
    font-size: 21px;
    color: #666;
    height: 40px;
    line-height: 40px;
}

#imgclick {
    margin-left: 20px;
    cursor: pointer;
    font-size: 21px;
    color: #666;
    height: 40px;
    line-height: 40px;
}

/* 按钮 */
.ewb-btn {
    text-align: center;
    margin-top: 48px;
}

.ewb-btn input {
    width: 120px;
    height: 36px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

#submit {
    background-color: #ef4837;
    /*margin-right: 20px;*/
}

#clear {
    background-color: #ff9999;
    margin-right: 20px;
}
#read {
    background-color: #ff9999;
}

.ewb-footer {
    padding: 45px 0 95px;
}