* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
    background: #f4f4f4;
}

.head{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(155,41,41,0.2);
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: 56px;
    display: block;  
}
.nav_ul{
    flex: 1;
    margin-left: 110px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.nav_ul li{
    line-height: 100px;
    margin-right: 60px;
    position: relative;
}
.nav_ul li:last-child{
    margin-right: 0;
}
.nav_ul li a{
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
}
.nav_ul li.active a{
    color: #15C5CE;  
}
.nav_ul li.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #15C5CE;
    border-radius: 2px 2px 0px 0px;
    position: absolute;
    bottom: 0;
}
.nav_ul li:hover a{
    color: #15C5CE;  
}
.nav_ul li:hover::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #15C5CE;
    border-radius: 2px 2px 0px 0px;
    position: absolute;
    bottom: 0;
}

.search-box{
    border: 1px solid #15C5CE;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.input-box{
    width: 90px;
    height: 40px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #FFFFFF;
    border-radius: 40px 0 0 40px;
}
.button {
    border-radius: 0 40px 40px 0;
    width: 50px;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.button img {
    width: 28px;
    height: 28px;
    display: block;
}

.footer {
    margin-top: 80px;
    padding: 30px 0;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.footer a{
    color: #999999;
}
.footer span::after{
    content: "丨";
    color: #999;
    margin: 0 6px;
}
.footer span:last-child::after{
    content: none;
}

.Module{
    width: 1200px;
    margin: 0 auto;
}

.ModBody{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
   
}

.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}

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

.w-790{
    width: 790px;
}
.w-380{
    width: 380px;
}
.w-360{
    width: 360px;
}

.limt-14 li{
    margin-top: 14px;
}
.limt-17 li{
    margin-top: 17px;
}
.limt-19 li{
    margin-top: 19px;
}
.limt-25 li{
    margin-top: 25px;
}
.limt-30 li{
    margin-top: 30px;
}

.big-plate{
    width: 790px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
}
.small-plate{
    width: 380px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
}

.comTit{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
} 
.comTit .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #15C5CE;
    position: relative;
}
.comTit .title::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #15C5CE;
    position: absolute;
    bottom: -11px;
}
.comTit a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;
}
.line-one{
    width: 380px;
    margin-left: -20px;
    height: 1px;
    background: #D6D6D6;
}
.line-two{
    width: 790px;
    margin-left: -20px;
    height: 1px;
    background: #D6D6D6;
}
.line-three{
    width: 1200px;
    margin-left: -20px;
    height: 1px;
    background: #D6D6D6;
}

.title-one-box{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
} 
.title-one-box .left{
    width: 45px;
    height: 108px;
    padding: 36px 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    background: #15C5CE;
}
.title-one-box .right{
    flex: 1;
    margin-left: 20px;
}
.title-one-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.title-one-box .text{
    margin-top: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;    
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-one-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1; 
    margin-right: 15px;
    position: relative;
    padding-left: 16px;
}
.index-one-ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-one-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.index-swiper{
    width: 100%;
}
.index-swiper .swiper-slide{
    width: 100%;
    height: 360px; 
}
.index-swiper .swiper a{ 
    position: relative; 
    display: block;
}
.index-swiper .swiper img{
    width: 100%;
    height: 360px;  
    display: block;
}
.index-swiper .swiper .swiper-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px; 
    background: rgba(141,151,179,0.8); 
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.index-swiper .swiper .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF; 
    width: 100%;
}
.index-swiper .swiper .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;   
    width: 100%;
}

.index-one-title{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(122,207,255,0.08);
}
.index-one-title .info{
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #15C5CE;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;  
    position: relative;
}
.index-one-title .info::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color:#15C5CE;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.index-one-title .right{
    flex: 1;
    margin-left: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-one-title .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #15C5CE;
    flex: 1;
    margin-right: 15px;    
}
.index-one-title .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;  
}

.new-one-ul li{
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1; 
    margin-right: 15px;
    position: relative;
    padding-left: 16px;
}
.new-one-ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-one-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.index-two-ul{
    position: relative;
}
.index-two-ul::before{
    content: "";
    display: block;
    width: 1px;
    height: 145px;
    background: #F0F0F0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
}
.index-two-ul li:first-child{
    margin-top: 20px;
}
.index-two-ul li{
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two-ul li:hover a::before{
    background: #15C5CE;
}
.index-two-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1; 
    margin-right: 15px;
    position: relative;
    padding-left: 16px;
}
.index-two-ul li a::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #D9D9D9; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-two-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.index-three-ul li:first-child{
    margin-top: 20px;
}
.index-three-ul li{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-three-ul li .num{
    width: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #999999;
}
.index-three-ul li:nth-child(-n+6) .num{
    color: #15C5CE;
}
.index-three-ul li:nth-child(-n+3) .num{
    color: #FF3F3F;
}
.index-three-ul li img{
    display: none;
}
.index-three-ul li:nth-child(-n+3) img{
    height: 18px;
    height: 18px;
    display: block;
    margin-left: 7px;
}
.index-three-ul li .center{
    flex: 1;
    margin-left: 8px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.index-three-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127; 
}
.index-three-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999; 
}

