<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */
header.home-header aside {
    display: flex;
    justify-content: space-between;
    line-height: 2.45em;
    font-size: 0.8rem;
}

header.home-header aside .links a {
    margin: 5px;
}

header.home-header .main {
    background-color: #2b65c7;
    background: url("../images/bg_top.png") top center;
    height: 120px;
}

header.home-header .main .content {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 260px;
    height: 80px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
}

header.home-header.main .search {
    display: flow-root;
}

header.home-header .main .search input {
    float: left;
    height: 40px;
    width: 300px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

header.home-header .main .search button {
    float: left;
    height: 40px;
    width: 90px;
    background-color: #eacc5f;
    color: #505050;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

header.home-header .main .links {
    font-size: 1.1rem;
    line-height: 40px;
}

header.home-header .main .links .item {
    display: inline-block;
}

header.home-header .main .links .item:nth-last-child(n+2) {
    margin-right: 10px;
}

header.home-header .main .links a,
header.home-header .main .links .icon {
    color: white;
}

/* prime */
/* 导航栏 */
.prime .content {
    position: relative;
    height: auto;
}

.prime nav {
    display: inline-block;
    margin-right: 10px;
}

.prime nav .super &gt; li {
    padding: 0 10px;
    width: 240px;
    height: 61px;
    line-height: 61px;
    border: 0.5px solid #999;
    border-top: 0;
    cursor: pointer;
}

.prime nav .super &gt; li .icon {
    float: right;
    transition: all 0.2s;
}


.prime nav .super &gt; li.title {
    /*background-color: #505050;*/
    background: #3d95d5;
    cursor: default;
}

.prime nav .super &gt; li.title .icon,
.prime nav .super &gt; li.title {
    float: none;
    color: white;
}

.prime nav .super &gt; li.title .icon {
    margin-right: 1rem;
}

.prime nav .super &gt; li:hover {
    border-left: 3px solid #505050;
    padding-left: 7.5px;
}

/* 导航栏折叠项 */

.prime nav .super &gt; li.folder {
    height: auto;
}

.prime nav .super &gt; li.folder:hover {
    border-left: 3px solid #505050;
    padding-left: 7.5px;
}

.prime nav .super &gt; li.folder.active {
    border-left: 3px solid #505050;
    padding-left: 7.5px;
}

.prime nav .super &gt; li.folder.active .icon {
    transform: rotate(90deg);
}

.prime nav li.folder .sub {
    display: none;
    border-top: 0.5px solid #999;
    font-size: 13px;
}

.prime nav li.folder .sub li {
    display: inline-block;
    margin-right: 13px;
}


/* right part */
.prime .right-part {
    display: inline-block;
    position: relative;
    /*width: calc(66% - 255px);*/
    vertical-align: top;
}

.prime .right-part li {
    display: inline-block;
    height: 50px;
    line-height: 50px;

}

.prime .right-part aside.platform ul li:nth-last-child(n+2) {
    margin-right: 8px;
    font-weight: 300;
    padding: 0px 2em;
    background-color: #3d95d5;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
}

.prime .right-part aside.platform {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    height: 50px;
    line-height: 50px;
}


.prime .right-part aside.platform .contact {
    float: right;
}

.prime .right-part aside.platform .contact .icon {
    vertical-align: bottom;
    margin-right: 2px;
}

.prime .right-part aside.platform .contact .phone {
    color: #c5423f;
}


/* 轮播图 */

.swipper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swipper ul.image {
    position: relative;
    left: -100%;
    display: flex;
    width: 500%;
    transition: all 0.5s ease-in-out;
}

.swipper ul.image li {
    flex-grow: 1;
    height: auto;
    margin-right: 0;
    overflow: hidden;
}

.swipper ul.image li img {
    width: 960px;
    height: 480px;
}

.swipper button .icon {
    color: white;
    font-size: 20px;

}

.swipper button.forward,
.swipper button.backward {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(153, 153, 153, 0.493);
    opacity: 0;
    transition: all 0.2s;
}

.swipper button.backward {
    left: 0px;
}

.swipper button.forward {
    right: 0px;
}

.swipper .dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 8px;

}

.swipper .dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #505050;
    cursor: pointer;
}

