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


.top {
    width: 100%;
    background-color: #fff;
}

.head {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 189px;
    height: 52px;
}
.logo img {
    width: 189px;
    height: 52px;
}

.inp_ss {
    display: flex;
    align-items: center;
}

.search {
    width: 280px;
    height: 38px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    border: 1px solid #AFC911;
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFF;
}

::-webkit-input-placeholder {
    color: #999999;
}
.button {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #AFC911;
    text-decoration: none;
    text-align: center;
    border: 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button img {
    width: 20px;
    height: 20px;
}

.nav {
    width: 100%;
    height: 55px;
    background-color: #AFC911;
}

.nav_ul {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.nav_ul li {
    height: 55px;
    margin-right: 28px;
}

.nav_ul li a {
    display: block;
    padding: 0 27px;
    box-sizing: border-box;
    line-height: 55px;
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 400;
}

.nav_ul .active a{
    background: #859810;   
    font-weight: bold;
}

.nav_ul li:hover a{
    background: #859810;
    font-weight: bold;
}

.footer {
    margin-top: 50px;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    background-color: #333;
    line-height: 35px;
    font-size: 14px;
    color: #999;
}

.footer a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 15px;
}
.footer span {
    margin: 0 5px
}
.Module{
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
}

.inModBody{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

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

.m-t-40{
    margin-top: 40px;
}

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

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
} 
.comTit .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-left: 28px;
}
.comTit .title::after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: #AFC911;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.comTit a{
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.Flink-ul{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.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;
}

.index-swiper{
    width: 790px;
}
.index-swiper .swiper img {
    width: 790px;
    height: 400px;
    display: block;
}
.index-swiper .swiper a{
    display: block;
    position: relative;
}
.index-swiper .swiper .text{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.5); 
    line-height: 50px;
    padding: 0 200px 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.body_position {
    width: 1200px;
    margin: 0 auto;
    padding: 17px 0;
    box-sizing: border-box;
}

.body_position span {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}

.body_position span:last-child a{
  color: #4D4D4D;  
}

.detatitle{
    padding: 30px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
}
.detatitle h1{
    margin-bottom: 30px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-evenly;
}
.detainfo div{
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

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

.kfb-body{
    margin-bottom: 80px;
}
.info-title .Ttop{
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}   

table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #AFC911 ;
    width: 100%;  
}
table thead tr th{
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
table thead tr th:nth-child(1){
    width: 280px;
}
table thead tr th:nth-child(2){
    width: 170px;
}
table thead tr th:nth-child(3){
    width: 220px;
}
table thead tr th:nth-child(4){
    width: 140px;
}
table thead tr th:nth-child(5){
    width: 170px;
}
table thead tr th:nth-child(6){
    width: 220px;
}
table tbody{ 
    background-color: #FFFFFF;
}
table tbody td{
    height: 70px;
    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: 280px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: start;
    margin-bottom: 0;
}
table tbody tr td:nth-child(1) img{
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 44px;
    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-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
}
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: #333333;
}
table tbody tr td{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
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: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #AFC911 ; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #AFC911 ;
    background: #FFFFFF;
}
table tbody tr:hover td:last-child a{
    background-color: #AFC911 ;
    color: #FFFFFF;
}
table tbody tr:hover{
    background: #f7f8f9;
}
table tbody .date{
    color: #AFC911 !important;    
}


.pagination {
    margin: 100px 0 50px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    background-color: #fff;
    color: #777;
    border: 1px solid #DDDDDD;
}

.pagination .active span {
    background-color: #AFC911;
    color: #fff;
}

