@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}
/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}
/*= 清除浮动=*/
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{    margin: 5px 0px 0px 5px !important;}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

    :focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}
/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}
/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}
/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #265AAE;
}
/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}
/*原文件配置  end*/
/*横向居中*/

.te_c {
    text-align: center;
}
/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.container {
    max-width: 19.2rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: linear-gradient( rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    z-index: -1;
    height: 1.8rem;
}

.header .logo {
    height: .9rem;
}

.header .logo img {
    height: .63rem;
}

.header .search {
    width: 1.75rem;
    height: .3rem;
    border: 1px rgba(255, 255, 255, .5) solid;
}

.header .search button {
    background: url(../images/search.svg)no-repeat center;
    border-right: 1px rgba(255, 255, 255, .2) solid;
    width: .3rem;
    height: .2rem;
}

.header .search input[type='text'] {
    font-size: .13rem;
    color: #FFF;
    height: .3rem;
    background: none;
    width: 100%;
    padding-left: .1rem;
}

.header .search input[type='text']::placeholder {
    color: #FFF;
}

.header.fixed {
    /* background-color: #265AAE; */
    background: linear-gradient(94deg, #4889F0 -92%, #11469B 100%);
}

.header.fixed::after {
    /* display: none; */
    height: 100%;
    background: url(../images/header_bg.png) no-repeat center;
    background-size: contain;
    background-position-x: 80%;
    opacity: .6;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    border-top: 1px rgba(255, 255, 255, .2) solid;
}

.nav li>a {
    color: #FFF;
    line-height: .6rem;
}

.nav .drop {
    left: -.4rem;
    right: -.4rem;
    top: .6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.6;
    font-size: .16rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.nav .search {
    display: none;
}

.footer {
    background: url(../images/f-bg.png)no-repeat center;
    background-size: cover;
    padding-top: .4rem;
    padding-bottom: .5rem;
    color: #FFF;
}

.footer .tool .item {
    border: 1px rgba(255, 255, 255, .2) dashed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 1.75rem;
    height: 1.25rem;
}

.footer .tool .item .icon {
    height: .5rem;
    margin-top: .1rem;
}

.footer .tool .item .icon img {
    height: .4rem;
}

.footer .tool .item .tit {
    color: #FFF;
    font-size: .14rem;
    line-height: 1.4;
    height: .4rem;
}

.footer .copyright {
    border-top: 1px rgba(255, 255, 255, .2) solid;
    margin-top: .45rem;
    padding-top: .5rem;
}

.footer .copyright .text {
    line-height: 2;
    margin-right: .4rem;
}

.footer .erwma-con .erwma {
    width: 1.26rem;
    margin-right: .25rem;
}

.footer .erwma-con .erwma:last-child {
    margin-right: 0;
}

.footer .erwma-con .erwma .pic-con {
    border: 1px rgba(255, 255, 255, .2) dashed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    padding: .08rem;
}

.footer .erwma-con .erwma .pic {
    width: 100%;
    height: 1.1rem;
    background-color: #FFF;
    padding: .05rem;
}

.footer .erwma-con .erwma .pic img {
    width: 100%;
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

.footer .erwma-con .erwma .tit {
    line-height: 1.1;
    margin-top: .2rem;
}

.footer .logo {
    margin-right: .2rem;
    padding-right: .2rem;
    padding-left: .4rem;
    border-left: 1px rgba(255, 255, 255, .2) solid;
    border-right: 1px rgba(255, 255, 255, .2) solid;
}

.footer .logo>a {
    display: block;
    width: 100%;
}

.footer .logo img {
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #265AAE;
        color: #FFF;
    }
    .footer .tool .item:hover .icon img {
        -webkit-animation: icon-bounce 0.5s alternate;
        -moz-animation: icon-bounce 0.5s alternate;
        -ms-animation: icon-bounce 0.5s alternate;
        -o-animation: icon-bounce 0.5s alternate;
        animation: icon-bounce 0.5s alternate
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header.on {
        background-color: #265AAE;
    }
    .header .search,
    .header.on::after {
        display: none;
    }
    .header .logo {
        height: 1rem;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem .3rem;
    }
    .nav .search {
        width: 100%;
        border-color: #265AAE;
        height: 35px;
        display: flex;
    }
    .nav .search input[type='text'] {
        color: #333;
        font-size: 14px;
        height: 30px;
    }
    .nav .search input[type='text']::placeholder {
        color: #333;
        opacity: .5;
    }
    .nav .search button {
        background-image: url(../images/search1.svg);
        width: 24px;
        height: 24px;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        color: #333;
        font-size: 16px;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        box-shadow: none;
        font-size: 14px;
    }
    .footer .tool .item .tit {
        font-size: 12px;
        height: 34px;
    }
}

@media (max-width:950px) {
    .footer .copyright .text {
        width: 100%;
        order: 2;
    }
    .footer .erwma-con {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: .3rem;
    }
    .footer .logo {
        border-width: 0;
    }
    .footer .logo img {
        width: auto;
        height: .63rem;
    }
    .footer .copyright .text {
        margin-right: 0;
        text-align: center;
        margin-top: .3rem;
    }
    .footer .erwma-con .erwma {
        width: 110px;
    }
    .footer .erwma-con .erwma .pic {
        height: 99px;
    }
    .footer .tool .item {
        width: 1.9rem;
        height: auto;
        padding-bottom: .2rem;
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 58px;
    }
    .header .logo img,
    .footer .logo img {
        height: 35px;
    }
    .footer .tool {
        justify-content: flex-start;
    }
    .footer .tool .item {
        width: 23.5%;
        margin-top: .15rem;
        margin-bottom: .15rem;
        margin-right: 2%;
    }
    .footer .tool .item:nth-of-type(4n) {
        margin-right: 0;
    }

}

@media (max-width:540px) {
    .footer .tool .item {
        width: 49%;
    }
    .footer .tool .item:nth-child(even) {
        margin-right: 0;
    }
    .footer .tool .item .icon {
        height: .6rem;
    }
    .footer .tool .item .icon img {
        height: .5rem;
    }
    .header .logo img,
    .footer .logo img {
        height: 26px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) scale(1.08);
    transition: all 4s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide-active img {
    transform: scale(1);
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2rem;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    z-index: 1;
}

.banner .swiper-pagination {
    bottom: .35rem;
    justify-content: flex-end;
    padding-right: 13%;
}

.banner .swiper-pagination-bullet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    /* text-indent: -.9rem; */
    color: transparent;
    background-color: transparent;
    opacity: 1;
    width: .5rem;
    height: .5rem;
    margin: 0 !important;
    transition: all .3s;
    /* margin-left: .15rem !important; */
    /* margin-right: .15rem !important; */
}

.banner .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s;
}

.banner .swiper-pagination-bullet-active {
    /* border: 1px #FFF dashed; */
    width: .5rem;
    height: .5rem;
    color: #FFF;
    /* text-indent: 0; */
    line-height: .48rem;
    background: none;
}

.banner .swiper-pagination-bullet-active::after{
    width: 100%;
    height: 100%;
    border-style: dashed;
    background: transparent;
}

@keyframes ani_down {
	0% {
		transform: translateX(-50%) translateY(0);
		opacity: 0
	}

	20% {
		transform: translateX(-50%) translateY(.156vw);
		opacity: 1
	}

	80% {
		transform: translateX(-50%) translateY(.52vw);
		opacity: 1
	}

	100%,
	90% {
		transform: translateX(-50%) translateY(.52vw);
		opacity: 0
	}
}

.banner .mouse {
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    width: .4rem;
    height: .6rem;
    background: url(../images/mouse.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 22;
    animation: 2s linear infinite ani_down;
}

.home-title .title {
    font-size: .34rem;
    font-weight: bold;
    padding-bottom: .25rem;
}

.home-title .title::after {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.91rem;
    height: .4rem;
    background: url(../images/line.svg)no-repeat center bottom;
    background-size: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-title .title span {
    color: #265AAE;
    padding-left: .15rem;
    margin-left: .1rem;
}

.home-title .title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    background-color: #265AAE;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: .16rem;
    color: #265AAE;
    padding-left: .2rem;
    line-height: 2;
}

.home-title .more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #1B4A97 0%, rgba(27, 74, 151, 0) 100%);
}

.home-news {
    padding-top: 1rem;
    padding-bottom: 1.8rem;
    background: url(../images/idx-news-bg.png) no-repeat center;
    background-size: 100% auto;
}

.home-news .content {
    margin-top: .33rem;
}

.home-news .thumb {
    width: 8rem;
    padding-bottom: .65rem;
    margin-right: .35rem;
}

.home-news .thumb .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 53.75%;
}

.home-news .thumb .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-news .thumb .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.ttf');
}

.home-news .thumb .pic .date {
    position: absolute;
    left: .05rem;
    top: .05rem;
    width: .88rem;
    height: .88rem;
    color: #FFF;
    background: linear-gradient(130deg, #4889F0 -79%, #11469B 100%);
    z-index: 1;
    font-family: 'Futura';
    line-height: 1.7;
}

.home-news .thumb .pic .date span {
    font-size: .3rem;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    line-height: 1.5;
    margin-bottom: .05rem;
    margin-left: .1rem;
    margin-right: .1rem;
}

.home-news .thumb .pic .date span::after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -3px;
    width: 3px;
    height: 3px;
    border: 1px rgba(255, 255, 255, .5) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news .thumb .pic .date span::before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: -3px;
    width: 3px;
    height: 3px;
    border: 1px rgba(255, 255, 255, .5) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news .thumb .tit {
    font-weight: bold;
    font-size: .22rem;
    line-height: 1.1;
    margin-top: .2rem;
}

.home-news .thumb .button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .44rem;
}

.home-news .thumb .swiper-button-prev,
.home-news .thumb .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: .44rem;
    height: .44rem;
    background: #265AAE url(../images/prev.svg)no-repeat center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .21rem;
}

