.comTit {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.titOne img {
    width: 13px;
    height: 13px;
}

.titTwo {
    flex: 1;
    margin-left: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2;
}

.titThree a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

/* ------------- */
.inModule {
    margin-top: 30px;
    width: 1200px;
    margin: 30px auto 0 auto;
}

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

.inModuleOne {
    width: 790px;
    position: relative;
}

.inOneImg {
    width: 790px;
    height: 330px;
}

.inOneImg img {
    width: 790px;
    height: 330px;
}

.inOne_ul {
    position: absolute;
    width: 230px;
    padding: 0 15px 0 15px;
    z-index: 99;
    top: 0;
    right: 0;
}

.liTxtOne {
    width: 210px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.details {
    text-align: right;
}

.liTxtTwo {
    width: 230px;
    margin-top: 10px;
    display: inline-flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.Atxt {
    width: 165px;
}

.inOne_ul li {
    padding: 17px 0;
    border-bottom: 1px dashed #404040;
}

.inOne_ul li:last-child {
    border-bottom: none;
}

.inModuleTwo {
    width: 380px;
}

.inTwo_ul {
    width: 380px;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.inTwo_ul li {
    width: 380px;
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

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

.inTwoTitle .round {
    width: 8px;
    height: 8px;
    background: #1FAAD2;
    border-radius: 50%;
}

.inTwoTitle .text {
    width: 310px;
    margin-left: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.inTwoInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 23px;
}

.inTwoInfo .date {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inTwoInfo .click {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2;
}

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

.inModuleThree {
    width: 380px;
}

.inThree_ul li {
    width: 380px;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.inThree_ul li:last-child {
    border-bottom: none;
}

.inTImg img {
    width: 15px;
    height: 11px;
}

.threeTit {
    margin-left: 15px;
}

.threeTit .title a {
    line-height: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.threeTit .text {
    display: flex;
    margin-top: 15px;
}

.threeTit .text .one {
    background-color: #F7F7F7;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.threeTit .text .two {
    margin-left: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inModuleFour {
    width: 380px;
}

.fourTit {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.inFour_ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.inFour_ul li:last-child {
    border-bottom: none;
}

.inFour_ul li .subject .subImg img {
    width: 140px;
    height: 80px;
}

.inFour_ul li .subject {
    display: flex;
    margin-top: 20px;
}

.inFour_ul li .subject .text {
    margin-left: 15px;
}

.inFour_ul li .subject .text .one {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-top: -5px;
}

.inFour_ul li .subject .text .two {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}

.inModuleFive {
    width: 380px;
}

.picture {
    margin-top: 20px;
    width: 380px;
    height: 180px;
    display: block;
    position: relative;
}

.picImg img {
    width: 380px;
    height: 180px;
    display: block;
}

.picTxt {
    width: 380px;
    height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 30px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.inFive_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

.inFourOne {
    width: 36px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #F2FCFF;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2;
}
.inFourTwo{
    width: 265px;
    margin-left: -15px;
}
.inFourTwo a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inFourThree{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

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

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

.inLink ul li {
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-right: 15px;
    line-height: 28px;
}

.inLink ul li a {
    font-size: 13px;
    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;
}
.List_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.List_ul li{
   margin-top: 20px;
   width: 245px;
   height: 80px;
   padding: 20px;
}
.List_ul li{
    display: flex;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
}
.GlistImg img{
    width: 80px;
    height: 80px;
}
.GlistTxt{
    width: 160px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.List_ul li .GlistTxt .time{
    font-size: 14px;
    color: #666666
}
.GlistTxt .name{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
}
.GlistTxt .text{
    font-size: 14px;
    width: 160px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8C8C;
}
.GlistTxt .click{
    width: 66px;
    height: 22px;
    background: #F8F8F8;
    border-radius: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: center;
    margin-left: 10px;
}

.pagination {
    margin: 35px 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: #1FAAD2;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

.gameInfo{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.gameInfoLeft{
    width: 790px;
}
.gameInfoOne{
    width: 790px;
    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: 180px;
    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: #1FAAD2;
    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;
   
}

.btnA:hover+.code img {
    display: block !important;
}


.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: 0 auto;
    width: 490px;
    height: 260px;
}
.gameInfoTwo{
    margin-top: 20px;
}
.gameInfoThree{
    margin-top: 20px;
}

.scrImg {
    width: 790px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.imgD {
    width: 200px;
    height: 300px;
}
.gameInfoFive{
    margin-top: 30px;
}
.InfoFive_ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.InfoFive_ul li:last-child{
    border-bottom: none;
}
.InfoFive_ul li a{
    display: inline-flex;
    width: 380px;
    justify-content: space-between;
    align-items: center;
}
.InfoFive_ul .block{
    width: 20px;
    height: 20px;
    background: #1FAAD2;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.InfoFive_ul .name{
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
    margin-left: 15px;
}
.InfoFive_ul .score{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2;
}
.gameInfoSix{
    width: 1200px;
    margin: 15px auto 30px auto;
}
.infoSix_ul{
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.infoSix_ul li a{
    display: inline-flex;

}
.infoSix_ul li{
    margin-top: 20px;
}
.infoSixImg img{
    width: 80px;
    height: 80px;
}
.infoSixTxt{
    width: 85px;
    margin-left: 15px;
}
.infoSixTxt .name{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    margin-top: 5px;
    color: #2F2F2F;
}
.infoSixTxt .click{
    width: 85px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}


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

.inFour_ul .infoTxt{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.inFour_ul .infoTxt .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.infoDetails{
    width: 1200px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
}
.infoDetaLeft{
    width: 790px;
}
.detatitle{
    padding: 35px 0;
    width: 790px;
    border-bottom: 1px solid #eee;
}
.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-evenly;
}
.detainfo div{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.mt{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.switch{
    padding: 25px 0;
}
.switch div{
    border-radius: 5px;
}
.switch div a{
    padding: 15px;
    line-height: 40px;
    text-indent: 10px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.infoDetaTwo{
    margin-top: 50px;
}
.infoTwo_ul{
    width: 790px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infoTwo_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    margin-top: 20px;
}
.infoTwo_ul .round{
    width: 6px;
    height: 6px;
    background: #2FA6D8;
    border-radius: 50%;
}
.infoTwo_ul a{
    flex: 1;
    margin-left: 12px;
    margin-right: 25px;
}
.infoTwo_ul .title{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.infoTwo_ul .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.new-one-ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 10px 16px;
    box-sizing: border-box;
    background: #F8F8F8;
    margin-top: 16px;
}
.new-one-ul li:first-child{
    margin-top: 0;
}
.new-one-ul li img{
    width: 80px;
    height: 50px;
    display: block;   
}
.new-one-ul li .left{
    flex: 1;
    margin-right: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.new-one-ul li .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    width: 100%;
}
.new-one-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-one-ul li .info div:nth-child(1)::after{
    content: "丨";
    color: #D9D9D9;
    margin: 0 8px;
}

.new-two-ul li{
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}
.new-two-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-two-ul li .one{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-two-ul li .num{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #CCCCCC;  
    font-size: 12px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.new-two-ul li:nth-child(1) .num{
    background: #EE1600;
}
.new-two-ul li:nth-child(2) .num{
    background: #FF6C1F;  
}
.new-two-ul li:nth-child(3) .num{
    background: #F4B000;
}
.new-two-ul li .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    flex: 1;
    margin-left: 10px;
}
.new-two-ul li .two{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-ul li .text{
    margin-left: 30px;
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.new-two-ul li .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}
.title-one-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}
.title-one-box img{
    width: 110px;
    height: 76px;
    display: block;
}
.title-one-box .right{
    flex: 1;
    margin-left: 14px;
}
.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: 7px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;  
}
.title-one-box .info{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}
.title-one-box .info div:nth-child(1){
    padding-right: 14px; 
    position: relative;
}
.title-one-box .info div:nth-child(1)::after{
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;  
    transform: translateY(-50%);  
}
.title-one-box .info div:nth-child(2){
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E80D0D; 
}

.new-three-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.new-three-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    flex: 1;
    margin-right: 25px;
    position: relative;
    padding-left: 18px;
}
.new-three-ul li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.new-three-ul li div{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}

.title-two-box li{
    margin-top: 20px;
}
.title-two-box .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;    
}
.title-two-box .two{
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.title-two-box img{
    width: 120px;
    height: 80px;
    display: block;
}
.title-two-box .right{
    flex: 1;
    padding: 14px 15px;
    box-sizing: border-box;
    background: #F8F8F8;
}
.title-two-box .text{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;  
}
.title-two-box .info{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}
.title-two-box .info div:nth-child(1){
    padding-right: 14px; 
    position: relative;
}
.title-two-box .info div:nth-child(1)::after{
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;  
    transform: translateY(-50%);  
}
.title-two-box .info div:nth-child(2){
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2; 
}
.index-one-box{
    margin: 30px 0;
}

.w-380{
    width: 380px;
}
.new-four-ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.new-four-ul li img{
    width: 130px;
    height: 130px;
    display: block;
}
.new-four-ul li .right{
    flex: 1;
    padding: 14px 20px;
    box-sizing: border-box;
    background: #F8F8F8;
}
.new-four-ul li .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.new-four-ul li .text{
    margin-top: 7px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px; 
}
.new-four-ul li .info{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}
.new-four-ul li .info div:nth-child(1){
    padding-right: 14px; 
    position: relative;
}
.new-four-ul li .info div:nth-child(1)::after{
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;  
    transform: translateY(-50%);  
}
.new-four-ul li .info div:nth-child(2){
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2; 
}
.new-five-ul{
    margin-top: 20px;
}
.new-five-ul li{
    padding: 16px 0;
    border-bottom: 1px solid #EDEDED;
}
.new-five-ul li:first-child{
    padding-top: 0;
}
.new-five-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-five-ul li .one{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-five-ul li .title{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333; 
    flex: 1;
    margin-right: 25px;
    position: relative;
    padding-left: 18px;
}
.new-five-ul li .title::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1FAAD2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.new-five-ul li .date{
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-five-ul li .text{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;  
}

.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: #1FAAD2;
    font-weight: bold;
}
table {
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #1FAAD2;
    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 #1FAAD2; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1FAAD2;
}

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