.u-nav{
    display: block;
    width:1200px;
    height: 14px;
    font-size: 14px;
    color: #999;
    margin: 29px auto 20px;
}
.u-nav span{
    color: #0060ea;
}
.g-authority{
    width:1120px;
    margin: 16px auto 40px;
    min-height: 500px;
    padding: 51px 40px 54px;
    background-color: #fff;
    overflow: hidden;
}
.g-authority .u-tab{
    border-bottom:1px solid #0060ea;
    overflow: hidden;
}
.g-authority .u-tab a{
    float: left;
    width: 120px;
    height: 39px;
    font-size:16px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.g-authority .u-tab a.z-crt{
    background-color: #0060ea;
    color: #fff;
}
.g-authority .u-info{
    display: none;
}
.g-authority .u-info.z-crt{
    display: block;
}
.g-authority .u-info li{
    height: 112px;
    padding-top: 17px;
    border-bottom: 1px solid #dddd;
}
.g-authority .u-info li:hover .title{
    color: #0060ea;
}
.g-authority .u-info li p{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.g-authority .u-info li p img{
    display: none;
}
.g-authority .u-info li .title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.g-authority .u-info li .content{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    overflow: hidden;
}
.g-authority .empty-image {
    display: block;
    margin: 200px auto;
    height: auto;
    width: 300px;
}
.g-authority .u-info li .time{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 23px;
    color: #666;
    background: url("../images/authority_time.png") no-repeat center left;
    font-family: 'Helvetica Neue'
}


.bottom_page {
    text-align: center;
    margin-top: 50px;
}
.bottom_page #pager{
    display: inline-block;
    position: relative;
}
.bottom_page #pager .all-num{
    position: absolute;
    top:8px;
    left: -70px;
}
.bottom_page #pager .jump{
    position: absolute;
    top:0px;
    right: -108px;
    width: 100px;
    height: 32px;
    line-height: 32px;
}
.bottom_page #pager .jump input{
    display: inline-block;
    width: 40px;
    height: 30px;
    padding: 0 3px;
    background:none;
    outline:none;
    border:1px solid #ccc;
}
.bottom_page li {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    border: solid 1px #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    background-color: #f2f4fa;
}

.bottom_page li.active {
    background-color: #0060ea;
}

.bottom_page li.active a {
    color: #fff;
}

.bottom_page li a {
    list-style: none;
    text-decoration: none;
    color: #333;
}
