@charset "UTF-8";

/* function.css */


/* 禁止选中文本 */

.usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* 浮动 */

.fl,
.subpage-l,
.subpage .picListOne-item,
.subpage .ldxq-1 .pic,
.subpage .ldxq-1 .det .zc p,
.subpage .subListOne-item .time,
.subpage .subListOne-item .det,
.gk1 .det,
.gk2 a,
.gk2 a .pic,
#rcdw #szm span,
#rcdw #end ul a,
#rcdw .rcdw-item .tip,
#rcdw .rcdw-item .name-list .zw,
#rcdw .rcdw-item .name-list ul li,
.rclist a {
    float: left;
}

.fr,
.subpage-r,
.subpage .subListOne-item .pic,
.gk-wrap,
.gk1 .pic,
.gk2 a .det,
#rcdw #szm ul,
#rcdw .rcdw-item .name-list {
    float: right;
}


/* 宽度 */

.w100 {
    width: 100%;
}

.wh {
    width: 100%;
    height: 100%;
}


/* 元素类型 */


/* 多出部分用省略号表示 , 用于一行 */

.wes,
.subpage .picListOne-item p,
.subpage .subListOne-item .p1 {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 多出部分用省略号表示 , 用于多行 */


/* flex布局 */

.df-sb,
.subpage .ldxq-1,
.gk .number-wrap,
#rcdw .sou,
#rcdw .rcdw-item .name-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.df-sb::before,
.subpage .ldxq-1::before,
.gk .number-wrap::before,
#rcdw .sou::before,
#rcdw .rcdw-item .name-list-item::before,
.df-sb::after,
.subpage .ldxq-1::after,
.gk .number-wrap::after,
#rcdw .sou::after,
#rcdw .rcdw-item .name-list-item::after {
    content: normal;
}

.df-sb>*,
.subpage .ldxq-1>*,
.gk .number-wrap>*,
#rcdw .sou>*,
#rcdw .rcdw-item .name-list-item>* {
    float: left;
}


/* ie11-失效原因 */

