html {
    background: #ffffff;
    height: 100%;
    background: linear-gradient(180deg, #0043BE 0%, #FFFFFF 100%) #ffffff;
    background-size: 100% 700px;
    background-repeat: no-repeat;
    min-width: 1200px;
    min-width: 1388px;
}

.page {

}

/*.top-container {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background: url("../images/index-topbg.png") no-repeat center;
    background-size: 100% 500px;

}*/

.top-bar {
    margin: 0 auto;
    background-color: #ffffff;
    min-width: 1200px;
}

.top-bar .welcome {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    padding: 10px 0;
}

.top-box {
    padding-top: 30px;
    color: #fff;
}

.index-nav {
    margin-top: 13px;
}

.logo-box {
    padding-top: 4px;

}

.logo-box .logo {
    display: block;
    /*width: 274px;*/
    width: auto;
    height: 37px;
    height: 54px;
}

.idea-box .idea {
    display: block;
    width: auto;
    height: 50px;
}

.logo-box .logo-title {
    font-size: 18px;
}

.logo-box .logo-en {
    font-size: 8px;
}


.login-link {
    float: left;
    color: #666666;
    padding: 10px 16px 10px 20px;
    font-size: 14px;
    cursor: pointer;
    /*line-height: 20px;*/
    position: relative;
}

.login-link:hover {
    color: #005BEE;
    /*font-weight: bold;*/
}

.login-link.login:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background-color: #F0EFF2;
    left: 0;
    top: 12px;
    position: absolute;

}

/*.login-link.login {
    background: url("../images/icon-login.png") no-repeat center left;
    margin-left: 8px;

}

.login-link.register {
    background: url("../images/icon-register.png") no-repeat center left;

}*/

.moto-ch {
    height: 65px;
    font-size: 46px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 65px;
    text-shadow: 0px 2px 34px rgba(0, 0, 0, 0.1);
}

.moto-en {
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    text-shadow: 0px 2px 34px rgba(0, 0, 0, 0.1);
}

.top-news-container {
    width: 400px;
    height: 250px;
    background: rgba(28, 67, 171, 0.7);
    border-radius: 6px;
    color: #fff;
}

.top-news-container .layui-tab-title .layui-this {
    color: #fff;
    position: relative;
}

.top-news-container .layui-tab-title .layui-this:after {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    background: #fff;
    top: auto;
    bottom: 0;
    left: 50%;

    transform: translateX(-50%);
    /*border:none;*/
    border-width: 0;
    border-radius: 0;
}

.top-news-container .layui-tab-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-news-container .layui-tab-content {
    padding: 10px 22px 26px;
}

.top-news-container .cont_item {
    /*padding: 0;*/
    margin-top: 12px;
    display: block;
    color: #fff;
    line-height: 30px;
    /*padding-left: 40px;*/
    /*padding-left: 10px;*/
    font-size: 14px;
    /*background: url("../images/hot.png") no-repeat left center;*/


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    transition: all ease 0.2s;
}