.swipper .dots li:first-child {
    background-color: #eccd60;

}


/* 问卷 */
.prime .query ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.prime .query ul li {
    flex-grow: 1;
    padding: 20px 0;
    height: auto;
    text-align: center;
    border-radius: 5px;
    font-size: 1.1rem;
    line-height: 1.55rem;
    transition: all 0.2s;
    cursor: pointer;
}

.prime .query ul li:nth-child(1) {
    background-color: #64bbca;
}


.prime .query ul li:nth-child(2) {
    background-color: #eacc5f;
}

.prime .query ul li:nth-child(3) {
    background-color: #3b76d1;
}

.prime .query ul li:nth-child(1) a,
.prime .query ul li:nth-child(3) a {
    color: white;

}

.prime .query ul li:hover {
    transform: scale(0.9);
}

/* siblings */
.sibling {
    padding-top: 20px;
    padding-bottom: 40px;
}

.sibling &gt; header .title {
    position: relative;
    margin: auto;
    padding-bottom: 10px;
    width: 2rem;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.sibling &gt; header .title span {
    position: relative;
    left: -3rem;
    color: #2b2b2b;
    font-size: 2rem;
    font-weight: 500;
    word-break: keep-all;
}

.sibling &gt; header .description {
    text-align: center;
    margin: 10px auto;
    max-width: 70%;
    font-weight: 300;
}

/* 政策法规 */
.policy {
    /*background-color: #fff;*/
}

.policy &gt; header .title {
    border-bottom-color: #f1a051;

}

.policy &gt; header .title span,
.policy &gt; header .description {
    color: white;
}


.policy .main-wrapper {
    display: flex;
    justify-content: space-between;
}

.policy main {
    width: 49%;
}

.policy .flex-wrapper {
    display: flex;
    margin-top: 50px;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

.policy .capsule {
    flex-grow: 1;
    line-height: 2.2rem;
    padding: 0 10px;
    background-color: white;
    border-radius: 100px;
}

.policy main .list {
    margin-top: 40px;
}

.policy main .list header {
    padding: 10px 20px;
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #2f2f2f;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;

}

.policy main .list header .icon {
    margin-right: 10px;
    vertical-align: bottom;
}

/* 左侧main板块 */

.policy main.hotspot .search {
    position: relative;
}

.policy main.hotspot .search .icon {
    position: absolute;
    line-height: 2.2rem;
    top: 0;
    right: 10px;
}

/* 右侧main板块header */
.policy main.info .capsule {
    cursor: pointer;
    transition: all 0.2s;
}

.policy main.info .capsule:hover {
    transform: translateY(-3px);
}

.policy main.info .capsule .icon {
    margin-right: 5px;
}


.policy main.info .list header {
    display: flex;
    justify-content: space-between;
}

.policy main.info .list header .category {
    display: flex;
    gap: 4px;
}

.policy main.info .list header .category li {
    font-size: 0.8rem;
    font-weight: 300;
    height: 1rem;
    line-height: 1rem;
    padding: 0 5px;
    background-color: #f2f2f2;
    border-radius: 2px;
    margin-bottom: 0;
    cursor: pointer;
}

.policy main.info .list header .category li.active {
    background-color: #2b65c7;
    color: white;
}

/* 信息列表 */

.policy main .list .list-body {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.policy main .list .list-body li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}

.policy main .list .list-body li a {
    display: inline-block;
    width: 90%;
}


.appeal &gt; header .title {
    border-bottom-color: #2f7de9;
}

/* 图示 */
.appeal .process-graphic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
    width: 80%;
}

.appeal .process-graphic .item {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    border: 5px solid #5584f1;
    border-radius: 50%;
}

.appeal .process-graphic .icon {
    line-height: 50px;
    font-size: 1.8rem;
}

.appeal .process-graphic .item .label {
    position: absolute;
    bottom: -45px;
    left: -8px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    word-break: keep-all;
}

.appeal .process-graphic .item:nth-child(3) {
    border-color: #eea04f;
}

.appeal .process-graphic .item:nth-child(5) {
    border-color: #6368e1;
}

.appeal .process-graphic .item:nth-child(7) {
    border-color: #61a0af;
}

.appeal .process-graphic .item:nth-child(9) {
    border-color: #aa69a1;
}

.appeal .process-graphic .item:nth-child(11) {
    border-color: #d58f50;
}

/* 主要板块布局 */

.appeal main {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 21% 31% 31% 17%;
    grid-template-rows: 45px 130px 130px;
    background-color: white;
}

.appeal main .statistics {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}

.appeal main .aside {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.appeal main .code {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
}

.appeal main .data1,
.appeal main .data3 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.appeal main .data2,
.appeal main .data4 {
    grid-column-start: 3;
    grid-column-end: 4;
}

.appeal main .data1,
.appeal main .data2 {
    grid-row-start: 2;
    grid-row-end: 3;
}

.appeal main .data3,
.appeal main .data4 {
    grid-row-start: 3;
    grid-row-end: 4;
}

/* 主要板块内容 */
/* 统计栏 */
.appeal main .statistics {
    position: relative;
    padding-top: 20px;
    background-color: #56a6b5;
    color: white;
    font-weight: 500;
    text-align: center;
}

.appeal main .statistics h1 {
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 3px solid white;
    width: 32px;
    word-break: keep-all;
    font-size: 16px;
}

.appeal main .statistics h1 .title {
    position: relative;
    left: -64px;
}

.appeal main .statistics .num {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
}

.appeal main .statistics .num .unit {
    font-size: 10px;
    font-weight: 300;
}

.appeal main .statistics .num::after {
    content: "已提交需求";
    display: block;
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 100%;
}

.appeal main .statistics button.spread {
    position: absolute;
    bottom: 40px;
    transform: translateX(-50%);
    background-color: #ef9f50;
    color: white;
    font-weight: 500;
    width: 70%;
}

/* 查看更多 */

.appeal main .aside {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    line-height: 45px;
    border: 0.5px solid #ccc;
    border-left: 0;
}

.appeal main .aside .title {
    font-size: 16px;
    font-weight: 500;
}

.appeal main .aside .title .icon {
    margin-right: 5px;
}

.appeal main .aside .extend-link .icon {
    margin-left: 5px;
}

.appeal main .aside .extend-link a {
    font-size: 14px;
}

/* 二维码 */

.appeal main .code {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #ccc;
    border-top: 0;
    border-left: 0;

}

.appeal main .code .img {
    width: 70%;
    position: relative;
}

.appeal main .code .img img {
    width: 100%;
    height: auto;
}

.appeal main .code .img::after {
    content: '关注“湖北企业无忧”诉求提交和查询';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

/* 数据列表 */

.appeal main [class^='data'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
    border-right: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
}

.appeal main [class^='data'] &gt; div {
    display: flex;
    justify-content: space-between;
}

.appeal main [class^='data'] .title .ellipsis {
    position: relative;
    padding-left: 16px;
    width: 70%;
}

.appeal main [class^='data'] .title .ellipsis::before {
    content: '';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
}

.appeal main [class^='data'] .title {
    font-size: 15px;
}

.appeal main [class^='data'] .title .status {
    font-size: 10px;
    line-height: 17.25px;
    padding: 0 3px;
    background-color: #ddd;
}

.appeal main [class^='data'] .detail {
    font-size: 10px;
    color: #bbb;
    padding-left: 16px;
}

.appeal main [class^='data'] .detail .ellipsis {
    width: 60%;
}

/* 专精特新 */
.innovation {
    /*background-color: white*/
}

.innovation &gt; header .title {
    border-bottom-color: #2b65c7;
}

.innovation main {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.innovation main .description {
    width: 68%;
    height: 400px;
}

.innovation main .description .title {
    font-weight: 500;
    color: #3a3a3a;
}


.innovation main .description .text {
    font-size: 14px;
    font-weight: 400;
}

.innovation main .description .overall {
    height: 150px;
    padding-bottom: 5px;
}

.innovation main .description .overall .title {
    width: 2.5em;
    padding-bottom: 10px;
    border-bottom: 3px solid #3a3a3a;
    font-size: 2rem;
    word-break: keep-all;
    line-height: 1;
}


.innovation main .description .overall .text {
    overflow: auto;
    margin-top: 15px;
    height: 85px;
}

.innovation main .description .specific {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 125px 125px;
}

.innovation main .description .specific [class^='item'] {
    padding: 20px;
    padding-bottom: 0;
}

.innovation main .description .specific [class^='item']:nth-child(1) {
    border-bottom: 0.5px solid #ccc;
    border-right: 0.5px solid #ccc;
}

.innovation main .description .specific [class^='item']:nth-child(4) {
    border-top: 0.5px solid #ccc;
    border-left: 0.5px solid #ccc;
}


.innovation main .description .specific [class^='item'] .title {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1;
}

.innovation main .description .specific [class^='item'] .text {

    height: 70px;
    overflow: auto;
    margin-bottom: 5px;
}

.innovation main .operation {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    width: 30%;
    height: 400px;
    background-color: #3476ab;
    border-radius: 5px;
}

.innovation main .operation header {
    color: white;
}

.innovation main .operation header .title {
    font-size: 1.4rem;
    font-weight: 500;

}

.innovation main .operation header .text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}

.innovation main .operation button.spread {
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
    width: 60%;
    background-image: linear-gradient(145deg, #65ded0 55%, #a867c9);
    color: white;
    font-weight: 500;
}

/* 投融资服务 */
.invest {
    /*background-color: #ddd;*/
}

.invest &gt; header .title span {
    left: -4rem;
}

.invest &gt; header .title {
    border-bottom-color: #2f7de9;
}

.invest .capsule-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;

}

.invest .capsule-wrapper .search,
.invest .capsule-wrapper .links {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 49%;
    gap: 10px;
    flex-wrap: wrap;
}

.invest .capsule-wrapper .capsule {
    flex-grow: 1;
    line-height: 2.2rem;
    padding: 0 10px;
    background-color: white;
    border-radius: 100px;
    word-break: keep-all;
}

.invest .capsule-wrapper .search .icon {
    position: absolute;
    line-height: 2.2rem;
    top: 0;
    right: 10px;
}

.invest .capsule-wrapper .search {
    height: 35.2px;
}

.invest .capsule-wrapper .links .capsule {
    cursor: pointer;
    transition: all 0.2s;
}

.invest .capsule-wrapper .links .capsule:hover {
    transform: translateY(-3px);
}

.invest .capsule-wrapper .links .icon {
    margin-right: 5px;
}

.invest main .category {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.invest main .category .item {
    text-align: center;
    width: 8em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    font-size: 1rem;
    padding-bottom: 10px;
    cursor: pointer;
}

.invest main .category .item.active {
    border-bottom: 2px solid #2b65c7;
}

.invest main .list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

.invest main .list li {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 40px 60px 60px 40px;
    width: 270px;
    height: 200px;
    background-color: white;
}

.invest main .list li &gt; * {
    padding-left: 10px;
    padding-right: 10px;
}

.invest main .list li .title {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #3e80e5;
}

.invest main .list li .detail1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    border: 0.5px solid #ddd;
    border-top: 0;
}

.invest main .list li .detail2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    border: 0.5px solid #ddd;
    border-top: 0;
}

.invest main .list li .detail3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    border: 0.5px solid #ddd;
    border-top: 0;
    border-left: 0;
}


.invest main .list li .operation {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    border: 0.5px solid #ddd;
    border-top: 0;
}

.invest main .list li .title {
    padding-top: 12.5px;
    color: white;
}

.invest main .list li .title .super {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}

.invest main .list li .title .sub {
    font-weight: 300;
    font-size: 12px;
    margin-left: 3px;
    line-height: 1;
}


.invest main .list li .detail1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
}