.title-two-box{
    padding: 20px 0;
}
.title-two-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.title-two-box .two{
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}
.title-two-box img{
    width: 160px;
    height: 100px;
    border-radius: 8px;  
    display: block;
}
.title-two-box .right{
    flex: 1;
    margin-left: 20px;
    height: 100px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-two-box .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    width: 100%;   
}
.title-two-box .info{
    width: 100%;
    display: flex;
    justify-content: end;
}
.title-two-box .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #D6D6D6;
    padding-left: 21px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 17px 17px;
}

.index-four-ul li:first-child{
    margin-top: 20px;
}
.index-four-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-four-ul li .info{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #15C5CE; 
}
.index-four-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;
}
.index-four-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.img-one-box{
    display: block;
    position: relative;
}
.img-one-box img{
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 8px;
}
.img-one-box .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(360deg, #1D2127 0%, rgba(29,33,39,0) 100%);
    border-radius: 0px 0px 8px 8px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;   
}

.index-five-ul li:first-child{
    margin-top: 0;
}
.index-five-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
}
.index-five-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1; 
    margin-right: 15px;
    position: relative;
    padding-left: 16px;
}
.index-five-ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-five-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.Flink{
    margin-top: 30px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;  
}
.Flink-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Flink-ul li{
    margin-top: 20px;
    padding-right: 40px;
}
.Flink-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.body_position {
    display: flex;
    padding: 20px;
}
.body_position div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1F2233; 
}
.body_position span {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position span::after{
    content: ">";
    color: #D6D6D6;
    font-weight: 100;
    margin: 0 8px;
}
.body_position span:last-child:after{
    content: none;
}
.body_position span a {
    color: #999999;
    text-decoration: none;
}
.body_position span:last-child a{
  color: #15C5CE;  
}

.info-one-ul li:first-child{
    margin-top: 0;
}
.info-one-ul li{
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li img{
    width: 260px;
    height: 160px;
    display: block;   
}
.info-one-ul li .right{
    flex: 1;
    margin-right: 20px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-one-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    width: 100%;   
}
.info-one-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    width: 100%;
    min-height: 56px; 
}
.info-one-ul li .date{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;
    padding-left: 22px;
    background: url(./../images/date.png) no-repeat center left;  
    background-size: 16px 16px; 
}
.info-one-ul li .click{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #15C5CE;   
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination .page-item{
    margin: 5px;
}
.pagination .page-link{
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #15C5CE;
    color: #15C5CE;
    background: rgba(21,197,206,0.08);
}
.pagination li:nth-child(-n+2) .page-link{
    color: #999999;
    background: transparent;
    border: 1px solid #999999;
}
.pagination .active .page-link {
    background-color: #15C5CE;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #15C5CE;
    color: #fff;
}

.detatitle{
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D6D6D6;
}
.detatitle h1{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    line-height: 28px;
    text-align: center;
}
.detainfo{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}
.detainfo div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.article-content {
    padding-top: 30px;
}
.article-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    line-height: 28px;
    text-indent: 2em;
}
.article-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.article-content h2,
.article-content h3{
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #15C5CE;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.info-two-ul li{
    padding: 20px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
}
.info-two-ul li img{
    width: 260px;
    height: 160px;
    display: block;   
}
.info-two-ul li .right{
    flex: 1;
    margin-right: 20px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-two-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    width: 100%;   
}
.info-two-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    width: 100%;
    min-height: 56px; 
}
.info-two-ul li .date{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;
    padding-left: 22px;
    background: url(./../images/date.png) no-repeat center left;  
    background-size: 16px 16px; 
}
.info-two-ul li .click{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #15C5CE;   
}

.kfb-body{
    margin-bottom: 30px;
    padding: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}