.home-news .thumb .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: .2rem;
}

.home-news .thumb .swiper-pagination {
    position: initial;
    bottom: auto;
    left: auto;
    margin-right: .2rem;
}

.home-news .thumb .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    color: #265AAE;
    font-size: .16rem;
    margin-right: .1rem;
}

.home-news .thumb .swiper-pagination-bullet-active {
    font-size: .36rem;
}

.home-news .thumb .line {
    height: 1px;
    background-color: #265AAE;
    opacity: .3;
}

.home-news .thumb .line::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #265AAE solid;
    opacity: .9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news .thumb .line:first-child {
    width: .8rem;
    margin-right: .2rem;
    opacity: 1;
}

.home-news .thumb .line:first-child::after {
    left: auto;
    right: -3px;
    opacity: 1;
    background-color: #265AAE;
}

.home-news .thumb .line:last-child {
    width: .5rem;
}

.home-news .thumb .line:last-child::after {
    left: auto;
    right: -3px;
}

.home-news .item {
    border-bottom: 1px #B3D2EB solid;
    padding-left: .8rem;
    padding-top: .18rem;
    padding-bottom: .18rem;
    height: .8rem;
}

.home-news .item::after {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #B3D2EB solid;
}

.home-news .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: .6rem;
    background-color: #265AAE;
}

