/**!
 * 中国许昌-政务公开三级
 * author: wangkai;
 */


/* main */

.ewb-main-part {
    padding: 0;
	background: #fff;
}

.ewb-detailbox {
    padding: 34px 20px;
    min-height: 700px;
}

.ewb-detail-list {
    padding: 12px 0;
    border: 2px solid #a6a6a6;
}

.ewb-detail-list ul {
    width: 100%;
}

.ewb-detail-list ul li {
    float: left;
    width: 50%;
    *width: 49.5%;
    line-height: 30px;
    font-size: 15px;
    vertical-align: top;
}

.ewb-detail-list ul li.long {
    width: 100%;
}

.ewb-detail-list ul li label {
    float: left;
    text-align: right;
    font-weight: bold;
    color: #f00;
}

.ewb-detail-list ul li p {
    float: left;
    width: 74%;
    text-align: left;
    color: #3f3f3f;
}

.ewb-detail-list ul li.long p {
    width: 83%;
}

@media (max-width: 979px) {
    .ewb-detail-list ul li label {
        width: 70px;
    }
    .ewb-detail-list ul li {
        font-size: 12px;
    }
}


@media (max-width: 767px) {
    .ewb-detailbox {
        padding: 10px 10px 20px 10px;
    }
    .ewb-detail-list ul li {
        width: 100%;
        line-height: 24px;
    }
    .ewb-detail-list ul li p, .ewb-detail-list ul li.long p {
        width: 74%;
        padding: 2px 0;
        line-height: 20px;
    }
}

.ewb-info-box {
    padding: 38px 25px 0 25px;
}

.ewb-info-tt {
    line-height: 30px;
    text-align: center;
    font-family: "黑体";
    font-size: 28px;
    color: #454545;
}

.ewb-info-source {
    margin-top: 15px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #545454;
}

.ewb-info-content {
    padding-top: 10px;
}

.ewb-info-content p {
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
}

.ewb-info-content p.ewb-not-indent {
    text-indent: 0;
}

.ewb-enclosure {
    margin-top: 30px;
    font-size: 16px;
}

.ewb-enclosure label {
    float: left;
    margin-right: 5px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.ewb-enclosure ul {
    float: left;
    width: 85%;
}

.ewb-enclosure ul li {
    line-height: 30px;
    vertical-align: top;
}

.ewb-enclosure ul li a {
    color: #1468da;
}

.ewb-info-date {
    text-align: right;
}

.ewb-enclosure-list li {
    padding-left: 2em;
    line-height: 30px;
    font-size: 16px;
    vertical-align: top;
}
.allmes{
    margin-left: 130px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-info-tt {
        font-size: 20px;
    }
    .ewb-info-content p,
    .ewb-enclosure,
    .ewb-enclosure-list li {
        font-size: 14px;
    }
    .ewb-info-content p,
    .ewb-enclosure {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ewb-info-box {
        padding: 20px 10px 0 10px;
    }
    .ewb-info-tt {
        font-size: 15px;
        line-height: 24px;
    }
    .ewb-info-source,
    .ewb-info-content p,
    .ewb-enclosure,
    .ewb-enclosure-list li {
        font-size: 12px;
    }
    .ewb-info-content p,
    .ewb-enclosure {
        margin-top: 10px;
    }
    .ewb-info-content p,
    .ewb-enclosure ul li,
    .ewb-enclosure-list li {
        line-height: 22px;
    }
    .ewb-enclosure label {
        width: 40px;
        height: 22px;
        line-height: 22px;
    }
    .ewb-enclosure ul {
        width: 80%;
    }

}