.df-sa {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.df-sa::before,
.df-sa::after {
    content: normal;
}

.df-sa>* {
    float: left;
}


/* 垂直居中 */

.df-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tb-c {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.ts-c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ts-mc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.ts-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ts-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* 阴影效果 */


/* 滚动条滑块 */

.obj2cov,
.subpage-top img,
.gk1 .pic img,
.gk2 a .pic img,
.img2scl img,
.subpage .picListOne-item .pic img,
.subpage .subListOne-item .pic img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

[hidden],
.hidden {
    height: 100%;
    overflow: hidden;
    /* display: none; */
}

.bodyhid {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.bodyhid2 {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.img2scl,
.subpage .picListOne-item .pic,
.subpage .subListOne-item .pic {
    overflow: hidden;
}

.img2scl img,
.subpage .picListOne-item .pic img,
.subpage .subListOne-item .pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.img2scl:hover img,
.subpage .picListOne-item .pic:hover img,
.subpage .subListOne-item .pic:hover img {
    transform: scale(1.2);
}

.en {
    text-transform: uppercase;
}

@keyframes rot {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.subpage-top {
    height: 500px;
}

.subpage-l {
    width: 227px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.subpage-l.scroll {
    position: fixed;
    top: 140px;
    z-index: 20;
}

.subpage-l .name {
    font-size: 36px;
    color: #72318c;
    background: url(../images/icon-subpage.png) no-repeat left top;
    padding-top: 139px;
}

.subpage-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    /* &::before,
  &::after {
      width: 3px;
      height: 3px;
      left: -2px;
      background-color: #75368f;
  } */
}

.subpage-nav::after {
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    background-color: black;
    background: linear-gradient(to bottom, rgba(169, 169, 169, 0) 0%, #a9a9a9 50%, rgba(169, 169, 169, 0) 100%);
}

.subpage-nav-item {
    color: #333333;
    font-size: 24px;
    position: relative;
}

.subpage-nav-item i {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
}

.subpage-nav-item i::after,
.subpage-nav-item i::before {
    width: 10px;
    height: 2px;
    background: #333333;
    left: 13px;
    top: 50%;
}

.subpage-nav-item i::before {
    transform: rotate(45deg);
}

.subpage-nav-item i::after {
    transform: translate(5px, 0) rotate(-45deg);
}

.subpage-nav-item>a {
    display: block;
    padding-left: 27px;
    line-height: 50px;
    color: inherit;
}

.subpage-nav-item.on>a {
    background: url(../images/subpage-nav-bg.png) no-repeat left center;
    background-size: cover;
    color: #fff;
}

.subpage-nav-item.on i {
    transform: rotate(-180deg);
}

.subpage-nav-item.on i::after,
.subpage-nav-item.on i::before {
    background: #75368f;
}

.subpage-nav-sub {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/subpage-nav-bg2.png) no-repeat left center;
    background-size: cover;
    padding-left: 32px;
}

.subpage-nav-sub li {
    font-size: 18px;
    line-height: 34px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.subpage-nav-sub li::before {
    width: 9px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000000;
}

.subpage-nav-sub li a {
    padding-left: 19px;
    color: inherit;
}

.subpage-nav-sub li:hover {
    color: #72318c;
    font-weight: 700;
}

.subpage-nav-sub li:hover::before {
    background-color: #72318c;
}

.subpage-center {
    padding-top: 56px;
    padding-bottom: 60px;
}

.subpage-r {
    width: calc(100% - 302px);
}

.subpage-wrap {
    background: url(../images/gk-bg1.png) no-repeat center;
    background-position-y: 360px;
    overflow-x: hidden;
}

.subpage .normal-title {
    padding: 0;
}

.subpage .normal-title .name span {
    padding-left: 0;
}

.subpage .picListOne {
    margin-top: 42px;
}

.subpage .picListOne-item {
    display: block;
    width: 31.5357%;
    margin-right: 2.69645%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.subpage .picListOne-item:nth-child(3n) {
    margin-right: 0;
}

.subpage .picListOne-item .pic {
    height: 268px;
}

.subpage .picListOne-item p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    color: #333333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.subpage .picListOne-item:hover {
    background-color: #72318c;
    transform: translateY(-10px);
}

.subpage .picListOne-item:hover p {
    color: #fff;
    font-weight: bold;
}

.subpage .ldxq-1 {
    margin-top: 38px;
    overflow: hidden;
    padding-left: 30px;
    justify-content: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    height: 298px;
    padding-right: 62px;
}

.subpage .ldxq-1 .pic {
    width: 201px;
    height: 201px;
    margin: 80px auto 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: url("../images/sz-icon-2.png") center center no-repeat;
}

.subpage .ldxq-1 .pic:after {
    width: 225px;
    height: 240px;
    background: url("../images/rc-line.png") center top 10px no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: 0;
    transform-origin: center center;
    animation: rot 3s linear 0s infinite;
    animation-play-state: paused;
    border-radius: 50%;
}

.subpage .ldxq-1 .pic img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
    z-index: 2;
    border-radius: 0 0 100px 100px;
}

.subpage .ldxq-1 .pic:hover::after {
    animation-play-state: running;
}

.subpage .ldxq-1 .det {
    width: calc(100% - 225px);
    padding-left: 6%;
    color: #72318c;
}

.subpage .ldxq-1 .det .name {
    font-size: 32px;
    border-bottom: 1px dashed rgba(114, 49, 140, 0.2);
    font-weight: bold;
    padding-bottom: 30px;
}

.subpage .ldxq-1 .det .p1 {
    margin-top: 20px;
}

.subpage .ldxq-1 .det .zc {
    overflow: hidden;
}

.subpage .ldxq-1 .det .zc p {
    width: 50%;
}

.subpage .ldxq-1 .det p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.subpage .ldxq-1 .det p span {
    font-weight: normal;
}

.subpage .ldxq-1 .set {
    display: none;
}

.subpage .ldxq-2 {
    margin-top: 52px;
}

.subpage .ldxq-2 .name {
    height: 56px;
    line-height: 56px;
    background: url(../images/ldxq-bg.png) no-repeat left center;
    background-size: auto 100%;
    font-size: 24px;
    padding-left: 29px;
    color: #fff;
}

.subpage .ldxq-2 .info {
    margin-top: 36px;
    font-size: 20px;
    line-height: 44px;
    color: #555555;
}

.subpage .subListOne ul {
    margin-bottom: 60px;
}

.subpage .subListOne-item {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 39px;
    padding-top: 20px;
    margin-top: 20px;
}

.subpage .subListOne-item .time {
    width: 100px;
    text-align: right;
    border-top: 2px solid #72318c;
    color: #72318c;
}

.subpage .subListOne-item .time span {
    display: block;
    text-align: center;
    color: #666666;
    width: 100%;
    line-height: 34px;
    font-size: 13px;
    border: 1px solid #666666;
    margin-top: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.subpage .subListOne-item .year {
    margin-top: 17px;
    font-size: 14px;
    color: #888888;
}

.subpage .subListOne-item .day {
    font-size: 32px;
    margin-top: 2px;
}

.subpage .subListOne-item .pic {
    width: 217px;
    height: 132px;
}

.subpage .subListOne-item .det {
    width: calc(100% - 317px);
    padding-left: 3%;
    padding-right: 2%;
}

.subpage .subListOne-item .p1 {
    font-size: 22px;
    color: #333333;
}

.subpage .subListOne-item .p1 span {
    font-size: inherit !important;
    color: #b81010 !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

.subpage .subListOne-item .p2 {
    font-size: 14px;
    line-height: 32px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 14px;
}

.subpage .subListOne-item.no .det {
    width: calc(100% - 100px);
}

.subpage .subListOne-item.no .pic {
    display: none;
}

.subpage .subListOne-item:hover .time span {
    background-color: #72318c;
    color: #fff;
}

.subpage .subListOne-item:hover .p1 {
    color: #72318c;
    font-weight: bold;
    animation: fadeIn 0.5s ease-in-out;
}

.subpage .singole .title {
    font-size: 32px;
    font-weight: bold;
    color: #72318c;
    border-bottom: 1px solid rgba(114, 49, 140, 0.2);
    position: relative;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 24px;
}

.subpage .singole .title::after {
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #72318c;
    height: 3px;
    width: 100px;
    margin: auto;
}

.article-info .title {
    text-align: center;
    color: #72318c;
}

.article-info .title h1 {
    font-size: 32px;
    line-height: 1.8;
}

.article-info .title h2 {
    font-size: 26px;
    color: #a48aae;
    margin-top: 13px;
}

.article-info .info {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    background-color: rgba(114, 49, 140, 0.1);
}

.article-info .info span {
    padding: 0 1vw;
}

.article-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article-content p {
    font-size: 17px;
    color: #333333;
    line-height: 50px;
    background: transparent !important;
}

.article-content img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto !important;
}

.gk {
    background: url(../images/gk-bg1.png) no-repeat center;
    background-position-y: 360px;
    overflow-x: hidden;
}

.gk-wrap {
    width: calc(100% - 302px);
}

.gk1 .det {
    width: 60.4%;
}

.gk1 .info {
    margin-top: 30px;
    max-height: 388px;
    overflow-y: auto;
    padding-right: 24px;
    text-align: justify;
    text-indent: 2em;
    font-size: 20px;
    color: #333333;
    line-height: 46px;
}

.gk1 .info::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #75368f;
}

.gk1 .pic {
    border-radius: 30px 10px 0 0;
    overflow: hidden;
    width: 36.5177%;
    height: 518px;
}

.gk .number-wrap {
    top: -25px;
    position: relative;
    z-index: 2;
    width: calc(100% - 28px);
    border-radius: 30px 0 30px 0;
    background: url(../images/gk-bg2.png) no-repeat center;
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 33px;
    padding-bottom: 13px;
    align-items: flex-start;
}

.gk .number-item p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.gk .number-item p span,
.gk .number-item p i {
    font-size: 60px;
}

.gk .number-item p i {
    font-style: normal;
}

.gk .number-item p:last-child {
    margin-top: 13px;
    line-height: 22px;
}

.gk .fz {
    background: transparent;
    overflow-x: visible;
    padding-bottom: 181px;
}

.gk .fz::before {
    width: 1919px;
    background: url(../images/bg5.png) no-repeat left bottom;
}

.gk .fz2 .swiper-container {
    padding-left: 135px;
}

.gk .fz2 .swiper-button-prev {
    left: 0;
}

.gk .fz2 .swiper-slide-next {
    padding-top: 40px;
}

.gk .fz2 .swiper-slide-next .det::after {
    height: 277px;
}

.gk .fz2 .swiper-slide-next+div {
    padding-top: 0;
}

.gk2 {
    margin-top: 38px;
}

.gk2 a {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    background-color: rgba(255, 255, 255, 0.85);
    width: calc(50% - 22px);
    overflow: hidden;
    margin-bottom: 49px;
    padding: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gk2 a:nth-child(odd) {
    margin-right: 44px;
}

.gk2 a .pic {
    width: 185px;
    height: 276px;
    overflow: hidden;
}

.gk2 a .det {
    width: calc(100% - 185px);
    padding-left: 5.7%;
}

.gk2 a .name {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    color: #72318c;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 7px;
    margin-bottom: 20px;
}

.gk2 a .name::after {
    width: 40px;
    height: 3px;
    bottom: -2px;
    background-color: #72318c;
    left: 0;
}

.gk2 a .name span {
    font-weight: normal;
    font-size: 18px;
    padding-left: 3%;
    color: #796183;
}

.gk2 a p {
    font-size: 18px;
    color: #555555;
    line-height: 2;
}

.gk2 a p.jj {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gk2 a:hover {
    box-shadow: 0 0 10px rgba(114, 49, 140, 0.78);
    transform: translateY(-10px);
}

.gk3 {
    margin-top: 30px;
}

.gk3 p {
    color: #333333;
    font-size: 18px;
    line-height: 40px;
}

.gk3 p span {
    font-weight: bold;
    color: #72318c;
}

.gk3 p.icon {
    background: url(../images/icon-addres2.png) no-repeat left center;
    padding-left: 31px;
}

.gk3 p.tel {
    background-image: url(../images/icon-tel2.png);
}

.gk3 p a {
    color: #4687d1;
}

.gk3 p a:hover {
    text-decoration: underline;
}

.gk3 #map {
    margin-top: 30px;
    width: 100%;
    height: 363px;
}

#page {
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
}

#page2 {
    text-align: center;
}

#page2 a,
#page2 span {
    display: inline-block;
    font-size: inherit;
    color: inherit;
    color: #6a6868;
    background-color: #fff;
    margin: 0 3px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    padding: 0px 13.6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#page2 a:hover,
#page2 span:hover {
    background-color: #72318c;
    color: #fff;
}

#page .p_pages {
    display: inline-block;
    height: auto;
}

#page .p_pages * {
    vertical-align: baseline !important;
}

#page .p_pages span {
    margin-bottom: 5px !important;
    font-size: 15px;
    color: #6a6868 !important;
    background-color: #fff !important;
}

