/**!
* [公众留言]
* date: 2019-11-27
* author: [fxyue];
*/
.ewb-message {
    min-height: 973px;
    padding-bottom: 20px;
}

.ewb-message-hd {
    height: 51px;
    padding: 0 15px 0 20px;
    background: url(https:/shdzj.gov.cn/images/message_hd_bg.jpg) left top no-repeat #0297f0;
}

.ewb-message-tt {
    float: left;
    line-height: 51px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 82px;
    background: url(https:/shdzj.gov.cn/images/message_hd_icon.png) left bottom no-repeat;
}

.ewb-message-btn {
    float: right;
    width: 92px;
    height: 32px;
    background: #ffa00a;
    border-radius: 16px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.ewb-message-btn:hover {
    background: #f39602;
}

.ewb-message-bd {
    margin: 0 20px;
}

.ewb-message-list {
    border: 1px solid #dcdcdc;
    padding:5px 10px 3px;
    margin-top: 20px;
}

.ewb-message-item {
    padding: 7px 0 7px 10px;
}

.ewb-message-span {
    float: left;
    width: 26px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
}
.ewb-message-box{
    margin-left: 40px;
    line-height: 26px;
}
.message1 {
    border-bottom: 1px dashed #e5e5e5;
}

.message1 .ewb-message-span {
    background-image: url(https:/shdzj.gov.cn/images/message_yellow_span.png);
}

.message2 .ewb-message-span {
    background-image: url(https:/shdzj.gov.cn/images/message_blue_span.png);
}
.message1 .ewb-message-box{
    font-weight: bold;
}
.message2 .ewb-message-box{
    color: #666;
}
.pager{
    margin-top: 20px;
}
/* 手机端 */
@media (max-width:767px){
    .ewb-message-hd{
        padding: 0 5px;
    }
    .ewb-message-tt{
        padding-left: 65px;
    }
}



/* 弹出框 */

.ewb-message-detail .layui-layer-setwin a{
    width: 44px !important;
    height: 44px !important;
    background: url(https:/shdzj.gov.cn/images/layer_close_icon.png) 0 0 no-repeat #029bf1 !important;
    border-radius: 50%;
    right: -23px;
    top: -26px;
}
.layui-layer-iframe.ewb-message-detail{
overflow-y:inherit !important ;
}