/**!
 * 重点领域公开
 * author: xuy;
 * date:2017-05-23
 */

body {
    background: url(../images/bg.png) center top no-repeat #eff0f4;
}

/* header */

.ewb-header,
.ewb-header-con {
    position: relative;
    height: 267px;
    z-index: 1;
}

.ewb-header img {
    display: block;
    vertical-align: top;
}

.ewb-banner {
    position: absolute;
    top: 13px;
    left: -47px;
}

.ewb-logo {
    margin-top: 45px;
    margin-right: 20px;
}

.ewb-main {
    position: relative;
    padding: 20px 23px 20px 31px;
    line-height: 36px;
    font-size: 16px;
    color: #015fab;
    z-index: 4;
    background: url(../images/zdlymain_bg.png);
}

.ewb-main p {
    text-indent: 2em;
}

.ewb-main p a {
    color: #ff0000;
}

.ewb-content {
    margin-top: 20px;
    padding: 30px 18px 25px 20px;
    background: url(../images/zdlymain_bg.png);
}

.ewb-lay-left {
    float: left;
    width: 50%;
}

.ewb-lay-right {
    float: right;
    margin-left: -1px;
    width: 49.79%;
    border-left: 1px solid #e0e0e0;
}

.ewb-lay-block {
    margin-right: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #c9c9c9;
}

.ewb-lay-right .ewb-lay-block {
    margin-right: 0;
    margin-left: 20px;
}

.ewb-lay-hd {
    padding-left: 6px;
}

.ewb-lay-tt {
    padding-left: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #015293;
    background: url(../images/hd_icon.png) left center no-repeat;
}

.ewb-lay-bd {
    padding-top: 8px;
}

.ewb-lay-item {
    line-height: 35px;
    vertical-align: top;
}

.ewb-item-tt {
    float: left;
    width: 80%;
    height: inherit;
}

.ewb-lay-item-tt {
    margin-left: 6px;
    display: inline-block;
    padding-left: 17px;
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
    background: url(../images/item_icon.png) left center no-repeat;
}

.ewb-item-con {
    float: left;
    width: 65.99%;
    font-size: 15px;
}

.ewb-item-con a {
    float: left;
    margin-right: 11px;
    color: #646464;
}

.ewb-lay-item-tt:hover,
.ewb-item-con a:hover {
    color: #ff0000;
}

.ewb-lay-block.ewb-spe .ewb-item-tt {
    width: 100%;
}

.ewb-lay-block.ewb-last {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.ewb-footer {
    margin-top: 20px;
}

.ewb-item-con.spe1 a {
    margin-right: 0;
    width: 150px;
}

.ewb-item-con.spe2 a {
    margin-right: 0;
    width: 100px;
}

.ewb-item-con.spe1 a.ewb-blank {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-header,
    .ewb-header-con {
        height: auto;
    }
    .ewb-main {
        margin-top: 20px;
    }
    .ewb-item-tt {
        margin-right: 12px;
        width: 38%;
    }
    .ewb-item-con {
        width: 58%;
    }
}

@media (max-width: 767px) {
    .ewb-logo {
        margin-right: 0;
        width: 60%;
    }
    .ewb-banner {
        left: 0;
    }
    .ewb-banner img {
        width: 40%;
    }
    .ewb-header,
    .ewb-header-con {
        height: auto;
    }
    .ewb-main {
        margin-top: 20px;
    }
    .ewb-lay-left,
    .ewb-lay-right,
    .ewb-item-tt,
    .ewb-item-con {
        width: 100%;
        border: 0;
    }
    .ewb-lay-block {
        margin-right: 0;
    }
    .ewb-lay-right .ewb-lay-block {
        margin-left: 0;
    }
    .ewb-lay-left .ewb-lay-block.ewb-last {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e0e0e0;
    }
}
