/*--默认--*/
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
html {
   font-size: 16px;
} 
body {
   font-size: 1.5rem; 
   font-family: "微软雅黑", "Microsoft YaHei", "黑体";
   color: #333333; 
   -webkit-text-size-adjust: none;
}
a {
   color: #1B1B1F;
   text-decoration: none;
   outline: none;
}
a:link {
   text-decoration: none;
   outline: none;
}
a:visited {
   text-decoration: none;
   outline: none;
}
a:hover {
   text-decoration: none;
   color: #1B1B1F;
   outline: none;
}
li {
   list-style: outside none;
}
h1 {
   font-size: 1rem;
}
h2, h3, h4, h5 {
   font-size: .875rem;
}
h5 {
   font-size: 1.92px;
}
textarea, input {
   background: transparent;
   font-size: 1rem;
   font-family: "SourceSansPro-Regular", "微软雅黑";
   color: #888;
   outline: none;
   border: 0;
}
em {
   font-style: normal;
}
img {
   vertical-align: middle;
   max-width: 100%;
   border: 0;
}
.pc {
  display: block;
}
.app {
  display: none;
}
.content-app {
  display: none;
}

/*通用*/
.left {
   float: left;
}
.right {
   float: right;
}
.flex_1 {
   flex: 1;
}
.t-c {
   text-align: center;
}
.mg-auto{
   margin: 0 auto;
}
.center {
   width: 96.5rem;
   margin: 0 auto;
}
.f_w-b {
   font-weight: bold;
}
.center10 {
   width: 62.5rem;
   margin: 0 auto;
}
.center12 {
   width: 75rem;
   margin: 0 auto;
}
.center14 {
   width: 87.5rem;
   margin: 0 auto;
}
.overflow_auto {
   overflow: auto;
}
.overflow_hidden {
    overflow: hidden;
    border-radius: 0.5rem;
}
.mg-t0 {
   margin-top: 0;
}
.mg-t6 {
   margin-top: .375rem;
}
.mg-t8 {
   margin-top: .5rem;
}
.mg-t10 {
   margin-top: .625rem;
}
.mg-t12 {
   margin-top: .75rem;
}
.mg-t15 {
   margin-top: .9375rem;
}
.mg-t16 {
   margin-top: 1rem;
}
.mg-t19 {
   margin-top: 1.1875rem;
}
.mg-t20 {
   margin-top: 1.25rem;
} 
.mg-t22 {
   margin-top: 1.375rem;
} 
.mg-t28 {
   margin-top: 1.75rem;
} 
.mg-t32 {
   margin-top: 2rem;
} 
.mg-t35 {
   margin-top: 2.1875rem;
} 
.mg-t40 {
   margin-top: 2.5rem;
}
.mg-t42{
   margin-top: 2.625rem;
} 
.mg-t48{
   margin-top: 3rem;
} 
.mg-t50 {
   margin-top: 3.125rem;
}
.mg-t68 {
   margin-top: 4.25rem;
}
.mg-t90 {
   margin-top: 5.625rem;
}
.mg-t100 {
   margin-top: 6.25rem;
}
.mg-t115 {
   margin-top: 7.1875rem;
}
.mg-t120 {
   margin-top: 7.5rem;
}
.mg-t121 {
   margin-top: 7.5625rem;
}
.mg-b20 {
   margin-bottom: 1.25rem;
}
.mg-b24 {
   margin-bottom: 1.5rem;
}
.mg-b44 {
   margin-bottom: 2.75rem;
}
.mg-b60 {
   margin-bottom: 3.75rem;
}
.mg-b100 {
   margin-bottom: 6.25rem;
}
.mg-b110 {
   margin-bottom: 6.875rem;
}
.mg-b114 {
   margin-bottom: 7.125rem;
}
.mg-l16 {
   margin-left: 1rem;
}
.mg-l25 {
   margin-left: 1.5625rem;
}
.pd-t0 {
   padding-top: 0;
}
.pd-t40 {
   padding-top: 2.5rem;
}
.pd-t60 {
   padding-top: 3.75rem;
}
.pd-t72 {
   padding-top: 4.5rem;
}
.pd-t80 {
   padding-top: 5rem;
}
.pd-t90 {
   padding-top: 5.625rem;
}
.pd-t100 {
   padding-top: 6.25rem;
}
.font14{
   font-size: .875rem;
}
.font16{
   font-size: 1rem;
}
.font18 {
   font-size: 1.125rem;
}
.font20 {
   font-size: 1.25rem;
}
.font22 {
   font-size: 1.375rem;
}
.font24 {
   font-size: 1.5rem;
}
.font28 {
   font-size: 1.75rem;
}
.font30 {
   font-size: 1.875rem;
}
.font32 {
   font-size: 2rem;
}
.font36 {
   font-size: 2.25rem;
}
.font40 {
  font-size: 2.5rem;
}
.font44 {
   font-size: 2.75rem;
}
.font50 {
   font-size: 3.125rem;
}
.font80 {
   font-size: 5rem;
}
.col_FFFFFF {
   color: #FFFFFF;
}
.col_BD0600 {
   color: #136EE2;
}
.col_c7c4c4 {
   color: #c7c4c4;
}
.col_071021 {
   color: #071021;
}
.col_0A0E01 {
   color: #0A0E01;
}
.col_333333{
   color: #333333;
}
.col_5D677B {
   color: #5D677B;
}
.col_575766{
   color: #575766;
}
.col_0B46C7 {
   color: #0B46C7;
}
.col_1760FF{
   color: #1760FF;
}
.col_909AAB{
   color: #909AAB;
}
.col_545454{
   color: #545454;
}
.bg_F7F8FD {
   background: #F7F8FD;
}
.bg_F8F8F9 {
   background: #F8F8F9;
}
.margin-t5 {
   margin-top: .3125rem;
}
.d_f {
   display: flex; 
}
.d_j {
   display: flex;
   justify-content: space-between;
}
.d_f-f_w {
   display: flex;
   flex-wrap: wrap;
}
.d_f-j_s {
   display: flex; 
   justify-content: space-between;
}
.d_f-a_c {
   display: flex;
   align-items: center;
} 
.d_f-fd_c-a_c {
   display: flex;
   flex-direction: column;
   align-items: center;
}
/* .more {
   width: 5rem;
   height: 1.875rem;
   line-height: 1.875rem;
   border: .0625rem solid #c7c4c4;
   text-align: center;
   margin: 1.25rem auto 0; 
} */
.l_h30{
   line-height: 1.875rem;
}
.l_h40{
   line-height: 2.5rem;
}
.gap3 {
   gap: 3rem;
}
.gap5 {
   gap: 5rem;
}
.gap8 {
   gap: 0.5rem;
}
.gap16 {
   gap: 1rem;
}
.gap24 {
   gap: 1.5rem;
}
.gap33 {
   gap: 2.0625rem;
}
.gap40 {
   gap: 2.5rem;
}
.gap47 {
   gap: 2.9375rem;
}
.gap110 {
   gap: 6.875rem;
}
.gap240 {
   gap: 15rem;
}
.d-g60{
   display: flex;
   gap: 3.75rem;
}
.w_100 {
   width: 100%;
}
.h-footer .ul-2.w_8 {
   width: 8rem;
}
.h_100vh {
   height: 100vh;
}
.position_rel {
   position: relative;
}
.nav-a {
   color: #9297AE;
}
.back-top {
   display: none;
   width: 4.5rem;
   height: 4.5rem;
   position: fixed;
   bottom: 7rem;
   right: 2.5rem;
   z-index: 9999;
}

/*滚动条*/
body ::-webkit-scrollbar{
    width: 2px; 
}
 
body ::-webkit-scrollbar-thumb {
    background: #A0B8D9;
    border-radius: 8px;
}
 
body ::-webkit-scrollbar-thumb:hover {
    background-color: #A0B8D9;
}

body ::-webkit-scrollbar-track {
    background-color: #D0E6FE;
    border-radius: 8px;
}

body ::-webkit-scrollbar-track:hover {
    background-color: #D0E6FE;
}

body ::-webkit-scrollbar {
    width: 0.5rem;
    height: 8px;
}

/*浏览器兼容性页面*/
.pageCompatibility {
   position: absolute;
   width: 100%;
   height: 100%;
   bottom: 0;
   background: #000;
   z-index: 9999;
}
.pageCompatibility .content {
   color: #FFF;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 50%;
   left: 50%;
   line-height: 4rem;
}
.exceed-one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exceed-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exceed-three {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vertical_center {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

/*swiper首页右侧栏导航*/
.sy-banner .swiper-button-hide {
    display: none;
} 
.home .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    left: 1.5rem;
    display: flex;
    flex-direction: column;
    float: left;
    width: 0.0625rem;
    height: 22rem;
    border: 1px dashed #A6A9A2;
    align-items: center;
    justify-content: space-between;
}
.home .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    position: relative;
    background: #9b9b99;
    border: 1px solid #EDF0E7;
    opacity: 1;
}
.home .swiper-pagination-bullet:first-child {
    top: -0.7rem;
}
.home .swiper-pagination-bullet:last-child {
    top: 0.7rem;
}
.home .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    height: 0.8rem;
    left: 0;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    border: 3px solid #E3EFFF;
}
.home.swiper .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.white .swiper-pagination-bullets {
   border: 1px dashed #0112960f; 
}