#page .p_pages span.p_no,
#page .p_pages span.p_fun {
    border-radius: 3px !important;
    line-height: 38px !important;
    height: 38px !important;
    color: #6a6868;
    background-color: #fff !important;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin: 0 3px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
}

#page .p_pages span.p_no a,
#page .p_pages span.p_fun a {
    padding: 0px 13.6px !important;
    display: inline-block;
    line-height: 38px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    color: #6a6868 !important;
}

#page .p_pages span.p_no:hover a,
#page .p_pages span.p_fun:hover a {
    color: #fff !important;
    background-color: transparent !important;
}

#page .p_pages span.p_no_d,
#page .p_pages span:hover {
    background-color: #72318c !important;
    color: #fff !important;
}

#page .p_pages .p_fun_d,
#page .p_pages .p_no_d {
    padding: 0px 13.6px !important;
    display: inline-block;
    border-radius: 3px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin: 0 3px;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 3px;
}

#page .p_pages .p_dot {
    background-color: transparent !important;
}

#page .p_pages .p_dot:hover {
    background-color: transparent !important;
}

#page .p_t {
    line-height: 38px !important;
    font-size: 15px !important;
}

#page .p_goto {
    color: #6a6868 !important;
    font-size: 15px !important;
}

#page .p_goto input {
    width: 48px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 3px;
    border-radius: 3px !important;
    background-color: #fff !important;
    color: #6a6868 !important;
}