.home-news .item .date {
    font-family: 'Futura';
    line-height: 1.1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: .22rem;
    color: #265AAE;
}

.home-news .item .pic {
    width: 1.95rem;
    overflow: hidden;
    padding-top: 24.8%;
    display: none;
}

.home-news .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .item .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-news .item:last-child {
    border-bottom: 0;
}

.home-news .item.on {
    background: url(../images/tbg1.jpg)no-repeat center;
    background-size: cover;
    padding: .15rem .2rem .15rem .5rem;
    color: #FFF;
    height: 1.48rem;
}

.home-news .item.on::after,
.home-news .item.on::before,
.home-news .item:last-child::after,
.home-news .item:last-child::before {
    display: none;
}

.home-news .item.on .pic {
    display: block;
}

.home-news .item.on .tit {
    font-weight: bold;
    line-height: 1.7;
}

.home-news .item.on .date {
    margin-top: .15rem;
    color: #FFF;
    position: relative;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.home-news .item.on .date::before {
    content: '';
    position: absolute;
    height: 1px;
    width: .38rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -.5rem;
    background-color: rgba(255, 255, 255, .8);
}

.home-news .item.on .date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -.12rem;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(255, 255, 255, .8) solid;
}

.home-notice {
    width: 100%;
    height: 7rem;
    background: url(../images/bg1.png)no-repeat center;
    background-size: cover;
    margin-top: -1rem;
    padding-top: .7rem;
    z-index: 20;
}

.home-notice .home-title,
.home-notice .home-title span,
.home-notice .home-title .more {
    color: #FFF;
}

.home-notice .home-title span::before {
    background-color: #FFF;
}

.home-notice .home-title .title::after {
    background-image: url(../images/line1.svg);
}

.home-notice .home-title .more::after {
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.home-notice .content {
    margin-top: 0.2rem;
    padding-bottom: 1.2rem;
}

.home-notice .swiper-container {
    padding-top: .5rem;
}

.home-notice .content a{width:32%;float:left;margin-right:2%;}

.home-notice .content a:nth-child(3n){margin-right:0;}

.home-notice .swiper-slide {
    /* border: 1px rgba(255, 255, 255, .1) solid; */
    overflow: hidden;
    height: 1.04rem;
    color: #FFF;
    padding: .3rem .2rem .3rem .1rem;
    /* background: ; */
    background: #CEB07F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.home-notice .swiper-slide:nth-of-type(1) ,.home-notice .swiper-slide:nth-of-type(2),.home-notice .swiper-slide:nth-of-type(3)
{border-radius: 0 20px 0 0px; padding-top: 0.8rem;
    height: 1.5rem;}
.home-notice .swiper-slide:nth-of-type(7) ,.home-notice .swiper-slide:nth-of-type(8),.home-notice .swiper-slide:nth-of-type(9)
{border-radius: 0 0px 0 20px;padding-bottom: 0.8rem;
    height: 1.5rem;}

.home-notice .swiper-slide:nth-of-type(2) ,.home-notice .swiper-slide:nth-of-type(5),.home-notice .swiper-slide:nth-of-type(8){
    background: #C80018;
}

.home-notice .swiper-slide .tit {
    line-height: 1.7;
}

.home-notice .swiper-slide .des {
    font-size: .14rem;
    line-height: 1.5;
    margin-top: .1rem;
    opacity: .8;
}

.home-notice .swiper-slide .date {
    width: .9rem;
    height: .9rem;
    z-index: 10;
    font-size: .14rem;
    font-family: 'Futura';
    margin-right: .1rem;
}

.home-notice .swiper-slide .date span {
    font-size: .3rem;
}

.home-notice .swiper-slide .date::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/q1.png)no-repeat center;
    background-size: 100% 100%;
}

.home-notice .button {
    position: absolute;
    left: 50%;
    bottom: .3rem;
   
    width: 1.1rem;
    height: .44rem;
}

.home-notice .swiper-button-next,
.home-notice .swiper-button-prev {
    top: 0;
    width: .44rem;
    height: .44rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FFF url(../images/prev1.svg)center no-repeat;
    background-size: .21rem;
    margin-top: 0;
}

.home-notice .swiper-button-prev {
    left: 0;
}

.home-notice .swiper-button-next {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-xueshu {
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100%;
   margin-top:-0.45rem;
    z-index: 1;
    padding-top: 0.75rem;
    overflow: hidden;
}

.home-xueshu .content {
    padding-left: 2.6rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: .1rem;
    margin-top: .55rem;
}

.home-xueshu .text-con {
    background-color: #FFF;
    padding: 0 .5rem .75rem .5rem;
    margin-right: .4rem;
    width: 6.55rem;
}

.home-xueshu .text-con .item {
    border-bottom: 1px #D8D8D8 solid;
    padding-top: .26rem;
    padding-bottom: .26rem;
}

.home-xueshu .text-con .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 1rem;
    background-color: #265AAE;
    /* transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s; */
}

