.pageny a {
    color: #6e6e6e;
    text-decoration: none;
}
.lujing {
    margin: 20px 0;
    font-size: 14px;
    color: #888;
}
.contentBox .grid-demo {
    background-color: #fff;
}
.contentBox .layui-nav-item{
    border-bottom: 1px solid #e8e8e8;
}
.contentBox .inside-left-up {
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background: linear-gradient(#ff7f42,#ff7f4257);
}
.contentBox .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #666666;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.contentBox .layui-nav-itemed>a{
    color: #2EAFBB!important;
}

.contentBox .layui-nav-tree .layui-nav-item a:hover {
    background-color: #fafafa;
    color: #ff7f42;
}

.contentBox .layui-nav {
    position: relative;
    padding: 0 20px;
    background-color: #fafafa;
    color: #2EAFBB;
}
.contentBox .layui-nav-tree .layui-nav-title a,.contentBox .layui-nav-tree .layui-nav-title a:hover {
    color: #666666!important;
}
.contentBox .left-nav .layui-nav-more {
    border-top-color: rgb(51, 51, 51);
}
.contentBox .left-nav .layui-nav-mored, .contentBox .layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #5d5a5a;
}
.contentBox .layui-nav-itemed>.layui-nav-child {
    background-color: #fafafa!important;
}
.contentBox .layui-nav-tree {
    width: 100%;
    padding: 0;
}
.contentBox .blockquoteBox {
    margin: 0 0 0 20px;
    padding-top: 15px;
    border-bottom: 1px solid #cfcfcf;
    background: #fafafa;
}
.contentBox .layui-elem-quote {
    border-left: 4px solid #ff7f42;
    line-height: 0px;
    padding: 15px;
}
.contentBox .textBox {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.contentBox .layui-nav-child dd{
    border-bottom: 1px #e2e2e2 solid;
}

.contentBox .layui-nav-tree .layui-this,.contentBox .layui-nav-tree .layui-this>a, .contentBox .layui-nav-tree .layui-this>a:hover {
    background-color: #fafafa;
    color: #ff7f42!important;
    border-left: 3px solid #ff7f42;
}
.contentBox .layui-nav-tree .layui-nav-item a {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.contentBox .layui-nav-tree .layui-nav-item{
    text-align: center;
}
/*合作单位查询*/
.titleBox {
    line-height: 100px;
    text-align: center;
    height: 100px;
    position: relative;
}
.titleBox span {
    font-size: 24px;
    color: #333333;
}

.searchBox {
    padding: 30px;
    padding-bottom: 50px;
    text-align: center;
}
.searchResult p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 2px;
    padding-top: 10px;
}

.btnBox .layui-btn{
    background-color: #ff7f42;
    color: #fff;
}

/*考生服务*/
.floating {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.floating .floating-title ,.floating-ercode .floating-ercode-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.floating .floating-title i {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../images/icon-floating-title.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.floating .floating-title span,.floating-ercode .floating-ercode-title span {
    font-size: 24px;
    color: #3e3e3e;
    font-weight: bold;
    letter-spacing: 2px;
}
.floating .floating-con {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
}
.floating .floating-con li {
    list-style: none;
    width: 100%;
    text-align: center;
    border: 1px solid #ff7f42;
    border-radius: 2px;
    font-size: 0;
    overflow: hidden;
}
.floating .floating-con li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    background-color: #ffffff;
    color: #ff7f42;
    font-size: 14px;
}
.floating .floating-con li a:hover {
    background-color: #ff7f42;
    color: #ffffff;
}

/*考生须知*/
.floating-ercode .floating-ercode-title i {
    width: 28px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../images/icon-ercode-title.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.floating-ercode img {
    padding: 4px;
    box-sizing: border-box;
}
.floating-ercode .floating-ercode-tip-2 {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block;
    padding: 0 4px;
    box-sizing: border-box;
    height: 22px;
    line-height: 22px;
}