* {
    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;
}

.head{
    width: 100%;
    background: #0F1A27;
    border-bottom: 2px solid #22B0B0;
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: auto;
    display: block;  
}
.nav_ul{
    flex: 1;
    margin-left: 160px;
    display: flex;
    align-items: center;
}
.nav_ul li{
    line-height: 100px;
}
.nav_ul li a{
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    width: 160px;
    position: relative;
    z-index: 1;
}
.nav_ul li.active a{
    font-weight: bold;
}
.nav_ul li.active a::after{
    content: "";
    display: block;
    width: 160px;
    height: 123px;
    background: url(./../images/active.png) no-repeat;
    background-size: 160px 123px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.nav_ul li:hover a{
    font-weight: bold;
}
.nav_ul li:hover a::after{
    content: "";
    display: block;
    width: 160px;
    height: 123px;
    background: url(./../images/active.png) no-repeat;
    background-size: 160px 123px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.search-box{
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.input-box{
    width: 123px;
    height: 40px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background: #5F666D;
    border-radius: 4px 0 0 4px;
}
.button {
    display: block;
    border-radius: 0 4px 4px 0;
    padding: 0 8px;
    height: 40px;
    background: #5F666D;
    text-decoration: none;
    text-align: center;
    border: 0;
    display: flex;
    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-380{
    width: 380px;
}
.w-790{
    width: 790px;
}

.limt-7 li{
    margin-top: 7px;
}
.limt-10 li{
    margin-top: 10px;
}
.limt-14 li{
    margin-top: 14px;
}
.limt-23 li{
    margin-top: 23px;
}
.limt-26 li{
    margin-top: 26px;
}

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
} 
.comTit .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0F1A27;
    position: relative;
    padding-left: 38px;
}
.comTit .i1{
    background: url(./../images/i1.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .i2{
    background: url(./../images/i2.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .i3{
    background: url(./../images/i3.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .i4{
    background: url(./../images/i4.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .i5{
    background: url(./../images/i5.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .i6{
    background: url(./../images/i6.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .i7{
    background: url(./../images/i7.png) no-repeat center left;
    background-size: 30px 30px;
}
.comTit .line{
    flex: 1;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #D6D6D6;
    margin-left: 8px;
}
.comTit a{
    margin-left: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.index-swiper .swiper{
    border-radius: 4px;  
}
.index-swiper .swiper a{
    position: relative;
    display: block;
}
.index-swiper .swiper img{
    width: 100%;
    height: 230px;
    display: block;   
}
.index-swiper .swiper .text{
    width: 100%;
    height: 28px;
    background: rgba(15,26,39,0.6);  
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;  
}

.title-one-ul li:first-child{
    padding-top: 0;
}
.title-one-ul li{
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.title-one-ul .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #22B0B0;
    line-height: 28px;
}
.title-one-ul .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 9px;
    line-height: 28px;
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    margin-top: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-one-ul li .info{
    padding: 2px 6px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;  
    border: 1px solid #22B0B0;
    border-radius: 4px;
}
.index-one-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
    flex: 1;
    margin-left: 8px;
    margin-right: 15px;   
}
.index-one-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.index-two-ul li:first-child{
    margin-top: 20px;
}
.index-two-ul li{
    line-height: 28px;
    display: flex;
    align-items: center;
}
.index-two-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
    flex: 1;
    margin-right: 18px;
    position: relative;
    padding-left: 12px;   
}
.index-two-ul li a::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    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{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.index-three-ul li .num{
    width: 30px;
    height: 116px;
    background: #D6D6D6;
    border-radius: 40px;
    line-height: 116px;
    text-align: center;
    font-size: 18px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FFFFFF;
}
.index-three-ul li:nth-child(1) .num{
    background: #F36755;  
}
.index-three-ul li:nth-child(2) .num{
    background: #F8C166; 
}
.index-three-ul li:nth-child(3) .num{
    background: #A6E2C2;  
}
.index-three-ul li .right{
    flex: 1;
    margin-left: 20px;
}
.index-three-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0F1A27;
    line-height: 28px;   
}
.index-three-ul li .two{
    display: flex;
    margin-top: 8px;
}
.index-three-ul li img{
    width: 140px;
    height: 80px;
    border-radius: 4px;    
    display: block;
}
.index-three-ul li .center{
    flex: 1;
    margin-left: 20px;
}
.index-three-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;    
}
.index-three-ul li .info{
    margin-top: 3px;
    display: flex;
    justify-content: end;
}
.index-three-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 16px 16px;
}

.index-four-ul{
    position: relative;
}
.index-four-ul::before{
    content: "";
    display: block;
    height: 150px;
    width: 0;
    border-left: 1px solid #D6D6D6;
    position: absolute;
    top: 53%;
    left: 12px;
    transform: translateY(-50%);
}
.index-four-ul li:first-child{
    margin-top: 20px;
}
.index-four-ul li{
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-top: 12px;
}
.index-four-ul li .label{
    width: 24px;
    height: 24px;
    position: relative;
}
.index-four-ul li:nth-child(1) .label{
    background: url(./../images/new.png) no-repeat;
    background-size: 24px 24px;
}
.index-four-ul li:nth-child(n+2) .label::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #FF0000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-four-ul li a{
    flex: 1;
    margin-left: 6px;
    margin-right: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
}
.index-four-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;  
}

.new-four-ul{
    position: relative;
}
.new-four-ul::before{
    content: "";
    display: block;
    height: 150px;
    width: 0;
    border-left: 1px solid #D6D6D6;
    position: absolute;
    top: 53%;
    left: 12px;
    transform: translateY(-50%);
}
.new-four-ul li:first-child{
    margin-top: 20px;
}
.new-four-ul li{
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-top: 12px;
}
.new-four-ul li .label{
    width: 24px;
    height: 24px;
    position: relative;
}
.new-four-ul li:nth-child(1) .label{
    background: url(./../images/hot.png) no-repeat;
    background-size: 24px 24px;
}
.new-four-ul li:nth-child(n+2) .label::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #FF8A00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.new-four-ul li a{
    flex: 1;
    margin-left: 6px;
    margin-right: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
}
.new-four-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;  
}

.third-four-ul{
    position: relative;
}
.third-four-ul::before{
    content: "";
    display: block;
    height: 150px;
    width: 0;
    border-left: 1px solid #D6D6D6;
    position: absolute;
    top: 53%;
    left: 12px;
    transform: translateY(-50%);
}
.third-four-ul li:first-child{
    margin-top: 20px;
}
.third-four-ul li{
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-top: 12px;
}
.third-four-ul li .label{
    width: 24px;
    height: 24px;
    position: relative;
}
.third-four-ul li:nth-child(1) .label{
    background: url(./../images/jian.png) no-repeat;
    background-size: 24px 24px;
}
.third-four-ul li:nth-child(n+2) .label::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #3FE850;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.third-four-ul li a{
    flex: 1;
    margin-left: 6px;
    margin-right: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
}
.third-four-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;  
}

.title-two-ul li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.title-two-ul li img{
    width: 160px;
    height: 100px;
    border-radius: 4px;   
    display: block;
}
.title-two-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 100px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-two-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0F1A27;
    width: 100%;   
}
.title-two-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
    width: 100%; 
}
.title-two-ul li .info{
    width: 100%;
    margin-top: 3px;
    display: flex;
    justify-content: end;
}
.title-two-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 29px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 24px 24px;
}

.index-five-ul li:first-child{
    margin-top: 20px;
}
.index-five-ul li{
    line-height: 28px;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-five-ul li .info{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;
}
.index-five-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
    flex: 1;
    margin-left: 10px;
    margin-right: 18px;
}
.index-five-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}

.img-one-ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.img-one-ul li{
    width: 180px;
}
.img-one-ul li img{
    width: 180px;
    height: 100px;
    border-radius: 4px;
    display: block;   
}
.img-one-ul li .text{
    margin-top: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27; 
}

.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 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.body_position div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position div a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position div::after{
    content: ">";
    color: #999999;
    font-size: 14px;
    margin: 0 8px;
}
.body_position div:nth-child(2){
    margin-left: 8px;
}
.body_position div:last-child::after,
.body_position div:first-child::after{
    content: none;
}

.info-one-ul li{
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li:hover{
    background: rgba(34,176,176,0.08); 
    position: relative;
}
.info-one-ul li:hover::before{
    content: "";
    display: block;
    width: 4px;
    height: 160px;
    background: #22B0B0;
    border-radius: 0px 2px 2px 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.info-one-ul li img{
    width: 180px;
    height: 120px;
    border-radius: 4px;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 120px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li .title{
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0F1A27;   
}
.info-one-ul li .text{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    min-height: 56px;
}
.info-one-ul li .info{
    width: 100%;
    display: flex;
    justify-content: end
}
.info-one-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 22px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 16px 16px;
}

.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 #22B0B0;
    color: #22B0B0;
}
.pagination .active .page-link {
    background-color: #22B0B0;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #22B0B0;
    color: #fff;
}

.detatitle{
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}
.detatitle h1{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0F1A27;
    line-height: 28px;
    text-align: center;
}
.detainfo{
    margin-top: 8px;
    line-height: 28px;
    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: #0F1A27;
    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: #0F1A27;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.kfb-body{
    margin-top: 20px;
    margin-bottom: 30px;
}
.info-title .Ttop{
    padding: 0 20px;
    box-sizing: border-box;
    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 div:last-child{
    padding-left: 26px;
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #FF0000;
    background: url(./../images/time.png) no-repeat center left;  
    background-size: 20px 20px;
}
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 5px;
}
table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 56px;
    background: #22B0B0;
    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: 60px;
    border-top:1px solid #D6D6D6;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #D6D6D6;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}
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: #0F1A27;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D6D6D6;
}
table tbody tr td:last-child a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #22B0B0; 
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #22B0B0;
}
table tbody tr:hover td:last-child a{
    background-color: #22B0B0;
    color: #FFFFFF;
}
table tbody tr:nth-child(even){
    background: rgba(34,176,176,0.08);
}
table{
    border-radius: 4px;
}
table thead tr th:first-child{
    border-radius: 4px 0 0 0;
}
table thead tr th:last-child{
    border-radius: 0 4px 0 0;
}
table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 4px;
}
table tbody tr:last-child td:last-child{
    border-radius: 0 0 4px 0;
}


