@font-face {
    font-family: 'st';
    src: url('https://resources.cepsp.cn/static/font/SourceHanSerifCN-Bold-2.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    width: 100%;
    font-family: "Microsoft YaHei", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.main-body {
    width: 1200px;
    margin: 0 auto 0;
}

.show-more-center {
    width: 100%;
}

.show-more-center a {
    margin: 0 auto 0 auto;
}

.show-more a {
    color: #064EB7;
    font-size: 16px;
    width: 90px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.show-more span {
    margin-right: 6px;
}

.show-more a button {
    background-image: url("../image/list-show-more.png");
    width: 20px;
    height: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    background-size: 100% 100%;
}

header {
    width: 100%;
    height: 50px;
    background: #F8F9FB;
    line-height: 50px;
}

header .header-left {
    float: left;
}

header .header-left span {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

header .header-right {
    float: right;
    font-size: 0;
}

header .header-right .header-member {
    font-size: 14px;
    color: #666;
}

header .header-right .header-member:hover {
    color: #23527c;
}

header .header-right .header-right-line {
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}

header .header-right .header-index {
    margin-right: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #002147;
}

header .header-right .header-login {
    margin-right: 12px;
}

header .header-right .header-button {
    display: inline-block;
    width: 68px;
    height: 30px;
    border-radius: 18px 18px 18px 18px;
    border: 1px solid #1663E6;
    text-align: center;
    /*vertical-align: middle;*/
    line-height: 30px;
    font-size: 14px;
    color: #1663E6;
}

header .header-right .header-button:hover {
    background-color: #1663E6;
    color: #FFFFFF;
}

.nav {
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.nav .header-logo {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("../image/header-logo.png");
    background-size: 100% 100%;
    float: left;
    margin-top: 26px;
}

.nav .header-text {
    float: left;
    width: 336px;
    height: 100px;
    margin-left: 12px;
    position: relative;
}

.nav .header-text .header-title {
    width: 336px;
    height: 31px;
    position: absolute;
    top: 23px;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #19191A;
}

.nav .header-text .header-desc {
    width: 169px;
    height: 19px;
    position: absolute;
    line-height: 19px;
    bottom: 23px;
    color: #999999;
    font-size: 14px;
}

.nav .header-menu {
    width: 465px;
    height: 100px;
    float: left;
    margin-left: 130px;
}

.nav .header-menu ul li {
    float: left;
}

.nav .header-menu ul li:nth-child(n+2) {
    margin-left: 24px;
}

.nav .header-menu ul li a {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

.nav .header-menu ul li a.active {
    color: #004FDF;
}

.nav .header-menu ul li a:hover {
    color: #004FDF;
}

.nav .header-search {
    width: 175px;
    height: 30px;
    float: right;
    position: relative;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #E4E4E4;
    margin-top: 35px;
}

.nav .header-search input {
    width: 150px;
    height: 28px;
    line-height: 28px;
    border: none;
    outline: none;
    top: 0;
    left: 10px;
    position: absolute;
}

.nav .header-search button {
    background-image: url("../image/header-search.png");
    position: absolute;
    width: 16px;
    height: 16px;
    border: none;
    right: 12px;
    top: 8px;
    cursor: pointer;
    background-color: #ffffff;
    background-size: 100% 100%;
}

.header-line {
    width: 100%;
    height: 0;
    border-bottom: 8px solid #064EB7;
}

.top-news {
    width: 1040px;
    line-height: 57px;
    margin: 40px auto 0;
    text-align: center;
}

.top-news a {
    color: #19191A;
    font-size: 40px;
    font-weight: bold;
    font-family: "st", "Arial", sans-serif;
}

.news-box {
    margin-top: 48px;
    width: 100%;
}

.news-box .list {
    width: 582px;
    height: 508px;
}

.news-box .news-list {
    float: left;
}

.news-box .list .list-header {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.news-box .list .list-header .list-title {
    float: left;
    color: #19191A;
    font-size: 32px;
    font-weight: bold;
}

.news-box .show-more {
    float: right;
    margin-top: 11px;
}

.news-box .list .list-content {
    width: 582px;
    height: 442px;
    border: 1px solid #DEE2E9;
    margin-top: 20px;
}

.news-box .list .list-content-policy {
    width: 582px;
    height: 442px;
    margin-top: 20px;
}

.news-box .list li {
    width: 100%;
    height: 114px;
}

.news-box .list .list-content-policy li {
    width: 582px;
    height: 100px;
    border: 1px solid #DEE2E9;
}

.news-box .list .list-content-policy li:hover {
    width: 584px;
    height: 102px;
    border: none;
    background-color: #064EB7;
    background-image: url(../image/news-bg.png);
    background-position: right bottom;
    background-size: 160px 62px;
    background-repeat: no-repeat;
}

.news-box .list .list-content-policy li:nth-child(n+2) {
    margin-top: 12px;
}

.news-box .list li .news-border {
    width: 534px;
    border-top: 1px solid #E6E6E6;
    margin-top: 31px;
    margin-left: 24px;
}


.news-box .list li .news-date {
    float: left;
    width: 67px;
    margin-top: 24px;
    margin-left: 24px;
}


.news-box .list.policy-list li .news-date {
    float: left;
    width: 67px;
    margin-top: 24px;
    margin-left: 24px;
}

.news-box .list li .news-date .month {
    font-size: 24px;
    color: #999999;
    line-height: 31px;
}

.news-box .list .list-content-policy li:hover .month {
    color: #ffffff;
}

.news-box .list .list-content li:hover .news-date .month {
    color: #064EB7;
}

.news-box .list li .news-date .year {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    margin-top: 4px;
}

.news-box .list .list-content-policy li:hover .news-date .year {
    color: #ffffff;
}

.news-box .list li .news-line {
    float: left;
    width: 0;
    height: 24px;
    border: 1px solid #D9D9D9;
    margin-left: 20px;
    margin-top: 28px;
}

.news-box .list li .news-text {
    float: left;
    width: 427px;
    margin-top: 28px;
    margin-left: 20px;
}

.news-box .list.policy-list li .news-text {
    float: left;
    width: 427px;
    margin-top: 26px;
    margin-left: 20px;
}

.news-box .list li .news-text p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box .list li .news-text .title {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

.news-box .list .list-content-policy li:hover .news-text .title {
    color: #ffffff;
}

.news-box .list .list-content li:hover .news-text .title {
    color: #064EB7;
}

.news-box .list li .news-text .desc {
    color: #999999;
    font-size: 13px;
    margin-top: 10px;
}

.news-box .list .list-content-policy li:hover .news-text .desc {
    color: #ffffff;
}

.news-box .policy-list {
    float: right;
}

.keji-box {
    margin-top: 80px;
    width: 100%;
}

.keji-box .keji-header {
    height: 45px;
    line-height: 45px;
}

.keji-box .keji-header .box-title {
    float: left;
    color: #19191A;
    font-size: 32px;
    font-weight: bold;
}

.keji-box .keji-header .box-tool {
    float: right;
}

.keji-box .keji-header .box-tool a {
    color: #19191A;
}

.keji-box .keji-header .box-tool a img {
    width: 24px;
    height: 24px;
}

.keji-box .keji-header .box-tool a:hover {
    color: #064eb7;
}

.keji-box .keji-header .box-tool .tool-item {
    float: left;
}

.keji-box .keji-header .box-tool .tool-item:first-child {
    margin-right: 34px;
}

.keji-box .keji-header .box-tool .tool-item img {
    vertical-align: middle;
}

.keji-box .keji-change-nav {
    height: 40px;
    line-height: 40px;
    margin-top: 39px;
    position: relative;
}

.keji-box .keji-change-nav .nav-button {
    width: 8px;
    height: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
}

.keji-box .keji-change-nav .nav-left {
    background-image: url("../image/nav-left.png");
    top: 13px;
    left: -30px;
}

.keji-box .keji-change-nav .nav-right {
    background-image: url("../image/nav-right.png");
    top: 13px;
    right: -30px;
}

.keji-box .keji-change-nav li {
    width: auto !important;
    background-color: #F0F2F5;
    border-radius: 3px;
}

.keji-box .keji-change-nav li:hover {
    background-color: #064EB7;
}

.keji-box .keji-change-nav li.active {
    background-color: #064EB7;
}

.keji-box .keji-change-nav li:nth-child(n+2) {
    margin-left: 16px;
}

.keji-box .keji-change-nav li a {
    padding-left: 24px;
    padding-right: 24px;
    color: #19191A;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.keji-box .keji-change-nav li:hover a {
    color: #ffffff;
}

.keji-box .keji-change-nav li.active a {
    color: #ffffff;
}

.keji-box .keji-change-content-box {
    width: 100%;
    height: 668px;
    margin-top: 42px;
}

.keji-box .keji-change-content-box .keji-change-content {
    width: 100%;
    height: 100%;
    display: none;
}

.keji-box .keji-change-content-box .keji-change-content.active {
    display: block;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card {
    width: 222px;
    height: 324px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 4px 16px 1px rgba(25, 48, 94, 0.12);
    border-radius: 8px 8px 8px 8px;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card:nth-child(n+2) {
    margin-left: 22px;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card:nth-child(n+6) {
    margin-top: 20px;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card:nth-child(6) {
    margin-left: 0;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-img {
    width: 206px;
    height: 206px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 0 auto;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-img img {
    width: 206px;
    height: 206px;
    /*margin: 8px 0 0 8px;*/
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card:hover .card-img img {
    width: 247px;
    height: 247px;
    margin: 0;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-text {
    margin-top: 16px;
    margin-left: 16px;
    width: 190px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-text span {
    font-size: 14px;
    color: #19191A;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-school {
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-school img {
    height: 24px;
    width: 24px;
    margin-left: 16px;
    float: left;
}

.keji-box .keji-change-content-box .keji-change-content .keji-change-content-card .card-school span {
    width: 80%;
    color: #999999;
    margin-left: 6px;
    font-size: 13px;
}

.keji-change-content .show-more {
    margin-top: 33px;
}

.gxml-box {
    width: 100%;
    height: 574px;
    margin-top: 101px;
    background-image: url("../image/ml-bg.png");
}

.gxml-box .ml-title {
    width: 133px;
    height: 44px;
    line-height: 42px;
    padding-top: 57px;
}

.gxml-box .ml-title span {
    color: #19191A;
    font-size: 32px;
    font-weight: bold;
}

.gxml-box .ml-content {
    width: 100%;
    height: 340px;
    margin-top: 40px;
}

.gxml-box .ml-content .ml-content-card {
    width: 222px;
    height: 150px;
    float: left;
    position: relative;
}

.gxml-box .ml-content .ml-content-card:nth-child(n+2) {
    margin-left: 22px;
}

.gxml-box .ml-content .ml-content-card:nth-child(n+6) {
    margin-top: 40px;
}

.gxml-box .ml-content .ml-content-card:nth-child(6) {
    margin-left: 0px;
}

.gxml-box .ml-content .ml-content-card .ml-content-left-bg {
    width: 39px;
    height: 67px;
    background-image: url("../image/ml-left-bg.png");
    position: absolute;
    top: 0;
    left: 20px;
}

.gxml-box .ml-content .ml-content-card .ml-content-right-bg {
    width: 26px;
    height: 50px;
    background-image: url("../image/ml-right-bg.png");
    position: absolute;
    top: 27px;
    left: 157px;
}

.gxml-box .ml-content .ml-content-card .ml-content-bottom-bg {
    width: 222px;
    height: 102px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    position: absolute;
    top: 48px;
    box-shadow: 0 6px 16px 1px rgba(21, 59, 135, 0.1);
}

.gxml-box .ml-content .ml-content-card:hover .ml-content-bottom-bg {
    box-shadow: 0 12px 32px 1px rgba(21, 59, 135, 0.2);
}


.gxml-box .ml-content .ml-content-card img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 71px;
    border-radius: 50%;
}

.gxml-box .ml-content .ml-content-card span {
    width: 148px;
    height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #19191A;
    line-height: 26px;
    text-align: center;
    position: absolute;
    bottom: 26px;
    left: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gxml-box .show-more {
    margin-top: 32px;
}

.zjrc-box {
    width: 100%;
    height: auto;
    margin-top: 79px;
    position: relative;
    z-index: 100;
}

.zjrc-box .zjrc-title {
    margin-top: 10px;
    width: 133px;
    height: 42px;
    line-height: 42px;
}

.zjrc-box .zjrc-title span {
    font-weight: bold;
    font-size: 32px;
    color: #19191A;
}

.zjrc-box .zjrc-nav {
    width: 197px;
    height: 40px;
    font-size: 0;
    margin-top: 40px;
}

.zjrc-box .zjrc-nav button {
    width: 90px;
    height: 40px;
    border: none;
    background-color: #F0F2F5;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #19191A;
    cursor: pointer;
    border-radius: 3px;
}

.zjrc-box .zjrc-nav button:nth-child(n+2) {
    margin-left: 16px;
}

.zjrc-box .zjrc-nav .active {
    background-color: #064EB7;
    color: #FFFFFF;
}


.zjrc-box .zjrc-content {
    width: 100%;
    height: 510px;
    background: #F3F9FF;
    margin-top: 32px;
    border-radius: 8px;
}

.zjrc-box .zjrc-content .zj-content .zj-content-left {
    width: 488px;
    height: 510px;
    float: left;
}

.zjrc-box .zjrc-content .zj-content .zj-content-left img {
    width: 488px;
    height: 278px;
    display: block;
}

.zjrc-box .zjrc-content .zj-content .zj-content-left .zj-left-text-box {
    background-image: url("../image/zj-text-bg.png");
    width: 488px;
    height: 232px;
}

.zjrc-box .zjrc-content .zj-content .zj-content-left .zj-left-text {
    width: 426px;
    height: 232px;
    margin: 0 auto 0 auto;
}

.zjrc-box .zjrc-content .zj-content .zj-content-left .zj-left-text .zj-text-title {
    /*width: 100px;*/
    height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #19191A;
    line-height: 28px;
    margin-top: 24px;
    display: inline-block;
}

.zjrc-box .zjrc-content .zj-content .zj-content-left .zj-left-text .zj-text-desc {
    width: 416px;
    height: 91px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.zjrc-box .zjrc-content .zj-content .zj-content-right {
    width: 712px;
    height: 510px;
    float: left;
}

.zjrc-box .zjrc-content .zj-content .zj-content-right .zj-card {
    float: left;
    margin-left: 48px;
    margin-top: 40px;
}

.zjrc-box .zjrc-content .zj-content .zj-content-right .zj-card:nth-child(1) {
    margin-left: 48px;
}

.zjrc-box .zjrc-content .zj-content .zj-content-right .zj-card:nth-child(4) {
    margin-left: 48px;
}

.zjrc-box .rencai-content .zj-card {
    float: left;
    margin-left: 64px;
    margin-top: 40px;
}

.zjrc-box .rencai-content .zj-card:nth-child(1) {
    margin-left: 48px;
}

.zjrc-box .rencai-content .zj-card:nth-child(6) {
    margin-left: 48px;
}

.zjrc-box .zj-card {
    width: 170px;
    height: 195px;
    /*background-color: #F0F2F5;*/
}

.zjrc-box .zj-card img {
    display: block;
    width: 132px;
    height: 132px;
    margin: 0 auto 0 auto;
}

.zjrc-box .zj-card .zj-name {
    width: 100%;
    height: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    text-align: center;
    display: block;
    margin-top: 12px;
}

.zjrc-box .zj-card .zj-desc {
    width: 170px;
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.zjrc-box .show-more {
    margin-top: 32px;
}

.zjrc-box .zj-left-text .show-more {
    margin-top: 21px;
}

.zthd-box {
    width: 100%;
    height: 560px;
    background-image: url("../image/zt-bg.png");
    margin-top: -94px;
    position: relative;
}

.zthd-box .zthd-title {
    width: 133px;
    height: 42px;
    line-height: 28px;
    padding-top: 142px;
}

.zthd-box .zthd-title span {
    font-weight: bold;
    font-size: 32px;
    color: #19191A;
}

.zthd-box .zthd-content {
    width: 100%;
    height: 200px;
    margin-top: 40px;
}

.zthd-box .zthd-content ul {
    list-style: none;
}

.zthd-box .zthd-content li {
    float: left;
}

.zthd-box .zthd-content li:nth-child(n+2) {
    margin-left: 21px;
}

.zthd-box .zthd-content li img {
    width: 386px;
    height: 200px;
    border-radius: 8px;
}

.zthd-box .show-more {
    width: 100%;
    margin-top: 32px;
}

.zthd-box .zj-content-left .show-more {
    margin-top: 20px;
}

footer {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #1D2036;
    color: #969BA5;
    font-size: 14px;
    line-height: 56px;
}

footer a {
    color: #969BA5;
}

footer .footer-content {
    width: 1200px;
    margin: 0 auto 0;
}

footer .footer-left {
    float: left;
}

footer .footer-left li {
    float: left;
}

footer .footer-left li:nth-child(n+2) {
    margin-left: 32px;
}

footer .footer-right {
    float: right;
}

footer .footer-right li {
    margin-left: 5px;
    float: left;
}

.bullet_mask {
    display: none;

    width: 100vw;
    height: 100vh;
    background-color: rgba(219, 219, 219, 0.80);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    /* position: relative; */
}

.bullet_mask_one,
.bullet_mask_two {
    z-index: 99999999;
}

.bullet_mask .bullet_box {
    padding: 30px 10px 26px;
    width: 268px;
    /* height: 64px; */
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.bullet_mask .bullet_box .bullet_title {
    margin: 0 auto;
    width: 268px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.bullet_mask .bullet_box .bullet_btn_one {
    width: 268px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.bullet_mask .bullet_box .bullet_btn_two {
    width: 208px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bullet_mask .bullet_box .btn_public {
    width: 64px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #0250A9;
    border: 1px solid #0250A9;
    cursor: pointer;
}

.bullet_mask .bullet_box .bullet_btn_two .btn_left {
    color: #0250A9;
    border: 1px solid #0250A9;
    background-color: #ffffff;
}

.bullet_mask .bullet_box .bullet_btn_two .btn_right {
    color: #ffffff;
    background-color: #0250A9;
}

/* äº¤æ¢åç‰‡ */
.bullet_input_box {
    padding: 32px 50px 43px;
    width: 360px;
    height: 503px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.bullet_input_title {
    margin-bottom: 44px;
    font-size: 20px;
    color: #0250A9;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.bullet_input_item {
    margin: 0 auto 19px;
    width: 355px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bullet_input_item_info div {
    width: 86px;
    margin-bottom: 14px;
}

.bullet_input_item span,
.bullet_input_item_info div {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.bullet_input_item span::after,
.bullet_input_item_info div::after {
    content: ":";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}

.bullet_input_item input {
    padding-left: 18px;
    width: 286px;
    height: 28px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.bullet_input_item input::-webkit-input-placeholder {
    font-size: 12px;
    color: #999999;
}

.bullet_input_item_info {
    display: flex;
    flex-direction: column;
}

.bullet_input_item_info textarea {
    padding: 10px 0 0 18px;
    width: 335px;
    height: 86px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

.bullet_input_btn_two {
    margin: 60px auto 0;
    width: 160px;
    display: flex;
    justify-content: space-between;
}

.bullet_input_btn_two .btn_public {
    width: 66px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    cursor: pointer;
}

.bullet_input_btn_two .btn_left {
    color: #FFFFFF;
    background: #0250A9;
    border: 1px solid #0250A9;
}

.bullet_input_btn_two .btn_right {
    color: #0250A9;
    background-color: #ffffff;
    border: 1px solid #0250A9;
}

/* ä¼ä¸šå¡ç‰‡ */
.enterprise_card_box {
    width: 500px;
    /* height: 688px; */
    padding: 22px 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    background-color: #ffffff;
    position: absolute;
    /* top: 10px; */
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}

.enterprise_card_box .bullet_input_title {
    margin-bottom: 30px;
}

.enterprise_card_box .bullet_card_item {
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-start;
}

.enterprise_card_box .bullet_card_item div:last-child {
    height: 19px;
    line-height: 21px;
    font-size: 12px;
    color: #666666;
    position: relative;
}

#certificate_image {
    width: 140px;
    height: 94px;
}

.enterprise_card_box .bullet_card_item div:last-child img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.enterprise_card_box .bullet_card_item .item_span {
    margin-right: 25px;
    text-align: justify;
    width: 70px;
    height: 19px;
    line-height: 19px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.enterprise_card_box .bullet_card_item .item_span::after {
    content: ":";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}

.enterprise_card_box .bullet_card_item .item_span > span {
    display: inline-block;
    padding-left: 100%;
    height: 0;
}

.card_btn_close {
    margin: 25px auto 0;
    width: 66px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    cursor: pointer;
    color: #FFFFFF;
    background: #0250A9;
    border: 1px solid #0250A9;
}

.bullet_mask_full {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(219, 219, 219, 0.80);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.bullet_mask_full .mask {
    width: 100%;
    height: 100%;
}

.bullet_mask_full .bullet_box {
    padding: 40px;
    width: 420px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.bullet_mask_full .bullet_box .con {
    padding: 40px 20px 40px 30px;
    border: 1px solid #E8E7E7;
}

.bullet_mask_full .bullet_box .con .title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #3755A1;
}

.bullet_mask_full .bullet_box .con .text {
    margin: 20px 0 10px;
    line-height: 46px;
    text-indent: 32px;
    color: #868686;
}

.bullet_mask_full .bullet_box .con .btn {
    padding: 8px 12px;
    border-radius: 10px;
    color: #fff;
    background: #314F9F;
    margin-left: 50%;
    transform: translateX(-50%);
}

.btn_close {
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer
}

.bullet_mask .bullet_box {
    width: 450px;
    height: 130px;
    top: 0;
    transform: translate(-50%, 0);
}

.bullet_mask .bullet_box {
    padding: 16px 10px 26px;
    color: #000;
}

.bullet_mask .bullet_box .title {
    text-align: center;
}

.bullet_mask .bullet_box .bullet_title {
    width: 300px;
    line-height: 40px;
    color: #000;
}

.bullet_mask .bullet_box .bullet_btn_two {
    width: 260px;
}

.bullet_mask .bullet_box .bullet_btn_two .btn_left {
    color: #1A73E8;
    border: 1px solid #1A73E8;
}

.bullet_mask .bullet_box .bullet_btn_two .btn_right {
    background-color: #1A73E8;
}

.bullet_mask .bullet_box .btn_public {
    width: 66px;
    height: 34px;
    border-radius: 5px !important;
    line-height: 34px;
    background-color: #0250A9;
    border: none;
}