.invest main .list li .detail1 .owner {
    font-size: 13px;
}

.invest main .list li .detail1 .rate {
    text-align: right;
}

.invest main .list li .detail2,
.invest main .list li .detail3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
}

.invest main .list li .detail2 .value {
    font-size: 14px;
    font-weight: 500;
    color: #2b65c7;
}

.invest main .list li .detail3 .value {
    font-size: 14px;
}

.invest main .list li .operation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
}

.invest main .list li .operation button {
    width: 6em;
    background-color: #fae9a5;
    text-align: center;
    color: #505050;
    border-radius: 50px;
    line-height: 1.2;
}


/* 法律服务 */

.law &gt; header .title {
    border-bottom-color: #2f7de9;
}

.law main {
    display: grid;
    grid-template-columns: 22% 26% 26% 26%;
    grid-template-rows: 150px 150px;
    margin-top: 40px;
    color: white;
}

.law main .statistics {
    position: relative;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: #556073;
}

.law main .statistics .title {
    margin-top: 20px;
    text-align: center;
}

.law main .statistics .title .super {
    font-size: 18px;
    font-weight: 500;
}

.law main .statistics .title .sub {
    margin-top: 10px;
    font-weight: 300;
}

.law main .statistics .num {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
}

.law main .statistics .num .line {
    width: 0;
    height: 20px;
    border: 0.5px solid white;
}

