
/*信息公开*/
.detail {
    border: 1px solid #e3e3e3;
    padding: 9px 0 9px 0;
}

.detail>h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    padding: 35px 0 28px 0;
}

.detail-info{
    line-height: 28px;
    padding: 0 60px 0 60px;
    text-indent: 32px;
}
.detail-time{
	text-align: right;
	padding-right: 103px;
	padding-top: 20px;
}
@media (max-width: 767px) {
    .detail>h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .detail-info{
        padding: 0 20px 0 20px;
        text-indent: 16px;
    }
    .detail-time{
    	padding-right: 40px;
    }
}
.detail-item{
    padding-left: 20px;
    overflow: hidden;
}
.detail-li{
	float: left;
    line-height: 24px;
	width:48.99%;
}
.detail-li-xs1{
	width: 89%;
}


/* main */

.ewb-main {
    padding: 20px 25px 25px 25px;
    background: url(../images/main_bg.png) repeat;
}

@media(max-width: 1048px) {
    .ewb-main {
        padding: 10px 0 20px 0;
        overflow: hidden;
    }
}


/* location */

.ewb-location {
    height: 28px;
    line-height: 28px;
    padding-left: 34px;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    background: url(../images/location_icon.png) 2px center no-repeat;
}

.ewb-location a {
    color: #666;
}

.ewb-red {
    color: #c01a1b;
}


/* info */

.ewb-info {
    padding: 25px;
}

.ewb-info-tt {
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #004177;
    text-align: center;
}

.ewb-sources {
    line-height: 30px;
    font-size: 12px;
    color: #666;
    background: #f0f3f6;
    margin-top: 10px;
    text-align: center;
}

.ewb-font a {
    color: #666;
}

.ewb-sources span {
    margin-left: 20px;
}

.ewb-info-img {
    padding-top: 40px;
    text-align: center;
}

.ewb-info-img img {
    vertical-align: top;
}

.ewb-artical {
    padding: 10px 10px 5px 10px;
}

.ewb-info-copy {
    padding-bottom: 22px;
    line-height: 28px;
    font-size: 16px;
    font-family: "SimSun";
    border-bottom: 1px dashed #d8d8d8;
}

.ewb-info-copy p {
    text-indent: 2em;
    margin-top: 20px;
}

.ewb-foot-func {
    float: right;
    font-size: 14px;
    margin-right: 50px;
}

.ewb-foot-func a {
    color: #333;
}

/* .ewb-foot-func1 {
    background-image: url(../images/foot_func1.png);
}

.ewb-foot-func2 {
    background-image: url(../images/foot_func2.png);
} */

.ewb-jiucuo{
    vertical-align: top;
}


/* 附件 */

.ewb-fujian{
    line-height: 40px;
    font-size: 14px;
    float: left;
    padding-top: 15px;
}

.ewb-fujian a{
    padding-left: 32px;
    color: #333;
    margin-left: 35px;
    background: url(../images/fujian.png) left center no-repeat;
}

.ewb-fujian a.ewb-first{
    margin-left: 0;
}

.ewb-share{
    line-height: 14px;
    font-size: 12px;
    margin: 10px 0 20px 0;
}

.ewb-news-from{
    line-height: 26px;
    font-size: 14px;
    background: #fcfcfe;
}

.ewb-laiyuan{
    float: left;
}

.ewb-ml20{
    margin-left: 20px;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-sources span {
        margin-left: 10px;
    }

    .ewb-foot-func a,
    .ewb-fujian a{
        margin-left: 20px;
    }

}