.info-two-ul li:first-child{
    padding-top: 20px;
}
.info-two-ul li{
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
}
.info-two-ul li img{
    width: 120px;
    height: 120px;
    border-radius: 32px;
    display: block;    
}
.info-two-ul li .center{
    height: 120px;
    flex: 1;
    margin: 0 40px 0 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 8px 0;
    box-sizing: border-box;
}
.info-two-ul li .two{
    width: 100%;
}
.info-two-ul li .name{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
}
.info-two-ul li .text{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}
.info-two-ul li .type{
    width: 100%;
    display: flex;
    align-items: center;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-two-ul li .type div:last-child::before{
    content: "丨";
    font-size: 12px;
    font-weight: 100;
    color: #D6D6D6;
    margin: 0 8px;
}
.info-two-ul li .right{
    width: 110px;
    height: 120px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;  
}
.info-two-ul li .info{
    width: 100%;
    display: flex;
    justify-content: end;
}
.info-two-ul li .info div{
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FDC260;
    position: relative;
    padding-left: 19px;
}
.info-two-ul li .info div::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(./../images/man.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.info-two-ul li .click{
    width: 100%;
    height: 40px;
    background: #22B0B0;
    border-radius: 4px;   
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.game-title .content{
    display: flex;
    justify-content: space-between;
}
.game-title .img img{
    width: 140px;
    height: 140px;
    border-radius: 32px;  
    display: block; 
}
.game-title .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-title .center{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 6px 0;
    box-sizing: border-box;
    height: 140px;
    flex: 1;
    margin-right:40px;
}
.game-title .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    width: 100%;
}
.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: 20px;
}
.game-title .num{
    width: 100%;
    text-align: end;
    font-size: 28px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FEC362;  
}
.game-title .star{
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.game-title .star img{
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 4px;
}

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

.game-content {
    padding-top: 20px;
}
.game-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0F1A27;
    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: 100%;
    margin-top: 20px;
}
.game-swiper .swiper{
    width: 100%;
}
.game-swiper .swiper-slide{
    width: 600px;
    height: 375px;
}
.game-swiper .swiper-slide img{
    width: 600px;
    height: 375px;
    border-radius: 4px;
    display: block;
}

.game-swiper .swiper-button-prev,
.game-swiper .swiper-button-next{
    width: 30px;
    height: 100%;
    background: rgba(15,26,39,0.6);
    top: 0;
    margin-top: 0;
}
.game-swiper .swiper-button-prev{
    left: 0;
}
.game-swiper .swiper-button-next{
    right: 0;
}
.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-button-next:after{
    font-size: 30px;
    font-weight: bold;
}
.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-button-next:after{
    color: #FFFFFF;
}

.img-one-box{
    position: relative;
    display: block;
}
.img-one-box img{
    width: 100%;
    height: 230px;
    border-radius: 4px;
    display: block;   
}
.img-one-box .text{
    width: 100%;
    height: 28px;
    background: rgba(15,26,39,0.6);  
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;  
}