/* 政务公开
tfx
2020-05-27 */

.address {
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    color: #666;
    background: url("../images/icon_address1.png") 0 center no-repeat;
}

.address-gt {
    margin: 0 5px;
}

.address-now {
    color: #ff6600;
}

.detail-img {
    position: relative;
    width: 380px;
    height: 252px;
    margin: 15px 0 0 13px;
    border: 1px solid #dae9f8;
}

.detail-img>img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
}

.detail-cont {
    margin-left: 433px;
}

.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;
    border-bottom: 1px solid #eee;
}
.detail-cont-hd>h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    left: 0;
    bottom: -1px;
    background: url("../images/icon_head.png") center center no-repeat;
}
.detail-article{
    text-indent: 2em;
    line-height: 29px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
    height: 203px;
}
.check-detail{
    margin-top: 23px;
    text-align: right;
    padding-right: 46px;
}
.check-detail>a{
    position: relative;
    font-size: 15px;
    color: #1661c9;
    line-height: 24px;
}
.check-detail>a:before{
    content: '';
    position: absolute;
    right: -25px;
    top: 2px;
    width: 17px;
    height: 17px;
    background: url("../images/icon_detail.png") center center no-repeat;
}
.mechanism-ul{
    margin-top: 35px;
}
.mechanism-list{
    float: left;
    width: 380px;
    height: 100px;
    margin-left: 30px;
    background: center center no-repeat;
}
.mechanism-list:nth-child(1){
    margin-left: 0;
    background-image: url("../images/img_1.jpg");
}
.mechanism-list:nth-child(2){
    background-image: url("../images/img_2.jpg");
}
.mechanism-list:nth-child(3){
    background-image: url("../images/img_3.png");
}
/**.detail-cont>p{
	text-indent: 2em;
    line-height: 29px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
    height: 203px;
}8/
