.pageBanner{
    width: 100%;
    height: 290px;
    position: relative;
}
.pageBanner img{
    width: 100%;
    height: 100%;
}
.address{
    width: 1260px;
    margin: 10px auto;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.address a{
    font-size: 15px;
    color: #9eacc1;
}
.address .home{
    color: #58687f;
    background: url("../images/home.png") left center no-repeat;
    padding-left: 25px;
}
.address a:hover{
    color: #58687f;
}
.pageTitle{
    border-bottom: 1px solid #d7dde6;
    text-align: center;
    margin-bottom: 35px;
}
.pageTitle li{
    display: inline-block;
    margin: 0 20px;
    padding-bottom: 15px;
    font-size: 16px;
    cursor:pointer;
}
.pageTitle .on{
    border-bottom: 5px solid #3385ff;
    font-weight: bold;
    color: #3385ff;
}
.address span{
    font-size: 15px;
    color: #9eacc1;
}
.pageInfos{
    width: 1260px;
    margin: auto;
    background-color: #fff;
    padding:40px 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.pageBanner h1{
    position: absolute;
    width: 325px;
    height: 100px;
    top: 85px;
    background-color: rgba(255, 152, 0, 0.53);
    color: #fff;
    left: 50%;
    text-align: center;
    line-height: 100px;
    margin-left: -628px;
    box-shadow: 22px 25px 0px rgba(250, 250, 250, 0.64);
    letter-spacing: 13px;
    font-size: 36px;
}
.profileText{
    font-size: 16px;
    color: #8595ae;
    line-height: 35px;
    text-indent: 2em;
}

.newInfos{
    overflow: hidden;
}
.newInfos li{
    background-color: #eef4ff;
    margin-bottom: 15px;
    padding: 8px 10px;
    box-sizing: border-box;
    height: 90px;
    width: 48%;
    float: left;
    cursor: pointer;
}
.newInfos li:nth-child(even){
    margin-left: 4%;
}
.newInfos li .newInfosLf{
    width: 86px;
    float: left;
    text-align: center;
    background-color: #1c70ec;
    padding: 5px 10px;
    box-sizing: border-box;
}
.newInfos li .newInfosLf b{
    font-size: 30px;
    color: #FFCC80;
}
.newInfos li .newInfosLf p{
    font-size: 14px;
    border-top: 1px solid #FFCC80;
    padding-top: 3px;
    color: #FFCC80;
}
.newInfos li .newInfosRt{
    margin-left: 100px;
    height: 74px;
    line-height: 74px;
}
.newInfos li .newInfosRt h1{
    font-size: 15px;
    color: #708098;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newInfos li .newInfosRt h1:hover{
    color: #3385ff;
}
.newInfos.newZx li .newInfosLf {
    background-color:#335aff;
}
.infoPublicList h1{
    text-align: center;
    font-size: 22px;
    color: #70809a;
    margin-bottom: 15px;
}
.infoPublicList h2{
    text-align: left;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to bottom, #3385ff, #333eff);
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
}
.infoPublicList table, .pageContainer table {
    width: 100% !important;
    border: 1px solid #d2d5da !important;
    border-collapse: collapse !important;
    text-align: center;
    margin-bottom: 10px;
}
    .infoPublicList table tr th, .pageContainer table tr th {
        border: 1px solid #d2d5da !important;
        font-size: 15px !important;
        padding: 5px !important;
        box-sizing: border-box !important;
        background-color: #f0f2f8 !important;
        color: #595f73 !important;
    }
    .infoPublicList table tr td, .pageContainer table tr td {
        border: 1px solid #d2d5da !important;
        font-size: 15px !important;
        padding: 5px !important;
        box-sizing: border-box !important;
        color: #878c9c;
        font-family:"Microsoft YaHei"!important;
    }
    .infoPublicList table tr:hover td, .pageContainer table tr:hover td {
        background-color: #FFC107;
        color: #5e522e;
    }
.jobInfos li {
    background-color: #eef4ff;
    padding: 20px;
    padding-top: 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: url(../images/jobtip.png) no-repeat left top -3px #ffffff;
    box-shadow: 0 0 0 1px #cedfff, 0 0 0 10px #eef4ff;
    position: relative;
}
    .jobInfos li:hover {
        box-shadow: 0 0 0 1px #3385ff, 0 0 0 10px #eef4ff;
    }
    .jobInfos li h2 {
        font-size: 16px;
        color: #3385ff;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .jobInfos li h3 {
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 10px;
        color: #8a96aa;
    }
    .jobInfos li h4 {
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 10px;
        color: #8a96aa;
        width: 87%;
    }
    .jobInfos li h6 {
        text-align: right;
        position: absolute;
        bottom: 25px;
        right: 15px;
    }
        .jobInfos li h6 span {
            background-color: #eef4ff;
            color: #3385ff;
            padding: 10px 16px;
            border-radius: 25px;
            font-weight: normal;
            cursor: pointer;
            font-size: 15px;
        }
.jobInfos li h6 span:hover{
    color: #fff;
    background-color: #3385ff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #3385ff;
}
.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #3385ff!important;
}
.layui-laypage a:hover {
    color: #3385ff;
}

#DetialInfo b span, #DetialInfo b span font {
    color: #2f3948 !important;
    font-weight: bold;
    font-size: 20px !important;
    font-family: "Microsoft YaHei" !important;
}
#DetialInfo table tbody tr:first-child td {
    background-color: #f0f2f8 !important;
    color: #595f73 !important;
    font-size: 15px !important;
    font-family: "Microsoft YaHei" !important;
    font-weight: bold;
}
#demo table tbody tr:first-child td {
    background-color: #fff !important;
    font-weight: normal!important;
    color: #878c9c!important;
}
#demo table tbody tr:first-child:hover td {
    background-color: #FFC107 !important;
    color: #5e522e!important;
}
#DetialInfo table tbody tr td p span, #DetialInfo table tbody tr td p span font {
    color: #595f73 !important;
    font-size: 15px !important;
    font-family: "Microsoft YaHei" !important;
}
#DetialInfo table tbody tr td {
    padding: 5px !important;
    box-sizing: border-box !important;
}
#DetialInfo {
    word-break:break-all;
}
#DetialInfo table tbody tr:not(:first-child):hover td {
    background-color: #FFC107 !important;
    color: #5e522e !important;
}
.caseShow {
}
    .caseShow li {
        background-color: #eef4ff;
        padding: 30px 15px;
        box-sizing: border-box;
        position: relative;
        background: url(../images/case.png) right bottom no-repeat #eef4ff;
        background-size: auto 45%;
        padding-right: 150px;
        margin-bottom: 20px;
    }
        .caseShow li h2 {
            font-size: 15px;
            color: #0b5fde;
            font-weight: bold;
        }
        .caseShow li h4 {
            font-size: 14px;
            color: #8e9ebd;
            font-weight: normal;
            margin-top: 10px;
        }
        .caseShow li img {
            position: absolute;
            left: 15px;
            top: -15px;
            height: 40px;
        }
.caseShow li:hover {
    background-color: #ffffff;
    border: 1px solid #caddf8;
    box-sizing: border-box;
    box-shadow: 0 0 20px #90bcff inset;
}
.detailsWrap {
    width: 1260px;
    margin: auto;
    min-height: 200px;
    border: 1px solid #dde2dd;
    box-sizing: border-box;
    padding: 60px 50px;
    margin-top: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}

    .detailsWrap h5 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 55px;
    }

    .detailsWrap .sum {
        text-align: center;
        border-bottom: 1px solid #dbe4db;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }

        .detailsWrap .sum span {
            font-size: 14px;
            color: #a3b0c3;
            margin: 0 10px;
        }

    .detailsWrap .textDetails {
        line-height: 38px;
        font-size: 16px;
        color: #454F5E;
    }

        .detailsWrap .textDetails p {
            text-indent: 2em;
        }

        .detailsWrap .textDetails img {
            width: 700px;
            height: auto;
            margin: 15px auto;
            display: block;
        }
.linkList {
    margin: 25px 0px;
    font-size: 15px;
    color: #333;
}
    .linkList span {
        font-size: 16px;
        font-weight: bold;
        color: #747f90;
        letter-spacing: 3px;
    }
#DetailInfo table{
width:100%;
}