.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("/img/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;
}

/* 鏌ヨ椤甸潰 */
.inquery {
    width: 100%;
    padding: 120px 0;
    background-color: #13619f;
    margin-top: -20px;
    margin-bottom: -2px;
}

.banner01 {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;

}

.banner01 .pic {
    width: 740px;
    text-align: center;
    align-items: center;
}

.banner01 .pic img {
    max-width: 80%;
    height: auto;
    /* display: none; */
}

.banner01 dd {
    padding: 0;
}

.cx {
    width: 460px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 40px;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
}

.cx h1 {
    height: 70px;
    background-color: #f2f2f2;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    letter-spacing: 2px;
    font-weight: normal;
}

.cx ul li {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
    height: 45px;
    line-height: 45px;
}

.cx ul li dl dt {
    width: 100px;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666666;
}

.cx ul li dl dd {
    width: calc(100% - 100px);
    float: left;
    height: 45px;
    line-height: 45px;
}

.cx ul li:nth-child(3) dl dt {
    letter-spacing: 14px;
}

.cx ul li:nth-child(4) {
    text-align: center;
    color: #ff0000;
    margin-top: 0px;
    line-height: 80px;
    height: 80px;
}

.cx ul li:nth-child(5) {
    text-align: center;
    color: #ff0000;
    margin-top: 0px;
}

.bk {
    width: calc(100% - 12px);
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 10px;
    height: 45px;
    line-height: 45px;
}

.anniu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0e80e2;
    color: #FFFFFF;
    border: 0px;
    border-radius: 5px;
    font-size: 18px;
}

@media (max-width:900px) {
    .g-authority.inquerys {
        padding: 200px 40px 200px;
    }
}
/* 技能查询列表 */
.cxlist{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-height: 500px;
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
}
.cxlist a{
    padding: 12px 26px;
    background-color: #0e80e2;
    margin-right: 20px;
    border-radius: 5px;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}
.cxlist a:last-child{
    margin-right: 0;
}