.home-xueshu .text-con .item::after {
    content: "";
    position: absolute;
    left: -.5rem;
    right: -.5rem;
    top: 0;
    bottom: 0;
    background: transparent;
}

.home-xueshu .text-con .item>* {
    position: relative;
    z-index: 1;
}

.home-xueshu .text-con .item .date {
    font-family: 'Futura';
    font-size: .3rem;
    margin-right: .3rem;
}

.home-xueshu .text-con .item .date .year {
    font-size: .14rem;
    color: #7F7F7F;
    font-weight: 550;
    line-height: 1.1;
    margin-top: .05rem;
}

.home-xueshu .text-con .item .date span {
    width: 1px;
    height: 20px;
    background-color: #333;
    opacity: .2;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    margin: 0 .1rem;
}

.home-xueshu .text-con .item .tit {
    line-height: 1.5;
}

.home-xueshu .text-con .item .des {
    color: #999;
    display: none;
    line-height: 1.8;
    font-size: .16rem;
}

.home-xueshu .text-con .item .des>div {
    padding-left: .25rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .16rem;
}

.home-xueshu .text-con .item .des>div:nth-child(1) {
    background-image: url(../images/name2.svg);
}

.home-xueshu .text-con .item .des>div:nth-child(2) {
    background-image: url(../images/time2.svg);
}

.home-xueshu .text-con .item .des>div:nth-child(3) {
    background-image: url(../images/address2.svg);
}

.home-xueshu .text-con .item.on {
    align-items: flex-start;
}

.home-xueshu .text-con .item.on::after {
    background: #C80018;
}

.home-xueshu .text-con .item.on .tit {
    color: #fff;
    font-weight: bold;
}

.home-xueshu .text-con .item.on .date,
.home-xueshu .text-con .item.on .date .year,
.home-xueshu .text-con .item.on .des {
    color: #fff;
}

.home-xueshu .text-con .item.on .date span {
    background-color: #265AAE;
}

.home-xueshu .text-con .item.on .des {
    display: block;
    margin-top: .05rem;
}

.home-xueshu .text-con .item.on .tit {
    -webkit-line-clamp: 1;
}

.home-xueshu .focus {
    background-color: #FFF;
    width: 9.55rem;
    padding: .5rem 2.45rem 0 .5rem;
    background: url(../images/xueshu-bg.png) no-repeat top right;
    background-size: 86% auto;
    background-position-x: 280%;
    background-position-y: -18%;
}

.home-xueshu .focus .swiper-slide:hover {
    color: #C80018;
}

.home-xueshu .focus .date {
    border: 1px #C80018 solid;
    width: .8rem;
    height: 1.1rem;
    color: #C80018;
    font-family: 'Futura';
    font-size: .14rem;
    margin-right: .25rem;
}

.home-xueshu .focus .date span {
    font-size: .36rem;
    margin-bottom: .05rem;
}

.home-xueshu .focus .tit {
    font-weight: bold;
}

.home-xueshu .focus .des {
    color: #9E9E9E;
    font-size: .14rem;
    line-height: 1.6;
    margin-top: .2rem;
}

.home-xueshu .focus .more {
    text-align: right;
    font-size: .14rem;
    color: #9E9E9E;
    line-height: .3rem;
    margin-top: .4rem;
}

.home-xueshu .focus .more span {
    background: url(../images/more2.svg)no-repeat right center;
    background-size: .32rem;
    padding-right: .4rem;
}

.home-xueshu .focus .pic {
    margin-top: .45rem;
    margin-left: .2rem;
    margin-right: .2rem;
    padding-top: 51.7%;
    overflow: hidden;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.home-xueshu .focus .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-xueshu .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-xueshu .focus .swiper-container {
    padding-bottom: .2rem;
}

.home-xueshu .focus .swiper-button-prev,
.home-xueshu .focus .swiper-button-next {
    width: .44rem;
    height: .44rem;
    background: #265AAE url(../images/prev.svg)no-repeat center;
    background-size: .21rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: auto;
    top: auto;
    bottom: 1.6rem;
}

.home-xueshu .focus .swiper-button-prev {
    left: 0;
}

.home-xueshu .focus .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 0;
}

.home-bg {
    background: url(../images/bg3.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .95rem;
}

.home-tea {
    width: 6.6rem;
    margin-top: .35rem;
}

.home-tea .content {
    margin-top: .3rem;
}

.home-tea .content .swiper-slide {
    overflow: hidden;
    padding-top: 55.7%;
}

.home-tea .content .swiper-slide::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-tea .content .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-position: top;
}

.home-tea .content .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    height: 30%;
    z-index: 1;
}

.home-tea .content .swiper-slide .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    z-index: 3;
    padding: 0 1.4rem .2rem .3rem;
    line-height: 1.1;
}

.home-tea .content .swiper-slide .date {
    font-size: .14rem;
}

.home-tea .content .swiper-slide .tit {
    font-weight: bold;
    margin-top: .1rem;
}

.home-tea .content .swiper-pagination {
    left: auto;
    right: .2rem;
    bottom: .2rem;
    width: auto;
}

.home-tea .content .swiper-pagination-bullet {
    background-color: #FFF;
}

.home-tea .content .swiper-pagination-bullet-active {
    width: .33rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #EBB253;
    opacity: 1;
}

.home-tea .content .item {
    border-bottom: 1px #E5E5E5 solid;
    height: .95rem;
    padding-left: .3rem;
}

.home-tea .content .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #265AAE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-tea .content .item .tit {
    margin-right: .5rem;
}