.pagination .page-item:hover {
    background-color: #AFC911;
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.pagination li a {
    display: inline-block;
    color: #777;
}

.pagination li a:hover {
    background-color: #AFC911;
    color: #fff;
    border: 1px solid #AFC911;
}

.game-title .one{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.game-title .img img{
    width: 110px;
    height: 110px;
    border-radius: 10px;
    display: block; 
}
.game-title .center{
    flex: 1;
    margin-left: 20px;
    margin-right: 100px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.game-title .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}
.game-title .score img:first-child{
    margin-left: 15px;
}
.game-title .type{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #646363;  
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.game-title .type div{
    width: 160px;
    margin-top: 20px;
}

.info-button-box{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.info-down-btn{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    margin-right: 20px;
}
.info-down-btn span{
    width: 180px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-button-box .i1{
    border: 1px solid #AFC911;
    background: #AFC911;
    color: #FFFFFF;
}
.info-button-box .i2{
    border: 1px solid #AFC911;
    background: #FFFFFF;
    color: #AFC911;
}
.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-swiper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 80px 0;
}
.game-swiper .swiper{
    width: 630px;
}
.game-swiper .swiper-slide{
    width: 190px;
    /*height: 315px;*/
}
.game-swiper .swiper-slide img{
    width: 190px;
    /*height: 315px;*/
    display: block;
}

.title-one-box{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D9D9D9;
}
.title-one-box .title{
    font-size: 19px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #AFC911;  
}
.title-one-box .two{
    margin-top: 6px;
    position: relative;
}
.title-one-box .text{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 25px;  
}
.title-one-box .click{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #AFC911;
    line-height: 25px;  
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    background: #FFFFFF;
    text-align: right;
}

.m-t-25{
    margin-top: 25px;
}

.index-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}
.index-one-ul li a{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding-left: 16px;  
    position: relative;
    flex: 1;
    margin-right: 20px;
}
.index-one-ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #AFC911;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-one-ul li div{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #888888;    
}

.img-one-ul{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-one-ul li{
    width: 250px;  
}
.img-one-ul li a{
    position: relative;
}
.img-one-ul li img{
    width: 250px;
    height: 114px;
    display: block;  
    object-fit: cover;
}
.img-one-ul li .text{
    width: 250px;
    height: 26px;
    background: rgba(0,0,0,0.5); 
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.index-two-ul li:first-child{
    margin-top: 20px;
}
.index-two-ul li{
    margin-top: 10px;
    padding: 15px 10px 20px 10px;
    box-sizing: border-box;
}
.index-two-ul li:nth-child(odd){
    background: #fcfdf5;
}
.index-two-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two-ul li .date{
    width: 48px;
    height: 25px;
    line-height: 25px;
    text-align: center;   
    border: 1px solid #888888; 
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #888888;
}
.index-two-ul li .title{
    flex: 1;
    margin-left: 7px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000;   
}
.index-two-ul li .two{
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 55px;
}
.index-two-ul li .two div{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    color: #888888;   
}
.index-two-ul li .click{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #AFC911;  
}

.index-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.index-three-ul li a{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding-left: 16px;  
    position: relative;
    flex: 1;
    margin-right: 20px;
}
.index-three-ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-three-ul li div{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #888888;    
}

.img-one-box{
    display: block;
    position: relative;
    width: 230px;
    margin-top: 20px;
} 
.img-one-box img{
    width: 230px;
    height: 135px; 
    display: block;   
}
.img-one-box .text{
    width: 230px;
    background: rgba(0,0,0,0.5); 
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.label-one-ul{
    margin-top: 20px;
    width: 130px;
    height: 135px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.label-one-ul li:last-child{
    background: #9fca25;
}
.label-one-ul li{
    width: 130px;
    height: 60px;
    background: #D77E2D; 
    padding: 10px 6px;
    box-sizing: border-box; 
}
.label-one-ul li .text{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;  
}

.index-four-ul li:first-child{
    margin-top: 20px;
}
.index-four-ul li{
    margin-top: 24px;
}
.index-four-ul li .title{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000; 
}
.index-four-ul li .two{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.index-four-ul li img{
    width: 140px;
    height: 81px;
    display: block;  
    object-fit: cover;
}
.index-four-ul li .right{
    flex: 1;
    margin-left: 11px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.index-four-ul li .text{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 25px;  
}

.img-two-box{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.img-two-box img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-three-box{
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
} 
.img-three-box img{
    width: 100%;
    height: 190px;
    display: block;   
}
.img-three-box .text{
    width: 100%;
    background: rgba(0,0,0,0.5); 
    line-height: 28px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.img-two-ul{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.img-two-ul li{
    width: 185px;
}
.img-two-ul li a{
    display: block;
    position: relative;
} 
.img-two-ul img{
    width: 185px;
    height: 115px;
    display: block;   
}
.img-two-ul .text{
    width: 100%;
    background: rgba(0,0,0,0.5); 
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.line{
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin: 20px 0;  
}

.img-four-box{
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
} 
.img-four-box img{
    width: 100%;
    height: 155px;
    display: block;   
}
.img-four-box .text{
    width: 100%;
    background: rgba(0,0,0,0.5); 
    line-height: 33px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.index-five-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
}
.index-five-ul li a{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding-left: 16px;  
    position: relative;
    flex: 1;
    margin-right: 20px;
}
.index-five-ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #AFC911;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-five-ul li div{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #888888;    
}

.info-one-ul li{
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}
.info-one-ul li .two{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li img{
    width: 186px;
    height: 120px;  
    display: block;
}
.info-one-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 120px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}
.info-one-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #000000; 
    width: 100%; 
}
.info-one-ul li:hover .title{
    color: #AFC911;  
}
.info-one-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 29px;   
    width: 100%; 
}
.info-one-ul li .info{
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #888888;    
    width: 100%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-one-ul li .info div:nth-child(2){
    flex: 1;
    margin-left: 43px;
}
.info-one-ul li .click{
    width: 70px;
    height: 32px;
    background: #AFC911;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.info-two-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.info-two-ul li{
    margin-top: 20px;
    width: 590px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    box-sizing: border-box;
    background: #fbfbfb;
}
.info-two-ul li:hover{
    background: #fdfff0;  
}
.info-two-ul li img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: block;   
}
.info-two-ul li .right{
    flex: 1;
    margin-left: 20px;
    margin-right: 15px;
    height: 80px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-two-ul li .name{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000000; 
    width: 100%;   
}
.info-two-ul li .text{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 100%;   
}
.info-two-ul li .date{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #888888; 
    width: 100%;  
}
.info-two-ul li .click{
    width: 70px;
    height: 32px;
    background: #AFC911;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;    
}

div.aq_part .aq_part_title{
    align-items: center;
}
div.aq_right_warp .aq_item .aq_title a{
    color: #333;
}
div.aq_part .aq_part_title .aq_more{
    background-color: transparent!important;
}