.swiper-name {
    position: fixed;
    z-index: 999;
    width: 6.25rem;
    height: 23rem;
    left: 3rem;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swiper-name div {
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: linear-gradient(to right, #33CC99, #007DCC, #32CA9C);   
    display: none;
}
.swiper-name div:nth-child(1) {
    top: -0.2rem;
    position: relative;
}
.swiper-name div:nth-child(2) {
    top: 4.6rem;
    position: relative; 
}
.swiper-name div:nth-child(3) { 
    top: 8.6rem;
    position: relative; 
}
.swiper-name div:nth-child(4) {
    top: 12.8rem;
    position: relative; 
}
.swiper-name div:nth-child(5) {
    top: 16.8rem;
    position: relative; 
}
.swiper-name div:nth-child(6) {
    top: 17.2em;
    position: relative;  
}
.swiper-name div:nth-child(7) {
    margin-top: 21.4rem;
}
.swiper-name div:nth-child(8) {
    margin-top: 24.4rem;
}
.swiper-name div:nth-child(9) {
    margin-top: 28.5rem;
}
.swiper-name .this {
    font-weight: 600; 
    opacity: 1;
} 
.swiper-name.white div {
    color: #787CA3;
    font-weight: 600;
}
.swiper-name.white .this {
    color: #787CA3;
}

/*404错误页*/
.error {
    width: 100%;
    height: calc(100vh - 10.32rem);
    position: relative;
}
.error .content {   
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    display: flex;
    gap: 5.625rem;
    justify-content: center;
    align-items: center;
}
.error img {
    width: 22.5rem;
    height: 22.5rem;
}
.error .content .name {  
    color: #071021;
    font-size: 5rem;
    font-weight: bold;
}
.error .content .xx {  
    color: #5D677B;
    line-height: 2rem;
    font-size: 1.125rem;
    margin-top: 1rem;
}
.error a button {
    width: 6.25rem;
    height: 2.5rem;
    background: #1760FF;
    color: #FFFFFF;
    border-radius: 0.25rem;
    border: none;
    margin-top: 1rem;
    cursor: pointer;
}

/*首页头部*/
.h-header {
   width: 100%;
   height: 6.25rem;
   background: #FFFFFF; 
   position: fixed; 
   z-index: 999; 
   display: flex;
   justify-content: center;     
   transition: transform 0.6s cubic-bezier(.4,.2,.2,1) 0.1s;
   transform: translateY(-100%);
   box-shadow: 0px 0px 1px #aca9a9;
}
.h-header.show {
   transform: translateY(0);
}
.list-bg {
   height: 6.25rem;
   background: #136EE2;
}
.h-header .headerer {
   width: 97.5rem;
   display: flex;
   align-items: center;
}
.h-header .logo {
    width: 22rem;
    height: 3rem;
}
/*.h-header .paralympics {
   background: url(/cyh/images/he-1.png) no-repeat;
   width: 4.9375rem;
   height: 1.25rem;
   background-size: 100% 100%;
}*/
.h-header.bg-t{ 
   background: rgb(255,0,0); 
}
.h-header .headerer .title {
   width: 13.125rem;
   height: 2.625rem;
   background: url(../img/logo_b.png) no-repeat;
}
.h-header .headerer .search {
    width: 14.88rem;
    height: 2.44rem;
    border-radius: 0.13rem;
    background: #f3f3f3;
    position: relative;
    /*animation: move 2s forwards;*/
}
.h-header .headerer .search-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.h-header .headerer .search input {
    padding: 0.5rem 0.5rem 0.5rem 1.56rem;
    width: 100%;
    color: #999999;
}
.h-header .headerer .search img {
    position: absolute;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.6;
}
@keyframes move { 
    0% {
        position: relative;
        width: 0; 
    }
    100% { 
        position: relative;  
        width: 100%;
    }
}

.h-header .headerer .icon {
   display: none;
   background: url(/cyh/images/he-2.png) no-repeat;
   width: 1.5rem;
   height: 1.5rem;
   background-size: 100% 100%;
}
.h-header .headerer .icon-b {
   display: block;
   background: url(/cyh/images/he-3.png) no-repeat;
   width: 1.5rem;
   height: 1.5rem;
   background-size: 100% 100%;
}
.h-header ul.menu {
   height: 6.25rem;
   margin: 0 2.5rem 0 3.5rem;
   display: flex;
   align-items: center;
   gap: 1.2rem;
   flex: 1;
}
.h-header ul.menu > li { 
   float: left; 
   display: flex;
   flex-direction: column;
   justify-content: center;  
   position: relative;
}
.h-header ul.menu > li > a {
   text-align: center;
   padding: 0.25rem 1rem;
}
.h-header ul.menu > li a { 
   font-size: 1.4rem;
}
.h-header ul.menu > li.this {
    height: 2.4rem;
    border-radius: 1.5rem;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
}
.h-header ul.menu > li.this a{
    color: #FFFFFF;
}
.h-header ul.menu > li > a:hover {
    border-radius: 1.5rem;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    color: #FFFFFF; 
}

.h-header ul > li dl { 
   width: 9.9375rem;
   background: #FFFFFF;
   line-height: 3.625rem;
   position: absolute;
   z-index: 999;
   display: none;
   top: 3.625rem;
   transform: translateX(-50%);
   left: 50%;
}
.h-header button {
   width: 7.5rem;
   height: 2.5rem;
   color: #FFFFFF;
   background: #1760FF;
   border-radius: 1.25rem;
}
/*.h-header .headerer ul li.this > a::after{
   content: '';
   display: block;
   position: relative;
   width: 1.875rem;
   height: .125rem;
   background: #136EE2;
   top: 1.0625rem;
   left: 50%;
   transform: translateX(-50%);
}*/
.h-header .headerer ul li dl dd {
   font-size: 1.125rem;
   color: #0A0E01;
   text-align: center;
}
.h-header .headerer ul li dl dd:hover,.h-header .headerer ul li.this dl dd.this {
   font-size: 1.125rem;
   color: #FFFFFF;
   background-image: linear-gradient(to right, #007DCC, #32CA9C);
}
.h-header .headerer ul li dl .three-level ul {
   display: none;
   width: 9.9375rem;
   background: #FFFFFF;
   line-height: 3.625rem;
   position: absolute;
   z-index: 999;
   top: 6.25rem;
   left: 10.4375rem;
}

.h-header .headerer ul li dl .three-level ul li {
   margin-left: 1.5rem;
}
.h-header .headerer ul li dl .three-level ul li a {
   font-size: 1.125rem;
   color: #1B1B1F;
}
.h-header .headerer .tools {
   display: flex;
   align-items: center;
   gap: 2.25rem;
}
.h-header .headerer .app-menu {
   display: none;
}


/*.h-header .headerer ul li dl .three-level dd:hover + ul {
   display: block;
}*/

/*第一屏header*/
.h-header.red { 
   background-image: linear-gradient(180deg, #136EE2 50%, #498fd2 100%);
   box-shadow: inset 0 -0.125rem 0 0 #498fd2;
}
.h-header .logo {
    background: url(/cyh/images/logo.png) no-repeat;
    background-size: 100% 100%;
    width: 22rem;
    height: 3rem;
    margin-left: 2.5rem;
}
.h-header.red a {
   color: #FFFFFF;
}
/*.h-header.red .paralympics {
   background: url(/cyh/images/he-1b.png) no-repeat;
   background-size: 100% 100%;
}*/
.h-header.red .headerer .search {
   background: #FFFFFF;
   opacity: 0.9;
}
.h-header.red .headerer .search img {
   width: 1.5rem;
   cursor: pointer;
}
.h-header.red .headerer .icon {
   background: url(/cyh/images/search-2.png) no-repeat; 
   background-size: 100% 100%;
}
.h-header.red .headerer .icon-b {
   background: url(/cyh/images/search.png) no-repeat; 
}
.h-header.red .headerer ul li.this > a::after{ 
   background: #FFFFFF; 
}
.h-header.red .headerer ul li.this > a, .h-header.red .headerer ul li:hover > a {
   color: #FFFFFF;
   font-weight: bold;
}

/*首页板块标题*/
.home-title {
   position: relative;
   min-height: 5.9375rem;
}
.home-title::after {
   content: '';
   display: block;
   width: 3.75rem;
   height: .3125rem;
   background: #011296;
   bottom: 0;
   position: absolute;
}
.home-title .cn{
   font-weight: 500;
   font-size: 2.75rem;
   color: #030303;
   position: absolute;
   top: 1.25rem;
}
.home-title .en{
   -webkit-text-stroke: .0625rem #00129626;
   color: #03030300;
   font-size: 2.5rem;
}
.home-title.white .cn{
   color: #FFFFFF;
}
.home-title.white .en{
   -webkit-text-stroke: .0625rem #ffffff4d;
   color: #03030300;
   font-size: 2.5rem;
}
.home-title.white::after{
   background: #FFFFFF;
}

.home_mySwiper {
   height: 100vh;
}

.popup-text {
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: rgb(0 0 0 / 50%);
   z-index: 999999;
   color: #FFFFFF;
   padding: 20px;
   border-radius: 5px;
}



/*首页banner*/
.sy-banner{
   height: 100vh; 
   position: relative;
   display: flex;
   justify-content: center;
}
.sy-banner img{
   width: 100%;
   height: 100%; 
   background-size: 100% 100%;
}
.sy-banner ul {
   position: absolute;
   bottom: 3.5rem;
   z-index: 999;
   display: flex;
   justify-content: center;
   gap: .5rem;
}
.sy-banner ul li {
   width: 18.5rem;
   height: 7.5rem;
   background: #FFFFFF;
   box-shadow: 0 .5625rem 1.4375rem 0 #2135291c;
   border-radius: .25rem;
   filter: blur(0);
   padding: 1rem 0 .875rem 2.4375rem;
   display: flex;
   align-items: center;
   gap: 1.4375rem;
}
.sy-banner ul li div {
   font-size: 1.5rem;
   color: #0A0E01;
   letter-spacing: .0075rem; 
}


.home_1 .countdown {
   width: 100%;
   transform: translateY(-50%);
   top: 45%;
   z-index: 9;
   position: absolute;
   color: #FFFFFF;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.home_1 .countdown .bg-t {
    background: rgb(0 0 0 / 10%);
    border-radius: 0.5rem;
    padding: 4rem 5rem;
} 

.home_1 .countdown .title {
   font-size: 3rem;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
   background: linear-gradient(to bottom, #0081FF, #FFFFFF 95%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-shadow: 0 0.13rem 0.25rem rgb(214 209 209 / 50%);
}
.home_1 .countdown .date {
   margin-top: 1.5rem;
   font-size: 1.5rem;
   color: #FFFFFF;
   text-align: center;
}
.home_1 .countdown .time {
    margin-top: 2.5rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    padding: 0 2rem;
    border-radius: 0.25rem;
}
.home_1 .countdown .time .line {
   background: rgb(255 255 255 / 10%);
   border-radius: 0.75rem;
   /*padding: 0.56rem 2.65rem 0.63rem;*/
   width: 9.06rem;
   height: 7.75rem;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.home_1 .countdown .time .line .num {
   font-size: 3.88rem; 
}
.home_1 .countdown .time .line .text {
   font-size: 1.5rem; 
}
.home_1 .h-footer {
   z-index: 9;
   position: absolute;
   bottom: 0;
}
.home_1 .button {
   width: 100%;
   position: absolute;
   bottom: 6rem;
   text-align: center;
}
.home_1 .button img {
   width: 1.25rem;
   height: 1.94rem;
   animation: home1_move 3s infinite;
}
@keyframes home1_move {  
 0% {  
   top: -1.5rem;  
   position: relative;
   opacity: 1;
 }  
 50% {  
   top: 0;  
   position: relative;
   opacity: 1;
 } 
 75% {  
   top: 0;  
   position: relative;
   opacity: 0;
 }  
 100% {  
   top: -1.5rem;  
   position: relative;
   opacity: 0;
 } 
} 
.home_1 .button div {
   font-size: 0.88rem;
   color: #FFFFFF;
   text-align: center;
   opacity: 0.7;
   margin-top: 0.75rem;
}
.home_1 .home1-pagination {
   height: 18rem;
   margin-right: 100%;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 99;
   display: flex;
   gap: 1.25rem;
   flex-direction: column;
   align-items: flex-end;
}
.home_1 .home1-pagination span {
   right: 2.5rem;
   position: relative;
}
.home_1 .home1-pagination .swiper-pagination-bullet {
   width: 0.75rem;
   height: 0.75rem;
   background: #FFFFFF;
   opacity: 0.7;
}
.home_1 .home1-pagination .swiper-pagination-bullet-active {
   width: 0.75rem;
   height: 0.75rem;
   background: #FFB555;
   opacity: 1;
}
.home_1 .countdown .time .tit { 
   display: flex;
   justify-content: center;
   align-items: center;
}
.home_1 .countdown .time .tit .num { 
   font-size: 3rem;
}

/*首页通用侧栏*/
.index-home-left {
   width: 12rem;
   position: relative;
}
.index-home-left .name {
   font-size: 3rem;
   margin-top: .5rem;
}
.index-home-left .name-en {
   font-size: 3.25rem;
   line-height: 3.75rem;
   opacity: 0.05;
}
.index-home-left ul {
   width: 12rem;
   margin-top: 3rem;
   display: flex;
   flex-direction: column;
   gap: 1.5rem;
}
.index-home-left li {
   padding: .25rem 0 .25rem .5rem;
   font-size: 1.5rem;
   opacity: 0.7;
   cursor: pointer;
}
.index-home-left ul li.this {
   padding: .25rem 0 .25rem .5rem;
   background-image: linear-gradient(90deg, rgb(26 178 198 / 30%) 0%, #1ab2c600 100%);
   font-weight: bold;
   opacity: 1;
}
.index-home-left .more { 
   width: 3.88rem;
   height: 3.88rem;
   position: absolute;
   bottom: 0rem;
}
.index-home-left .more a { 
   display: none;
}
.index-home-left .more:hover{
   transform: scale(1.05);
}

.home_3 .index-home-left + .right {
    min-height: 40.375rem;
}

/*最新资讯*/
.home_2 {
   background: url(/cyh/images/bj.png) no-repeat;
   background-size: 100% 100%;
}
.home_2 .pc {
   height: 100%;
}
.home_2 .pc > .show { 
   height: 100vh;
   padding: 8.5rem 11.25rem 2.5rem;
   display: flex;
   gap: 10.5625rem;
   transform: translateY(-50%);
   position: relative;
   top: 50%;
}

.home_2 .right > ul {
   display: none;
   overflow: auto;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 1.625rem;
}
.home_2 .right > ul.show { 
   display: flex;
}


.home_2 .right li:hover {
   background: #136EE2;
   transform: scale(1);
}
.home_2 .right li:hover .title {
   color: #FFFFFF;
}
.home_2 .right li:hover .details {
   color: #FFFFFF;
   opacity: 0.7;
}
.home_2 .right li:hover .time .year {
   color: #FFFFFF;
   opacity: 0.7;
}
.home_2 .right li:hover .time .date {
   color: #FFFFFF; 
}
.home_2 .right li:hover .time .date::after {
   background: #FFFFFF; 
}
.home_2 .right li:hover .picty img {
   transform: scale(1.15);
}
.home_2 .right ul.video-list li:hover img {
   transform: scale(1.15);
}
.home_2 .right ul.video-list li:hover img + .title {
   display: none;
}

.home_2 .right li {
   width: calc((100% - 2.5rem) / 2);
   height: 13.125rem;
   padding: 1.125rem 1.125rem 1.5rem 1.125rem;
   background: #FFFFFF;
   border-radius: .75rem;
   position: relative;
   transition: all 0.3s ease-in-out
}
.home_2 .right li a {
   height: 100%;
   display: flex;
   gap: 2.25rem;
}
.home_2 .right li .xx {
   flex: 1;
}
.home_2 .right li .time {
   font-size: 1.5rem;
   font-weight: bold;
}
.home_2 .right li .time .date {
   transition: all 0.3s ease-in-out;
}
.home_2 .right li .picty {
   width: 6.875rem;
   height: 9.875rem;
   overflow: hidden;
   border-radius: 0.48rem;
}
.home_2 .right li .picty img {
   width: 100%;
   height: 100%; 
   transition: all 0.3s ease-in-out;
}
.home_2 .right li .time .date::after {
   display: block;
   content: '';
   width: 1.6875rem;
   height: .125rem;
   margin-top: .75rem;
   background: #136EE2;
   transition: all 0.3s ease-in-out;
}
.home_2 .right li .time .year {
   margin-top: .75rem;
   font-size: 1.125rem;
   color: #9297AE;
   transition: all 0.3s ease-in-out;
}
.home_2 .right li .title {
   line-height: 2.25rem;
   font-size: 1.5rem;
   font-weight: 400;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   transition: all 0.3s ease-in-out;
}
.home_2 .right li .details {
   margin-top: 1rem;
   line-height: 1.625rem;
   font-size: 1.125rem;
   color: #9297AE;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   transition: all 0.3s ease-in-out;
}
.home_2 .right ul.video-list { 
   flex-wrap: nowrap;
   gap: 1.38rem;
   transform: translateY(-50%);
   position: relative;
   top: 50%;  
}
.home_2 .right ul.video-list .list-left li {
   overflow: hidden;
   width: 55.5rem;
   height: 100%;
   padding: 0;
   background: none;
   border-radius: 0.75rem;
   position: relative;
}
.home_2 .right ul.video-list .list-left li a {
   height: 100%;
   display: block;
}
.home_2 .right ul.video-list .list-left li .title { 
   position: relative;
   font-weight: 600;
   color: #1B1B1F;
   margin-top: 1rem;
   height: 2.5rem;
   padding: 0;
   background-image: initial;
}
.home_2 .right ul.video-list .list-left li .title span {
   position: relative;
   bottom: -6px;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.home_2 .right ul.video-list .list-left li .time {
   color: #B2B4C4;
   font-size: 1rem;
   font-weight: 400;
   margin-top: 1rem;
}
.home_2 .right ul.video-list .list-left li img {
   width: 100%;
   height: 31.13rem;
   border-radius: 0.48rem;
   transition: transform 0.3s ease-in-out;
}
.home_2 .right ul.video-list .list-left li img.logo {
   width: 4.25rem;
   height: 4.25rem;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50%;
   top: 40%;
}
.home_2 .right ul.video-list .list-right {
   display: flex;
   flex-direction: column;
   gap: 1.19rem;
}
.home_2 .right ul.video-list .list-right li {
   width: 17.38rem;
   height: 9.56rem; 
   background: none;
   padding: 0;
}
.home_2 .right ul.video-list .list-right li .title {
   width: 100%;
   color: #FFFFFF;
   background-image: linear-gradient(180deg, #00000000 0%, #00000080 100%);
   border-radius: 0.5rem;
   padding: 1.31rem 0.63rem 0.63rem 0.63rem;
   position: absolute;
   line-height: 2.25rem;
   font-size: 1.13rem;
   bottom: 0;
   font-weight: 400;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.home_2 .right ul.video-list .list-right li .logo {
   width: 3.19rem;
   height: 3.13rem;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50%;
   top: 50%;
}
.home_2 .right ul.video-list .list-right li .video-bg {
   width: 100%;
   height: 100%;
   border-radius: 0.5rem;
   transition: transform 0.3s ease-in-out;
}
.home_2 .right ul.video-list .list-right li:hover .video-bg {
   transform: scale(1.15);
}
.home_2 .right ul.video-list .list-right li .title {
   font-size: 1.13rem;
}
.home_2 .right ul.video-list .list-right li .title span {
   position: relative;
   bottom: -6px;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}

.home_2 .right ul.picture-list li img { 
   width: 51.25rem;
   height: 34.13rem;
}
.home_2 .right ul.picture-list { 
   flex-wrap: nowrap;
   gap: 2.15rem;
   transform: translateY(-50%);
   position: relative;
   top: 50%;
}
.home_2 .right ul.picture-list .list-left li {
   width: 51.25rem;
   height: 34.13rem;
   padding: 0;
   background: none;
}
.home_2 .right ul.picture-list .list-left a {
   height: 100%;
   display: block;
}
.home_2 .right ul.picture-list .list-left li .title{
   position: absolute;
   bottom: 0;
   font-size: 2rem;
   color: #FFFFFF;
   padding: 2rem;
}
.home_2 .right ul.picture-list .list-left li .title span {
   font-size: 2rem;
   color: #FFFFFF;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}


.home_2 .right ul.picture-list .list-right {
   display: flex;
   gap: 2.13rem;
   flex-wrap: wrap;
}
.home_2 .right ul.picture-list .list-right li {
   width: 100%;
   height: 16rem;
   background: none;
   padding: 0;
}
.home_2 .right ul.picture-list .list-right li .title {
   position: absolute;
   bottom: 0;
   margin-top: 0;
   padding: 1rem;
}
.home_2 .right ul.picture-list .list-right li .title span {
   font-size: 1.38rem;
   color: #FFFFFF;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}

/*赛事项目*/ 
.home_3 .background {
   width: 81.56rem;
   height: 43rem;
   opacity: 0.1;
   background: #136EE2;
   border-radius: 6.25rem;
   position: absolute;
}
.home_3 .bg {
   position: absolute;
   width: 81.5625rem;
   height: 80%; 
   background: rgba(189, 6, 0, 0.1);
   border-radius: 6.25rem; 
} 
.home_3 .content {
   position: relative;
   padding: 10rem 11.25rem 3.75rem;
   display: flex;
   gap: 10.5625rem;
   transform: translateY(-50%);
   top: 50%;
}
.home_3 .content .pc > .show {
   display: flex;
   gap: 10.56rem;
}
.home_3 .content .right ul {
   width: 75rem;
   display: none;
   flex-wrap: wrap;
   gap: 0.13rem; 
}
.home_3 .right ul.show { 
   display: flex;
}
.home_3 .content .right ul li {
   overflow: hidden;
   position: relative;
   width: calc((100% - 0.52rem) / 5);
   height: 13.38rem;
   background: #00000099;
}
.home_3 .content .right ul li a > img {
   width: 15rem;
   height: 13.375rem;
}
/*.home_3 .content .right ul li .bj-t {
   position: absolute;
}
.home_3 .content .right ul li .icon {
   width: 4.3406rem;
   height: 3.125rem;
}*/
.home_3 .content .right ul li .mask {
   opacity: 0.8;
   background: #00000099;
   width: 15rem;
   height: 13.375rem;
   position: relative;
   top: -13.375rem; 
   transition: all 0.3s ease-in-out;
}
.home_3 .content .right ul li:hover .mask {
   opacity: 0; 
}


.home_3 .content .right ul li .name {
   position: relative;
   font-size: 1.5rem;
   color: #FFFFFF; 
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   gap: 1.6875rem;
   flex-direction: column;
   align-items: center;
} 
.home_3 .content .right ul li .name .icon {
   width: 4.34rem;
}
.home_3 .content .right ul li .name img {
   transform-origin: center;  
   transition: all 0.3s ease-in-out;
}
.home_3 .right ul.show li:hover .mask .name img {
    transform: scale(0);  
}
.home_3 .content .right ul li .name span {
   transition: all 0.3s ease-in-out;
}
.home_3 .content .right ul li:hover .name span {
   opacity: 0;
}
.home_3 .content .right ul li:last-child {
   font-size: 1.5rem;
   color: #FFFFFF;
   background: #136EE2;
   opacity: 1;
   display: flex;
   justify-content: center;
   align-items: center;
}
.home_3 .content .right ul li:last-child a {
   padding: 5.5625rem 5.8rem;
   color: #FFFFFF;
}

/*首页通用遮盖标题*/
.index-cover-title {
   display: flex;
   flex-direction: column;
}
.index-cover-title .name {
   font-size: 3rem;
   font-weight: bold;
   position: absolute;
}
.index-cover-title .name-en {
   font-size: 3.25rem;
   margin-top: 1.375rem;
   opacity: 0.05;
}
.index_1-more {
   width: 13.9375rem;
   height: 3.75rem;
   background-image: linear-gradient(90deg, #5a91c5, #136EE2 30%, #5a9bd8 100%);
   color: #FFFFFF;
   border-radius: .25rem;
   font-size: 1.5rem;
   border: none;
   display: flex;
   gap: .5rem;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.index_1-more:hover{
   background-image: linear-gradient(90deg, #5a91c5, #136EE2 30%, #5a9bd8 100%);
}
.index_1-more{
  transition: all 0.3s ease-in-out
}

/*赛事成绩*/
.home_4 {
   padding: 10rem 11.25rem 3.75rem;
   background: url(/cyh/images/bj-2.png) no-repeat;
   background-size: 100% 100%;
   height: 100%;
}
.line-center {
   position: relative; 
   transform: translateY(-50%);
   top: 50%;
}


.home_4 .content {
   margin-top: 2.75rem;
   display: flex;
   gap: 2.5rem;
}
.home_4 .content .left,.home_4 .content .right {
   width: 100%;
}
.home_4 .content .left .line-list .list {
   display: none;
}
.home_4 .content .left .line-list .list.show {
   display: block;
}
.home_4 .content .line { 
   height: 34.375rem;
   background-image: linear-gradient(0deg, #F8F8F9 0%, #DEE0EB 100%);
   border: .0625rem solid #FFFFFF;
   border-radius: .75rem;
}
.home_4 .content a {
   display: none;
}
.home_4 .content .line .tab-title {
   display: flex;
   gap: 13rem;
   position: relative;
}
.home_4 .content .line .tab-title li {
   padding: 1rem 0;
   font-size: 1.375rem;
   color: #55596B;
   z-index: 999;
}
.home_4 .content .line .tab-title li:nth-child(1) {
   margin-left: 3rem;
   position: relative;
}
.home_4 .content .line .tab-title li:nth-child(6) {
   margin-right: 3rem;
}
.home_4 .content .line .tab-title li:nth-child(1) span {
   display: block;
}
.home_4 .content .line .tab-title li:nth-child(2) span {
   display: block;
   width: 5.5rem;
}
.home_4 .content .line .tab-title li:nth-child(3) span {
   display: block;
   width: 5.5rem;
}
.home_4 .content .line .tab-title li:nth-child(4) span {
   display: block;
   width: 6.875rem;
}
.home_4 .content .line .tab-title li:nth-child(5) span {
   display: block;
   width: 5.5rem;
}
.home_4 .content .line .tab-title li:nth-child(6) span {
   display: block;
   width: 4.125rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.home_4 .content .line .tab-title li.omit span {
   display: block;
   width: 4.125rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}


.home_4 .content .line .tab-title li.this span {
   width: 8.75rem;
   display: block;
   left: 0rem;
   position: relative;
   text-align: center;
}
.home_4 .content .line .tab-title li:nth-child(2).this span {
   left: 26.5%;
}
.home_4 .content .line .tab-title li:nth-child(3).this span {
   left: 48%;
}
.home_4 .content .line .tab-title li:nth-child(4).this span {
   left: 50%;
}
.home_4 .content .line .tab-title li:nth-child(5).this span {
   left: 66.8%;
}
.home_4 .content .line .tab-title li:nth-child(6).this span {
   left: 79%;
}
.home_4 .content .line .tab-title li.this span::after {
   content: '';
   display: block;
   width: 3.125rem;
   height: .25rem;
   background: #136EE2;
   transform: translateX(-50%);
   left: 50%;
   top: 1rem;
   position: relative;
}
.home_4 .content .line .tab-title li.this + li {
   margin-left: 28.25rem;
}
.home_4 .content .line .tab-title li:nth-child(2).this + li {
   margin-left: 28.65rem;
}
.home_4 .content .line .tab-title li:nth-child(3).this + li {
   margin-left: 9.13rem;
}
.home_4 .content .line .tab-title li:nth-child(4).this + li {
   margin-left: 10.5rem;
}
.home_4 .content .line .tab-title li:nth-child(5).this + li {
   margin-left: 9.13rem;
}
.home_4 .content .line .tab-title li:nth-child(1).this {
   background: url(/cyh/images/sy-tab1.png) no-repeat;
   background-size: 100% 100%;
   margin-left: 0;
}
.home_4 .content .line .tab-title li:nth-child(2).this {
   background: url(/cyh/images/sy-tab2.png) no-repeat;
   background-size: 100% 100%;
}
.home_4 .content .line .tab-title li:nth-child(3).this {
   background: url(/cyh/images/sy-tab3.png) no-repeat;
   background-size: 100% 100%;
}
.home_4 .content .line .tab-title li:nth-child(4).this {
   background: url(/cyh/images/sy-tab4.png) no-repeat;
   background-size: 100% 100%;
}
.home_4 .content .line .tab-title li:nth-child(5).this {
   background: url(/cyh/images/sy-tab5.png) no-repeat;
   background-size: 100% 100%;
}
.home_4 .content .line .tab-title li:nth-child(6).this {
   background: url(/cyh/images/sy-tab6.png) no-repeat;
   background-size: 100% 100%;
}
.home_4 .content .line .tab-title li.this { 
   width: 100%;
   height: 35.3125rem;
   position: absolute;
   padding: 1.8125rem 0;
   margin-top: -0.9375rem;
   padding-left: 1.25rem;
   font-weight: 600;
   font-size: 1.75rem;
   color: #1B1B1F;
   z-index: 99;
}

.home_4 .content .line .title {
   width: 11.25rem;
   padding: 1rem 1.25rem;
   font-weight: 600;
   font-size: 1.75rem;
}
.home_4 .content .line .title::after {
   content: '';
   display: block;
   width: 3.125rem;
   height: .25rem;
   background: #AF2626;
   transform: translateX(-50%);
   left: 50%;
   top: 1rem;
   position: relative;
}
.home_4 .content .line .list {
   padding: 1.6875rem 1.25rem 2rem;
   position: relative;
   z-index: 99;
}
.home_4 .content .line .list .table-header {
   font-weight: 600;
   height: 3.5625rem;
   padding: 0 2rem 0 1.25rem;
   background: #ffffffe6;
   border: .0625rem solid #FFFFFF;
   border-radius: .25rem;
   display: flex;
   align-items: center; 
}
.home_4 .content .line .list ul li {
   height: 3.5625rem;
   margin-top: 1rem;
   padding: 0 2.125rem 0 1.625rem;
   background: #ffffffe6;
   border: .0625rem solid #FFFFFF;
   border-radius: .25rem;
   display: flex;
   align-items: center; 
   transition: all 0.3s ease-in-out
}
.home_4 .content .line .list ul li:hover {
   transform: scale(1.03);
}
.home_4 .content .line .list ul li div:nth-child(1),.home_4 .content .line .list .table-header div:nth-child(1) {
   width: 16%;
   text-align: left;
   position: relative;
}
.home_4 .content .line .list ul li div:nth-child(2),.home_4 .content .line .list .table-header div:nth-child(2){
   width: 17%;
   text-align: center;
}
.home_4 .content .line .list ul li div:nth-child(3),.home_4 .content .line .list .table-header div:nth-child(3){
   width: 17%;
   text-align: center;
}
.home_4 .content .line .list ul li div:nth-child(4),.home_4 .content .line .list .table-header div:nth-child(4){
   width: 16%;
   text-align: center;
}
.home_4 .content .line .list ul li div:nth-child(5),.home_4 .content .line .list .table-header div:nth-child(5){
   width: 17%;
   text-align: center;
}
.home_4 .content .line .list ul li div:nth-child(6),.home_4 .content .line .list .table-header div:nth-child(6){
   width: 16%;
   text-align: right;
}
.home_4 .content .line .list ul li div:nth-child(1) img {
   width: 2.25rem;
   height: 2.1875rem;
}
.home_4 .content .line .list ul li .num {
   font-weight: 600;
   font-size: 1.25rem;
   color: #9297AE;
   position: absolute;
   top: .375rem;
   left: 0rem;
   width: 2.25rem;
   text-align: center;
}

/*城市之窗*/
.home_5 {
   padding: 6.25rem 11.25rem 0;
   background: url(/cyh/images/cs-bj.png) no-repeat;
   background-size: 100% 100%;
   height: 100%;
   display: flex;
   gap: 7.375rem;
   justify-content: space-between;
}
.home_5 .left {
   width: 53.75rem;
   margin: 3.75rem 0;
}
.home_5 .left .title {
   position: relative;
}
.home_5 .left .title .name {
   font-size: 3rem;
   color: #FFFFFF;
   font-weight: bold;
   position: absolute;
   top: -1.25rem;
}
.home_5 .left .title .name-en {
   font-size: 3.25rem;
   opacity: 0.05;
   color: #FFFFFF;
}
.home_5 .left .content {
   margin-top: 1.25rem;
   font-size: 1.25rem;
   line-height: 2.5rem;
   color: #FFFFFF;
   display: flex;
   gap: 1.5rem;
   flex-direction: column;
}
.home_5 .left .content img {
   width: 100%;
   height: 21.4375rem;
   transition: transform 0.3s ease-in-out;
}
.home_5 .left .content img:hover {
  transform: scale(1.15);
}
.home_5_img {
  overflow:hidden;
  border-radius: 0.75rem;
}
.home_5 .right {
   width: 36.375rem;
   height: calc(100vh - 6.25rem);
   overflow: auto;
}
.home_5 .right li {
   height: calc(100% / 3);
   position: relative;
}
.home_5 .right li .content {
   padding: 1rem 2rem;
   z-index: 99;
   position: relative;
   height: 100%;
}


.home_5 .right li:nth-child(1) { 
   background: url(/cyh/images/cs-l1.png) no-repeat; 
   background-size: 100% 100%;
}
.home_5 .right li:nth-child(2) { 
   background: url(/cyh/images/cs-l3.png) no-repeat; 
   background-size: 100% 100%;
}
.home_5 .right li:nth-child(3) { 
   background: url(/cyh/images/cs-l3.png) no-repeat; 
   background-size: 100% 100%;
}
.home_5 .right li:nth-child(4) { 
   background: url(/cyh/images/cs-l1.png) no-repeat;
   background-size: 100% 100%; 
}
.home_5 .right li:nth-child(5) { 
   background: url(/cyh/images/cs-l1.png) no-repeat; 
   background-size: 100% 100%;
}
.home_5 .right li.this .masking-out {
   background: #136ee2cc;
   color: #FFFFFF;
   animation-name: l-r;
   animation-duration: 0.3s;
   animation-fill-mode: forwards;
   height: 100%;
   position: absolute;
}
@keyframes l-r {  
  from {  
    width: 0;  
     height: 100%;
  }  
  to {  
    width: calc(35.8rem - 1px); 
    height: 100%;
  }
}
.home_5 .right li .masking-out {
   background: #136EE2;
   color: #FFFFFF;
   animation-name: r-l;
   animation-duration: 0.3s;
   animation-fill-mode: forwards;
   height: calc((100% - 6.25rem) / 3);
   position: absolute;
}
@keyframes r-l {  
  from {  
    width: calc(35.8rem - 1px);
    height: 100%;
  }  
  to {  
    width: 0;  
    height: 100%;
  }
}

.home_5 .right li .name {
   color: #FFFFFF;
}
.home_5 .right li .name-en {
   margin-top: .375rem;
   font-weight: 600;
   font-size: .875rem;
   color: #FFFFFF;
}
.home_5 .right li .details {
   margin-top: 1.25rem;
   font-size: 1.25rem;
   color: #FFFFFF;
   line-height: 1.75rem;
   opacity: 0.7;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.home_5 .right li a img {
   position: absolute;
   width: 3.75rem;
   height: 3.75rem;
   top: 9rem;
}

/*滚动条*/
.home_5 ::-webkit-scrollbar-thumb {    
   border-radius: 5px;    
   background: rgba(0,0,0,0.1); 
   -webkit-box-shadow: inset 0 0 10px #FFFFFF;
}
.home_5 ::-webkit-scrollbar-thumb:window-inactive {    
   background: rgba(5,116,224,0.4);
}

.home_5 ::-webkit-scrollbar {    
   width: 10px;
   height: 2px;
}
/* 滚动槽 */
.home_5 ::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 10px #FFFFFF;
   border-radius: 5px;
}
.home_5 .scrollbar::-webkit-scrollbar {
   display: none;  /* 隐藏滚动条 */
   scrollbar-width: none;
}


/*场馆介绍*/
.home_6 {
   padding: 10rem 11.25rem 3.75rem;
}
.home_6 .pc {
   position: relative;
   transform: translateY(-50%);
   top: 50%;
}
.home_6 .pc > .show { 
   display: flex;
   gap: 5.6875rem;
}
.home_6 .pc > .show .bg {
   width: 59.94rem;
   height: 37.25rem;
   background: #136EE2;
   border-radius: 0.75rem;
   position: absolute;
   bottom: 1px;
}
.home_6 .left {
   width: 44rem;
   flex: 1;
}
.home_6 .left .title {
   display: flex;
   flex-direction: column;
}
.home_6 .left .title .name-en {
   opacity: 0.05;
   font-weight: 700;
   font-size: 3.25rem;
}
.home_6 .left .title .name {
   font-size: 3rem;
   font-weight: bold;
   margin-top: .5rem;
}
.home_6 .left ul.text li {
   display: none;
}
.home_6 .left ul.text li.show {
   display: block;
}



.home_6 .left .details {
   margin-top: 1.375rem;
   font-size: 1.25rem;
   color: #1B1B1F;
   opacity: 0.7;
   height: 10rem;
   line-height: 2.5rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.home_6 .left ul.picture {
   margin-top: 3.0625rem;
   display: flex;
   gap: 1.25rem;
}
.home_6 .left ul.picture li {
   width: 7.5rem;
   height: 7.5rem;
   margin-top: 1.25rem;
}
.home_6 .left ul.picture li img {
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
}
.home_6 .left ul.picture li.this {
   width: 9rem;
   height: 9rem;
   margin-top: 0;
   border: .125rem solid #FBA83D;
   border-radius: .25rem;
}
.home_6 .left ul.picture li.this::after {
   content: '';
   display: block;
   background: url(/cyh/images/iden-1.png) no-repeat;
   width: 1.4144rem;
   height: 1.4144rem;
   position: relative;
   top: 1.5rem;
   margin: 0 auto;
}
.home_6 .left .more {
   top: 5.625rem;
   position: relative;
}
.home_6 ul.right li {
   display: none;
   width: 47.875rem;
   height: 43.125rem;
   position: relative;
   z-index: 99;
   border-radius: 0.75rem 0.75rem 0 0;
}
.home_6 ul.right li img {
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
}
.home_6 ul.right li.show {
   display: block;
}
.home_6 ul.right li.show{
  overflow:hidden;
}
.home_6 ul.right li.show:hover img{
   transform: scale(1.15)
}
.home_6 ul.right li.show img{
  transition: all 0.3s ease-in-out
}

/*赛事文化*/
.home_7 {
   padding: 10rem 11.25rem 3.75rem;
}
.home_7 ul {
   margin-top: 3.75rem; 
   height: auto;
   display: flex; 
   gap: 3rem;
}
.home_7 ul li {
   width: calc((100% - 9rem) / 4) !important;
}
.home_7 ul li .swiper-slide-img {
   height: 27.5rem;
   line-height: 27.5rem;
   border: 1px solid #B6B7B9;
   border-radius: 0.2rem 0.2rem 0.2rem 0;
}
.home_7 ul li.swiper-slide:nth-child(1) .bg {
   background: #136EE2;
   height: 1rem;
   border-radius: 0.2rem;
   width: 60%;
}
.home_7 ul li.swiper-slide:nth-child(2) .bg {
   background: #0BD6F0;
   height: 1rem;
   border-radius: 0.2rem;
   width: 60%;
}
.home_7 ul li.swiper-slide:nth-child(3) .bg {
   background: #079EDD;
   height: 1rem;
   border-radius: 0.2rem;
   width: 60%;
}
.home_7 ul li.swiper-slide:nth-child(4) .bg {
   background: #0F69D9;
   height: 1rem;
   border-radius: 0.2rem;
   width: 60%;
}
.home_7 ul li .bg {
   background: #136EE2;
   height: 1rem;
   border-radius: 0.2rem;
   width: 60%;
}

.home_7 ul li:hover .title {
   color: #136EE2;
}
.swiper-slide-img{
   overflow:hidden;
   text-align: center;
}
.home_7 ul li:hover img{
   transform: scale(1.15)
}
.home_7 ul li img{
  transition: all 0.3s ease-in-out; 
}



.home_7 ul li .title {
   margin-top: 2.6875rem;
   text-align: center;
   font-weight: 600;
   font-size: 1.5rem;
}

/*往届回顾*/ 
.home_8 .line-center {
   position: absolute;
   top: 55%;
}
.home_8 .banner img {
   display: none;
   width: 100%;
   height: 100%;
   background-size: 100% 100%;
}
.home_8 .banner img.show {
   display: block;
}
.home_8 .swiper {
   margin-top: 5.06rem;
   width: calc(100% - 40rem);
}
.home_8 ul li {
   width: calc(100% / 4) !important;
   height: 28.69rem;
   padding: 1.88rem 1.25rem 2.5rem 1.25rem;
   background: #FFFFFF;
   border: 0.06rem solid #DEE0EB;
}
.home_8 ul li .year::before {
   content: '';
   display: block;
   float: left;
   width: .125rem;
   height: 1.625rem;
   background: #FFFFFF;
   top: 3.75rem;
   right: 1.75rem;
   position: relative;
}
.home_8 ul li.this { 
   background: #FF9000; 
}
.home_8 ul li .year {
   line-height: 4.6875rem;
   font-weight: 600;
   font-size: 2.5rem; 
}
.home_8 ul li .title span {
   color: #1554DA;
}
.home_8 ul li .address {
   margin-top: 1.44rem; 
   height: 2.625rem;
   font-size: 1rem;
   color: #9297AE;
}
.home_8 ul li img { 
   width: 18.56rem;
   height: 13.13rem;
   transition: transform 0.3s ease-in-out;
}
.home_8 ul li img:hover {
  transform: scale(1.15);
}
.previous-img{
   margin-top: 1.5625rem;
  overflow:hidden
}
.home_8 .next {
   background: url(/cyh/images/app/left.png) no-repeat;
   width: 3rem;
   height: 3rem;
   background-size: 100% 100%;
   transform: rotate(180deg);
   top: 60%;
   right: 14rem;
   position: absolute;
}
.home_8 .prev {
   background: url(/cyh/images/app/left.png) no-repeat;
   width: 3rem;
   height: 3rem;
   background-size: 100% 100%; 
   top: 60%;
   left: 14rem;
   position: absolute;
}

/*合作伙伴*/
.home_9 { 
   background: #ECEFF1;
} 
.home_9 .content { 
   padding: 9rem 10rem 3.75rem 8.75rem;
} 

.home_9 .content .index-home-left ul { 
   margin-top: 1rem;
}
.home_9 .content .content-plate {
   display: flex;
   gap: 10.5625rem;
}
.home_9 .content .content-plate .index-home-left {
   position: relative;
   top: -3rem;
}
.home_9 .content .content-plate .index-home-left + .right {
    width: 100%;
}
.home_9 .content .right ul { 
   display: none;
   margin-top: 2rem; 
   flex-wrap: wrap;
   gap: 2.5rem;
}
.home_9 .content .right ul.show { 
   display: flex;
}
.home_9 .content .right ul li { 
   width: calc((100% - 10rem) / 5);
}
.home_9 .content .right ul li img:hover {
  transform: scale(1.15);
}
.home_9 .content .right ul li {
  overflow:hidden;
}
.home_9 .content .right ul li img {
   transition: transform 0.3s ease-in-out;
}

/*最新资讯*/
.home_10 {
   background: url(/cyh/images/bj.png) no-repeat;
   background-size: 100% 100%;
}
.home_10 .pc {
   height: 100%;
}
.home_10 .pc > .show { 
   height: 100vh;
   padding: 8.5rem 11.25rem 2.5rem;
   display: flex;
   gap: 10.5625rem;
   transform: translateY(-50%);
   position: relative;
   top: 50%;
}

.home_10 .right > ul.list {
   display: none;
   overflow: auto;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 1.625rem;
}
.home_10 .right > ul.list.show { 
   display: flex;
}
.home_10 .right > ul.wyqy-list.show {
   display: flex;
}

.home_10 .right ul.list li:hover {
   background: #136EE2;
   transform: scale(1);
}
.home_10 .right ul.list li:hover .title {
   color: #FFFFFF;
}
.home_10 .right ul.list li:hover .details {
   color: #FFFFFF;
   opacity: 0.7;
}
.home_10 .right ul.list li:hover .time .year {
   color: #FFFFFF;
   opacity: 0.7;
}
.home_10 .right ul.list li:hover .time .date {
   color: #FFFFFF; 
}
.home_10 .right ul.list li:hover .time .date::after {
   background: #FFFFFF; 
}
.home_10 .right ul.list li:hover .picty img {
   transform: scale(1.15);
}
.home_10 .right ul.list li {
   width: calc((100% - 2.5rem) / 2);
   height: 13.125rem;
   padding: 1.125rem 1.125rem 1.5rem 1.125rem;
   background: #FFFFFF;
   border-radius: .75rem;
   position: relative;
   transition: all 0.3s ease-in-out
}
.home_10 .right ul.list li a {
   height: 100%;
   display: flex;
   gap: 2.25rem;
}
.home_10 .right ul.list li .xx {
   flex: 1;
}
.home_10 .right ul.list li .time {
   font-size: 1.5rem;
   font-weight: bold;
}
.home_10 .right ul.list li .time .date {
   transition: all 0.3s ease-in-out;
}
.home_10 .right ul.list li .picty {
   width: 6.875rem;
   height: 9.875rem;
   overflow: hidden;
   border-radius: 0.48rem;
}
.home_10 .right ul.list li .picty img {
   width: 100%;
   height: 100%; 
   transition: all 0.3s ease-in-out;
}
.home_10 .right ul.list li .time .date::after {
   display: block;
   content: '';
   width: 1.6875rem;
   height: .125rem;
   margin-top: .75rem;
   background: #136EE2;
   transition: all 0.3s ease-in-out;
}
.home_10 .right ul.list li .time .year {
   margin-top: .75rem;
   font-size: 1.125rem;
   color: #9297AE;
   transition: all 0.3s ease-in-out;
}
.home_10 .right ul.list li .title {
   line-height: 2.25rem;
   font-size: 1.5rem;
   font-weight: 400;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   transition: all 0.3s ease-in-out;
}
.home_10 .right ul.list li .details {
   margin-top: 1rem;
   line-height: 1.625rem;
   font-size: 1.125rem;
   color: #9297AE;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   transition: all 0.3s ease-in-out;
}

.home_10 .right ul.wyqy-list { 
   display: none;
   gap: 1.25rem;
   flex-wrap: nowrap;
   transform: translateY(-50%);
   position: relative;
   top: 50%;
}
.home_10 .right ul.wyqy-list .left li:nth-child(1) .picture,.home_10 .right ul.wyqy-list .left li:nth-child(1) {
   width: 22.38rem;
   height: 38.75rem;
   position: relative;
}
.home_10 .right ul.wyqy-list .right li:nth-child(1) .picture,.home_10 .right ul.wyqy-list .right li:nth-child(1) {
   width: 29.75rem;
   height: 17.75rem;
   position: relative;
}
.home_10 .right ul.wyqy-list .right li:nth-child(2) .picture,.home_10 .right ul.wyqy-list .right li:nth-child(2) {
   width: 17.75rem;
   height: 17.75rem;
   position: relative;
}
.home_10 .right ul.wyqy-list .right li:nth-child(3) .picture,.home_10 .right ul.wyqy-list .right li:nth-child(3) {
   width: 48.75rem;
   height: 19.75rem;
   position: relative;
}
.home_10 .right ul.wyqy-list .right {
   display: flex;
   gap: 1.25rem;
   flex-wrap: wrap;
}

.home_10 .right ul.wyqy-list li .logo {
   width: 5rem;
   height: 5rem;
   position: absolute;
   bottom: 0;
   transform: translate(-50%, -50%);
   top: 50%;
   left: 50%;
   z-index: 99;
}
.home_10 .right ul.wyqy-list li .title {
   width: 100%;
   color: #FFFFFF;
   background-image: linear-gradient(180deg, #00000000 0%, #00000080 100%);
   font-size: 1.38rem;
   position: absolute;
   bottom: 0;
   padding: 1.38rem;
   border-radius: 0.75rem;
}
.home_10 .right ul.wyqy-list li .title span {
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}



/*底部*/
.home_9 .h-footer {
   bottom: 0;
   position: absolute;
}
.h-footer { 
   width: 100%;
   /*background: #242424;*/
   box-shadow: inset 0 -0.125rem 0 0 #525252; 
}
.footer-line {
   width: 97.5rem;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   padding: 1rem 0 0.63rem; 
}
.h-footer .ul-1 {
   gap: 0.5rem;  
   width: auto;
   display: flex;
   justify-content: space-between; 
   flex-direction: column;
}
.h-footer .ul-1 img {
   width: 1.75rem;
   height: 1.75rem;
}
.h-footer-name {
   font-weight: 600;
   font-size: 1rem;
   color: #FFFFFF;
}
.h-footer .ul-1 .num {
   font-size: .875rem;
   color: #FFFFFF;
   opacity: 0.8; 
   margin-top: .375rem;
   display: flex;
   gap: 1rem;
}
.h-footer .ul-2 {
   width: 18.75rem;
}
.h-footer .ul-2 ul {
   margin-top: 1rem;
   display: flex;
   flex-wrap: wrap;
   gap: 2rem;
   row-gap: .875rem;
   font-size: .875rem;
   color: #FFFFFF;
   opacity: 0.8;
}
.h-footer .ul-3 {
   display: flex;
   gap: 1.25rem;
}
.h-footer .ul-3 img {
   width: 4.125rem;
   height: 4.125rem;
}
.h-footer .ul-3 .name {
   font-size: .875rem;
   color: #FFFFFF;
   opacity: 0.6;
   margin-top: .375rem;
   text-align: center;
}
.h-footer .footer-xx {
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    color: #ffffff;
    height: 2.44rem;
    font-size: .875rem;
    margin: 0 auto;
    display: flex;
    gap: 2.1875rem;
    justify-content: center;
    padding: 0.69rem 0;
}


/*子页面导航*/
.paging-banner {
   height: 37.5rem;
   padding-top: 6.25rem;
}
.paging-banner img {
    width: 100%;
    height: 31.25rem;
    position: absolute;
}
.paging-banner .title {
    width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: .3125rem;
    position: relative;
    transform: translateY(-50%);
    top: 48%;
}
.paging-banner .title .name {
   font-weight: 600;
   font-size: 4.25rem;
   color: #FFFFFF;
}
.paging-banner .title .name-en {
    margin-top: 1.44rem;
    font-weight: 600;
    font-size: 2.25rem;
    color: #FFFFFF;
}
/*新闻中心列表页*/
.news-content { 
   width: 80rem;
   margin: 2.5rem auto;
}
.headlines-list {
   text-align: center;
   margin-top: 3.75rem;
}
.headlines-list .host-title a {
   font-weight: 600;
   font-size: 3rem;
   color: #136EE2;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.headlines-list ul {
   margin: 2rem 0 2.5rem;
   padding-bottom: 2.5rem; 
   border-bottom: 0.06rem solid #DEE0EB;
   display: flex;
   gap: 2.5rem;
}
.headlines-list ul a { 
   width: 50%;
}
.headlines-list ul li {  
    float: left;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.headlines-list ul li::before {
   content: '';
   display: block;
   width: 0.75rem;
   height: 0.75rem;
   background: #136EE2; 
   border-radius: 50%;
   float: left;
   top: 0.5rem;
   margin-right: 0.75rem;
   position: relative;
}


.news-content  .focus {  
   padding-bottom: 2.5rem;
   border-bottom: 0.0625rem solid #DEE0EB; 
   display: flex;
   gap: 2.5rem;
}
.news-content .left { 
   width: 62.5rem;
}
.news-content .left .xx { 
   width: 50.875rem; 
   padding-right: 6.1875rem;
}
.news-content .left img { 
   width: 100%;
   height: 36.5rem;
   transition: transform 0.3s ease-in-out;
}
.news-content .left img:hover {
  transform: scale(1.15);
}
.news-content .title { 
   margin-top: 1.25rem;
   font-weight: bold;
   height: 2.25rem;
   line-height: 2.25rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.news-content .xx_3 { 
   min-height: 16rem;
   flex: 1;
   position: relative;
} 
.news-content .details { 
   min-height: 4.5rem;
   line-height: 2.25rem;
   font-size: 1.125rem;
   color: #55596B;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.news-content .time { 
   height: 1.5rem;
   line-height: 1.5rem;
   font-size: 1rem;
   color: #9297AE;  
}
.news-content .xx_3 .time { 
   height: 1.5rem;
   line-height: 1.5rem;
   font-size: 1rem;
   color: #9297AE;
   position: absolute;
   bottom: 0;
}
.news-content .right {
   display: flex;
   gap: 2.13rem;
   flex-direction: column;
}
.news-content .right li {
   width: 15rem;
}
.news-content .right li img {
   width: 100%;
   height: 9.5rem;
   transition: transform 0.3s ease-in-out;
}
.news-content .right li img:hover {
   transform: scale(1.15);
}
.news-content .right .title {
   margin-top: 1rem;
   font-size: 1.25rem;
   color: #1B1B1F;
}
.news-content .right .time {
   margin-top: 1rem; 
}


.news-list li {
   padding: 2.5rem 0;
   border-top: 0.0625rem solid #DEE0EB; 
}
.news-list li:first-child {
   padding: 2.5rem 0;
   border-top: none; 
}
.news-list li a {
   display: flex;
   gap: 2rem;
}
.news-list li img {
   width: 25rem;
   height: 16.44rem;
   transition: transform 0.3s ease-in-out;
}
.news-list li img:hover {
   transform: scale(1.15);
}
.news-list li .details {
   line-height: 2.25rem;
   font-size: 1.125rem;
   color: #55596B;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.navigation {
   font-size: 1rem;
   padding: 2.5rem 0;
   display: flex;
}
.navigation .interval {
   padding: 0 .9375rem
}

.news-content .video-list {
   display: flex;
   flex-wrap: wrap;
   gap: 2.5rem;
}
.news-content .video-list li {
   width: calc((100% - 5rem) / 3);
   padding: 0;
   background: #FFFFFF;
   border-radius: 0.75rem;
   position: relative;
}
.news-content .video-list li a {
   height: 100%;
   display: flex;
   gap: 2.25rem;
}
.news-content .video-list li a .logo {
   width: 4.25rem;
   height: 4.25rem;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50%;
   top: 50%;
}
.news-content .video-list li a img {
   width: 100%;
   height: 100%;
   border-radius: 0.48rem;
   transition: transform 0.3s ease-in-out;
}
.news-content .video-list li a img:hover {
   transform: scale(1.15);
}
.news-content .video-list li:hover a .title {
   display: none;
}
.news-content .video-list li a .title {
   width: 100%;
   height: 5.75rem;
   color: #FFFFFF;
   background-image: linear-gradient(180deg, #00000000 0%, #00000080 100%);
   border-radius: 0.75rem;
   padding: 2.5rem 2.56rem 1rem 1.5rem;
   position: absolute;
   line-height: 2.25rem;
   font-size: 1.5rem;
   bottom: 0;
   font-weight: 400;
}
.news-content .video-list li a .title span {
   position: relative;
   bottom: -6px;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.news-content .list-more,.search-content .content .list-more,.wl-list-more {
    text-align: center;
    opacity: 0.8;
    padding: 2rem 0;
}
.news-content .list-more p,.search-content .content .list-more p,.wl-list-more p {
   color: #838181;
   font-size: 1.25rem;
}

/*新闻中心详情页*/
.news-content-detail {
   width: 80rem;
   margin: 0 auto;
   padding-top: 3.56rem;
}
.news-content-detail .content {
   overflow: auto;
   display: flex;
   gap: 2.5rem;
}
.news-content-detail .content .left {
   width: 13rem;
}
.news-content-detail .content .left .share {
   display: none;
   padding: 1.5rem;
   height: 9.5rem;
   background: rgb(0 0 0 / 60%);
   font-size: 1.125rem;
   color: #FFFFFF;
   border-radius: .25rem;
}
.news-content-detail .content .left .share ul {
   margin-top: 1.0625rem;
   display: flex;
   justify-content: space-between;
}
.news-content-detail .content .left .share ul hr {
   width: 0.06rem;
   height: 2.88rem;
   opacity: 0.2;
   background: #000000;
}
.news-content-detail .content .left .share ul li img {
   width: 2.25rem;
   height: 2.25rem;
}
.news-content-detail .content .left .share ul li .sub-title {
   font-size: 1rem;
   color: #FFFFFF;
   margin-top: .25rem;
}

.news-content-detail .content .left .list {
   font-size: 1.125rem;
   color: #9297AE;
   background: #FFFFFF;
   border-radius: .25rem;
   padding: 1.5rem;
   display: flex;
   flex-direction: column;
   gap: 3.0625rem;
}
.news-content-detail .content .left .list .title { 
   color: #1B1B1F;
   margin-top: .75rem;
   line-height: 1.5625rem;
}
.news-content-detail .content .right { 
   flex: 1;
}
.news-content-detail .content .right .title {
   font-weight: 600;
   font-size: 2.5rem;
   line-height: 3.75rem; 
}
.news-content-detail .content .right .time {
   font-size: 1rem;
   color: #9297AE;
}
.news-content-detail .content .right .abstract { 
   margin-top: 2rem;
   font-size: 1.25rem;
   color: #55596B;
   border: .0625rem dashed #9297AE;
   position: relative;
}
.news-content-detail .content .right .abstract .details {
   font-size: 1.25rem;
   color: #55596B;
   line-height: 2.5rem;
   padding: 2rem 1.5rem 1.5rem;
}
.news-content-detail .content .right .abstract .name {
   width: 5rem;
   background: #F8F8F9;
   position: absolute;
   top: -0.8125rem;
   left: 2.75rem;
   text-align: center;
   z-index: 99;
   font-weight: bold;
   color: #1B1B1F;
}
.news-content-detail .content .right .xx {
   margin: 2.5rem 0;
   font-size: 1.25rem;
   min-height: 18.125rem;
   line-height: 2.5rem;
}
.news-content-detail .content .right .xx p,.news-content-detail .content .right .xx div,.news-content-detail .content .right .xx span {
   font-family: "宋体", "Microsoft YaHei", "黑体" !important;
}

/*语音播放*/
.news-content-detail .content .right .date-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.voice-btn {  
   animation: rotate 2s linear infinite; 
}  
  
  
@keyframes rotate {  
  from {  
    transform: rotate(0deg);  
  }  
  to {  
    transform: rotate(360deg);  
  }  
}  


/*文艺七运列表页*/
.wyqy-picture-content {
   width: 80rem;
   margin: 2.5rem auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 2.5rem;
}
.wyqy-picture-content .wyqy-picture-list {
   overflow: auto;
   column-count: 4;
   column-gap: 2.5rem;
}
.wyqy-picture-content .wyqy-picture-list li {
   overflow: auto;
   margin-bottom: 2.5rem;
   float: left;
   padding: 0;
   border-radius: 0.75rem;
   position: relative;
}
.wyqy-picture-content .wyqy-picture-list li:nth-child(4n) {
   margin-right: 0;
}
.wyqy-picture-content .wyqy-picture-list .overflow {
   position: relative;
}
.wyqy-picture-content .wyqy-picture-list .overflow img {
   border-radius: 0.75rem;
}
.wyqy-picture-content .wyqy-picture-list li .logo {
   width: 4.25rem;
   height: 4.25rem;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50%;
   top: 50%;
}
.wyqy-picture-content .wyqy-picture-list li .title {
   margin-top: 1.25rem;
   font-size: 1.38rem;
   color: #0C1033;
}
.wyqy-picture-content .wyqy-picture-list li .title span {
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.wyqy-picture-content .wyqy-picture-list li .time {
   margin-top: 0.75rem;
   font-size: 1rem;
   color: #9297AE;
}
.wyqy-picture-content .more {
   text-align: center;
   margin-top: 1rem;
}
.wyqy-picture-content .more p {
   color: #838181;
   font-size: 1.25rem;
}


/*城市之窗*/
.city-banner {
   height: 32.31rem;
   padding-top: 6.25rem;
}
.city-banner img {
   width: 100%;
   height: 26.06rem;
   position: absolute;
}
.city-banner .xx { 
   width: 80rem;
   margin: 3.5rem auto;
   position: relative;
}
.city-banner .xx .title { 
   font-weight: 600;
   color: #FFFFCB;
   display: flex;
   flex-direction: column;
}
.city-banner .xx .title .name-en { 
   font-size: 1.25rem;
   opacity: 0.5;
}
.city-banner .xx .title .name {  
   font-size: 2rem; 
}
.city-banner .xx .details { 
   margin-top: 2rem;
   line-height: 2.5rem;
   font-size: 1.25rem;
   color: #FBFAFA;
   display: flex;
   gap: 1.5rem;
   flex-direction: column;
}
.city-content {
   width: 80rem;
   margin: 2.5rem auto;
}
.city-content .tab-title {
   padding: 0 2.5rem;
   border-bottom: .0625rem solid #C7C8D0;
   display: flex;
}

.city-content .tab-title li {
   width: calc(100% / 5);
   color: #9297AE;
   font-weight: bold;
   padding: 1.25rem 0;
   text-align: center;
}
.city-content .tab-title li.this {
   color: #1B1B1F;
}
.city-content .tab-title li.this::after {
   content: '';
   display: block; 
   height: .25rem;
   background: #136EE2;
   position: relative;
   bottom: -1.25rem;
}

.city-content .tab-content {
   margin-top: 2.5rem;
}
.city-content .tab-content ul {
   display: flex;
   gap: 2.5rem;
   flex-wrap: wrap;
}
.city-content .tab-content > .pc {
   display: none;
}
.city-content .tab-content > .pc.show{
   display: block;
}
.city-content .tab-content li {
   width: calc((100% - 7.5rem) / 4);
}
.city-content .tab-content li img {
   width: 100%;
   height: 18.125rem;
   border-radius: .25rem;
   transition: transform 0.3s ease-in-out;
}
.city-content .tab-content li:hover img {
   transform: scale(1.15);
}
.city-content .tab-content li .title {
   margin-top: 1.25rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.city-content .tab-content li .time {
   margin-top: 1rem;
   font-size: 1rem;
   color: #9297AE;
}
.city-content .tab-content .more_1,.city-content .tab-content .more_2,.city-content .tab-content .more_3,.city-content .tab-content .more_4,.city-content .tab-content .more_5,.city-content .tab-content .more_6 {
   text-align: center;
   margin-top: 1.875rem;
}
.city-content .tab-content .more_1,.city-content .tab-content .more_2,.city-content .tab-content .more_3,.city-content .tab-content .more_4,.city-content .tab-content .more_5 p,.city-content .tab-content .more_6 p {
   color: #838181;
}

/*场馆介绍列表页*/
.picture-list {
   display: flex;
   gap: 2.5rem;
   flex-wrap: wrap;
}
.picture-list li {
   width: calc((100% - 7.5rem) / 4);
}
.picture-list li img {
   width: 100%;
   height: 100%;
   border-radius: .25rem;
   transition: transform 0.3s ease-in-out;
}
.picture-list li:hover img {
   transform: scale(1.15);
}
.picture-list li .title {
   margin-top: 1.25rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.picture-list li .time {
   margin-top: 1rem;
   font-size: 1rem;
   color: #9297AE;
}
.loadMore_picture {
   width: 80rem;
   margin: 2.5rem auto;
}
.loadMore_picture .more {
   text-align: center;
   margin-top: 1.875rem;
}
.loadMore_picture .more p {
   color: #838181;
   font-size: 1.25rem;
}

/*左侧栏*/
.left-list {
   margin-top: 1.5rem;
   border: .125rem solid #EAE9EE;
   border-radius: .25rem;
}
.left-list a {
   font-size: 1.25rem;
   height: 4.625rem;
   padding: 1.4375rem 1.5rem;
   display: block;
}
.left-list li {
   width: 13rem;
}
.left-list li.this,.left-list li:hover {
  font-weight: bold;
  background: #136EE2;
}
.left-list li.this a,.left-list li:hover a {
  color: #FFFFFF;
}

/*历届记忆*/
.perviousMemories-content {
   width: 80rem;
   margin: 2.5rem auto;
   overflow: auto;
   display: flex;
   gap: 2.5rem;
}
.perviousMemories-content .right ul {
   display: flex;
   gap: 2.5rem;
   flex-wrap: wrap;
}
.perviousMemories-content .right ul li {
   width: calc((100% - 5rem) / 3);
}
.perviousMemories-content .right ul li img {
   width: 100%;
   height: 10.3rem;
   border-radius: 0.25rem;
   transition: transform 0.3s ease-in-out;
}
.perviousMemories-content .right ul li:hover img {
   transform: scale(1.15);
}
.perviousMemories-content .right ul li .address {
   margin-top: 1rem;
   font-size: 1rem;
   color: #9297AE;
}
.perviousMemories-content .right ul li .title {
   margin-top: 0.8rem;
}
/*搜索页面*/
.search-banner {
   height: 37.5rem;
   padding-top: 6.25rem;
   display: flex;
   align-items: center;
   justify-content: center;
}
.search-banner > img {
   width: 100%;
   height: 31.25rem;
   position: absolute;
}
.input-box {
   width: 39.88rem;
   height: 3.63rem;
   margin-right: 15rem;
   background: #FFFFFF;
   border-radius: 0.5rem;
   position: relative;
   display: flex;
}
.input-box > input {
   flex: 1;
   padding: 0.94rem 1.5rem;
}
.input-box .btn {
   width: 7.56rem;
   height: 3.63rem;
   background: #FF9000;
   font-size: 1.25rem;
   cursor: pointer;
   color: #FFFFFF;
   border-radius: 0 0.5rem 0.5rem 0;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0.75rem;
}
.input-box .btn img {
   width: 1.5rem;
   height: 1.5rem;
}

.search-content {
   display: none;
   width: 80rem;
   min-height: calc(100vh - 28.75rem);
   margin: 2.5rem auto;
}
.search-noData {
   color: #55596B;
   text-align: center;
   height: calc(100vh - 28.75rem);
   position: relative;
}
.search-noData span {
   transform: translateY(-50%);
   top: 50%;
   position: relative;
}
.search-content .search-list {
   margin-top: 2.5rem;
   display: flex;
   flex-direction: column;
   gap: 2.5rem;
}
.search-content .search-list li {
   background: #FFFFFF;
   border-radius: 0.5rem; 
   padding: 1.5rem;
}
.search-content .search-list li .text {
   display: flex;
   gap: 2.69rem;
   align-items: center;
   justify-content: space-between;
}
.search-content .search-list li .text .title {
   font-size: 1.5rem;
   font-weight: 600;
   flex: 1;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.search-content .search-list li .text .time {
   font-size: 1rem;
   color: #9297AE;
}
.search-content .search-list li .details {
   margin-top: 1.25rem;
   line-height: 2.25rem;
   font-size: 1.13rem;
   color: #55596B;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.search-content .search-list li .url {
   margin-top: 1.25rem;
   line-height: 2.25rem;
   font-size: 1.13rem;
}


/*文旅*/
.otherpage-banner {
    padding-top: 6.25rem;
    position: relative;
}
.otherpage-banner img {
    width: 100%;
    background-size: 100% 100%;
}

.picture-carousel .swiper-slide {
    width: 100%;
    height: 45rem;
}

.wl-page-content {
    background: #D4E5EC;
    position: relative;
}
.wl-page-content .bg-l {
    width: 25.19rem;
    height: 42.13rem;
    position: absolute;
    left: 0;
    top: 26rem;
}
.wl-page-content .bg-r {
    width: 17.81rem;
    height: 29.06rem;
    position: absolute;
    right: 0;
    top: 13rem;
}
.wl-column-tab {
    padding-top: 3.5rem;
    display: flex;
    gap: 2.63rem;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
}
.wl-column-tab li { 
    background: url(/cyh/images/wl-t_a.png) no-repeat;
    background-size: 100% 100%;
    width: 15.13rem;
    height: 12.4375rem;
    text-align: center;
    cursor: pointer;
}
.wl-column-tab li.this { 
    background: url(/cyh/images/wl-t_b.png) no-repeat;
    background-size: 100% 100%;
}
.wl-column-tab li:hover {
    background: url(/cyh/images/wl-t_b.png) no-repeat;
    background-size: 100% 100%;
}
.wl-column-tab li > a { 
    width: 15.13rem;
    height: 12.4375rem;
    display: block;
}
.wl-column-tab li .name { 
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 2.06rem;
    font-family: "宋体", SimSun, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.wl-column-content {
    display: none;
    width: 97.5rem;
    margin: 0 auto;
    padding-top: 4.88rem;
    position: relative;
}
.wl-column-content.show {
    display: block;
}
.wl-column-title {
    padding: 4.94rem 0 4.75rem;
    display: flex;
    gap: 3.06rem;
    justify-content: center;
}
.sub-content-tab {
    min-height: 45rem;
}
.wl-column-title img:nth-child(1) {
    width: 46.25rem;
}
.wl-column-title img:nth-child(2) {
    width: 20.13rem;
    height: 5.88rem;
    margin-top: 3.13rem;
}
/*.wl-hr {
    padding: 0 4.56rem;
}*/
.sub-columns {
    padding: 5.81rem 0 7.75rem;
    display: flex;
    gap: 3rem; 
    justify-content: center;
}
.sub-columns .plate {
    background: url(/cyh/images/wl-c-t1.png) no-repeat;
    width: 20.69rem;
    height: 6.63rem;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sub-columns .plate.this,.sub-columns .plate:hover {
    background: url(/cyh/images/wl-c-t2.png) no-repeat;
    background-size: 100% 100%;
}
.sub-columns .plate.this .name,.sub-columns .plate:hover .name {
    color: #CC6633;
}
.sub-columns .plate .name {
    font-size: 2.79rem;
    color: #466975;
    text-align: center;
}
.sub-columns-enjoy {
    padding: 5.81rem 23.69rem 7.75rem;
    gap: 1.38rem;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.875rem;
}
.sub-columns-enjoy .plate {
    background: url(/cyh/images/wl-c-t1.png) no-repeat;
    width: 15.6rem;
    height: 5rem;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sub-columns-enjoy .plate.this,.sub-columns-enjoy .plate:hover {
    background: url(/cyh/images/wl-c-t2.png) no-repeat;
    background-size: 100% 100%;
}
.sub-columns-enjoy .plate.this .name,.sub-columns-enjoy .plate:hover .name {
    color:#CC6633;
}
.sub-columns-enjoy .plate .name {
    font-size: 2rem;
    color: #666666;
    text-align: center;
}
.wl-column-content li {
    background: #F5FBFB;
} 
.wl-column-content .sub-columns-content { 
    display: none;
    padding: 0 7rem; 
}
.wl-column-content .sub-columns-content.ljhc_loadMore_3,.wl-column-content .sub-columns-content.hghc_loadMore_4,.wl-column-content .sub-columns-content.fyhc_loadMore_5 {
    margin-top: 7.73rem;
}
.wl-column-content .sub-columns-content .sub-columns-list {
    display: flex;
    flex-direction: column;
    gap: 3.88rem;
}
.wl-column-content .sub-columns-content.show { 
    display: block;
}
.wl-column-content .sub-columns-content .list { 
    display: flex;
    width: 83.51rem;
    overflow: auto;
    flex-wrap: wrap;
    padding-bottom: 3.38rem;
    border-bottom: 0.13rem solid #b6c8ca;
}
.wl-column-content .sub-columns-content .list:last-child {
    border-bottom: none;
    padding-bottom: 6rem;
}
.wl-column-content .sub-columns-content .sub-columns-title {
    width: 17.44rem;
    height: 15.63rem;
    position: relative;
}
.wl-column-content .sub-columns-content .sub-columns-title img {
    width: 15.81rem;
    background-size: 100% 100%;
}

.wl-column-content .sub-columns-content .sub-columns-title .title {
    position: absolute;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "宋体", SimSun, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333333;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}
.wl-column-content .sub-columns-content .sub-columns-title .title.col2 {
    color: #6C99A3;
}
.wl-column-content .sub-columns-content .sub-columns-title .title.col3 {
    color: #D0662C;
}
.wl-column-content .sub-columns-content .sub-columns-title .num {
    border-radius: 1.88rem 1.88rem 1.88rem 1.88rem;
    font-size: 3.25rem;
    font-family: "宋体", SimSun, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: bold;
    color: #CC6633;
    text-align: center;
    position: absolute;
    bottom: -1.25rem;
    right: 0;
}
.wl-column-content .sub-columns-content .sub-columns-title .name {
    width: 9.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 1.88rem 1.88rem 1.88rem 1.88rem;
    background: #6a93a1;
    font-size: 2.25rem;
    font-weight: bold;
    font-family: "宋体", SimSun, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #F5FBFB;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.wl-column-content .sub-columns-content .details {
    width: 28.94rem; 
    font-size: 1rem;
    color: #2A3030;
    margin: 0.94rem 3.63em 0 5.06rem;
}
.wl-column-content .sub-columns-content .list .list-img {
    width: 28.44rem;
    height: 18.875rem; 
    border-radius: 0.5rem;
}

.wl-column-content .sub-columns-content .sub-columns-cy {
    display: flex;
    flex-direction: column;
    gap: 3.88rem;
}
.wl-column-content .sub-columns-content .details {
    width: 100%;
    flex: 1;
    font-size: 1rem;
    color: #2A3030;
    margin: 0.94rem 2.63rem 0 5.06rem;;
}

.wl-mwhc {
    display: flex;
    margin: 4.75rem 5.69rem 0 5.75rem;
    gap: 2.81rem;
    justify-content: space-between;
}
.wl-mwhc .item {
    width: calc((100% - 2.81rem) / 2);
    padding-bottom: 11.31rem;
}
.wl-mwhc .item > div {
    background: url(/cyh/images/wl-c-t1.png) no-repeat;
    width: 20.69rem;
    height: 6.63rem;
    background-size: 100% 100%;
    font-size: 2rem;
    color: #466975;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.wl-mwhc .item > div:hover {
    background: url(/cyh/images/wl-c-t2.png) no-repeat;
    background-size: 100% 100%;
    color: #CC6633;
}
.wl-mwhc .item ul {
    font-size: 1.75rem;
    padding: 6.06rem 7.69rem 3.19rem 7.63rem;
    display: flex;
    flex-direction: column;
    gap: 0.81rem;
    color: #666666; 
    margin-top: -3.4rem;
    background: url(/cyh/images/mwhc-item.png) no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
}
.wl-mwhc .item ul li {
    border: 0.06rem solid #C3C5C6;
    height: 3.56rem; 
}
.wl-mwhc .item ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}
.wl-mwhc .item ul li:hover { 
   border: 1px solid #E0AC92;
}
.wl-mwhc .item ul li:hover a {
   color: #CC6633; 
}

/*乐居合川*/
.sub-columns-lj .list {
    padding: 4rem 0;
    margin: 0 3.38rem;
    border-bottom: 0.13rem solid #b6c8ca;
}
.sub-columns-lj .list .title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
/*嗨购合川*/
.sub-columns-hg .list {
    padding: 4rem 0;
    margin: 0 3.38rem;
    border-bottom: 0.13rem solid #b6c8ca;
}
.sub-columns-hg .list .title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
/*非遗合川*/
.sub-columns-fy .list {
    padding: 4rem 0;
    margin: 0 3.38rem;
    border-bottom: 0.13rem solid #b6c8ca;
}
.sub-columns-fy .list .title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}



.new-home_2 {
    background: #F0F0F0;
    padding: 7.25rem 0 1rem; 
}
.new-home_2 .pc {
    width: 100%;
}
.new-home_2 .vertical_center {
    height: 46rem;
    width: 97.5rem;
    margin: 0 auto;
}
.new-home_2 .left {
    background: url(/cyh/images/home_1-l.png) no-repeat;
    background-size: 100% 100%;
    width: 19.81rem;
    height: 46rem;
    padding: 3.5rem 2.19rem 0 2rem;
}
.new-home_2 .left .name {
    line-height: 3.13rem;
    font-size: 3.25rem;
    color: #F3F3F3;
}
.new-home_2 .left .name::after {
    content: '';
    display: block;
    height: 0.31rem;
    background: #f3f3f3;
    margin: 1.31rem 0 0 0.25rem;
}
.new-home_2 .left ul {
    margin-top: 4.31rem;
    display: flex;
    gap: 1.75rem;
    flex-direction: column;
}
.new-home_2 .left ul li {
    border-radius: 0.97rem 0.97rem 0.97rem 0.97rem;
    width: 6.13rem;
    height: 1.94rem;
    font-size: 1.19rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new-home_2 .left ul li a {
    color: #FFFFFF;
}
.new-home_2 .vertical_center .right {
	 width: calc(100% - 24.81rem);
}
.new-home_2 .right .list-l {
    display: none;
    flex-wrap: wrap;
}
.new-home_2 .right .list-l.show {
    display: flex;
}
.new-home_2 .left ul li.this { 
    background: #ffffff; 
    color: #054C9A;
}
.new-home_2 .left ul li.this a {
    color: #054C9A;
}
.new-home_2 .right .list-top3 {
    width: 100%;
    display: flex;
    gap: 0.63rem;
}
.new-home_2 .right .list-top3 .list {
    width: calc((100% - 1.26rem) / 3);
    background: #FFFFFF;
    padding: 1rem 1rem 2.88rem 1rem;
}
.new-home_2 .right .list-top3 .list:hover .thumbnail {
    transform: scale(1.15);
}
.new-home_2 .right .list-top3 .list .thumbnail {
    width: 21.75rem;
    height: 14.25rem;
    transition: transform 0.3s ease-in-out; 
}
.new-home_2 .right .list-top3 .list .details { 
    padding: 1.31rem 0 1.69rem;
    display: flex;
    align-items: center;
    gap: 4.5rem;
}
.new-home_2 .right .list-top3 .list .details img {
    width: 9.81rem;
    height: 0.69rem;
}
.new-home_2 .right .list-top3 .list .details .time {
    font-size: 1.19rem;
    font-weight: bold;
}
.new-home_2 .right .list-top3 .list .title {
    font-size: 1.63rem; 
}
.new-home_2 .right .list-more { 
    width: calc(100% - 24.81rem);
    height: calc(100% - 28rem);
    margin-top: 0.69rem;
    padding: 1rem 2.44rem 1.63rem;
    background: #FFFFFF;
    display: flex;
    gap: 4.44rem;
    position: absolute;
    bottom: 0;
}
.new-home_2 .right .list-more ul {
    width: 50%;
}
.new-home_2 .right .list-more li::before {
    content: '';
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    background: #0031aa;
}
.new-home_2 .right .list-more li {
    line-height: 1.13rem;
    padding: 0.88rem 0 0.81rem;
    border-bottom: 0.06rem solid #e9e9e9;
    display: flex;
    gap: 1.31rem;
    align-items: center;
}
.new-home_2 .right .list-more li a {
    flex: 1;
    font-size: 1.19rem;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-home_2 .right .list-more ul li:last-child {
    border-bottom: none;
}

/*赛事项目*/
.new-home_3 {
    background: #E3FBFF;
    padding: 7.25rem 0 2rem;
}
.new-home_3 .line {
    width: 100%;
    height: 8.5rem;
    margin: 0 auto;
    background-size: 100% 100%;
}
.new-home_3 .content {
    width: 97.5rem;
    margin: 0 auto;
    padding: 3rem 4rem 0;
}
.new-home_3 .content .img-list {
    display: flex;
    gap: 2.48rem;
}
.new-home_3 .content .img-list > a {
    overflow: hidden;
    height: 16.23rem;
}
.new-home_3 .content .img-list a img:nth-child(1) {
    width: 31.9375rem; 
    height: 100%;
    background-size: 100% 100%;
    border-radius: 0.5rem;
}
.new-home_3 .content .img-list .more {
    height: 5.56rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    top: 0px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.new-home_3 .content .img-list .more button {
    width: 6.25rem;
    height: 2rem;
    border-radius: 1rem;
    color: #FFFFFF;
    font-size: 1rem;
    border: none;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    box-shadow: 0rem 0.25rem 1rem 0.25rem #cac6
}
.new-home_3 .content .img-list a img:hover + .more {
    opacity: 1;
    top: -5.56rem;
    position: relative; 
}
.new-home_3 .video-item {
    margin: 0 5rem;
}
.new-home_3 .video-item .item {
    width: calc((100% - 6rem) / 4);
    border-radius: 0.19rem;
    background: #ffffff;
    box-shadow: 0 0.5rem 0.5rem 0 #0000000d;
    cursor: default;
} 
.new-home_3 .video-item .item .item-header {
    height: 3rem;
    display: flex;
    justify-content: space-between;
    color: #666666;
    font-size: 1rem;
    padding: 0.75rem 1rem 0.88rem;
    border-bottom: 0.06rem solid #F0F0F0;
}
.new-home_3 .video-item .item .item-content {
    height: 6.745rem;
    padding: 1.31rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #212121;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-home_3 .video-item .item .item-content .item-xx {
    display: flex;
    flex: 1;
}
.new-home_3 .video-item .item .item-content .title {
    display: flex;
    flex-direction: column;
}
.new-home_3 .video-item .item .item-content button {
    width: 4.94rem;
    height: 2rem;
    font-weight: bold;
    border: 0.1rem solid #007DCD;
    border-radius: 0.19rem 0.19rem 0.19rem 0.19rem;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: linear-gradient(to right, #33CC99, #007DCF, #32CA9C);
}
.new-home_3 .video-item .item .no_data{
    height: 6.745rem;
    font-size: 2rem;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: linear-gradient(to right, #33CC99, #007DCF, #32CA9C);
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-home_3 .switch {
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.new-home_3 .next {
    background: url(/cyh/images/right_2.png) no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: 100% 100%;
    right: 0; 
    position: absolute;
    z-index: 99;
    transform: translateY(-50%);
    top: 50%;
}
.new-home_3 .prev {
    background: url(/cyh/images/left_2.png) no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: 100% 100%;
    left: 0;
    position: absolute;
    z-index: 99;
    transform: translateY(-50%);
    top: 50%;
}


.header-title {
    width: 97.5rem;
    margin: 0 auto; 
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.header-title .title {
    height: 2.94rem;
} 
.header-title .line {
    height: 0.1875rem; 
}
.header-title .title-en {
    height: 1.19rem;
}



/*赛事成绩*/
.new-home_4 {
    width: 97.5rem;
    margin: 0 auto;
    padding: 6.23rem 0 2rem;
}
.new-home_4 .data {
    text-align: center;
    margin-top: 10rem;
    color: #007DCF;
}
.new-home_4 .content { 
    height: 39.13rem;
    border-radius: 0 0 2.25rem 2.25rem;
    background: #EEEEEE;
    box-shadow: inset 2rem 0.875rem 3rem 0 #e8e8ed;
    position: relative;
}
.new-home_4 .new-home_4-header {
    height: 6.56rem;
    color: #FFFFFF;
    position: absolute;
    top: 0;
}
.new-home_4 .new-home_4-header img {
    z-index: 9;
    position: relative; 
    width: 97.5rem;
    background-size: 100% 100%;
}
.new-home_4 .new-home_4-header .xx {
    display: flex;
    position: absolute;
    top: 50%;
    align-items: end;
    gap: 1.56rem;
    transform: translateY(-50%);
    margin-left: 3.88rem;
    z-index: 9;
}
.new-home_4 .new-home_4-header .xx .name {
    line-height: 3.4rem;
    font-size: 3.25rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}
.new-home_4 .new-home_4-header .xx .name::before {
    content: '';
    display: block;
    width: 0.88rem;
    height: 2.31rem;
    border-radius: 0.44rem 0.44rem 0.44rem 0.44rem;
    background: #ffffff;
}
.new-home_4-tab-list {
    position: absolute;
    top: 1rem;
    right: 0;
    display: flex;
    border-top: 0.13rem solid #e5e3e3;
}
.new-home_4-tab-list li {
    width: 15rem;
    height: 3rem;
    line-height: 3rem;
    background-image: linear-gradient(to bottom, #e7eaed, #bcc3c1);
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
}
.new-home_4-tab-list li:last-child { 
    border-top-right-radius: 2.5rem;
}
.new-home_4-tab-list li:last-child.this {
    background: url(/cyh/images/h4-x.png) no-repeat;
    background-size: 100% 100%;
}
.new-home_4-tab-list li.this {
    background: url(/cyh/images/h4-x.png) no-repeat;
    background-size: 100% 100%;
}
.new-home_4-tab-list li span:first-child {
    display: block;
    width: 15rem;
    position: relative;
    left: 0rem;
    z-index: 99;
}
.new-home_4-tab-list li span {
    display: block;
    width: 30rem;
    position: relative;
    left: 2rem;
    z-index: 99;
}
.new-home_4 .content .event-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
   /* box-shadow: 0rem 0.25rem 1rem 0.25rem #e5e5e5; */
    border-radius: 2.25rem;
}
.new-home_4 .content .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
}
.new-home_4 .content .content-tab .tab-list {
    display: none;
}
.new-home_4 .content .content-tab .tab-list.show {
    display: block;
}
.new-home_4 .content .list div:nth-child(1){
    width: 4.75rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}
.new-home_4 .content .list div:nth-child(2){
    width: 16rem;
}
.new-home_4 .content .list div:nth-child(3){
    width: 3.75rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}
.new-home_4 .content .list div:nth-child(4){
    width: 3.75rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}
.new-home_4 .content .list div:nth-child(5){
    width: 3.75rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}
.new-home_4 .content .list div:nth-child(6){
    width: 5.69rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}
.new-home_4 .content .name-xx {
    padding: 8.12rem 7.19rem 1.88rem 7.81rem; 
    font-size: 1.74rem;
    font-weight: bold;
} 
.new-home_4 .content .event-list .adult,.new-home_4 .content .event-list .adolescent {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.new-home_4 .content .name-list {
    padding: 0.35rem 7.19rem 0.53rem 7.81rem;
    font-size: 1.4rem;
}
.new-home_4 .content .name-list:last-child {
    border-radius: 0 0 2.25rem 2.25rem;
}
.new-home_4 .content .more {
    width: 100%;
    margin-top: 1.84rem;
    display: flex;
    display: none;
}
.new-home_4 .content .more a {
    margin: 0 auto;
}
.new-home_4 .content .more a button {
    width: 8.375rem;
    height: 2.25rem;
    border-radius: 1.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    color: #FFFFFF;
    border: none;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    box-shadow: 0rem 0.25rem 1rem 0.25rem #cac6;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*文旅合川*/
.new-home_5 img:first-child {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.new-home_5-logo {
    position: absolute;
    width: 32.63rem;
    height: 21.6875rem;
    top: 36%;
    right: 18.19rem;
}
.new-home_5-more {
    position: absolute;
    width: 10.56rem;
    height: 2.94rem;
    bottom: 4.31rem;
    left: 18.25rem;
    background: #FFFFFF;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*全民7运*/
.new-home_6 {
    padding: 6.25rem 0 1rem;
}
.new-home_6 .content {
    width: 97.5rem;
    padding: 2.81rem 2.81rem 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.38rem;
}
.new-home_6 .content .list {
    position: relative;
    display: block;
    background: url(/cyh/images/h6-list.png) no-repeat;
    background-size: 100% 100%;
    width: calc((100% - 4.76rem) / 3);
    height: 17.2rem;
    padding: 0.59rem 0.56rem 0 0;
    border-top-right-radius: 0.5rem;
}
.new-home_6 .content .list:hover img {
    transform: scale(1.15);
}
.new-home_6 .content .list img { 
	 transition: all 0.3s ease-in-out;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}
.new-home_6 .content .list .xx {
    background: url(/cyh/images/h6-list_b.png) no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 0.5rem);
    height: 6.31rem;
    position: absolute;
    bottom: -0.125rem;
}
.new-home_6 .content .list .more { 
    width: 5.81rem;
    height: 1.88rem;
    position: absolute;
    bottom: 0.94rem;
    left: 2rem;
    font-size: 1rem;
    border: 0.06px solid rgb(255 255 255 / 80%);
    color: rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-home_6 .content .list .title {
    color: #FFFFFF;
    position: absolute;
    bottom: 1.19rem;
    right: 2.38rem;
}

/*赛事场馆*/
.new-home_7 .content {
    margin: 6.69rem auto 0;
}
.new-home_7 .content .plate-list {
    position: relative;
    height: 26.69rem;
}
.new-home_7 .content .plate-list .list-bj {
    position: absolute;
    left: 0;
    top: 13.81rem;
    width: 100%;
    background-size: 100% 100%;
}
.new-home_7 .content .plate-list .left {
    background: url(/cyh/images/h7-plate.png) no-repeat;
    background-size: 100% 100%;
    width: 45.25rem;
    height: 26.69rem;
    z-index: 99;
    position: relative;
}
.new-home_7 .content .plate-list .left .data {
    width: 23.75rem;
    margin: 2.38rem 5.06rem 0 0;
    float: right;
}
.new-home_7 .content .plate-list .left .data img {
    width: 2.69rem;
    height: 2.69rem;
    margin-top: 1rem;
    position: absolute;
    right: 5.88rem;
}
.new-home_7 .content .plate-list .left .data h1 {
    font-size: 2.25rem;
    color: #FFFFFF;
    padding-bottom: 1.63rem;
    border-bottom: 0.13rem solid #FFFFFF;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-home_7 .content .plate-list .left .data p {
    font-size: 1.19rem;
    margin-top: 1.63rem;
    color: #FFFFFF;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.new-home_7 .content .plate-list .overflow_hidden {
    overflow: hidden;
    width: 63.56rem;
    height: 39.38rem;
    position: relative;
    top: -5.69rem;
}
.new-home_7 .content .plate-list .picture {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: transform 0.3s ease-in-out;
    border-radius: 0.5rem; 
}
.new-home_7 .content .plate-list .picture:hover {
    transform: scale(1.15);
}

/*赛事商务合作*/
.new-home_8 {
    padding: 6.25rem 0 10rem;
    background: #F5F5F5;
}
.new-home_8 .header-title img {
    width: 16.13rem;
    height: 2.94rem;
    background-size: 100% 100%;
}
.new-home_8 .bg {
    border: none;
}
.new-home_8 ul.content {
    width: 97.5rem;
    height: calc(100vh - 26rem);
    margin: 1.63rem auto;
    display: flex;
    gap: 5rem; 
}
.new-home_8 ul.content .xx-content {
    width: 25%;
    display: flex;
    flex-direction: column;
}
.new-home_8 ul.content .xx-content > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #9A9A9A;
}
.new-home_8 ul.content .xx-content > div:last-child {
    border-bottom: none;
}
.new-home_8 ul.content .xx-content > div span:nth-child(1) {
    font-weight: bold;
    color: #10359F;
}
.new-home_8 ul.content li {
    width: calc((100% - 5.65rem) / 5);
    height: 11.44rem;
    padding: 1.5rem 0;
    border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
    background: #ffffff;
}
.new-home_8 .sponsor .ss-item {
    overflow: auto;
}
.new-home_8 .sponsor .ss-item:last-child .ss-list {
    height: calc(100% - 5rem);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; 
}
.new-home_8 ul.content li img {
    width: 100%;
    height: 8.44rem;
}
.new-home_8 .new-footer-line {
    background: #FFFFFF;
    justify-content: center;
}
.new-footer-line {
    display: flex;
    justify-content: center;
    height: 7.88rem;
    width: 100%;
    background: #F5F5F5;
    padding: 0 11.44rem 0 15.13rem;
}
.new-footer-line .list {
    margin: 1.81rem 0 2.13rem;
    padding: 0 2.35rem;
    color: #262626;
    font-size: 0.94rem;
    border-right: 0.06rem solid #C0C0C0;
}
.new-footer-line .list:last-child {
    border-right: none;
}
.new-footer-line .name {
    font-weight: bold;
}
.new-footer-line .list ul {
    margin-top: 0.75rem;
}
.new-footer-line .list ul.multiple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
}
.new-footer-line .list ul li {
    line-height: 1.5rem;
}
.footer-xx {
    height: 2.44rem;
    background: #003499;
}
.new-home_8 .h-footer {
    bottom: 0;
    position: absolute;
}
.new-home_8 .sponsor {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
/*.new-home_8 .sponsor .ss-item:first-child {
    display: flex;
    gap: 4rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #9A9A9A;
}*/
.new-home_8 .sponsor .ss-item:nth-child(1) img {
    width: 15rem;
}
.new-home_8 .sponsor .ss-item:last-child .list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.new-home_8 .sponsor .ss-item:last-child .list-item a {
    width: 9rem;
}
.new-home_8 .sponsor .ss-item:last-child .list-item a img {
    width: 100%;
}
.new-home_8 .sponsor .name {
    margin-bottom: 2rem;
    font-size: 2rem;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    color: #FFFFFF;
    width: 18rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
}

/*.new-home_8 .sponsor .ss-item .list-item img {
    width: calc((100% - 5rem) / 6);
}*/



.new-home_2 .right ul.video-list { 
   flex-wrap: wrap;
   gap: 1.38rem;
   transform: translateY(-50%);
   position: absolute;
   top: 50%;  
}
.new-home_2 .right ul.video-list .list-left li {
   overflow: hidden;
   width: 53.5rem;
   height: 100%;
   padding: 0;
   background: none;
   border-radius: 0.75rem;
   position: relative;
}
.new-home_2 .right ul.video-list .list-left li:hover .overflow_hidden > img {
   transform: scale(1.15);
}
.new-home_2 .right ul.video-list .list-left li a {
   height: 100%;
   display: block;
}
.new-home_2 .right ul.video-list .list-left li .title { 
   position: relative;
   font-weight: 600;
   color: #1B1B1F;
   margin-top: 1rem;
   height: 2.5rem;
   padding: 0;
   background-image: initial;
}
.new-home_2 .right ul.video-list .list-left li .title span {
   position: relative;
   bottom: -6px;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.new-home_2 .right ul.video-list .list-left li .time {
   color: #B2B4C4;
   font-size: 1rem;
   font-weight: 400;
   margin-top: 1rem;
}
.new-home_2 .right ul.video-list .list-left li img {
   width: 100%;
   height: 31.13rem;
   border-radius: 0.48rem;
   transition: transform 0.3s ease-in-out;
}
.new-home_2 .right ul.video-list .list-left li img.logo {
   width: 4.25rem;
   height: 4.25rem;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50%;
   top: 40%;
}
.new-home_2 .right ul.video-list .list-right {
   width: 17.81rem;
   display: flex;
   flex-direction: column;
   gap: 1.19rem;
}
.new-home_2 .right ul.video-list .list-right li {
   width: 17.38rem; 
   position: relative;
   background: none;
   padding: 0;
}
.new-home_2 .right ul.video-list .list-right li .title {
   width: 100%;
   color: #FFFFFF;
   background-image: linear-gradient(180deg, #00000000 0%, #00000080 100%);
   border-radius: 0.5rem;
   padding: 1.31rem 0.63rem 0.63rem 0.63rem;
   position: absolute;
   line-height: 2.25rem;
   font-size: 1.13rem;
   bottom: 0;
   font-weight: 400;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.new-home_2 .right ul.video-list .list-right li .logo {
   width: 3.19rem;
   height: 3.13rem;
   position: absolute;
   transform: translate(-50%, -50%);
   left: 50%;
   top: 50%;
}
.new-home_2 .right ul.video-list .list-right li .video-bg {
   width: 100%;
   height: 100%;
   border-radius: 0.5rem;
   transition: transform 0.3s ease-in-out;
}
.new-home_2 .right ul.video-list .list-right li:hover .video-bg {
   transform: scale(1.15);
}
.new-home_2 .right ul.video-list .list-right li .title {
   font-size: 1.13rem;
}
.new-home_2 .right ul.video-list .list-right li .title span {
   position: relative;
   bottom: -6px;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.new-home_2 .more {
    margin: 1.19rem auto 0;
}
.new-home_2 .more button {
    width: 8.375rem;
    height: 2.25rem;
    border-radius: 1.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    box-shadow: 0rem 0.25rem 1rem 0.25rem #cac6;
}

.new-home_2 .right ul.sy-picture-list .list-left li img { 
   width: 51.25rem;
   height: 34.13rem;
   transition: transform 0.3s ease-in-out;
}
.new-home_2 .right ul.sy-picture-list { 
   flex-wrap: wrap;
   gap: 2.15rem;
   transform: translateY(-50%);
   position: absolute;
   top: 50%;
}
.new-home_2 .right ul.sy-picture-list .list-left li {
   width: 51.25rem;
   height: 34.13rem;
   padding: 0;
   background: none;
   position: relative;
}
.new-home_2 .right ul.sy-picture-list .list-left li:hover .overflow_hidden > img {
   transform: scale(1.15);
}
.new-home_2 .right ul.sy-picture-list .list-left a {
   height: 100%;
   display: block;
}
.new-home_2 .right ul.sy-picture-list .list-left li .title{
   position: absolute;
   bottom: 0;
   font-size: 2rem;
   padding: 1rem;
   width: 100%;
    background: rgb(0 0 0 / 30%);
    border-radius: 0 0 0.25rem 0.25rem;
}
.new-home_2 .right ul.sy-picture-list .list-left li .title span {
   font-size: 2rem;
   color: #FFFFFF;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}

.new-home_2 .right ul.sy-picture-list .list-right {
   display: flex;
   gap: 2.13rem;
   flex-direction: column;
}
.new-home_2 .right ul.sy-picture-list .list-right li {
   width: 19.29rem;
   height: 16rem;
   background: none;
   padding: 0;
   position: relative;
}
.new-home_2 .right ul.sy-picture-list .list-right li:hover .overflow_hidden > img {
   transform: scale(1.15);
}
.new-home_2 .right ul.sy-picture-list .list-right li .overflow_hidden > img {
   transition: transform 0.3s ease-in-out;
}
.new-home_2 .right ul.sy-picture-list .list-right li .title {
   position: relative;
   bottom: 0;
   margin-top: 0;
   padding: 1rem;
}
.new-home_2 .right ul.sy-picture-list .list-right li .title span {
   font-size: 1.38rem;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-wrap: break-word;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}





/*二级页同级导航*/
.gftgBreadcrumbs {
    height: 2.69rem;
    margin-bottom: 4.81rem;
    font-weight: 600;
    display: flex;
    align-items: end;
}

.gftgBreadcrumbs>div {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.gftgBreadcrumbs div:first-child div:first-child {
    padding-bottom: 0.4rem;
    font-size: 2.69rem;
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: linear-gradient(to right, #33CC99, #007DCC, #32CA9C);
}

.gftgBreadcrumbs>div:not(.firstTitle) {
    height: 2rem;
    font-size: 2rem;
    color: #333333;
}

.gftgBreadcrumbs>div:not(.firstTitle) a:hover {
    color: #0381CA;
}

.gftgBreadcrumbs .interval {
    width: 0.94rem;
    height: 1.88rem;
    font-size: 1.88rem;
    color: #045D9F 100%;
    margin-left: 1.19rem;
    margin-right: 1.13rem;
}


/*官方通告*/
.gftgContainer {
    width: 87.5rem;
    margin: 3.56rem auto 5rem;
}
.gftgMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.gftgMain>.gftgItem {
    width: 27.5rem;
    height: 12.5rem;
    border-radius: 0 1.5rem 0 0;
    background: #f5f5f5;
    padding: 2.44rem 1.88rem 3.06rem;
    box-sizing: border-box;
    cursor: pointer;
}

.gftgMain>.gftgItem:hover {
   background-image: linear-gradient(to right, #007DCC, #32CA9C);
}

.gftgItem .title {
    font-weight: 600;
    width: 23.75rem;
    font-size: 1.38rem;
    line-height: 2.25rem;
    text-align: left;
    color: #333333;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.gftgMain>.gftgItem:hover .title {
    color: #fff;
}

.gftgItem .time {
    font-weight: 400;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #999999;
}

.gftgMain>.gftgItem:hover .time {
    color: rgba(255, 255, 255, 0.6);
}


/*视频集锦*/
.spjjContainer {
    width: 87.5rem;
    margin: 3.56rem auto 5rem;
}
.spjjMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.spjjItem {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f5f5f5;
    cursor: pointer;
}

.spjjItem .videoPic {
    width: 27.5rem;
    height: 16.25rem;
    overflow: hidden;
    position: relative;
}

.spjjItem .videoPic img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.spjjItem .videoDesc {
    padding: 1.62rem 1.88rem 1.88rem;
}

.spjjItem .videoDesc .title {
    font-weight: 600;
    line-height: 2.25 rem;
    font-size: 1.38rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 1rem;
}

.spjjItem .videoDesc .time {
    font-weight: 400;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #999999;
}

.spjjItem:hover {
    background: #0381CA;
}

.spjjItem:hover .videoPic img {
    transform: scale(1.4);
}

.spjjItem:hover .videoPic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(/cyh/images/playCircle.png) center/4.38rem 4.38rem no-repeat;
}

.spjjItem:hover .videoDesc .title {
    color: #FFFFFF;
}

.spjjItem:hover .videoDesc .time {
    color: rgba(255, 255, 255, 0.6);
}

/*志愿7运*/
.zyqyContainer {
    width: 87.5rem;
    margin: 3.56rem auto 5rem;
}
.zyqyMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.zyqyItem {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f5f5f5;
    cursor: pointer;
}

.zyqyItem .zyPic {
    width: 27.5rem;
    height: 16.25rem;
    overflow: hidden;
    position: relative;
}

.zyqyItem .zyPic img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.zyqyItem .zyDesc {
    padding: 1.62rem 1.88rem 1.88rem;
}

.zyqyItem .zyDesc .title {
    font-weight: 600;
    line-height: 2.25 rem;
    font-size: 1.38rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 1rem;
}

.zyqyItem .zyDesc .time {
    font-weight: 400;
    height: 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #999999;
}

.zyqyItem:hover {
    background: #0381CA;
}

.zyqyItem:hover .zyPic img {
    transform: scale(1.4);
}

.zyqyItem:hover .zyDesc .title {
    color: #FFFFFF;
}

.zyqyItem:hover .zyDesc .time {
    color: rgba(255, 255, 255, 0.6);
}

/*七运文化*/
.qywhContainer {
    width: 87.5rem;
    margin: 3.56rem auto 5rem;
}
.qywhMain {
    display: flex;
    justify-content: space-between;
}

.qywhLeft {
    width: 19.5rem;
}

.qywhLeft>a {
    display: block;
    width: 19.5rem;
    height: 6.25rem;
    line-height: 6.25rem;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    padding-left: 3rem;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #E5F2FA, #EFFAF7);
    font-weight: 400;
    font-size: 1.56rem;
    color: #424446;
}

.qywhLeft>a+a {
    margin-top: 2.06rem;
}

.qywhLeft>a.active {
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    color: #fff;
    font-weight: 600;
}

.qywhLeft>a:hover {
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    color: #fff;
    font-weight: 600;
}

.qywhRight {
    width: 65.5rem;
    padding: 2.5rem;
    border-radius: 0.75rem;
    background: linear-gradient(0deg, #E6F2F9, #FBFDFE);
    border: 1px solid #BCDEF1;
    box-sizing: border-box;
}

.qywhRight .qywhRightInner {
    background: #fff;
    padding: 2.31rem 2.25rem;
    box-sizing: border-box;
    border-radius: 0.75rem;
    width: 100%;
}

.qywhRightInnerTitle {
    font-weight: 600;
    height: 2.06rem;
    font-size: 2.06rem;
    line-height: 1;
    color: #0381CA;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.qywhRightInnerTitle::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 2.06rem;
    border-radius: 0.19rem;
    background-image: linear-gradient(to right, #007DCC, #32CA9C);
    left: 0;
    bottom: 0;
}

.qywhRightInnerContent h3 {
    color: #333333;
    font-weight: 600;
    font-size: 1.26rem;
    line-height: 2.26rem;
    margin: 1rem 0;
}

.qywhRightInnerContent h4 {
    color: #333333;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

.qywhRightInnerContent p {
    color: #333333;
    font-weight: 400;
    font-size: 1.26rem;
    text-align: left;
    line-height: 2.26rem;

}

/*企业风采*/
.qyfcContainer {
    width: 87.5rem;
    margin: 3.56rem auto 5rem;
}
.qyfcMain {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem 3.88rem;
}

.qyfcItem {
    width: 15.5rem;
    height: 15rem;
    cursor: pointer;
}

.qyfcItem .imgBox {
    border-radius: 0.75rem;
    overflow: hidden;
    width: 15.5rem;
    background: #f5f5f5;
    height: 11.75rem;
    margin-bottom: 2rem;
}

.qyfcItem .imgBox img {
    height: 100%;
    width: 100%;
}

.qyfcItem .title {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}




