#page .p_goto a {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 3px;
    height: auto !important;
    border-radius: 3px !important;
    line-height: 38px !important;
    background-color: #6a6868 !important;
    color: #fff !important;
    padding: 0px 13.6px !important;
}

#rcdw .rcdw-t {
    margin-top: 37px;
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 46px;
}

#rcdw #szm {
    color: #a59e9a;
    line-height: 22px;
}

#rcdw #szm ul {
    width: calc(100% - 60px);
    overflow: hidden;
}

#rcdw #szm span {
    color: #333333;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#rcdw #szm span.on {
    background-color: #851bbe;
    border-radius: 2px;
    color: #fff;
    padding: 0 6px;
}

#rcdw #szm span.on::after {
    display: none;
}

#rcdw #szm span::after {
    right: 0;
    height: 16px;
    width: 1px;
    background-color: #cccccc;
    top: 0;
    bottom: 0;
    margin: auto;
}

#rcdw #szm span:last-child::after {
    display: none;
}

#rcdw .sou {
    margin-top: 36px;
    line-height: 44px;
    color: #333333;
    justify-content: flex-start;
}

#rcdw .sou #keyword {
    width: 295px;
    height: 44px;
    background-color: #f5f5f5;
    border: none;
    font-size: 14px;
    padding-left: 16px;
}

#rcdw .sou .btn {
    margin-left: 10px;
    width: 228px;
    background: url(../images/icon-search2.png) rgba(117, 54, 143, 0.8) no-repeat center;
    background-position-x: 87px;
    padding-left: 113px;
    color: #fff;
    cursor: pointer;
}

#rcdw #end {
    display: none;
    margin: 10px auto;
    box-shadow: 0px 0px 10px 0px rgba(138, 84, 160, 0.31);
    padding: 20px;
}

#rcdw #end span {
    font-size: 24px;
    color: #333333;
}

#rcdw #end ul {
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
}

#rcdw #end ul a {
    font-size: 18px;
    line-height: 40px;
    min-width: 12.5%;
}

