@media screen and (min-width: 769px) {
    .box {
        width: 100%;
    }
    .box .Top .topBg {
        width: 100%;
        height: 450px;
        background: url(../img/Choose-Center/topBg.png) center no-repeat;
        background-size: cover;
        padding: 97px 0 0;
    }
    .box .Top .topBg h1 {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
        margin-bottom: 28px;
    }
    .box .Top .topBg h5 {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
    }
    .box .Top .topBg .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1025px;
        height: 57px;
        background-color: #ffffff;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 29px;
        margin: 63px auto 0;
        overflow: hidden;
        padding-left: 20px;
    }
    .box .Top .topBg .search select {
        width: 7%;
        height: 100%;
        padding-left: 20px;
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        color: #020000;
        border: none;
        color: white;
        display: none;
    }
    .box .Top .topBg .search input {
        width: 78%;
        height: 100%;
        padding-left: 25px;
        border: none;
        outline: none;
        /* font-family: 'AdobeHeitiStd'; */
        font-size: 16px;
        line-height: 16px;
        /* letter-spacing: -0.5px; */
        letter-spacing: 0;
        color: #333;
    }
    .box .Top .topBg .search input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg .search button {
        width: 15%;
        height: 100%;
        background-color: #f56142;
        border: none;
        outline: none;
        white-space: nowrap;
        color: white;
        font-size: 16px;
        border-radius: 0 29px 29px 0;
    }
    .box .Top .topBg .search button a {
        width: 100%;
        height: 100%;
        font-size: 18px;
        line-height: 57px;
        letter-spacing: 0px;
        color: #ffffff;
        display: block;
        text-align: center;
    }
    .box .Top .topBg .search button:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg .search button:nth-last-child(2) ~ button:last-child {
        width: auto;
        background-color: #6381fb;
        padding: 0 35px;
        margin-left: 10px;
        border-radius: 29px;
        white-space: nowrap;
        color: white;
        font-size: 16px;
    }
    .box .Top .topBg .search button:nth-last-child(2) ~ button:last-child:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg.IC h1 {
        font-size: 44px;
        line-height: 44px;
    }
    .box .Top .topBg.IC h5 {
        font-size: 44px;
        line-height: 44px;
    }
    .box .Content {
        width: 100%;
        padding: 24px 0;
        background-color: #fff;
    }
    .box .Content .Classification {
        height: auto;
        background-color: #f3f6fe;
        border-radius: 15px;
        padding: 20px;
        position: relative;
    }
    .box .Content .Classification .title {
        display: flex;
        align-items: center;
    }
    .box .Content .Classification .title img {
        margin-right: 7px;
    }
    .box .Content .Classification .title h5 {
        font-family: 'AdobeHeitiStd';
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #000103;
        font-weight: normal;
    }
    .box .Content .Classification ul {
        margin-top: 23px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Classification ul li {
        width: 19.5%;
        height: 70px;
        background-color: #ffffff;
        box-shadow: 4px 5px 27px 0px rgba(195, 218, 250, 0.25);
        border-radius: 10px;
        border: solid 1px #eff2fb;
        margin-bottom: 18px;
        position: relative;
    }
    .box .Content .Classification ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 25px 0 21px;
    }
    .box .Content .Classification ul li a img {
        width: 30px;
        height: auto;
    }
    .box .Content .Classification ul li a p {
        font-size: 14px;
        line-height: 18px;
        /* letter-spacing: -0.5px; */
        letter-spacing: 0;
        color: #636e80;
        margin-left: 24px;
    }
    .box .Content .Classification ul li a .arrow {
        width: 9px;
        height: 13px;
        position: absolute;
        top: 50%;
        right: 9px;
        transform: translate(0, -50%);
    }
    .box .Content .Classification ul li.active {
        border: solid 1px #8eb3fb;
        margin-bottom: 96px;
    }
    .box .Content .Classification ul li.active a p {
        color: #000103;
    }
    .box .Content .Classification ul li.active::after {
        content: '';
        width: 13px;
        height: 10px;
        background: url(../img/Choose-Center/arrow.png) center no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 2px);
        z-index: 9;
    }
    .box .Content .Classification ul li:hover {
        border: solid 1px #8eb3fb;
    }
    .box .Content .Classification ul li:hover a p {
        color: #000103;
    }
    .box .Content .Classification .product {
        display: flex;
        align-items: center;
        width: calc(100% - 40px);
        height: auto;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #86adff;
        position: absolute;
        top: 141px;
        left: 50%;
        transform: translate(-50%, 0);
        padding-left: 22px;
        flex-wrap: wrap;
        padding: 15px;
    }
    .box .Content .Classification .product p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #636e80;
        position: relative;
        margin-right: 20px;
        white-space: nowrap;
        /* letter-spacing: -0.5px; */
        letter-spacing: 0;
        cursor: pointer;
    }
    .box .Content .Classification .product p::after {
        content: '';
        width: 2px;
        height: 13px;
        background-color: #636e80;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%);
        margin: 0 9px;
        z-index: 99999;
    }
    .box .Content .Classification .product p.active {
        color: #005bbe;
    }
    .box .Content .Classification .product p:hover {
        color: #005bbe;
    }
    .box .Content .Classification .product p:last-child::after {
        content: none;
    }
    .box .Content .Classification .product.down {
        top: 229px;
    }
    .box .Content .Info {
        margin-top: 39px;
        background-color: #f2f6fe;
        padding-bottom: 30px;
    }
    .box .Content .Info .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 19px;
        background-color: #fff;
    }
    .box .Content .Info .title h4 {
        font-size: 18px;
        line-height: 18px;
        color: #3f3e3e;
        font-weight: normal;
    }
    .box .Content .Info .title select {
        width: 125px;
        height: 28px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 14px;
        border: none;
        outline: none;
        font-size: 14px;
        line-height: 14px;
        color: #000102;
        padding-left: 12px;
    }
    .box .Content .Info .title select.IC {
        width: 75px;
    }
    .box .Content .Info .Companies {
        padding: 34px 20px;
    }
    .box .Content .Info .Companies .company {
        display: flex;
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 1px dashed #c3dafa;
    }
    .box .Content .Info .Companies .company .logo {
        width: 150px;
        height: 150px;
        margin-right: 18px;
    }
    .box .Content .Info .Companies .company .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Info .Companies .company .content {
        flex: 1;
        min-width: 0;
    }
    .box .Content .Info .Companies .company .content .company-intro {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        color: #3f3e3e;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 14px;
    }
    .box .Content .Info .Companies .company .content .text p:first-child {
        font-weight: bold;
    }
    .box .Content .Info .Companies .company .content .text p {
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        color: #3f3e3e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 14px;
    }
    .box .Content .Info .Companies .company .content .text p span {
        width: auto;
        height: 30px;
        background-color: #d3eefd;
        border-radius: 5px;
        padding: 0 12px;
        margin-right: 10px;
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        color: #399dd5;
        margin-bottom: 10px;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(2) {
        background-color: #c3fce0;
        color: #02974e;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(3) {
        background-color: #faddfb;
        color: #b13cb5;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(4) {
        background-color: #fde1d7;
        color: #b56804;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(5) {
        background-color: #fed8e6;
        color: #d73944;
    }
    .box .Content .Info .Companies .company .content .text p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4px;
    }
    .box .Content .Info .Companies .company .content ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Content .Info .Companies .company .content ul li {
        width: 32%;
        height: 240px;
        background-color: #ffffff;
        box-shadow: 3px 4px 10px 0px rgba(155, 164, 186, 0.13);
        border-radius: 10px;
        margin-right: 2%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .box .Content .Info .Companies .company .content ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Info .Companies .company .content ul li a img {
        width: 100%;
        height: 159px;
        object-fit: cover;
    }
    .box .Content .Info .Companies .company .content ul li a p {
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        color: #3f3e3e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Info .Companies .company .content ul li a button {
        display: block;
        width: 60px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #8bb7fe;
        outline: none;
        margin: 11px auto 0;
    }
    .box .Content .Info .Companies .company .content ul li:nth-child(3n) {
        margin-right: 0;
    }
    .box .Content .Info .Companies .company .content ul li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .box .Content .Info .Companies .company .content ul li:nth-last-child(2) {
        margin-bottom: 0;
    }
    .box .Content .Info .Companies .company .content ul li:nth-last-child(3) {
        margin-bottom: 0;
    }
    .box .Content .Info .Companies .company.IE .content .text p {
        line-height: 22px;
        margin-bottom: 10px;
    }
    .box .Content .Info .Companies .company.IE .content .text p span {
        letter-spacing: -0.5px;
    }
    .box .Content .Info .Companies .company.IE .content .text p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .box .Content .page {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .box .Content .page .page-info {
        margin-right: auto;
        font-size: 14px;
        color: #333;
        line-height: 32px;
        font-weight: 500;
    }
    .box .Content .page a {
        flex-shrink: 0;
        min-width: 32px;
        height: 32px;
        padding: 0 6px;
        background-color: #e9effc;
        border-radius: 5px;
        border: solid 1px #c9d6eb;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 3px;
        font-size: 14px;
        line-height: 1;
        color: #383131;
        cursor: pointer;
        text-decoration: none;
        white-space: nowrap;
        transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    }
    .box .Content .page a:hover {
        background-color: #c8dcff;
        border-color: #3076ff;
        color: #3076ff;
    }
    .box .Content .page a.active {
        background-color: #3076ff;
        color: #fff;
        border-color: #3076ff;
        cursor: default;
    }
    .box .Content .page a.active:hover {
        background-color: #3076ff;
        color: #fff;
    }
    .box .Content .page a.prev,
    .box .Content .page a.next {
        font-weight: bold;
    }
    .box .Content .page span {
        flex-shrink: 0;
        min-width: 28px;
        text-align: center;
        margin: 0 2px;
        font-size: 14px;
        line-height: 32px;
        color: #383131;
        white-space: nowrap;
    }
}
@media screen and (max-width: 769px) {
    .box {
        width: 100%;
    }
    .box .Top .topBg {
        width: 100%;
        height: auto;
        background: url(../img/Choose-Center/topBg.png) center no-repeat;
        background-size: cover;
        padding: 45px 0;
    }
    .box .Top .topBg h1 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
        margin-bottom: 15px;
    }
    .box .Top .topBg h5 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
    }
    .box .Top .topBg .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        height: 50px;
        background-color: #ffffff;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 29px;
        margin: 35px auto 0;
        overflow: hidden;
        padding-left: 20px;
    }
    .box .Top .topBg .search select {
        width: 7%;
        height: 100%;
        padding-left: 20px;
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        color: #020000;
        border: none;
        color: white;
    }
    .box .Top .topBg .search input {
        width: 75%;
        height: 100%;
        padding-left: 15px;
        border: none;
        outline: none;
        font-family: 'AdobeHeitiStd';
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.5px;
        color: #333;
    }
    .box .Top .topBg .search input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg .search button {
        width: 35%;
        height: 100%;
        background-color: #f56142;
        border: none;
        outline: none;
        white-space: nowrap;
        color: white;
        font-size: 14px;
        border-radius: 0;
    }
    .box .Top .topBg .search button a {
        width: 100%;
        height: 100%;
        font-size: 15px;
        line-height: 50px;
        letter-spacing: 0px;
        color: #ffffff;
        display: block;
        text-align: center;
    }
    .box .Top .topBg .search button:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg .search button:nth-last-child(2) ~ button:last-child {
        width: auto;
        background-color: #6381fb;
        padding: 0 35px;
        margin-left: 10px;
        border-radius: 29px;
        white-space: nowrap;
        color: white;
        font-size: 15px;
    }
    .box .Top .topBg .search button:nth-last-child(2) ~ button:last-child:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg.IC h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .box .Top .topBg.IC h5 {
        font-size: 28px;
        line-height: 28px;
    }
    .box .Content {
        width: 100%;
        padding: 24px 0;
        background-color: #fff;
    }
    .box .Content .Classification {
        height: auto;
        background-color: #f3f6fe;
        border-radius: 4vw;
        padding: 4vw 2.66666667vw;
        position: relative;
    }
    .box .Content .Classification .title {
        display: flex;
        align-items: center;
    }
    .box .Content .Classification .title img {
        width: 4vw;
        margin-right: 1.33333333vw;
    }
    .box .Content .Classification .title h5 {
        font-family: 'AdobeHeitiStd';
        font-size: 4vw;
        line-height: 4vw;
        letter-spacing: 0vw;
        color: #000103;
        font-weight: normal;
    }
    .box .Content .Classification ul {
        margin-top: 6.13333333vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Classification ul li {
        width: 49%;
        height: 18.66666667vw;
        background-color: #ffffff;
        box-shadow: 1.06666667vw 1.33333333vw 7.2vw 0vw rgba(195, 218, 250, 0.25);
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #eff2fb;
        margin-bottom: 4.8vw;
        position: relative;
    }
    .box .Content .Classification ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 6.66666667vw 0 3.73333333vw;
    }
    .box .Content .Classification ul li a img {
        width: 5.33333333vw;
        height: auto;
    }
    .box .Content .Classification ul li a p {
        flex: 1;
        min-width: 0;
        font-size: 3.46666667vw;
        line-height: 4.8vw;
        /* letter-spacing: 0.13333333vw; */
        letter-spacing: 0;
        color: #636e80;
        margin-left: 2.66666667vw;
        word-wrap: break-word;
        /* 自动换行 */
    }
    .box .Content .Classification ul li a .arrow {
        width: 2.4vw;
        height: 3.46666667vw;
        object-fit: contain;
        position: absolute;
        top: 50%;
        right: 1.33333333vw;
        transform: translate(0, -50%);
    }
    .box .Content .Classification ul li.active {
        border: solid 0.26666667vw #8eb3fb;
        margin-bottom: 25.6vw;
    }
    .box .Content .Classification ul li.active a p {
        color: #000103;
    }
    .box .Content .Classification ul li.active::after {
        content: '';
        width: 3.46666667vw;
        height: 2.66666667vw;
        background: url(../img/Hot/arrow.png) center no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0.53333333vw);
        z-index: 9;
    }
    .box .Content .Classification ul li:hover {
        border: solid 0.26666667vw #8eb3fb;
    }
    .box .Content .Classification ul li:hover a p {
        color: #000103;
    }
    .box .Content .Classification .product {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: calc(100% - 20 * 0.26666667vw);
        height: auto;
        background-color: #ffffff;
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #86adff;
        position: absolute;
        top: 35.2vw;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 3.2vw;
    }
    .box .Content .Classification .product p {
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        color: #636e80;
        position: relative;
        margin-right: 2.93333333vw;
        /* letter-spacing: -0.13333333vw; */
        letter-spacing: 0;
        cursor: pointer;
        margin-bottom: 1.33333333vw;
    }
    .box .Content .Classification .product p::after {
        content: '';
        width: 0.26666667vw;
        height: 3.46666667vw;
        background-color: #636e80;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%);
        margin: 0 1.33333333vw;
        z-index: 99999;
    }
    .box .Content .Classification .product p.active {
        color: #005bbe;
    }
    .box .Content .Classification .product p:hover {
        color: #005bbe;
    }
    .box .Content .Classification .product p:last-child::after {
        content: none;
    }
    .box .Content .Classification .product.down {
        top: 61.06666667vw;
    }
    .box .Content .Info {
        margin-top: 20px;
        background-color: #f2f6fe;
        padding-bottom: 30px;
    }
    .box .Content .Info .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 19px;
        background-color: #fff;
    }
    .box .Content .Info .title h4 {
        font-size: 15px;
        line-height: 18px;
        color: #3f3e3e;
        font-weight: normal;
    }
    /* 移动端分页器：vw 适配 + 禁止换行 */
    .box .Content .page {
        padding: 4vw 0 3vw;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .box .Content .page .page-info {
        font-size: 3.2vw;
        line-height: 6.4vw;
        white-space: nowrap;
        padding-left: 3vw;
        flex-shrink: 0;
    }
    .box .Content .page a {
        min-width: 6.4vw;
        height: 6.4vw;
        padding: 0 1.6vw;
        margin: 0 0.6vw;
        font-size: 3.2vw;
        border-radius: 1vw;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .box .Content .page a.prev,
    .box .Content .page a.next {
        font-weight: bold;
    }
    .box .Content .page span {
        min-width: 5.6vw;
        margin: 0 0.4vw;
        font-size: 3.2vw;
        line-height: 6.4vw;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .box .Content .Info .title select {
        width: 125px;
        height: 28px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 14px;
        border: none;
        outline: none;
        font-size: 14px;
        line-height: 14px;
        color: #000102;
        padding-left: 12px;
    }
    .box .Content .Info .title select.IC {
        width: 75px;
    }
    .box .Content .Info .Companies {
        padding: 20px 10px;
    }
    .box .Content .Info .Companies .company {
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 1px dashed #c3dafa;
    }
    .box .Content .Info .Companies .company .logo {
        width: 145px;
        height: 145px;
    }
    .box .Content .Info .Companies .company .logo img {
        width: 145px;
        height: 145px;
        object-fit: cover;
    }
    .box .Content .Info .Companies .company .content {
        min-width: 0;
        margin-top: 15px;
    }
    .box .Content .Info .Companies .company .content .company-intro {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        color: #3f3e3e;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 14px;
    }
    .box .Content .Info .Companies .company .content .text p:first-child {
        font-weight: bold;
    }
    .box .Content .Info .Companies .company .content .text p {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        color: #3f3e3e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 14px;
    }
    .box .Content .Info .Companies .company .content .text p span {
        width: auto;
        height: 22px;
        background-color: #d3eefd;
        border-radius: 5px;
        padding: 0 12px;
        margin-right: 10px;
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        color: #399dd5;
        margin-bottom: 10px;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(2) {
        background-color: #c3fce0;
        color: #02974e;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(3) {
        background-color: #faddfb;
        color: #b13cb5;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(4) {
        background-color: #fde1d7;
        color: #b56804;
    }
    .box .Content .Info .Companies .company .content .text p span:nth-child(5) {
        background-color: #fed8e6;
        color: #d73944;
    }
    .box .Content .Info .Companies .company .content .text p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4px;
    }
    .box .Content .Info .Companies .company .content ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Content .Info .Companies .company .content ul li {
        width: 100%;
        height: 240px;
        background-color: #ffffff;
        box-shadow: 3px 4px 10px 0px rgba(155, 164, 186, 0.13);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .box .Content .Info .Companies .company .content ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Info .Companies .company .content ul li a img {
        width: 100%;
        height: 159px;
        object-fit: cover;
    }
    .box .Content .Info .Companies .company .content ul li a p {
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        color: #3f3e3e;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Info .Companies .company .content ul li a button {
        display: block;
        width: 60px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #8bb7fe;
        outline: none;
        margin: 11px auto 0;
    }
    .box .Content .Info .Companies .company.IE .content .text p {
        line-height: 5.33333333vw;
        margin-bottom: 2.66666667vw;
    }
    .box .Content .Info .Companies .company.IE .content .text p span {
        letter-spacing: -0.5px;
    }
    .box .Content .Info .Companies .company.IE .content .text p:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .box .Content .page {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .box .Content .page .page-info {
        margin-right: auto;
        font-size: 14px;
        color: #333;
        line-height: 32px;
        font-weight: 500;
    }
    .box .Content .page a {
        flex-shrink: 0;
        min-width: 32px;
        height: 32px;
        padding: 0 6px;
        background-color: #e9effc;
        border-radius: 5px;
        border: solid 1px #c9d6eb;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 3px;
        font-size: 14px;
        line-height: 1;
        color: #383131;
        cursor: pointer;
        text-decoration: none;
        white-space: nowrap;
        transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    }
    .box .Content .page a:hover {
        background-color: #c8dcff;
        border-color: #3076ff;
        color: #3076ff;
    }
    .box .Content .page a.active {
        background-color: #3076ff;
        color: #fff;
        border-color: #3076ff;
        cursor: default;
    }
    .box .Content .page a.active:hover {
        background-color: #3076ff;
        color: #fff;
    }
    .box .Content .page a.prev,
    .box .Content .page a.next {
        font-weight: bold;
    }
    .box .Content .page span {
        flex-shrink: 0;
        min-width: 28px;
        text-align: center;
        margin: 0 2px;
        font-size: 14px;
        line-height: 32px;
        color: #383131;
        white-space: nowrap;
    }
}