.top-news-container .cont_item .item_unit {
    max-width: 298px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.top-news-container .cont_item .hot {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    overflow: hidden;

    transition: all ease 0.2s;
    margin-right: 16px;
}

.top-news-container .cont_item .hot img {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 8px;
    object-fit: contain;

    transition: all ease 0.3s;
}

.top-news-container .cont_item:hover .hot img {
    transform: scale(1.08);
}

.top-news-container .cont_item:hover {
    color: #fff;
    font-weight: bold;
}

.mt20 {
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px;
}

.border-e6 {
    border: 1px solid #E6E6E6;
}

.index-main-container {
    background: #fff;
    position: relative;

}

.right-main-container {
    /*width: 1030px;*/
    width: 1200px;
    /*margin-right: 15px;*/
    min-height: 500px;
}

.right-main-container .container {
    /*border-bottom: 10px solid #F8F9FA;*/
    padding-bottom: 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.right-main-container .container .title-img {
    width: 314px;
    height: 60px;
    display: block;
    object-fit: cover;
    margin: 20px auto;
}

.right-main-container .container .common-title {
    height: 28px;
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    line-height: 28px;
}

.right-main-container .container .more {
    width: 119px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #005BEE;
    font-size: 18px;
    font-weight: 500;
    color: #005BEE;
    text-align: center;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all ease 0.2s;
    display: block;
}

.right-main-container .container .more:hover {
    font-weight: bold;
}

.right-main-container .container .title-more {
    width: 60px;
    height: 24px;
    border-radius: 18px;
    border: 1px solid #005BEE;

    font-size: 14px;
    font-weight: 500;
    color: #005BEE;
    line-height: 24px;
    text-align: center;

    cursor: pointer;

    transition: all ease 0.2s;

}

.right-main-container .container .title-more:hover {
    font-weight: bold;
}


/*通知*/
.notice-box {
    width: 1170px;
    height: 38px;
    background: #F6F8FB;
    border-radius: 4px;
    margin: 15px 0 0 10px;

    font-size: 15px;
    font-weight: 500;
    color: #111111;
    line-height: 38px;
}

.notice-box .icon-notice {
    width: 34px;
    height: 34px;
    display: block;
    margin: 2px 4px 0 10px;
}

.scroll-txt-content {
    width: 1100px;
    overflow: hidden;
    /*margin-left: 10px;*/
    position: relative;
}

.notice-box .split-line {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #A4B0C6;
    margin-top: 13px;
    margin-right: 10px;
}

.scroll-txt-content .txt {
    white-space: nowrap;
}

/*服务机构图片*/
.index-organization-box {
    width: 210px;
    height: 290px;
    overflow: hidden;
    display: block;
    cursor: pointer;

    position: relative;

}

.index-organization-box img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 0.3s;
}

.index-organization-box:hover img {
    transform: scale(1.06);
}

.index-organization-box .txt {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    position: absolute;
    top: 103px;
    left: 50%;
    transform: translateX(-50%);
}

.data-box {
    margin-top: 15px;
}

.data-item {
    width: 190px;
    height: 100px;
    /*border: 1px solid #005BEE;*/
    border-radius: 2px;
    background: url("../images/data-bg.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 16px;
}

.data-item:last-child {
    /*margin-right: 0px;*/
}

.data-item .data-num {
    /*width: 74px;*/
    height: 59px;
    font-size: 42px;
    font-weight: 800;
    /*color: #005BEE;*/
    line-height: 59px;
    text-align: center;
    margin-top: 11px;
    font-size: 0;

}

.data-item .bigNum {
    /*width: 74px;*/
    height: 59px;
    font-size: 42px;
    font-weight: 800;
    /*color: #005BEE;*/
    line-height: 59px;

}

.data-item .dw {
    font-weight: 800;
    font-size: 14px;

}

.data-item {

}

.color-active {
    color: #005BEE;
}

.color111 {
    color: #111111;
}

.font16 {
    font-size: 16px;
}

.color999 {
    color: #999999;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}


/*搜索框*/
.search_main {
    width: 920px;
    height: 36px;
    background: #ffffff;
    /*border: 1px solid #005BEE;*/
    border-radius: 4px;
    overflow: hidden;
}

.search_main .style_sel {
    float: left;
    width: 92px;
    height: 36px;
    position: relative;
}

.search_main .style_sel:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #999999;
    top: 12px;
    right: 0;
    display: block;
}

.style_sel .search_style {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    height: 36px;
    text-align: center;
    border: none;
    background: #f6f6f6;
    /* padding-left: 12px; */
    padding-left: 6px;

    background: transparent;
    color: #005BEE;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.search_main .search_inp {
    display: block;
    float: left;
    width: 452px;
    height: 36px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-left: 16px;
    background: #FFFFFF;
    border: none;
}


.search_main .search_btn {
    font-size: 16px;
    position: relative;
    background: #005BEE;
    color: #fff;
    line-height: 36px;
    width: 80px;
    border: none;
    cursor: pointer;

}

.search_tag {
    line-height: 22px;
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 8px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}


.layui-btn {
    height: 58px;
    width: 92px;
    left: 58px;
    padding: 0;
    color: #005BEE;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}

.layui-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #005BEE;
}

.layui-btn .layui-icon {
    font-size: 12px;
    color: #999;
}

/*搜索右侧客服专区*/
.kefu-area {
    width: 240px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;

    font-size: 14px;
    font-weight: 500;
    color: #111111;
    line-height: 36px;
}

.icon18 {
    display: block;
    width: 18px;
    height: 18px;
    margin: 9px 10px 0 25px;
}

/*右侧 热门服务，热点资讯*/
.service-item {
    display: block;
    width: 48px;
    float: left;
    margin-right: 56px;
    margin-top: 10px;
}

.service-item img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: all ease 0.3s;
}

.service-item:hover img {
    transform: scale(1.08);
}

.service-item .text {
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    margin-top: 8px;
}


/*服务专区*/
.service-area-box {
    padding: 0 12px;
    position: absolute;

    left: -92px;
    top: 0;

    width: 80px;
    height: 562px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;


}

.service-area-title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 17px;

    border-bottom: 1px solid #979797;
}