.home-tea .content .item .date {
    font-size: .14rem;
    color: #999;
}

.home-sch {
    width: 6.55rem;
    margin-top: .35rem;
}

.home-sch .content {
    padding-left: .2rem;
    padding-right: .1rem;
    margin-top: .3rem;
}

.home-sch .card {
    padding-top: .15rem;
    padding-bottom: .15rem;
    border-bottom: 1px #E5E5E5 solid;
    height: .9rem;
}

.home-sch .card:hover .date,
.home-sch .card:hover .tit {
    color: #C80018;
}

.home-sch .card:first-child {
    border-top: 1px #E5E5E5 solid;
}

.home-sch .card .date {
    color: #265AAE;
    font-family: 'Futura';
    font-size: .14rem;
    border-right: 1px rgba(38, 90, 174, .2) solid;
    width: 1.05rem;
    margin-right: .2rem;
}

.home-sch .card .date span {
    font-size: .3rem;
}

.home-sch .card .date::after {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px #265AAE solid;
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: .4;
}

.home-sch .card .date::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px #265AAE solid;
    position: absolute;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: .4;
}

.home-sch .card .tit {
    line-height: 1.5;
}

.home-sch .card:hover .date,
.home-sch .card:hover .date::before,
.home-sch .card:hover .date::after {
    border-color: rgba(200, 0, 24, .3);
    opacity: 1;
}

@media (min-width:1025px) {
    .home-news .thumb .swiper-button-prev:hover,
    .home-news .thumb .swiper-button-next:hover,
    .home-xueshu .focus .swiper-button-prev:hover,
    .home-xueshu .focus .swiper-button-next:hover {
        background-color: #C80018;
    }
    .home-news .thumb .swiper-slide:hover .pic img,
    .home-xueshu .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-notice .swiper-slide:hover {
       
       /*  background-color: #FFF;*/
        color: #265AAE; 
    }
    .home-notice .swiper-slide:hover .date::after {
        /* background-image: url(../images/q2.png); */
    }
    .home-notice .swiper-button-next:hover,
    .home-notice .swiper-button-prev:hover {
        background-color: #DBB251;
        background-image: url(../images/prev.svg);
    }
    .home-xueshu .text-con .item:hover::before {
        width: 0%;
    }
    .home-sch .card:hover .tit {
        font-weight: bold;
    }
    .home-news .thumb .swiper-slide:hover .pic::before,
    .home-news .item:hover .pic::before,
    .home-xueshu .focus .swiper-slide:hover .pic::before,
    .home-tea .content .swiper-slide:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
}