.law main .statistics .num .item .value {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.law main .statistics .num .item .unit,
.law main .statistics .num .item .description {
    font-size: 13px;
    font-weight: 300;
}

.law main .statistics button.spread {
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    width: 70%;
    background-color: #d47074;
    color: white;
    font-weight: 500;
}

.law main .item1 {
    /* grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2; */
    background-color: #5789f3;
}

.law main .item2 {
    /* grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2; */
    background-color: #f1a245;
}

.law main .item3 {
    /* grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2; */
    background-color: #6167ea;
}


.law main .item4 {
    /* grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3; */
    background-color: #5ca3ae;
}

.law main .item5 {
    /* grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3; */
    background-color: #b477ae;
}

.law main .item6 {
    /* grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3; */
    background-color: #d0696d;
}

.law main &gt; [class^='item'] {
    padding: 35px;
    padding-left: 40px;
}

.law main &gt; [class^='item'] .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 52px;
    height: 80px;
    white-space: nowrap;

}

.law main &gt; [class^='item'] .wrapper .title {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.law main &gt; [class^='item'] .wrapper .price {
    font-size: 16px;
    font-weight: 300;
}

.law main &gt; [class^='item'] .wrapper button.spread {
    font-size: 12px;
    font-weight: 300;
    width: 6em;
    text-align: center;
    border-radius: 5px;
}

/* 人才培训服务平台 */
.training {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #dadada;
}

.training header {
    text-align: center;
    white-space: nowrap;
}

.training header .description {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}

.training header .title {
    width: 1em;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 3px solid #2f7de9;
    font-size: 32px;
    font-weight: 500;
}

.training header .title span {
    position: relative;
    left: -3.5em;
}

.training p.detail {
    margin-top: 20px;
    padding: 20px 40px;
    font-weight: 300;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.434);
    border-radius: 5px;
}