.info-title .Ttop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}   
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 5px;
}
table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 60px;
    background: #15C5CE;
    width: 100%;  
}
table thead tr th{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
table thead tr th{
    width: 200px;
}
table tbody{ 
    background-color: #FFFFFF;
}
table tbody td{
    height: 84px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .body{
    width: 200px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: start;
    margin-bottom: 0;
}
table tbody tr td:nth-child(1) img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 60px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 2px 0;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    width: 100%;
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
table tbody tr td:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FF0000;
}
table tbody tr td{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    width: 138px;
    height: 48px;
    line-height: 48px;
    border-radius: 40px;
    opacity: 1;
    border: 1px solid #15C5CE; 
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #15C5CE;
}
table tbody tr:hover td:last-child a{
    background-color: #15C5CE;
    color: #FFFFFF;
}
table tbody tr:hover{
    background-color: #f6fdfd;
}
table{
    border-radius: 10px;
}
table thead tr th:first-child{
    border-radius: 10px 0 0 0;
}
table thead tr th:last-child{
    border-radius: 0 10px 0 0;
}
table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

.info-three-ul{
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
}
.info-three-ul li:nth-child(2n+2){
    margin-right: 0;
}
.info-three-ul li:nth-child(-n+2){
    margin-top: 0;
}
.info-three-ul li{
    width: 565px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    margin-top: 30px;
    margin-right: 30px;
}
.info-three-ul li:hover{
    border: 1px solid #15C5CE;  
    background: rgba(21,197,206,0.08);
    transition: all .3s ease-in-out;
}
.info-three-ul li:hover .click{
    background: #15C5CE;
    font-weight: bold;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}
.info-three-ul li img{
    width: 140px;
    height: 140px;
    border-radius: 32px;
    display: block;  
}
.info-three-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 140px;
    padding: 12px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-three-ul li .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    width: 100%;   
}
.info-three-ul li .two{
    width: 100%;   
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-three-ul li .center{
    flex: 1;
    margin-right: 20px;
}
.info-three-ul li .type{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-three-ul li .type div:last-child::before{
    content: "丨";
    color: #D6D6D6;
    font-size: 14px;
    font-weight: 100;
    margin: 0 8px;
}
.info-three-ul li .text{
    margin-top: 27px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.info-three-ul li .click{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #15C5CE;  
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #15C5CE; 
}

.game-title .one{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.game-title .img img{
    width: 140px;
    height: 140px;
    border-radius: 32px;  
    display: block; 
}
.game-title .center{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 12px 0;
    box-sizing: border-box;
    height: 140px;
    flex: 1;
    margin: 0 20px;
}
.game-title .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    width: 100%;
}
.game-title .date{
    width: 100%;
    font-size: 28px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FEC362;
    text-align: end;
}
.game-title .grade{
    display: flex;
    align-items: center;
}
.game-title .grade img{
    width: 16px;
    height: 16px;
    display: block;
}
.game-title .type{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; 
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.game-title .type>div{
    margin-right: 20px;
}
.game-title .type>div div{
    margin-top: 12px;
}

.info-button-box{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.info-down-btn{
    width: 365px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.info-down-btn span{
    width: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-down-btn span img{
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 12px;
}
.info-button-box .i1{
    border: 1px solid #15C5CE;
    background: #FFFFFF;
    font-weight: bold;
    color: #15C5CE;
}
.info-button-box .i2{
    border: 1px solid #15C5CE;
    background: #15C5CE;
    color: #FFFFFF;
    font-weight: bold;
}
.btn-code{
    display: none;
    position: absolute;
    width: 120px;
    height: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}
.btn-code img{
    width: 120px;
    height: 120px;
    display: block;
}
.btn-code div{
    width: 120px;
    /*height: 25px;*/
    line-height: 28px;
    color: #666;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}
.info-down-btn:hover .btn-code{
    display: block;
}

.game-column{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
} 
.game-column .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #15C5CE;
    position: relative;
}
.game-column .title::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #15C5CE;
    position: absolute;
    bottom: -11px;
}

.game-content {
    padding-top: 20px;
}
.game-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    line-height: 28px;
    text-indent: 2em;
}
.game-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.game-content h2,
.game-content h3{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    margin: 10px 0;
    text-indent: 2em;
}

.game-swiper{
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}
.game-swiper .mySwiper3 img{
    width: 100%;
    height: 375px; 
    display: block;
}

.game-swiper-two .mySwiper2{
    width: 512px;
}
.game-swiper-two .mySwiper2 .swiper-wrapper{
    width: 512px;
}
.game-swiper-two .swiper-button-prev:after,
.game-swiper-two .swiper-button-next:after{
    content: none;
}
.game-swiper-two .swiper-button-prev img,
.game-swiper-two .swiper-button-next img{
    width: 24px;
    height: 24px;
    display: block;
}
.game-swiper-two .swiper-button-prev,
.game-swiper-two .swiper-button-next{
    position: static;
}
.game-swiper-two{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-swiper-two img{
    width: 113px;
    height: 80px;
    border-radius: 16px;
    display: block;  
    cursor: pointer;
}

.new-two-ul li:first-child{
    margin-top: 20px;
}
.new-two-ul li{
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-two-ul li img{
    width: 45px;
    height: 28px;
    display: block;
}
.new-two-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-left: 8px;
    margin-right: 15px;  
}
.new-two-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;  
}