#rcdw #end ul a::after {
    display: none;
}

#rcdw .rcdw-c.hide {
    display: none;
}

#rcdw .rcdw-item {
    box-shadow: 0px 0px 10px 0px rgba(138, 84, 160, 0.31);
    margin-top: 40px;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    position: relative;
}

#rcdw .rcdw-item .tip {
    border-radius: 20px 0 0 20px;
    background: url(../images/rcdw-li.png) no-repeat center;
    background-size: cover;
    width: 64px;
    min-height: 210px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

#rcdw .rcdw-item .tip .name {
    writing-mode: vertical-lr;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#rcdw .rcdw-item .name-list {
    width: calc(100% - 64px);
    overflow: hidden;
}

#rcdw .rcdw-item .name-list-item {
    padding-left: 22px;
    min-height: 70px;
    justify-content: flex-start;
}

#rcdw .rcdw-item .name-list-item:nth-child(3n+1) {
    background-color: #f4edf7;
}

#rcdw .rcdw-item .name-list-item:nth-child(3n+2) {
    background-color: #f5f5f5;
}

#rcdw .rcdw-item .name-list-item:nth-child(3n+3) {
    background-color: #fff;
}

#rcdw .rcdw-item .name-list .zw {
    width: 80px;
    text-align: center;
    line-height: 34px;
    background-color: #b48ec3;
    border-radius: 6px 0 6px 0;
    color: #fff;
    font-weight: bold;
}

#rcdw .rcdw-item .name-list ul {
    padding-left: 25px;
    overflow: hidden;
    width: calc(100% - 80px);
}

#rcdw .rcdw-item .name-list ul li {
    font-size: 18px;
    line-height: 35px;
    min-width: 9.0909090909%;
}

#rcdw .rcname {
    padding-left: 17px;
    background: url(../images/rcdw-item.png) no-repeat left center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
    color: #670c75;
}

#rcdw .rcname::after {
    background: #670c75;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#rcdw .rcname:hover {
    color: #670c75;
    font-weight: 700;
    padding-left: 20px;
    background-position: left 3px center;
}

#rcdw .rcname:hover::after {
    width: 100%;
}

#rcdw.hit .rcdw-item .name-list .zw {
    display: none;
}

#rcdw.hit .rcdw-item .name-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

#rcdw.hit .rcdw-item .name-list ul {
    width: 100%;
    padding-left: 0;
}

.szdw {
    background: transparent;
    padding-top: 20px;
}

.swiperszdwTwo a .det h5 {
    height: 80px;
}

.rclist .name {
    font-size: 36px;
    color: #72318c;
}

.rclist ul {
    padding: 20px 0;
    overflow: hidden;
}

.rclist a {
    display: block;
    margin-right: 15px;
    width: calc(16.6666666667% - 12.5px);
    height: auto;
    transition: all 0.3s;
    background: #fff;
    border-radius: 6px;
    border: 2px solid #eaeaea;
    margin-bottom: 20px;
}

.rclist a:nth-child(6n) {
    margin-right: 0;
}

.rclist a .img {
    width: 140px;
    height: 140px;
    margin: 80px auto 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: url("../images/sz-icon-2.png") center center no-repeat;
    background-size: 140px 140px;
}

.rclist a .img:after {
    width: 160px;
    height: 180px;
    background: url("../images/rc-line.png") center top 10px no-repeat;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: 0;
    transform-origin: center center;
    animation: rot 3s linear 0s infinite;
    animation-play-state: paused;
    border-radius: 50%;
}

.rclist a .img img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
    z-index: 2;
    border-radius: 0 0 100px 100px;
}

.rclist a .det {
    padding: 20px 19px;
    border-radius: 0 0 3px 3px;
    background: rgba(255, 255, 255, 0.65);
    height: calc(100% - 292px);
}

.rclist a .det h3 {
    text-align: center;
    font-size: 24px;
    color: #670c75;
    line-height: 1;
}

.rclist a:hover {
    box-shadow: 0 0 10px rgba(103, 12, 117, 0.6);
    transform: translateY(-5px);
    border-color: #c0a6cc;
}

.rclist a:hover .img::after {
    animation-play-state: running;
}

.rclist a:hover h3 {
    color: #670c75;
}

.rclist a:hover p {
    color: #333;
}

