.content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.breadcrumb {
	height: 44px;
    line-height: 42px;
    padding-left: 20px;
    display: block;
    float: left;
    text-align: right;
    padding: 0 10px;
    padding-left: 20px;
    background-image: url(../../images/cp_new/breadcrumb.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.search{
    background: #f2f2f2;
    float: right;
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
}
.search input{
    width: 167px;
    overflow: hidden;
    height: 30px;
    padding: 0 0 0 10px;
    color: #999;
    background: #f2f2f2;
    float: left;
    margin-top: 2px;
}
.search i{
    width: 17px;
    height: 21px;
    background: url("../../images/cp_new/search_03.png") no-repeat center;
    cursor: pointer;
    display: block;
    float: left;
    padding: 6px 10px;
}
.breadcrumb a:hover {
	color: #068fcd;
	font-weight: bold;
}

.content-l {
    width: 20%;
    float: left;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
}

.content-l .left-top {
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    padding-left: 42px;
    background-color: #068FCD;
    color: #fff;
    position: relative;
}
.content-l .left-top i{
    display: block;
    border-right: 5px solid #FFFFFF;
    border-left: 5px solid #068FCD;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #068FCD;
    position: absolute;
    top: 16px;
    left: 20px;
}
.content-l ul {
    width: 100%;
    margin: 0 auto;
    float: left;
}


.content-l ul li em{
	float: right;
	display: none;
	margin-right:10px;
}
.content-l ul li a{
	color: #333333;
	cursor: pointer;
}
.content-l ul li a.show{
	color: #068fcd;
}
.content-l ul li a.show em{
	display: inline-block;
}
.content-l ul li a:hover, .content-l ul li a:hover{
    display: block;
    color: #068FCD;
}
.content-l ul li:hover em{
	display: inline-block;
}
.ztr li a.curSelectedNode span{
	color:#068FCD;
}
.content-r {
	width: 78%;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
}

.content-r .right-top {
	height:44px;
	line-height: 44px;
	margin: 0 4px;
	border-bottom: 1px solid #e9e9e9;
}

.content-r .right-top span {
	font-size: 14px;
	font-weight: 700;
	color: #068fcd;
	padding: 0 10px;
	display: inline-block;
	border-bottom: 2px solid #068fcd;
	display: none;
}


.footer {
	margin-top: 20px;
	background-color: #FFFFFF;
	float: left;
	
}



/*分页*/
.center-bot {
    font-size: 13px;
    color: #068fcd;
    padding: 0 20px;
    position: relative;
    height: 30px;
    margin-top: 20px;
}

.center-bot span {
	position: absolute;
	left: 20px;
	top: 0;
}

.center-bot .page_con {
    text-align: center;
}

.center-bot .btn {
	position: absolute;
	right: 20px;
	top: 0;
	width: 15%;
}

.center-bot .btn input {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background: #f0f0f0;
	text-align: center;
}

.center-bot .btn a {
	color: #068fcd;
	margin-left: 10px;
}

.page a {
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
	padding: 2px 8px;
	color: #333;
	border: 1px solid #ccc;
	margin: 0 8px;
}

.page a:hover,
.page a.on {
	background: #068fcd;
	color: #fff;
}

.page a.unclick,
.page a.unclick:hover {
	background: none;
	border: 1px solid #eee;
	color: #999;
	cursor: default;
}
.ztr>li>span {
    width: 15px;
    float: left;
    height: 50px;
    display: inline-block;
    background: url("../../images/cp_new/zsfy_icon_19.png") no-repeat 3px center;
    -webkit-background-size: 3%;
    background-size: 46%;
}