.service-area-item {
    padding-top: 15px;
    padding-bottom: 13px;
    display: block;
}

.service-area-item .text {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    margin-top: 8px;
    transition: all ease 0.2s;
    text-align: center;
}

.service-area-item img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: cover;
    transition: all ease 0.3s;
    margin: 0 auto;
}

.service-area-item:hover img {
    transform: scale(1.08);
}

.service-area-item:hover .text {
    color: #005BEE;
}


.swiper-container.main-swiper {
    width: 1160px;
    height: 142px;
}

/*.swiper-container.main-swiper .swiper-slide{
    margin-left: 10px;
}
.swiper-container.main-swiper .swiper-slide:nth-child(1){
    margin-left: 0px;
}*/

.swiper-img-box {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;

}

.swiper-img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #0086B3;
    margin: 0 5px;
    opacity: 0.8;
    /*border: 1px solid #fff;*/
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}


.notice-container.layui-tab {
    margin: 0;
}

.notice-container .layui-tab-title .layui-this {
    /*color: #fff;*/
    position: relative;
}

.notice-container .layui-tab-title .layui-this:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #005BEE;
    top: auto;
    bottom: 0;
    left: 50%;

    transform: translateX(-50%);
    border-width: 0;
    border-radius: 0;
}


.notice-container .layui-tab-title {
    border-bottom: 1px solid #d8d8d8;


}

.notice-container .layui-tab-title li {
    font-size: 20px;
    font-weight: 800;
    color: #323232;
    line-height: 40px;
    /*padding-bottom: 8px;*/
    position: relative;
    padding: 0;
    margin-right: 30px;
}

.notice-container .layui-tab-content {
    padding: 10px 0px 0px;
}

.notice-container .notice-item {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #d8d8d8;
    margin-right: 47px;

}

.notice-container .notice-item:last-child {
    padding: 12px 0 0;
    border-bottom: none;

}

.notice-container .notice-item .title {
    width: 288px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    box-sizing: content-box;

    padding-bottom: 6px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    transition: all ease 0.2s;
}

.notice-container .notice-item:hover .title {
    color: #276fb4;
    font-weight: bold;
}

.notice-container .notice-item .time {
    height: 17px;
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 17px;
    text-align: right;
    /*padding-right: 15px;*/
}


/*政策服务*/
.new-zc-container .zc-item {
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px dashed #979797;*/
    /*margin-left: 11px;*/
}

