.banner {
    position: relative;
    width: 100%;
}

.banner .swiper-slide a {
    display: block;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 0.2rem;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    margin: 0 0.06rem !important;
    transition: 0.3s all;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background: #ffffff;
}

.banner .swiper-pagination-bullet-active {
    background: #ff9c00;
    width: 0.3rem;
}

.title {
    width: 100%;
    padding-bottom: 0.15rem;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0.3rem;
}

.title h3 {
    color: #00706B;
    font-family: "微软雅黑";
    font-size: 0.26rem;
    line-height: 1;
    padding-left: 0.1rem;
    background-size: auto 0.18rem;
}

.title a {
    font-size: 0.14rem;
    color: #999999;
}

.title a:hover {
    color: #ff9c00;
}

.part {
    width: 100%;
   background-color: rgb(0 0 0 / 2%);
    background-size: cover;
    padding: 0.4rem 0;
}

.parta {
    width: 100%;
    margin-bottom: 0.4rem;
}

.pa-left {
    width: calc(72% - 0.1rem);
}

.pa-right {
    width: calc(28% - 0.15rem);
}

.news-scroll {
    width: calc(60% - 0.1rem);
    position: relative;
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0;
    omitted colors are a user agent chosen color.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: 0 0 0.15rem 0 rgba(41, 116, 215, 0.19);
}

.news-list {
    width: calc(40% - 0.1rem);
}

.news-scroll ul li .news-img {
    width: 100%;
    height: 3.8rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem 0.2rem 0rem 0rem;
}

.news-scroll ul li .news-img a {
    display: block;
    z-index: 0;
    transition: 0.2s all;
}

.news-scroll ul li:hover .news-img a {
    transform: scale(1.1,1.1);
}

.news-scroll ul li .news-txt {
    width: 100%;
    background: #ffffff;
    padding: 0.23rem 0.25rem;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
}

.news-scroll ul li .news-txt>a {
    transition: 0.2s all;
    width: 100%;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
    font-family: "微软雅黑";
    border-radius: 0.2rem 0.2rem;
}

.news-scroll ul li span {
    transition: 0.2s all;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.3rem;
    height: 0.3rem;
    display: block;
    padding: 0 0.15rem;
    border-radius: 0.15rem;
    background: #f7f7f7;
}

.news-scroll ul li .flex a {
    transition: 0.2s all;
    line-height: 0.3rem;
    color: #999999;
    font-size: 0.14rem;
    display: block;
    padding-right: 0.26rem;
    background-image: url(../img/in.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 0.2rem;
}

.news-scroll ul li:hover .news-txt>a {
    color: #00706B;
}

.news-scroll ul li:hover span {
    background: #00706B;
    color: #ffffff;
}

.news-scroll ul li:hover .flex a {
    color: #00706B;
    background-image: url(../img/in-blue.svg);
}

.news-scroll .swiper-button-prev,.news-scroll .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    top: 50%;
    margin-top: -0.8rem;
    background-color: rgba(0,0,0,0.5);
    background-size: auto 0.16rem;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    z-index: 2;
}

.news-scroll .swiper-button-prev {
    background-image: url(../img/left.svg);
    left: 2%;
}

.news-scroll .swiper-button-next {
    background-image: url(../img/right.svg);
    right: 2%;
}

.news-list ul li {
    width: 100%;
}

.news-list ul li:nth-child(n+2) {
    margin-top: 0.2rem;
}

.news-list ul li a {
    display: block;
    background: #ffffff;
    padding: 0.15rem 0.2rem;
    transition: 0.2s all;
    font-family: "微软雅黑";
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0;
    omitted colors are a user agent chosen color.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: 0 0 0.15rem 0 rgba(41, 116, 215, 0.19);
    border-radius: 0.2rem 0.2rem;
}

.news-list ul li h3 {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.25rem;
    margin-bottom: 0.05rem;
    height: 0.5rem;
    font-weight: normal;
    transition: 0.2s all;
    width: 100%;
    display: block\0;
}

.news-list ul li p {
    font-size: 0.14rem;
    color: #00706B;
    font-family: myfont;
    line-height: 0.25rem;
    position: relative;
    transition: 0.2s all;
}

.news-list ul li p span {
    flex-shrink: 0;
}

.news-list ul li p::before {
    content: "";
    width: calc( 100% - 0.95rem );
    height: 0px;
    display: inline-block;
    background: #efeeee;
    transition: 0.2s all;
}

.news-list ul li p::after {
    content: "";
    width: 0.12rem;
    height: 0px;
    background: #00706B;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s all;
}

.news-list ul li:hover h3,.news-list ul li:hover p {
    color: #ffffff;
}

.news-list ul li:hover p::after {
    width: calc( 100% - 0.95rem );
    background: #ffffff;
}

.news-list ul li:hover a {
    background: #00706B;
}

.news-list ul li:hover p::before {
    background: rgba(255,255,255,0.2);
}

.notice-list ul li {
    width: 100%;
    padding-bottom: 0.08rem;
    background: url(../img/bottom.jpg) repeat-x right bottom;
    box-shadow: 0 0 0.14rem 0 rgba(52, 52, 52, 0.13);
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0;
    omitted colors are a user agent chosen color.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: 0 0 0.15rem 0 rgba(41, 116, 215, 0.19);
    border-radius: 0.2rem 0.2rem;
}

.notice-list ul li:nth-child(n+2) {
    margin-top: 0.2rem;
}

