@font-face {
    font-family: "pfm";
    src: url('../../fonts/PingFang Medium.otf');
}

@font-face {
    font-family: "pfsb";
    src: url('../../fonts/PingFang-SC-Semibold.otf');
}
.content{
    margin-bottom: 0;
}
.grid.p1{
    padding-bottom: 60px;
}
.top-banner{
    background: url('../images/zcwjk/top_banner.png') center center no-repeat;
    height: 237px;
    background-size: cover;
    padding-top: 85px;
}
.top-banner img{
    display: block;
    margin: 0 auto;
}
.grid .container-fulid {
    height: auto;
    padding-bottom: 30px;
}
#example_wrapper{
    width: 1340px;
    margin-bottom: 40px;
}
.search-part{
    background: #edf6ff;
    height: 100px;
    padding-top: 25px;
}
.form-inline .form-group{
    width: 850px;
    margin: 0 auto;
    display: block;
    height: 55px;
    border: 1px solid #c6e4ff;
    padding: 0;
    position: relative;

}
.form-inline .form-group select{
    height: 100%;
    width: 140px;
    border: none;
    font-size: 18px;
    color: #3F3F3F;
    padding: 0 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/zcwjk/icon_to_bottom.png") right 25px center no-repeat;
    background-color: #fff;
    cursor: pointer;
    border-right: none;
    border-radius: 0;
    float: left;
}
.form-inline .form-group input{
    width: calc(100% - 140px - 120px);
    height: 100%;
    border: none;
    border-left: none;
    position: relative;
    left: -2px;
    top: 0;
    border-radius: 0;
    padding-left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
}
.form-inline .form-group::before{
    content: '';
    position: absolute;
    left: 140px;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background: #c6e4ff;
    z-index: 99;
}
.form-inline .form-group button{
    width: 120px;
    height: 100%;
    background: #1f68ba;
    border-radius: 4px;
    margin-right: 0;
    float: left;
    border: none;
    font-size: 20px;
}
.form-inline .form-group button i{
    display: inline-block;
    background: url("../images/zcwjk/icon_search.png") center center no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.form-inline .form-group button:hover i{
    transform: rotateY(360deg);
    transition: 1s;
}
hr{
    border-top: none;
}
.grid h3{
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.grid h3::before{
    content: '';
    left: 0;
    background: url("../images/zcwjk/h3_before.png") center center no-repeat;
    width: 12px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.grid .dataTables_wrapper .dataTables_info {
    padding-top: 12px;
    float: right;
    padding-right: 110px;
}
#example_wrapper .row .col-sm-2 {
    position: absolute;
    bottom: -8px;
    left: 40%;
    margin-left: -119px;
    z-index: 8;
}
.dataTables_wrapper .dataTables_length{
    padding: 0;
}
.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
}
.dataTables_length label {
    font-size: 16px;
    color: #333;
}
label {
    line-height: 31px;
    display: inline-block;
}
.dataTables_wrapper .dataTables_length select {
    position: relative;
    z-index: 1;
    height: 40px;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #dedede;
}
.dataTables_wrapper .dataTables_paginate{
    float: left !important;
}
.grid .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #dedede;
    margin-right: 3px;
    position: relative;
    z-index: 1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #1f68ba !important;
    color: #fff;
}
.grid .paginate_button:hover{
    background-color: #1f68ba !important;
}
table.display th, table.display td {
    white-space: normal !important;
    word-break: break-word;
}
#employeeButtonId {
    text-align: right;
    position: static;
}
#jumpTo {
    width: auto;
    position: absolute;
    bottom: -10px;
    right: 185px;
    z-index: 1;
    color: #333333;
    font-size: 16px;
}
#jumpToPage{
    width: 60px;
    height: 40px;
    border: 1px solid #dedede;
    padding: 0;
    text-align: center;
    color: #333333;
    font-size: 16px;
}


#jumpTo button {
    width: 50px;
    height: 40px;
    border: 1px solid #dedede;
    color: #333333;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    background: #FFFFFF;
    border-radius: 4px;
}
#jumpTo button:hover{
    background: #1f68ba;
    color: #ffffff;
}
.dataTables_wrapper .dataTables_scroll{
    margin-bottom: 30px !important;
}
.grid table.display thead th{
    color: #333333 ;
    font-size: 18px;
    font-family: "pfsm";
    background: #e5f2fe;
}
.grid table.dataTable thead th, .grid table.dataTable thead td{
    padding: 14px 18px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #ffffff !important;
}
table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: #f2f9ff !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px !important;
    font-family: "pfm";
    font-size: 16px;
    line-height: 28px;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover{
    background: #1f68ba !important;
    border: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
    outline-offset: 0;
}
.pics-list{
    margin-bottom: 30px;
}
.pics-list .col-md-6{
    margin-bottom: 20px;
}
.pics-list img{
    display: block;
    width: 100%;
}
.pics-list .col-md-6 a{
    display: block;
    overflow: hidden;
}
.pics-list img:hover{
    transform: scale3d(1.03, 1.03, 1);
    transition: .3s;
}
.text-list .scroll{
    position: relative;
    margin: 0 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.swiper-slide{
    padding: 20px;
    position: relative;
    padding-bottom: 70px;
}
.swiper-slide+.swiper-slide{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.swiper-slide p:first-child{
    font-size: 19px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.swiper-slide p:first-child a{
    color: #1f68ba;
}
.swiper-slide p:nth-child(2){
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
.swiper-slide .date{
    font-size: 16px;
    color: #757575;
    position: absolute;
    right: 20px;
    bottom: 0px;
}
.text-list{
    position: relative;
}
.text-list-prev, .text-list-next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.text-list-prev {
    left: 0px;
    background: url("../images/zcwjk/text_list_prev.png") center center no-repeat;

}
.text-list-next{
    right: 0px;
    background: url("../images/zcwjk/text_list_next.png") center center no-repeat;
}
@media (max-width: 1400px) {
    #jumpTo,#example_wrapper .row .col-sm-2 {
        display: none;
    }
    .grid .dataTables_wrapper .dataTables_info {
        padding-right: 0;
    }
    .grid .container-fulid{
        overflow-x: scroll;

    }
}
@media (max-width: 1200px) {
    .content{
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .form-inline .form-group{
        width: 90%;
    }

}
@media (max-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .grid .col-sm-5 {
        width: 41.66666667%;
    }
    .grid .col-sm-7 {
        width: 58.33333333%;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0 !important;
    }
}
@media (max-width: 480px) {
    .top-banner{
        height: 150px;
        padding-top: 50px;
    }
    .top-banner img{
        width: 60%;
    }
    .form-inline .form-group select{
        display: none;
    }
    .form-inline .form-group input{
        width: calc(100% - 100px);
    }
    .form-inline .form-group button{
        width: 100px;
    }
    .form-inline .form-group::before{
        display: none;
    }
    .grid h3{
        font-size: 26px;
        margin-bottom: 15px;
    }
}