@media (max-width: 1400px) {
    .gk .number-wrap {
        justify-content: space-evenly;
    }
    .gk .number-item {
        width: 33.33%;
    }
    .gk .number-item:nth-child(4),
    .gk .number-item:nth-child(5) {
        margin-top: 30px;
    }
    .gk2 a {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 24px;
    }
    .gk2 a .name {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .gk2 a .name span {
        display: inline;
        width: auto;
    }
    .gk2 a p.jj {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;text-align: justify;
    }
    #rcdw .rcdw-item .name-list ul li {
        min-width: 12.5%;
    }
    .rclist a {
        margin-right: 20px;
        width: calc(20% - 16px);
    }
    .rclist a:nth-child(6n) {
        margin-right: 20px;
    }
    .rclist a:nth-child(5n) {
        margin-right: 0;
    }
}

@media (max-width: 1250px) {
    .rclist a {
        margin-right: 20px;
        width: calc(25% - 16px);
    }
    .rclist a:nth-child(6n),
    .rclist a:nth-child(5n) {
        margin-right: 20px;
    }
    .rclist a:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    #rcdw .rcdw-item .name-list ul li {
        min-width: 20%;
    }
}

@media (max-width: 1100px) {
    .gk .subpage-l,
    .gk-wrap {
        width: 100%;
        float: none;
    }
    .gk .subpage-l {
        position: static;
    }
    .gk .subpage-l .name {
        height: 114px;
        padding-top: 0;
        line-height: 114px;
        text-align: center;
    }
    .gk .number-wrap {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        justify-content: space-between;
    }
    .gk .number-item {
        width: auto;
    }
    .gk .number-item:nth-child(4),
    .gk .number-item:nth-child(5) {
        margin-top: 0;
    }
    .gk .fz2 .swiper-container {
        padding-left: 48px;
    }
    .subpage .picListOne-item {
        width: 48%;
        margin-right: 4%;
    }
    .subpage .picListOne-item:nth-child(3n) {
        margin-right: 4%;
    }
    .subpage .picListOne-item:nth-child(2n) {
        margin-right: 0;
    }
    .subpage .ldxq-1 {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 30px;
    }
    .subpage .ldxq-1 .det .name {
        padding-bottom: 20px;
        font-size: 30px;
    }
    .subpage .ldxq-1 .det .zc p {
        width: 100%;
        float: none;
    }
    .subpage .ldxq-1 .det .p1 {
        margin-top: 0;
    }
    .subpage .ldxq-1 .det p {
        margin-top: 12px;
        font-size: 18px;
    }
    #rcdw .rcdw-item .name-list ul li {
        min-width: 25%;
    }
    .rclist a {
        margin-right: 20px;
        width: calc(33.3333333333% - 16px);
    }
    .rclist a:nth-child(6n),
    .rclist a:nth-child(5n),
    .rclist a:nth-child(4n) {
        margin-right: 20px;
    }
    .rclist a:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .gk .number-item {
        width: 33.33%;
    }
    .gk .number-item:nth-child(4),
    .gk .number-item:nth-child(5) {
        width: 50%;
        margin-top: 30px;
    }
    #rcdw #szm {
        overflow: hidden;
    }
    #rcdw #szm ul {
        margin-top: -5px;
    }
    #rcdw #szm span {
        margin: 3px 0;
    }
    #rcdw .sou .btn {
        width: 120px;
        padding-left: 57px;
        background-position-x: 35px;
    }
}