.training .links {
    width: 90%;
    max-width: 500px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.training .links button.spread {
    font-weight: 300;
    width: 6em;
    background-color: #6a90be;
    color: white;
}

/* 专家顾问 */
.experts &gt; header .title {
    border-bottom-color: #2b65c7;
}

.experts main {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
    height: 300px;
}


.experts main button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background-color: transparent;
}

.experts main button.backward {
    left: 0;
}

.experts main button.forward {
    right: 0;
}

.experts main button:hover span {
    color: #ccc;
}

.experts main button:disabled span {
    color: #eee;
}


.experts main ul.person {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.experts main ul.person li {
    position: relative;
    width: 210px;
    height: 300px;
    background-color: #fff;
    overflow: hidden;
    border: 0.5px solid #ddd;
}

.experts main ul.person li img {
    width: 210px;
    height: 300px;
}

.experts main ul.person li .description {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 80%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 0.5px solid #ddd;
    cursor: pointer;
    transition: all 0.2s;
}

.experts main ul.person li .description:hover {
    transform: translate(-50%, -5px);
}

.experts main ul.person li .description .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.experts main ul.person li .description .detail {
    font-weight: 300;
    font-size: 13px;

}

.experts .dots {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 20px;
}

.experts .dots li {
    width: 20px;
    height: 0;
    border: 1px solid #999;
    cursor: pointer;
}

.experts .dots li.active {
    border: 1px solid #2b65c7;
}

.experts .operation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.experts .operation button {
    width: 8em;
    line-height: 2;
    font-weight: 300;
    border-radius: 3px;
}

.experts .operation button:hover {
    background-color: #ddd;
}

/* 部门介绍 */
.department {
    padding-top: 40px;
    padding-bottom: 40px;
}

.department main {
    display: grid;
    grid-template-columns: 50% 25% 25%;
}

.department main .description {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-left: 40px;
    padding-right: 30px;
    color: white;
    background-color: #2b5ca2;
}

.department main .description h1 {
    margin-top: 30px;
    font-size: 20px;
}

.department main .description p {
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 13px;
}

.department main .description .operation {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;

}

.department main .description .operation button.spread {
    width: 7em;
    font-weight: 300;
    border-radius: 5px;
    background-color: white;
}

.department main [class^='detail'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    border: 0.5px solid #ddd;
    border-left: 0;
}

.department main [class^='detail'] .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #a5d0f5;
    overflow: hidden;
}

