
/*信息公开*/
.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%;
}