@media (max-width: 860px) {
    .subpage .picListOne-item {
        width: 100%;
        margin-right: 0%;
    }
    .subpage .picListOne-item:nth-child(3n),
    .subpage .picListOne-item:nth-child(2n) {
        margin-right: 0;
    }
    #rcdw .rcdw-item .name-list ul li {
        min-width: 33.3333333333%;
    }
    .rclist a {
        margin-right: 40px;
        width: calc(50% - 20px);
    }
    .rclist a:nth-child(6n),
    .rclist a:nth-child(5n),
    .rclist a:nth-child(4n),
    .rclist a:nth-child(3n) {
        margin-right: 40px;
    }
    .rclist a:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 800px) {
    .subpage-top {
        height: 50vw;
        margin-top: 80px;
    }
    .subpage-nav-item {
        font-size: 20px;
    }
    .subpage-nav-item a {
        padding-left: 15px;
        line-height: 50px;
    }
    .subpage-nav-sub {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .subpage-nav-sub li {
        font-size: 16px;
        line-height: 30px;
    }
    .subpage-l {
        position: static !important;
        width: 100%;
        float: none;
    }
    .subpage-l .name {
        padding-top: 0;
        text-align: center;
        background: url(../images/icon-subpage.png), url(../images/icon-subpage.png);
        background-size: 100px auto, 100px auto;
        background-position-x: left, right;
        background-position-y: center, center;
        background-repeat: no-repeat, no-repeat;
        font-size: 30px;
        height: 75px !important;
        line-height: 75px !important;
    }
    .subpage-center {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .subpage-r {
        width: 100%;
        float: none;
        margin-top: 4vw;
    }
    .subpage .picListOne {
        margin-top: 4vw;
    }
    .subpage .picListOne-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .subpage .picListOne-item:nth-child(3n) {
        margin-right: 4%;
    }
    .subpage .picListOne-item:nth-child(2n) {
        margin-right: 0;
    }
    .subpage .picListOne-item .pic {
        height: 34vw;
    }
    .subpage .picListOne-item p {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .subpage .ldxq-1 {
        padding: 10px 10px;
    }
    .subpage .ldxq-1 .pic {
        transform: scale(0.8);
        transform-origin: left center;
    }
    .subpage .ldxq-1 .det {
        padding-left: 0;
    }
    .subpage .ldxq-1 .det .name {
        font-size: 26px;
        padding-bottom: 2vw;
    }
    .subpage .ldxq-1 .det p {
        font-size: 16px;
        margin-top: 1vw;
    }
    .subpage .ldxq-1 .det p span {
        font-size: 18px;
    }
    .subpage .ldxq-2 {
        margin-top: 5vw;
    }
    .subpage .ldxq-2 .name {
        height: 46px;
        line-height: 46px;
        font-size: 22px;
        padding-left: 20px;
    }
    .subpage .ldxq-2 .info {
        margin-top: 4vw;
        font-size: 16px;
        line-height: 2;
    }
    .subpage .subListOne ul {
        margin-bottom: 6vw;
    }
    .subpage .subListOne-item {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .subpage .subListOne-item .time {
        width: 80px;
    }
    .subpage .subListOne-item .time span {
        line-height: 26px;
        font-size: 12px;
        margin-top: 1vw;
    }
    .subpage .subListOne-item .year {
        margin-top: 2vw;
        font-size: 12px;
    }
    .subpage .subListOne-item .day {
        font-size: 26px;
    }
    .subpage .subListOne-item .det {
        padding-left: 2%;
        padding-right: 1%;
    }
    .subpage .subListOne-item .p1 {
        font-size: 20px;
    }
    .subpage .subListOne-item .p2 {
        line-height: 24px;
    }
    .subpage .singole .title {
        font-size: 26px;
        padding-bottom: 3vw;
    }
    .gk-wrap {
        margin-top: 4vw;
    }
    .gk1 .info {
        max-height: 200px;
        padding-right: 10px;
        margin-top: 2vw;
        font-size: 16px;
        line-height: 2;
    }
    .gk11 .det {
        width: 100%;
    }
    .gk11 .pic {
        display: none;
    }
    .gk .number-wrap {
        top: 0;
        margin-top: 3vw;
    }
    .gk .number-item {
        text-align: center;
    }
    .gk .number-item p {
        font-size: 16px;
    }
    .gk .number-item p:last-child {
        margin-top: 1.3vw;
    }
    .gk .number-item p span,
    .gk .number-item p i {
        font-size: 40px;
    }
    .gk .fz {
        padding-bottom: 10vw;
    }
    .gk .fzCon {
        margin-top: 3vw;
    }
    .gk .fz2 .swiper-container {
        padding-left: 48px;
    }
    .gk2 {
        margin-top: 4vw;
    }
    .gk2 a {
        padding: 10px;
    }
    .gk2 a .pic {
        width: 160px;
        height: 245px;
    }
    .gk2 a .det {
        width: calc(100% - 160px);
        padding-left: 3%;
    }
    .gk2 a .name {
        font-size: 20px;
    }
    .gk2 a span {
        font-size: 14px;
        padding-left: 2vw;
    }
    .gk2 a p {
        font-size: 16px;
    }
    .gk3 {
        margin-top: 3vw;
    }
    .gk3 p {
        font-size: 16px;
        line-height: 2;
    }
    .gk3 #map {
        margin-top: 3vw;
    }
    #page {
        font-size: 13px;
    }
    #page .p_pages span {
        font-size: 13px;
    }
    #page .p_pages span.p_no,
    #page .p_pages span.p_fun {
        line-height: 32px !important;
        height: 32px !important;
    }
    #page .p_pages span.p_no a,
    #page .p_pages span.p_fun a {
        padding: 0px 10.2px !important;
        line-height: 30px !important;
    }
    #page .p_pages .p_fun_d,
    #page .p_pages .p_no_d {
        padding: 0px 10.2px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
    #page .p_t {
        line-height: 32px !important;
        font-size: 13px !important;
    }
    #page .p_goto {
        font-size: 13px !important;
    }
    #page .p_goto a {
        line-height: 30px !important;
        padding: 0px 10.2px !important;
    }
    #rcdw #szm {
        height: auto;
        font-size: 14px;
    }
    #rcdw #szm ul {
        width: calc(100% - 43px);
    }
    #rcdw .rcdw-t {
        margin-top: 4vw;
        padding-bottom: 5vw;
    }
    #rcdw .sou {
        margin-top: 4vw;
        line-height: 36px;
        font-size: 16px;
    }
    #rcdw .sou #keyword {
        width: calc(100% - 260px);
        height: 36px;
    }
    #rcdw .sou .btn {
        height: 36px;
    }
    #rcdw .rcdw-item {
        margin-top: 4vw;
    }
    #rcdw .rcdw-item .name-list-item {
        padding-left: 15px;
    }
    #rcdw .rcdw-item .name-list .zw {
        width: 70px;
    }
    #rcdw .rcdw-item .name-list ul li {
        min-width: 25%;
        font-size: 16px;
        line-height: 30px;
    }
    #rcdw .rcname {
        padding-left: 20px;
    }
    #rcdw #end {
        padding: 20px 10px;
    }
    #rcdw #end ul a {
        font-size: 16px;
        line-height: 30px;
        width: 25%;
    }
    .article-info .title h1 {
        font-size: 26px;
        line-height: 1.5;
    }
    .article-info .title h2 {
        font-size: 18px;
        margin-top: 1vw;
    }
    .article-info .info {
        height: auto;
        margin-top: 3vw;
        font-size: 12px;
    }
    .article-content {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .article-content p {
        font-size: 16px;
        line-height: 34px;
    }
    .swiperszdwTwo a .det h5 {
        height: 62px;
        padding-bottom: 15px;
    }
    .rclist a {
        margin-right: 20px;
        width: calc(33.3333333333% - 16px);
    }
    .rclist a:nth-child(6n),
    .rclist a:nth-child(5n),
    .rclist a:nth-child(4n),
    .rclist a:nth-child(2n) {
        margin-right: 20px;
    }
    .rclist a:nth-child(3n) {
        margin-right: 0;
    }
    .rclist a .det {
        padding: 10px 10px;
        border-radius: 0 0 3px 3px;
        background: rgba(255, 255, 255, 0.65);
        height: calc(100% - 292px);
    }
    .rclist a .det h3 {
        text-align: center;
        font-size: 18px;
        color: #670c75;
        line-height: 1;
    }
}