.notice-list ul li a {
    padding: 0.19rem 0.2rem;
    background: #ffffff;
    transition: 0.3s all;
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0;
    omitted colors are a user agent chosen color.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: 0 0 0.15rem 0 rgba(41, 116, 215, 0.19);
    border-radius: 0.2rem 0.2rem;
}

.notice-list ul li .time {
    width: 0.7rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
    text-align: center;
}

.notice-list ul li .time span {
    display: block;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.24rem;
    background: #00706B;
    font-family: "微软雅黑";
    font-weight: 600;
}

.notice-list ul li .time h3 {
    background: #f3f3f3;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #ff9c00;
    font-family: "微软雅黑";
}

.notice-list ul li p {
    width: calc( 100% - 0.9rem );
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    max-height: 0.6rem;
    display: block\0;
    font-family
Specifies a prioritized list of font family names or generic family names. A user agent iterates through the list of family names until it matches an available font that contains a glyph for the character to be rendered.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: "微软雅黑";
    font-family: "微软雅黑";
}

.notice-list ul li:last-child {
    margin-bottom: 0;
}

.notice-list ul li:hover p {
    color: #ff9c00;
}

.partb {
    width: 100%;
    margin-bottom: 0.4rem;
}

.partb ul li a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 8.54%;
}

.partc {
    width: 100%;
    margin-bottom: 0.4rem;
}

.pc-left,.pc-right {
    width: calc(33% - 0.2rem);
}
.pc-left1,.pc-right1 {
    width: calc(50% - 0.2rem);
}
.pc-list {
    width: 100%;
    background: #ffffff;
    padding: 0.25rem 0.3rem 0.3rem;
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0;
    omitted colors are a user agent chosen color.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: 0 0 0.15rem 0 rgba(41, 116, 215, 0.19);
    border-radius: 0.2rem 0.2rem;
}

.pc-list ul li {
    width: 100%;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid rgba(216,216,216,0.5);
    line-height: 0.24rem;
    transition: 0.2s all;
}

.pc-list ul li:nth-child(n+2) {
    margin-top: 0.15rem;
}

.pc-list ul li a {
    max-width: calc(100% - 1rem);
    transition: 0.2s all;
    font-size: 0.18rem;
    color: #333333;
    padding-left: 0.28rem;
    background: url(../img/txt_icon.png) no-repeat left center;
    background-size: auto 0.12rem;
    font-family: "微软雅黑";
}

.pc-list ul li span {
    color: #333333;
    font-size: 0.16rem;
    font-family: myfont;
}

.pc-list ul li:hover {
    border-bottom: 1px solid #d8d8d8;
}

.pc-list ul li:hover a {
    color: #ff9c00;
}

.partd {
    width: 100%;
    background: #ffffff;
    padding: 0.3rem;
    margin-bottom: 0.4rem;
}

.partd ul li a {
    display: block;
    width: 100%;
    height: 0.9rem;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.9rem;
    transition: 0.2s all;
}

.partd ul li span {
    font-size: 0.2rem;
}

.partd ul li:first-of-type a {
    background: #e5f1ff;
    color: #0d5fc2;
}

.partd ul li:nth-of-type(2) a {
    background: #def6ea;
    color: #027d3c;
}

.partd ul li:nth-of-type(3) a {
    background: #fae9e9;
    color: #bd0209;
}

.partd ul li:nth-of-type(4) a {
    background: #fdf5e4;
    color: #d76b13;
}

.partd ul li:first-of-type:hover a {
    background: #0d5fc2;
    color: #ffffff;
}

.partd ul li:nth-of-type(2):hover a {
    background: #027d3c;
    color: #ffffff;
}

.partd ul li:nth-of-type(3):hover a {
    background: #bd0209;
    color: #ffffff;
}

.partd ul li:nth-of-type(4):hover a {
    background: #d76b13;
    color: #ffffff;
}

.partd .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: none;
}

.partd .swiper-pagination-bullet {
    margin: 0 0.06rem !important;
    transition: 0.3s all;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background: rgba(0,0,0,0.4);
}

.partd .swiper-pagination-bullet-active {
    background: #0d5fc2;
    width: 0.3rem;
}

.parte {
    width: 100%;
    background: #ffffff;
    padding: 0.2rem 0.3rem;
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0;
    omitted colors are a user agent chosen color.

Widely available across major browsers (`Baseline` since 2018å¹´1æœˆ)
äº†è§£è¯¦ç»†ä¿¡æ¯

ä¸æ˜¾ç¤º: 0 0 0.15rem 0 rgba(41, 116, 215, 0.19);
    border-radius: 0.2rem 0.2rem;
}

.parte .title {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.parte .title h3 {
    line-height: 0.4rem;
}

.parte ul {
    max-width: calc(100% - 1.8rem);
}

.parte ul li {
    line-height: 0.4rem;
    font-size: 0.16rem;
    margin-right: 0.2rem;
}

.parte ul li a {
    color: #333333;
    display: inline-block;
    padding-right: 0.2rem;
    position: relative;
    font-family: "微软雅黑";
}

.parte ul li a::after {
    content: "";
    width: 1px;
    height: 0.14rem;
    background: #333333;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.parte ul li:last-of-type a::after {
    content: none;
}

.parte ul li:last-of-type a {
    padding-right: 0;
}

.parte ul li:last-of-type {
    margin-right: 0;
}

.parte ul li:hover a {
    color: #ff9c00;
}