.new-zc-container .zc-item .title {
    width: 392px;
    height: 20px;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    transition: all ease 0.2s;
}

.new-zc-container .zc-item:hover .title {
    color: #276fb4;
}

.new-zc-container .zc-item .desc {
    /*width: 168px;*/
    height: 20px;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #999999;
    line-height: 20px;

    max-width: 400px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-zc-container .zc-item .time {
    /*width: 127px;*/
    height: 20px;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #999999;
    line-height: 20px;
}


/*政策专区*/
.zc-container {
 width: 540px;
}

.zck-box {
    /*margin-top: 22px;*/
    padding-left: 24px;
    width: 260px;
    height: 140px;
    background: url("../images/service-zck.png") no-repeat center;
    background-size: 260px 140px;
    /*border: 1px solid transparent;*/
}

.zcsb-box {
    padding-left: 24px;
    width: 260px;
    height: 140px;
    background: url("../images/service-zcsb.png") no-repeat center;
    background-size: 260px 140px;
    /*border: 1px solid transparent;*/

}

.zc-container .zc-img {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    display: block;
    object-fit: contain;
    margin: 28px auto 0;
    transition: all ease 0.3s;
}


.zc-container .title {
    font-size: 18px;
    font-weight: bold;
    color: #005BEE;
    line-height: 24px;
    padding-top: 18px;
    max-width: 220px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zc-container .desc {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #005BEE;
    line-height: 20px;
    float: none;
    max-width: 320px;
    margin: 6px auto 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zc-container .btn {
    display: block;
    /*margin: 20px auto 0;*/
    margin-top: 22px;
    width: 99px;
    height: 34px;
    line-height: 34px;
    background: #005BEE;
    border-radius: 4px;
    text-align: center;


    font-size: 14px;
    font-weight: bold;
    color: #fff;

    transition: all ease 0.2s;
}

.zcsb-box:hover .btn, .zck-box:hover .btn {
    transform: scale(1.04);
}

/*服务机构*/
.organization-item {
    width: 240px;
    height: 140px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);*/

    border: 1px solid #E6E6E6;
    /*border-radius: 4px;*/
    float: left;
    margin-left: 10px;
    cursor: pointer;
    display: block;
    transition: all ease 0.3s;

}

.organization-item:nth-child(4), .organization-item:nth-child(5),
.organization-item:nth-child(6) {
    margin-top: 10px;
}

.organization-item .img-organization-box {
    /*width: 162px;*/
    /*height: 44px;*/
    background: #FFFFFF;
    display: block;
    margin: 0px auto 0;
    padding: 15px 0 13px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

.organization-item .img-organization {
    width: 129px;
    height: 44px;
    background: #FFFFFF;
    display: block;
    object-fit: contain;
    transition: all ease 0.3s;
    margin: 0 auto;
}

.organization-item:hover {
    /*transform: scale(1.05);*/


    transform: translateY(-4px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}


.organization-item .title {
    text-align: center;
    /*height: 25px;*/
    width: 88px;
    font-size: 21px;
    font-weight: 600;
    color: #005BEE;
    line-height: 30px;
    padding-top: 15px;
    max-width: 200px;

    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization-item .desc {
    text-align: center;
    width: 210px;
    /*height: 22px;*/
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    line-height: 20px;
    max-width: 200px;
    margin: 8px auto 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization-item .detail {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #005BEE;
    line-height: 20px;
    text-align: center;
    margin-top: 7px;
    transition: all ease 0.2s;
}

.organization-item:hover .detail {
    font-weight: bold;
}

.organization-item:hover .tel {
    font-weight: bold;
}
/*服务机构new*/
.organization-item-new {
    width: 224px;
    height: 130px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);*/

    border: 1px solid #E6E6E6;
    /*border-radius: 4px;*/
    float: left;
    margin-left: 10px;
    cursor: pointer;
    display: block;
    transition: all ease 0.3s;
    margin-top: 10px;
}


/*.organization-item-new:nth-child(5), .organization-item-new:nth-child(6),
.organization-item-new:nth-child(7), .organization-item-new:nth-child(8) {
    margin-top: 10px;
}*/


.organization-ite-new .img-organization-box {
    /*width: 162px;*/
    /*height: 44px;*/
    background: #FFFFFF;
    display: block;
    margin: 0px auto 0;
    padding: 15px 0 13px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

.organization-item-new .img-organization {
    width: 129px;
    height: 44px;
    background: #FFFFFF;
    display: block;
    object-fit: contain;
    transition: all ease 0.3s;
    margin: 0 auto;
}

.organization-item-new:hover {
    /*transform: scale(1.05);*/


    transform: translateY(-4px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}


.organization-item-new .title {
    text-align: center;
    /*height: 25px;*/
    width: 88px;
    font-size: 21px;
    font-weight: 600;
    color: #005BEE;
    line-height: 30px;
    padding-top: 15px;
    max-width: 200px;

    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization-item-new .desc {
    text-align: center;
    width: 210px;
    /*height: 22px;*/
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    line-height: 20px;
    max-width: 200px;
    margin: 8px auto 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization-item-new .detail {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #005BEE;
    line-height: 20px;
    text-align: center;
    margin-top: 7px;
    transition: all ease 0.2s;
}

.organization-item-new:hover .detail {
    font-weight: bold;
}

.organization-item-new:hover .tel {
    font-weight: bold;
}

/*机构排行*/
.ranking-box {
    width: 210px;
}

.ranking-box .row {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    line-height: 44px;

    width: 210px;
    height: 44px;
    background: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;

}

.ranking-box .row .cell {
    width: 50%;
    text-align: center;
    display: block;
}

.ranking-box .ranking-img {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
    margin: 8px auto 0;
}

.ranking-box .rank-img-organization {
    display: block;
    height: 36px;
    width: auto;
    max-width: 86px;
    margin: 4px auto 0;
    object-fit: contain;
    transition: all ease 0.3s;
}

.ranking-box .row:hover .rank-img-organization {
    transform: scale(1.08);
}

/*融资服务*/

.rz-container.layui-tab {
    margin: 0;
}

.rz-container .layui-tab-title .layui-this {
    /*color: #fff;*/
    position: relative;
}

.rz-container .layui-tab-title .layui-this:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #005BEE;
    top: auto;
    bottom: 0;
    left: 50%;

    transform: translateX(-50%);
    border-width: 0;
    border-radius: 0;
}


.rz-container .layui-tab-title {
    border-bottom: 1px solid #d8d8d8;
    margin-right: 15px;


}

.rz-container .layui-tab-title li {
    font-size: 22px;
    font-weight: 800;
    color: #323232;
    line-height: 40px;
    /*padding-bottom: 8px;*/
    position: relative;
    padding: 0;
    margin-right: 40px;
}

.rz-container .layui-tab-content {
    padding: 10px 0px 26px;
}

.rz-container .fudao-item {
    display: block;
    padding: 12px 0;

    /*margin-right: 47px;*/

}

.rz-container .fudao-item .middle {
    width: 910px;
    width: 1020px;
    margin-left: 15px;
    border-bottom: 1px dashed #d8d8d8;
}

.rz-container .fudao-item .title {
    max-width: 720px;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    line-height: 25px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    transition: all ease 0.2s;
}

.rz-container .fudao-item:hover .title {
    color: #276fb4;
    font-weight: bold;
}

.rz-container .fudao-item .time {
    /*height: 20px;*/
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    font-width: bold;
    margin-top: 11px;
    padding-bottom: 15px;
}

.rz-container .more-txt {
    height: 28px;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
    line-height: 28px;
    margin: 0;
    padding-right: 16px;
}

.rz-container .more-txt:hover {
    color: #005BEE;
    font-weight: bold;
}

.fudao-img-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #E49D91 0%, #DD888D 100%);
    border-radius: 6px;
    overflow: hidden;
    float: left;
}

.fudao-img-box img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all ease 0.3s;
}

.fudao-item:hover .fudao-img-box img {
    transform: scale(1.06);
}

.fudao-item .detail {
    display: block;
    width: 100px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #005BEE;

    margin-top: 13px;

    font-size: 15px;
    font-weight: normal;
    color: #005BEE;
    line-height: 34px;
    text-align: center;
    transition: all ease 0.3s;
}

.fudao-item:hover .detail {
    font-weight: bold;
}

.card-box {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px;
    margin-right: 15px;
    margin-top: 5px;
}

.card-box .title-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.rongzi-item {
    width: 235px;
    width: 266px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
    margin-top: 17px;
    float: left;
    margin-left: 10px;

    transition: all ease 0.3s;

}

.rongzi-item:nth-child(1) {
    margin-left: 0px;
}

.rongzi-item .title {
    max-width: 200px;
    /*height: 30px;*/
    font-size: 22px;
    font-weight: 800;
    color: #111111;
    line-height: 30px;
    text-align: center;

    margin: 0 auto;
    padding-top: 28px;


    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.rongzi-item .edu {
    max-width: 200px;
    /*height: 28px;*/
    font-size: 20px;
    font-weight: bold;
    color: #D52E27;
    line-height: 28px;
    text-align: center;
    padding-top: 11px;

    margin: 0 auto;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.rongzi-item .apply {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #005BEE;
    cursor: pointer;


    font-size: 18px;
    font-weight: bold;
    color: #005BEE;
    line-height: 40px;

    text-align: center;

    margin: 30px auto 0;

    display: block;

}

.bank-box {
    width: 235px;
    width: 266px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;

}

.bank-box .bank-img {
    width: 160px;
    height: 46px;
    display: block;
    object-fit: cover;
    margin: 7px auto;
}

.rongzi-item:hover {
    /*transform: scale(1.06);*/

    transform: translateY(-10px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}


/*固定左侧图片*/
.left-box-img-box {
    width: 250px;
    height: 130px;
    background: #D8D8D8;
    border-radius: 6px;
    display: block;
    overflow: hidden;
}

.left-box-img {
    width: 250px;
    height: 130px;
    background: #D8D8D8;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    transition: all ease 0.3s;
}

.left-box-img-box:hover .left-box-img {
    transform: scale(1.02);
}

.leftBox_comm {
    /*        width: 250px;
            height: 130px;*/
    display: block;
    position: relative;
    margin-top: 10px;
}

.leftBox_comm .close {
    width: 23px;
    height: 23px;
    display: block;
    object-fit: cover;
    position: absolute;
    right: 4px;
    top: 4px;
}

.xf {
    top: 83px !important;
    position: fixed !important;
}

@media screen and (min-width: 1200px) {
    .index_leftBox {
        left: 0px;
        top: 580px;
        /*position: fixed;*/
        position: absolute;
        z-index: 999;
    }
}

@media screen and (max-width: 1199px) {
    .index_leftBox {
        display: none;
    }
}

/*企业需求*/
.demand-item {
    /*width: 500px;*/
    width: 540px;
    height: 195px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(235, 240, 249, 1);
    border-radius: 6px;
    padding: 20px 20px 0;
    transition: all ease 0.3s;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 0;
}

.demand-item:nth-child(2n+1) {
    margin-left: 0;
}

.demand-item:nth-child(1), .demand-item:nth-child(2) {
    margin-top: 0px;
}

.demand-item:hover {
    transform: translateY(-6px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.demand-item .title {
    display: inline-block;

    margin-left: 16px;


    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    background: #EFF5FF;
    border-radius: 4px;

    font-size: 22px;
    font-weight: bold;
    color: #005BEE;


    position: relative;
}

.demand-item .title:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 20px;
    background: #005BEE;
    top: 9px;
    left: -16px;

    border-width: 0;
    border-radius: 1px;
}

.demand-item .desc {
    height: 56px;
    font-size: 19px;
    font-weight: 400;
    color: #565760;
    line-height: 28px;
    padding: 0px 16px;
    margin-top: 12px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.demand-item .bottom {
    margin-top: 15px;
    padding: 0 16px;
}

.demand-item .yusuan {
    line-height: 38px;
    font-size: 22px;
    font-weight: 500;
    color: #005BEE;

}

.demand-item .yusuan .money {
    color: #FF7600;
}

.demand-detail {
    width: 119px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 19px;
    border: 1px solid #005BEE;
    text-align: center;

    font-size: 18px;
    font-weight: 500;
    color: #005BEE;
    display: block;
    line-height: 38px;


}

.demand-item:hover .demand-detail {
    font-weight: bold;
    color: #005BEE;
}


/*机构分类*/
.organization-category {
    display: flex;
    margin-top: 32px;
    margin-left: 36px;
    height: 40px;
    align-items: center;
    width: 132px;

}

.organization-category:nth-child(7n+1) {
    margin-left: 0px;
}
.organization-category:nth-child(1),.organization-category:nth-child(2),.organization-category:nth-child(3),.organization-category:nth-child(4),
.organization-category:nth-child(5),.organization-category:nth-child(6),.organization-category:nth-child(7), {
    margin-top: 20px;
}

.organization-category img {
    display: block;
    transition: all ease 0.3s;
    width: 40px;
    height: 40px;
    float: left;

}

.organization-category:hover img {
    transform: scale(1.08);
}

.organization-category .txt {
    width: 84px;
    /*height: 40px;*/
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    line-height: 20px;
    margin-left: 8px;
    float: left;

    transform: all ease 0.2s;


    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.organization-category:hover .txt {
    color: #005BEE;
}

/*签约情况*/
.record-item {
    width: 280px;
    height: 142px;
    /*margin-left: 10px;*/
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid #E6E6E6;
    padding: 12px 20px;
}

.record-item:nth-child(1) {
    margin-left: 0px;
}

.record-item .record-title {
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    line-height: 16px;
    position: relative;
    padding: 0 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.record-item .record-title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 15px;
    background: #005BEE;
    top: 0px;
    left: 0px;
    border-width: 0;
    border-radius: 2px;
}

.record-item .txt {
    height: 44px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.record-item .tag {
    width: 89px;
    height: 32px;
    background: #EBF1FB;
    border-radius: 4px;
    text-align: center;

    font-size: 14px;
    font-weight: 500;
    color: #005BEE;
    line-height: 32px;
}

.record-item .detail {
    display: block;
    width: 89px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #9FA7B3;

    font-size: 14px;
    font-weight: 500;
    color: #9FA7B3;
    line-height: 32px;
    text-align: center;
    transition: all ease 0.2s;

}

.record-item:hover .detail {
    border: 1px solid #005BEE;
    color: #005BEE;
    font-weight: bold;

}




.service-title{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    padding:14px 0 14px 51px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.service-title:before{
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    background-image:url("../images/service-zc.png");
    background-size: 26px 26px;
    background-position: center;
    position: absolute;
    left: 15px;
    top: 18px;
}
.service-sub-title {
    height: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 25px;

}
.zc-title-more{
    text-align: center;
    font-size: 14px;
    color: #9FA7B3;
    line-height: 32px;

    width: 89px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #9FA7B3;
    transition: all ease 0.2s;

    margin-top: 10px;
}
.zc-title-more:hover{
    color: #005BEE;
    border: 1px solid #005BEE;
    font-weight: bold;
}


.footer {
    width: 100%;
    height: auto;

    background: #15294A;
    min-width: 1200px;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 25px;
}

.police {
    width: 18px;
    height: 20px;
    display: inline-block;
}