@media (max-width: 600px) {
    .gk .fz2 .swiper-container {
        padding-left: 10px;
    }
    .subpage .subListOne-item {
        padding-bottom: 10px;
    }
    .subpage .subListOne-item .time {
        width: 60px;
    }
    .subpage .subListOne-item .det {
        width: calc(100% - 60px) !important;
        padding-left: 20px;
    }
    .subpage .subListOne-item .day {
        text-align: center;
    }
    .subpage .subListOne-item .pic {
        display: none;
    }
    .subpage .subListOne-item .p1 {
        margin-top: 1vw;
        font-size: 18px;
    }
    .subpage .subListOne-item .time span {
        display: none;
    }
    .subpage .subListOne-item .p2 {
        margin-top: 2vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .rclist a {
        margin-right: 40px;
        width: calc(50% - 20px);
    }
    .rclist a:nth-child(6n),
    .rclist a:nth-child(5n),
    .rclist a:nth-child(4n),
    .rclist a:nth-child(3n) {
        margin-right: 40px;
    }
    .rclist a:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .subpage-l .name {
        background-size: 70px auto, 70px auto;
    }
    .gk .number-wrap {
        padding-top: 4vw;
    }
    .gk .number-item p {
        font-size: 14px;
    }
    .gk .number-item p i,
    .gk .number-item p span {
        font-size: 30px;
    }
    .gk .number-item:nth-child(4),
    .gk .number-item:nth-child(5) {
        margin-top: 2vw;
    }
    #rcdw .rcdw-item .name-list-item {
        flex-direction: column;
    }
    #rcdw .rcdw-item .name-list .zw {
        margin: 10px 0;
        align-self: flex-start;
    }
    #rcdw .rcdw-item .name-list ul {
        padding-bottom: 10px;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 450px) {
    .subpage .ldxq-1 {
        display: block;
    }
    .subpage .ldxq-1 .pic {
        float: none;
        transform: scale(1);
    }
    .subpage .ldxq-1 .det {
        margin-top: 2vw;
        width: 100%;
        float: none;
    }
    #rcdw .sou #keyword {
        width: calc(100% - 96px);
    }
    #rcdw .sou .btn {
        margin: auto;
        margin-top: 10px;
    }
    #rcdw .rcdw-item .tip span {
        width: 100%;
        padding-left: 10px;
    }
    #rcdw .rcdw-item .name-list ul li {
        width: 33.3333333333%;
    }
    #rcdw #end ul a {
        width: 50%;
    }
}