.department main [class^='detail'] .pic img {
    width: 100%;
    height: 100%;
}

.department main [class^='detail'] .title {
    font-weight: 500;
    font-size: 18px;
}

.department main [class^='detail'] .text {
    width: 80%;
    font-size: 13px;
    font-weight: 300;
}

/* 友情链接 */

.friend-links {
    padding-top: 30px;
    padding-bottom: 30px;
}

.friend-links h1 {
    font-size: 28px;
    text-align: center;
}

.friend-links .category {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.friend-links .category li {
    padding: 5px 1em;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}


.friend-links .category li.active {
    border-bottom: 2px solid #2b65c7;
}

.friend-links .links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px 15px;
    flex-wrap: wrap;
}

.friend-links .links li {
    font-weight: 300;
    padding: 5px 1em;
    background-color: #e9f4ff;
    border-radius: 5px;
    color: #000000;
}

/* footer */
footer.app-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #3d649c;
    color: rgba(255, 255, 255, 0.64);
    font-weight: 300;
    font-size: 13px;
}

footer .links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

footer .links a {
    color: rgba(255, 255, 255, 0.64);
}

footer main {
    padding-top: 70px;
    background-image: url('../assets/logo.png'), url('../assets/事业单位图标.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: auto 40px, 40px auto;
}

footer main .footer-info .item {
    margin-right: 30px;
    line-height: 1.5em;
}

footer main .footer-info .item b {
    color: white;
}
</pre></body></html>