﻿/*52_信息公开法定主动公开内容-履职依据*/

/*hack
.zfxxgk .right-content{
	width: 894px;
}
.left-nav-title{
	height:72px
}
End hack*/
.xlc-right-content{
	float: right;
	width: 852px;
}
.xl-clear{clear: both;}
.xl-fll{float: left;}
.xl-flr{float: right;}
.xl-right-search {
	background: #fff;
	border: 1px solid #ddd;
	height: 40px;
	position: relative;
}
.xl-right-content {
	margin-top: 20px;
	margin-bottom: 30px;
    min-height: 600px;
    background: #fff;
    border: 1px solid #ddd;
}
.xl-search-sel{
	float: left;
	width: 16%;
    height: 38px;
    line-height: 38px;
    border: none;
	padding-left: 10px;
	text-align: center;
    text-align-last: center;
}
.xl-search-kw{
	float: left;
	width: 70%;
    height: 37px;
	line-height: 37px;
	border: none;
	padding-left: 30px;
}
.xl-search-btn{
	width: 39px;
	height: 39px;
	border: none;
	float: right;
	background: url(xl-search-btn.png);
	position: absolute;
	right: 0;
	top: 0;
}
.xl-pub-title{
	height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
	margin-top: 10px;
	box-sizing: border-box;
}
    .xl-pub-title.fake-tab {
        display: inline-block;
        vertical-align: top;
        border: 0;
    }

        .xl-pub-title.fake-tab.unselected span, .xl-pub-title.fake-tab.unselected a {
            display: inline-block;
            background-color: #eaeaea;
            color: #2d66a5;
        }

.gray-line {
    border-top: 1px solid #eaeaea;
}

    .xl-pub-title > a,
    .xl-pub-title > span {
        height: 40px;
        padding: 0 22px;
        background: #2d66a5;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        float: left;
    }
.xl-r-list{
	list-style: none;
	margin-top: 24px;
	margin-bottom: 30px;
}
.xl-r-list>li{
    overflow-x: hidden;
    font-size: 14px;
    color: #000;
	margin: 11px 32px 0 19px;
}
.xl-r-list>li>a{
	color:#000;
}
.xl-r-list>li>span{
	float: right;
	color: #999;
}


/*51_机关简介*/
.xl-ld-tlt{
	/*color: #069BE5;*/
    color: #155c93;
	margin: 20px;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	background: url(xl-ld-bg.png) no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	font-size: 16px;
}
.xl-ld-list{
	list-style: none;
	margin-top: 24px;
	margin-bottom: 30px;
	text-align: center;
	padding-left: 30px;
}
.xl-ld-list>li{
    font-size: 14px;
	margin: 20px 40px 20px 40px;
	float: left;
}
.xl-ld-list>li.xl-fnone{
	float: none;
}
.xl-ld-list>li>a{
	color:#000;
	text-align: center;
}
.xl-ld-list>li>a>img{
	width:110px
}
.xl-ld-list>li>a>p{
	display: block;
}

.xl-content{
	/*width: 93%;*/
    margin: 20px auto;
    font-size: 14px;
    color: #000;
	margin-bottom: 30px;
}
.xl-cont-rd{
	float: right;
	color: #9B9B9B;
}

/*28_信息公开页*/
.xl-r2-list{
	margin-top: 24px;
	list-style: none;
}
.xl-r2-list>li{
    height: 75px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    margin: 11px 32px 0 19px;
    border-bottom: 1px dashed #d5d5d5;
}
.xl-r2-list>li>a {
    font-size:18px;
	height: 36px;
	line-height: 36px;
	width: 100%;
	color: #333;
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xl-r2-list>li>a:visited {
    text-decoration: none;
}
.xl-ove{
	overflow: hidden;
}
.xl-r2li-s1,
.xl-r2li-s2,
.xl-r2li-s3{
	font-size:12px;
	color: #888;
    line-height: 26px;
	overflow-x:hidden
}
.xl-r2li-s1{
	width:40%;
}
.xl-r2li-s2{
	width:35%;
}
.xl-r2li-s3{
	width:24%;
	float:right;
	text-align:right
}


@media screen and (max-device-width: 768px) {
    .xl-ld-list > li {
        float:unset;
    }
    .xl-r-list>li {
	    font-size: 0.24rem;
	    margin: 0.22rem 0.4rem 0 0.4rem;
	}
    .xl-r-list > li > a {
        max-width: 4.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xlc-right-content {
        width: 100%;
        padding: 0.2rem 0.3rem;
        border: none;
        box-sizing: border-box;
    }
	.xl-search-sel{
		width: 18%;
	    padding-left: 0;
	    color: #155c93;
	}
	.xl-search-sel option {
	    color: #000;
	}
	.xl-search-kw {
		position: absolute;
		left: 18%;
		top: 2px;
		height: 36px;
		line-height: 36px;
	}
	.xl-right-content {
	    min-height: auto;
	    margin-bottom: 0.3rem;
	}
	.xl-search-btn {
	    position: absolute;
	    right: 0;
	    top: -1px;
	}
	.xl-right-search {
	    position: relative;
	}

	/*28_信息公开页*/
	.xl-r2-list>li{
		height: 1.8rem;
		font-size: 0.24rem;
	}
	.xl-r2-list>li>a {
	    font-size: 0.3rem;
	    height: 0.62rem;
	    line-height: 0.62rem;
	}
	.xl-r2li-s1,
	.xl-r2li-s2,
	.xl-r2li-s3{
		width: 98%;
		height: 0.3rem;
		line-height: 0.3rem;
		float:left;
		text-align:left;
	    font-size: 0.22rem;
	}
	.xl-r2-list>li>div>span.xl-fll,
	.xl-r2-list>li>div>span.xl-flr{
		float: left;
	}
	/*51*/
	.xl-ld-list>li{
		margin-left:0.5rem;
		margin-right:0.5rem
	}

}