.comTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comTit .waiwei{
    display: flex;
}
.comTit .titOne img {
    width: 10px;
    height: 10px;
}

.comTit .titTwo {
    margin-left: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.comTit .line{
    flex: 1;
    margin: 0 10px;
    height: 1px;
    background-color: #eee;
}

.comTit a img {
    width: 38px;
    height: 15px;
    display: block;
}

.inModule{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.inModuleLeft{
    width: 290px;
}
.inOne_ul li{
    width: 290px;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.inOne_ul li:last-child{
    border-bottom: none;
}
.inOne_ul li a{
    display: flex;
    justify-content: space-between;
}
.inOneImg{
    width: 95px;
    height: 60px;
}
.inOneImg img{
    width: 95px;
    height: 60px;
    display: block;
}
.inOneInfo{
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inOneInfo .title{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inOneInfo .info{
    display: flex;
    align-items: center;
}
.inOneInfo .hot{
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #F7F7F7;  
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 10px; 
}
.inOneInfo .date{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inModuleRight{
    width: 880px;
}
.inModuletop{
    width: 880px;
    display: flex;
    justify-content: space-between;
}
.inModuleOne{
    width: 470px;
    height: 300px;
    position: relative;
}
.swiper-slide img {
    width: 470px;
    height: 300px;
    display: block;
}
.swiper-button-next img {
    width: 20px;
    height: 39px;
}

.swiper-button-prev img {
    width: 20px;
    height: 39px;
}

.swiper-button-prev img {
    transform: rotateY(180deg);
}

.oneLunbo{
    width: 470px;
    position: absolute !important;
    bottom: 0;
}
.oneLunbo .swiper-wrapper{
    display: flex;
    justify-content: space-between;
}
.oneLunbo .swiper-slide{
    width: 154px !important;
}
.oneLunbo .swiper-slide .title{
    width: 154px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(0,0,0,0.7); 
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 12px;
    border-top: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.oneLunbo .swiper-slide-thumb-active .title{
    color: #00CDF2; 
    border-top: 2px solid #00CDF2; 
}
.swiper_ul{
    position: absolute;
    z-index: 99;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 470px;
    height: 35px;
}

.swiper_ul li a{
    display: block;
    width: 156px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    border-top: 2px solid #888;
}
.swiper_ul li .active{
    border-top: 2px solid #16899E;
}

.inTwo_ul {
    width: 380px;
}

.inTwo_ul li {
    list-style-type: none;
    border-bottom: 1px dashed #eee;
    padding: 8px 0;
}

.inTwo_ul li a {
    text-decoration: none;
}

.inTwo_ul .title {
    margin-top: 5px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    color: #16899E;
}

.inTwo_ul .content {
    margin-top: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 30px;
}

.inTwo_ul .iTtxt {
    width: 380px;
    position: relative;
}

.inTwo_ul  .click {
    position: absolute;
    bottom: 7px;
    background-color: #fff;
    right: 0px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
    width: 100px;
    text-align: right;
}

.inTwo2_ul li{
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inTwo2_ul li .latest{
    padding-right: 10px;
    border-right: 1px solid #eee;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
}
.inTwo2_ul li .text{
    flex: 1;
    margin-left: 10px;
}
.inTwo2_ul li .text a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    width: 250px;
}
.inTwo2_ul li .date{
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.inModuleThree{
    margin-top: 20px;
}
.inThree_ul li{
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}
.inThree_ul li:last-child{
    padding: 20px 0;
    border-bottom: none;
}
.inThree_ul li a{
    display: flex;
    justify-content: space-between;
}
.inThreeImg{
    width: 150px;
    height: 100px;
}
.inThreeImg img{
    width: 150px;
    height: 100px;
}
.inThreetxt{
    width: 715px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.inThreetxt .one{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
    width: 100%;
}
.inThreetxt .two{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.inThreetxt .three{
    width: 715px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inThreetxt .three .info{
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #16899E;
    border-radius: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
}
.inThreetxt .three .date{
    flex: 1;
    margin-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inThreetxt .three img{
    width: 70px;
    height: 15px;
}

.inLink {
    width: 1200px;
    margin: 10px auto 0 auto;
}

.inLink ul {
    display: flex;
    padding: 20px 0 35px 0;
}

.inLink ul li {
    margin-right: 15px;
}

.inLink ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8C8C;
}

.body_position {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

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

.gameList{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.GlistOne{
    width: 790px;
}
.GlistOne_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 790px;
    height: 80px;
    padding: 25px 0;
    border-bottom: 1px dashed #eee;
}
.GlistOne_ul li:last-child{
    border-bottom: none;
}
.GlistOneImg{
    width: 80px;
    height: 80px;
}
.GlistOneImg img{
    width: 80px;
    height: 80px;
}
.GlistOneTxt{
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex: 1;
    margin-left: 20px;
}
.GlistOneTxt .name{
    width: 500px;
}
.GlistOneTxt .name a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}
.GlistOneTxt .info{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}
.GlistOneTxt .info .two{
    margin-left: 50px;
}
.GlistOneTxt .info .two img{
    width: 10px;
    height: 10px;
}
.GlistOneTxt .three{
    width: 600px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}
.GlistOneTxt+a{
    display: block;
    width: 70px;
    height: 30px;
    border: 1px solid #16899E;
    border-radius: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
    line-height: 30px;
    text-align: center;
}

.pagination {
    margin: 30px 0 40px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid var(--br-c);
    color: #555;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover {
    background: var(--pm-c);
    color: #fff;
}

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

.pagination li span {}

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

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: 1px solid var(--pm-c) !important
}

:root {
    --pm-c: #16899E;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

.GlistRight{
    width: 380px;
}


.GlistTwo_ul li{
    width: 380px;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.GlistTwo_ul li:last-child{
    border-bottom: none;
}
.GlistTwo_ul li a{
    display: flex;
    justify-content: space-between;
}
.GlistTwoImg{
    width: 95px;
    height: 60px;
}
.GlistTwoImg img{
    width: 95px;
    height: 60px;
}
.GlistTwoInfo{
    width: 265px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.GlistTwoInfo .title{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.GlistTwoInfo .date{
    margin-top: 25px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.GlistThree{
    margin-top: 10px;
}

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

.newG_ul li {
    margin: 20px 0 5px 0;
    margin-right: 20px;
}

.newG_ul li:nth-of-type(4n+0) {
    margin-right: 0;
}


.newFlex {
    width: 68px;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}
.newImg{
    width: 68px;
    height: 68px;
}
.newImg img {
    width: 68px;
    height: 68px;
}

.newTxt {
    text-align: center;
    width: 68px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}
.newFlex .click{
    width: 45px;
    height: 25px;
    background: #ECFCFF;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
    line-height: 25px;
    text-align: center;
}

.gameDetails{
    width: 1200px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
}
.GdetaLeft{
    width: 790px;
}
.GdetaOne{
    display: flex;
}

.areaImg img {
    width: 130px;
    height: 130px;
}

.arreaTXt {
    flex: 1;
    margin-left: 20px;
}

.arreaTXt h1 a {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTxtOne {
    display: flex;
    justify-content: space-between;
    width: 640px;
    margin-top: 20px;
}

.arreaTxtOne div {
    width: 210px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}


.arreaBtn {
    display: flex;
    margin-top: 10px;
}

.arreaBtn a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #16899E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.arreaBtn a:last-child {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 30px;
}

.btnImg img {
    width: 21px;
    height: 24px;
    vertical-align: middle;
    margin-right: 20px;
}

.code {
    position: relative;
}

.code img {
    width: 100px;
    height: 100px;
    display: none!important;
    position: absolute;
    top: -100px;
    left: -140px;
   
}
.GdetaTwo{
    margin-top: 30px;
}
.btnA:hover+.code img {
    display: block!important;
}

.arreaTxtOne img{
    width: 15px;
    height: 15px;
}

.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    /* margin: 0 14px; */
}

.article-content p {
    margin: 5px 0;
    line-height: 30px;
}

.article-content p a {
    display: inline;
    color: var(--public-color)
}

.article-content p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content p img {
    display: block;
    margin: 20px auto;
    width: 490px;
    height: 260px;
}

.scrImg {
    width: 790px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: relative
}
.mt20{
    margin-top: 20px;
}
.imgD {
    width: 200px;
    height: 300px;
}

.GdetaThree{
    margin-top: 20px;
}

.GdetaRight{
    width: 380px;
}

.infoList{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.infoListOne{
    width: 790px;
}

.infoOnetxt{
    width: 615px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.infoOnetxt .one{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
    width: 100%;
}
.infoOnetxt .two{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.infoOnetxt .three{
    width: 615px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoOnetxt .three .info{
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #16899E;
    border-radius: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
}
.infoOnetxt .three .date{
    flex: 1;
    margin-left: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.infoOnetxt .three img{
    width: 70px;
    height: 15px;
}

.infoListRight{
    width: 380px;
}

.infoDetails{
    width: 1200px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
}
.infoDetaOne{
    width: 790px;
}
.detatitle{
    padding: 40px 0;
    width: 790px;
	background-color: #f5f5f5;
}
.detatitle h1{
    margin-bottom: 35px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
    padding: 0 70px;
    box-sizing: border-box;
}
.detainfo div{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.switch{
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}
.switch div{
    border-radius: 5px;
    width: 320px;
}
.switch div a{
    padding: 15px;
    background-color: #F7F7F7;
    line-height: 40px;
    text-indent: 10px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.infoDetaRight{
    width: 380px;
}
.arreaTXt h1{
    width: 500px;
}

.title-one-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);   
}
.title-one-box .img{
    width: 290px;
    height: 150px;
    display: block;
    position: relative;
}
.title-one-box .img::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/xia.png) no-repeat;
    background-size: 10px 10px;
    position: absolute;
    left: -10px;
    top: 30px;
}
.title-one-box .img::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/sha.png) no-repeat;
    background-size: 10px 10px;
    position: absolute;
    left: 80px;
    top: -10px;
}
.title-one-box img{
    width: 290px;
    height: 150px;
    display: block; 
}
.title-one-box .day{
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F85802;   
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: -10px;
    top: -10px;
}
.title-one-box .two{
    padding: 15px 20px;
    box-sizing: border-box;
}
.title-one-box .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;   
}
.title-one-box .text{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;   
}
.title-one-box .info{
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-one-box .info div:last-child{
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #F7F7F7; 
}

.Mone-sixth .display{
    display: flex;
    align-items: center;
}
.Mone-sixth .display li{
    width: 156px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #E6F3F5;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #333333;
    position: relative;
}
.Mone-sixth .display li.active{
    background: #16899E; 
    color: #FFFFFF;
}
.Mone-sixth .display li.active::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/sj.png) no-repeat;
    background-size: 15px 15px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%,0);
}
.Mone-sixth .block_ul{
    margin-top: 24px;
}
.Mone-sixth .block_ul li{
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Mone-sixth .block_ul li a{
    flex: 1;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.Mone-sixth .block_ul li .info{
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #16899E;   
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16899E;  
}
.Mone-sixth .block_ul li .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Mone-sixth .block_ul{
    display: none;
}
.Mone-sixth .block_ul:nth-child(2){
    display: block;
}
.w-380{
    width: 380px;
}
.m-t-30{
    margin-top: 30px;
}
.new-one-ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #EBEBEB;
}
.new-one-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-one-ul li .date{
    width: 80px;
    height: 80px;
    background: #F1FBFD;   
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 14px 0;
    box-sizing: border-box;
}
.new-one-ul li .date div{
    width: 100%;
    text-align: center;
}
.new-one-ul li .date div:first-child{
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
}
.new-one-ul li .date div:last-child{
    font-size: 11px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #A6D4DD;
}
.new-one-ul li .right{
    flex: 1;
    margin-left: 24px;
}
.new-one-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 16px;
    background: url(../images/label.png) no-repeat center left;   
    background-size: 8px 8px;
}
.new-one-ul li .text{
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;   
}
.new-one-ul li .info{
    margin-top: 18px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.title-two-box{
    margin-top: 20px;
}
.title-two-box img{
    width: 380px;
    height: 160px;
    display: block;
}
.title-two-box .two{
    padding: 14px 20px;
    box-sizing: border-box;
    background-color: #F7F7F7;
}
.title-two-box .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;   
}
.title-two-box .info{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-two-box .info div:first-child{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.title-two-box .info div:last-child{
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #16899E;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF; 
}
.new-two-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-two-ul li{
    width: 180px;
    margin-top: 30px;
}
.new-two-ul li img{
    width: 180px;
    height: 100px;
    display: block;    
}
.new-two-ul li .title{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;    
}
.info-one-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li{
    width: 365px;
    margin-top: 20px;
}
.info-one-ul li a{
    display: flex;
    justify-content: space-between;
}
.info-one-ul li img{
    width: 95px;
    height: 60px;
    display: block;
}

.info-one-ul .two{
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-one-ul .title{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.info-one-ul .info{
    display: flex;
    align-items: center;
}
.info-one-ul .hot{
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #F7F7F7;  
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 10px; 
}
.info-one-ul .date{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-three-box{
    padding: 20px 0;
    border-bottom: 1px dashed #EBEBEB;
}
.title-three-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #16899E;   
}
.title-three-box .text{
    margin-top: 10px;
    position: relative;
}
.title-three-box div{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;  
}
.title-three-box .click{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
    line-height: 24px;   
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    text-align: end;
    background-color: #fff;
}

.info-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.info-two-ul li .new{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16899E;  
}
.info-two-ul li .new::after{
    content: "丨";
    color: #E5E5E5;
    margin: 0 5px;
}
.info-two-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-right: 25px;   
}
.info-two-ul li .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}

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

.info-title{
    margin-bottom: 30px;
}

.info-title .Ttop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #F7F7F7;
    padding: 0 20px;
    box-sizing: border-box;
}
.info-title .Ttop div:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 20px 20px;
}
.info-title .Ttop div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.info-title .Ttop div:last-child span{
    color: #16899E;
}
table {
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #16899E;
    width: 1200px;  
}
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 tr:nth-child(1){
    background: #FEFFD2;   
}
table tbody tr:nth-child(3){
    background: #FEFFD2;   
}
table tbody tr:nth-child(5){
    background: #FEFFD2;   
}

table tbody tr:nth-child(2){
    background: #FEFFB9;   
}
table tbody tr:nth-child(4){
    background: #FEFFB9;   
}
table tbody tr:nth-child(6){
    background: #FEFFB9;   
}
table tbody tr:hover{
    background: #FEFFD2;   
}
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 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; 
    display: flex;
    align-items: center;
    max-width: 150px;
}
table tbody tr td:nth-child(1) .name img{
    width: 14px;
    height: 14px;
    display: block;
    margin-left: 8px;
}
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){
    color: #FF3B27;
}
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: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 99px;
    border: 1px solid #16899E; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #16899E;
}

table tbody tr:hover td:last-child a{
    background-color: #16899E;
    color: #FFFFFF;
}






.list-game {
	width: 100% !important
}

.list-game .GlistOne_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-game .GlistOne_ul li {
    width: 48%
}
.list-game .GlistOne_ul .GlistOneTxt {
    overflow: hidden;
}
.aq_part .aq_part_left .aq_part_title a:first-child{
    flex:1;
}