@media (max-width:1199px) {
    .home-title .title {
        font-size: 24px;
    }
    .home-title .title::after {
        width: 130px;
        height: 27px;
    }
    .home-title .more,
    .home-news .thumb .pic .date,
    .home-news .thumb .swiper-pagination-bullet,
    .home-notice .swiper-slide .date,
    .home-notice .swiper-slide .des,
    .home-xueshu .text-con .item .date .year,
    .home-xueshu .focus .date,
    .home-xueshu .focus .des,
    .home-xueshu .focus .more,
    .home-xueshu .text-con .item .des,
    .home-tea .content .swiper-slide .date,
    .home-tea .content .item .date,
    .home-sch .card .date {
        font-size: 12px;
    }
    .home-news .thumb .pic .date {
        width: 60px;
        height: 60px;
    }
    .home-news .thumb .pic .date span,
    .home-news .thumb .swiper-pagination-bullet-active,
    .home-notice .swiper-slide .date span,
    .home-xueshu .text-con .item .date,
    .home-sch .card .date span {
        font-size: 20px;
    }
    .home-news .thumb .tit,
    .home-news .item.on .date {
        font-size: 16px;
    }
    .home-news .thumb .button {
        height: 35px;
    }
    .home-news .thumb .swiper-button-prev,
    .home-news .thumb .swiper-button-next,
    .home-xueshu .focus .swiper-button-prev,
    .home-xueshu .focus .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 16px;
    }
    .home-news .item.on {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-news .item {
        padding-left: 50px;
    }
    .home-news .item .pic {
        padding-top: 23%;
    }
    .home-news .item .date {
        font-size: 14px;
    }
    .home-news .item::before {
        width: 35px;
    }
    .home-notice .swiper-slide .date {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .home-notice .button {
        height: 30px;
    }
    .home-notice .swiper-button-next,
    .home-notice .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .home-xueshu .content {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-xueshu .text-con {
        width: 48%;
    }
    .home-xueshu .focus {
        padding-right: .2rem;
        padding-left: .2rem;
        width: 50%;
    }
    .home-xueshu .focus .date {
        width: 60px;
    }
    .home-sch .content {
        padding-left: 0;
        padding-right: 0;
    }
    .home-sch .card .date {
        width: 70px;
    }
    .home-tea,
    .home-sch {
        width: 48%;
    }
}

@media (max-width:950px) {
    .home-news .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .home-news .item {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
    .home-news .item.on {
        height: auto;
        background: none;
        padding-left: 50px;
    }
    .home-news .item.on .pic {
        width: 30%;
        padding-top: 16%;
        display: none;
    }
    .home-news .item.on .tit {
        color: #333;
        font-weight: normal;
    }
    .home-news .item.on .date {
        color: #265AAE;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: auto;
    }
    .home-news .item.on::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 2px;
        width: .6rem;
        background-color: #265AAE;
        display: block;
    }
    .home-news .item.on::after {
        content: '';
        position: absolute;
        right: -4px;
        bottom: -3px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px #B3D2EB solid;
        display: block;
    }
    .home-notice .swiper-slide {
        height: auto;
    }
    .home-notice .swiper-container {
        padding-top: 0;
    }
    .home-notice .button {
        width: 80px;
    }
    .home-xueshu .content {
        display: block;
    }
    .home-xueshu .text-con {
        width: 100%;
        margin-right: 0;
    }
    .home-xueshu .focus,
    .home-tea,
    .home-sch {
        width: 100%;
    }
    .home-xueshu .focus .swiper-button-prev,
    .home-xueshu .focus .swiper-button-next {
        bottom: 35%;
    }
    .home-tea,
    .home-sch {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-sch {
        margin-top: .4rem;
    }
    .home-sch .card,
    .home-tea .content .item {
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .home-news .thumb {
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .banner .swiper-pagination {
        padding-right: 5%;
    }
    .banner .swiper-pagination-bullet {
        font-size: 10px;
    }
}

@media (max-width:540px) {
    .home-xueshu .text-con {
        padding-left: 0;
        padding-right: 0;
    }
    .home-xueshu .focus .swiper-button-prev,
    .home-xueshu .focus .swiper-button-next {
        bottom: 25%;
    }
    .home-xueshu .focus {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .home-title .title {
        font-size: 22px;
    }
}

.sidebar {
    width: 2.7rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    margin-top: -.9rem;
    z-index: 10;
    padding: 0 0 .1rem .1rem;
    margin-right: .6rem;
}

.sidebar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(148deg, #4889F0 -70%, #11469B 100%);
    z-index: -1;
    -webkit-clip-path: polygon(90% 0, 100% 4%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 4%, 100% 100%, 0 100%, 0 0);
}

.sidebar .title {
    font-weight: bold;
    font-size: .3rem;
    line-height: 3;
    color: #FFF;
}

.sidebar>ul {
    min-height: 4.1rem;
    background-color: #FFF;
    padding: .2rem .25rem;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
}

.sidebar>ul>li {
    border-bottom: 1px dashed #E5E5E5;
    line-height: 1.4;
    z-index: 10;
    padding-left: .28rem;
}

.sidebar li .t-box {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar li .t-box a {
    padding: 1em 0;
    flex: 1;
}

.sidebar li .t-box i {
    display: block;
    width: 2em;
    height: 2em;
    position: relative;
    margin-right: 1em;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .3s;
}

.sidebar li .t-box i.active {
    transform: rotate(90deg);
}

.sidebar li .t-box i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .5em;
    height: .5em;
    border-left: 1px #265AAE solid;
    border-bottom: 1px #265AAE solid;
    transform: translate(-50%, -50%) rotate(-130deg);
    -webkit-transform: translate(-50%, -50%) rotate(-130deg);
    -moz-transform: translate(-50%, -50%) rotate(-130deg);
    -ms-transform: translate(-50%, -50%) rotate(-130deg);
    -o-transform: translate(-50%, -50%) rotate(-130deg);
}

.sidebar>ul>li:last-child {
    border-bottom: 0;
}

.sidebar ul li.on .t-box a,
.sidebar ul li:hover .t-box a,
.sidebar .child li.on a {
    font-weight: bold;
    color: #265AAE;
}

.sidebar>ul>li:hover .t-box::before,
.sidebar>ul>li.on .t-box::before {
    content: '';
    position: absolute;
    left: -.25rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background-color: #ECC474;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sidebar>ul>li:hover .t-box::after,
.sidebar>ul>li.on .t-box::after {
    content: '';
    position: absolute;
    left: -.45rem;
    right: .0;
    top: 0;
    height: 100%;
    border-radius: 0 .33rem .33rem 0;
    background: linear-gradient(270deg, #C0D8FF 0%, rgba(218, 240, 233, 0) 100%);
    -webkit-border-radius: 0 .33rem .33rem 0;
    -moz-border-radius: 0 .33rem .33rem 0;
    -ms-border-radius: 0 .33rem .33rem 0;
    -o-border-radius: 0 .33rem .33rem 0;
    z-index: -1;
}

.sidebar .child {
    display: none;
    padding-left: 1em;
}

.sidebar .child li a {
    display: block;
    padding: .4em 0;
}

.pub-content {
    margin-top: .8rem;width:100%;
}

.img-list .item {
    padding-top: .35rem;
    padding-bottom: .35rem;
    border-bottom: 1px #D6D5D5 solid;
}

.img-list .item:last-child {
    border-bottom: 0;
}

.img-list .item .pic {
    width: 3.35rem;
    padding-top: 19%;
    overflow: hidden;
    margin-right: .4rem;
}

.img-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-list .item .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-list .item .date {
    color: #265AAE;
    font-size: .14rem;
    background: url(../images/time1.svg)no-repeat left center;
    padding-left: .2rem;
    margin-top: .12rem;
}

.img-list .item .des {
    margin-top: .1rem;
    line-height: 1.7;
    font-size: .16rem;
    color: #888;
}

.img-list .item .more {
    height: .2rem;
    background: url(../images/arrow1.svg)no-repeat left center;
    background-size: .21rem;
    margin-top: .1rem;
}

.img-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #265AAE;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
}

.page {
    margin-top: 1rem;
    font-size: .16rem;
}

.page a {
    width: .4rem;
    height: .4rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px #DCDCDC solid;
    line-height: .38rem;
    margin: 0 .05rem;
}

.page span {
    width: .4rem;
    height: .4rem;
    line-height: .38rem;
}

.page .home,
.page .last {
    width: .6rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .14rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page a.on {
    background-color: #265AAE;
    color: #FFF;
    border-color: #265AAE;
}

.pub-title {
    background: url(../images/line3.svg)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: .2rem;
}

.pub-title .title {
    font-weight: bold;
    color: #265AAE;
    font-size: .22rem;
    padding-left: .3rem;
}

.pub-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #C0D8FF;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pub-title .title::after {
    content: '';
    position: absolute;
    left: .06rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #265AAE;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.crumbs {
    font-size: .16rem;
    color: #999;
}

.crumbs a {
    margin-right: .1rem;
    margin-left: .1rem;
}

.crumbs  a:last-child {
    color: #265AAE;
    margin-right: 0rem;
}

.sub {
    margin-top: .3rem;
}

.sub a {
    width: 23%;
    line-height: .57rem;
    background: url(../images/tbg2.png)no-repeat center;
    background-size: 100% 100%;
margin: 0.1rem  0;
}

.sub a.on {
    background-image: url(../images/tbg3.png);
    color: rgba(255, 255, 255, 1);
}

.tea-list {
    padding-left: .1rem;
}

.tea-list .content {
    margin-top: .6rem;
    z-index: 10;
}

.tea-list .content::after {
    content: '';
    position: absolute;
    left: -.1rem;
    top: 1px;
    height: 3rem;
    width: 100%;
    background-color: #265AAE;
    z-index: -1;
    border-radius: 0 .5rem 0 .5rem;
    -webkit-border-radius: 0 .5rem 0 .5rem;
    -moz-border-radius: 0 .5rem 0 .5rem;
    -ms-border-radius: 0 .5rem 0 .5rem;
    -o-border-radius: 0 .5rem 0 .5rem;
}

.tea-list .content .title {
    background-color: #F5F8FF;
    line-height: .7rem;
    padding-left: .45rem;
    font-size: .24rem;
    font-weight: bold;
    color: #265AAE;
    border-radius: 0 .4rem 0 0;
    -webkit-border-radius: 0 .4rem 0 0;
    -moz-border-radius: 0 .4rem 0 0;
    -ms-border-radius: 0 .4rem 0 0;
    -o-border-radius: 0 .4rem 0 0;
}

.tea-list .content .title::before {
    content: '';
    position: absolute;
    left: .25rem;
    width: 5px;
    height: .23rem;
    background-color: #DBB251;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tea-list .content .con {
    padding: 0 .3rem .3rem;
    border: 1px #E1E8F3 solid;
    background-color: #FFF;
}

.tea-list .content .item {
    width: 1.65rem;
    margin-right: .35rem;
    margin-top: .3rem;
}

.tea-list .content .item .pic {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
}

.tea-list .content .item:nth-of-type(5n) {
    margin-right: 0;
}

.tea-list .content .item .tit {
    margin-top: .2rem;
}

.details h1 {
    z-index: 11;
    font-weight: normal;
    font-size: .24rem;line-height:1.5;
}

.details .info {
    color: #999;
    font-size: .14rem;
    margin-top: .2rem;
    border-bottom: 1px rgba(0, 0, 0, .15) solid;
    padding-bottom: .2rem;
}

.details .info span {
    margin-right: .3rem;
}

.details .body {
    margin-top: .3rem;
    line-height: 2.4;padding:0 10px;    overflow: auto;
}

.details .body p {
    /*text-indent: .36rem;*/ line-height: 1.5 !important;
}
.details .body iframe {
    margin: 0 auto;
    display: block;
width:100%;
}
.details .body img {
    max-width: 100%;  /*width: auto;   width: auto !important;*/
    height: auto !important;
  margin:0 1%;  margin-top: .3rem;
}

.details .body table{
   width:100%;
    margin:0 auto !important;
}
.details .prev {
    border-top: 1px #EEEEEE solid;
    margin-top: .5rem;
    padding-top: .3rem;
    line-height: 2.4;
}

.details .prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 4px;
    width: 1.2rem;
    background: #0F437F;
}

.details .prev span {
    color: #0F437F;
}

.text-list .item {
    background-color: #FFF;
    margin-top: .4rem;
    padding: .3rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.text-list .item .date {
    font-family: 'Futura';
    color: #666;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #1E3264;
    font-size: .36rem;
    line-height: 1.5;
}

.text-list .item .text-con {
    padding-left: .3rem;
}

.text-list .item .text-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
}

.text-list .item .tit {
    font-size: .22rem;
    line-height: 1.9;
}

.text-list .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.9;
    margin-top: .25rem;
}

.about {
    margin-top: .4rem;
}

.about img {
    max-width: 100%;
}

.about .text {
    line-height: 2.2;
}

.about .text p {
    text-indent: .32rem;
    margin-top: .1rem;
}
.about .text table {
   width:100% !important;
}



.about .text table td{padding:0 5px;height:auto !important;overflow:hidden; }


.about .text h4 {
    margin-top: .3rem;
    color: #1E3264;
}

.about .text>img {
    margin-top: .2rem;
}

.about .num-con {
    width: 100%;
    height: 1.87rem;
    background: linear-gradient(148deg, #4889F0 -70%, #11469B 100%);
    background-size: 100% 100%;
    margin-top: .3rem;
    color: #FFF;
    padding-left: .7rem;
    padding-right: .6rem;
    padding-bottom: 10px;
}

.about .num-con .num {
    font-size: .26rem;
}

.about .num-con .num .counter {
    font-size: .38rem;
}

.about .num-con .txt {
    font-size: .16rem;
}

.about .num-con .item::after {
    content: '';
    position: absolute;
    right: -.5rem;
    top: 50%;
    width: 1px;
    height: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
}

.about .num-con .item:last-child::after {
    display: none;
}

@media (min-width:1025px) {
    .sidebar>ul>li:hover>a {
        font-weight: bold;
    }
    .img-list .item:hover .pic img,
    .tea-list .content .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .img-list .item:hover .tit,
    .tea-list .content .item:hover .tit,
    .text-list .item:hover .tit {
        font-weight: bold;
    }
    .img-list .item:hover .date,
    .img-list .item:hover .des {
        color: #265AAE;
    }
    .img-list .item:hover::after {
        width: 100%;
    }
    .page a:hover {
        background-color: #265AAE;
        color: #FFF;
        border-color: #265AAE;
    }
    .page .prev:hover,
    .page .next:hover {
        background: url(../images/arrow.svg)no-repeat center;
        border-color: #DCDCDC;
        background-size: .14rem;
    }
    .sub a:hover {
        background-image: url(../images/tbg3.png);
        color: rgba(255, 255, 255, 1);
    }
    .img-list .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
}

@media (max-width:1199px) {
    .side-box {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .sidebar::after{
        clip-path: unset;
    }
    .sidebar>ul {
        display: none;
        min-height: unset;
    }
    .sidebar>.title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 1em;
    }
    .sidebar>.title i {
        width: 3em;
        height: 3em;
        background: url(../images/menu.svg)no-repeat center;
        background-size: 58%;
    }
    .sidebar>ul {
        clip-path: unset;
    }
    .img-list .item .date {
        font-size: 12px;
        padding-left: 20px;
    }
    .img-list .item .des,
    .page,
    .crumbs,
    .details .info,
    .text-list .item .des {
        font-size: 12px;
    }
    .img-list .item .pic {
        width: 35%;
    }
    .page a {
        width: 30px;
        line-height: 28px;
        height: 30px;
    }
    .page .home,
    .page .last {
        width: 48px;
    }
    .pub-title .title,
    .text-list .item .date span {
        font-size: 20px;
    }
    .tea-list .content .item {
        width: 18.25%;
        margin-right: 2%;
    }
    .tea-list .content .item .pic {
        height: auto;
        overflow: hidden;
        padding-top: 120%;
    }
    .tea-list .content .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .tea-list .content .title {
        font-size: 20px;
        line-height: 40px;
    }
    .details h1,
    .about .num-con .num {
        font-size: 18px;
    }
    .text-list .item .tit,
    .about .num-con .txt {
        font-size: 14px;
    }
    .about .num-con .num .counter {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .pub-content,
    .page {
        margin-top: .6rem;
    }
    .sub {
        margin-top: 0;
    }
    .sub a {
        width: 48%;
        margin-top: .2rem;
    }
    .tea-list .content .item {
        width: 23.5%;
    }
    .tea-list .content .item:nth-of-type(5n) {
        margin-right: 2%;
    }
    .tea-list .content .item:nth-of-type(4n) {
        margin-right: 0%;
    }
    .about .num-con {
        height: auto;
        padding: .2rem .3rem;
    }
    .about .num-con .item {
        width: 50%;
    }
    .about .num-con .item::after {
        display: none;
    }
    .about .num-con .item:nth-child(even) {
        padding-left: .3rem;
    }
.home-notice .content a{width:100%;float:none;margin-right:0;}
.home-notice .swiper-slide{padding: .1rem .2rem .1rem .1rem;}
.home-notice {height:16.2rem;}

.home-notice .swiper-slide:nth-of-type(1), .home-notice .swiper-slide:nth-of-type(2), .home-notice .swiper-slide:nth-of-type(3) {
    border-radius: 0 0px 0 0px;
    padding-top: 0rem;
    height: auto;
}
.home-notice .swiper-slide:nth-of-type(7), .home-notice .swiper-slide:nth-of-type(8), .home-notice .swiper-slide:nth-of-type(9) {
    border-radius: 0 0px 0 0px;
    padding-bottom: 0rem;
    height: auto;
}
.home-notice .swiper-slide:nth-of-type(2) ,.home-notice .swiper-slide:nth-of-type(8){
    background: #CEB07F;
}
.home-notice .swiper-slide:nth-of-type(4) ,.home-notice .swiper-slide:nth-of-type(5),.home-notice .swiper-slide:nth-of-type(6){
    background: #C80018;
}
.home-notice .swiper-slide:nth-of-type(1){padding-top: 0.5rem;}
.home-notice .swiper-slide:nth-of-type(9){padding-bottom: 0.5rem;}

}

@media (max-width:540px) {
    .img-list .item .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 60%;
        margin-bottom: .3rem;
    }
    .page .home,
    .page .last {
        display: none;
    }
    .tea-list .content .item {
        width: 32%;
    }
    .tea-list .content .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .tea-list .content .item:nth-of-type(3n) {
        margin-right: 0%;
    }
}

@media (max-width:480px) {
    .tea-list .content .item {
        width: 49%;
    }
    .tea-list .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .tea-list .content .item:nth-of-type(2n) {
        margin-right: 0%;
    }
}