/* 政务公开
tfx
2020-05-27 */

.detail-img {
    position: relative;
    width: 380px;
    height: 252px;
    margin: 15px 20px 0 13px;
    border: 1px solid #dae9f8;
}

.detail-img>img {
    position: absolute;
    display: block;
    width: 100%;
    top: -15px;
    right: 13px;
}

.detail-cont-hd {
    height: 30px;
    line-height: 30px;
}

.detail-cont-hd>span{
    font-size: 24px;
    color: #1661c9;
}
.detail-cont-hd>h1{
    position: relative;
    margin-top: 5px;
    margin-left: 115px;
    height: 20px;
}
.detail-cont-hd>h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    left: 0;
    bottom: -1px;
}

.jianjie
{
	padding-top:10px;
	line-height:25px
}


