/* v2 */
html {
    /* font-size: 100px !important; */
    background-color: #fff;
    line-height: 1;
}

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

.ofh {
    overflow: hidden;
}

.db {
    display: block
}

.tac {
    text-align: center;
}

.tal {
    text-align-last: left;
}

.tar {
    text-align: right;
}

.h1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.clli li:last-child {
    border: none;
    margin-bottom: 0;
}

.clli2 li:nth-last-of-type(-n+2) {
    border: none;
    margin-bottom: 0;
}

.c3 {
    color: #333 !important;
}

.c5 {
    color: #555 !important;
}

.c6 {
    color: #666 !important;
}

.c7 {
    color: #777;
}

.c8 {
    color: #888 !important;
}

.c9 {
    color: #999 !important;
}

.cc {
    color: #ccc !important;
}

.cd {
    color: #ddd !important;
}

.ce {
    color: #eee !important;
}

.cf {
    color: #fff !important;
}

.bgcs {
    background-color: silver;
}

.f8r {
    font-size: .12rem;
    transform: scale(.67);
}

.f9r {
    font-size: .12rem;
    transform: scale(.75);
}

.f10r {
    font-size: .12rem;
    transform: scale(.83);
}

.f11r {
    font-size: .12rem;
    transform: scale(.92);
}

.f12 {
    font-size: 12px;
}

.f12r {
    font-size: .12rem;
}

.f13 {
    font-size: 13px;
}

.f13r {
    font-size: .13rem;
}

.f14 {
    font-size: 14px;
}

.f14r {
    font-size: .14rem;
}

.f15 {
    font-size: 15px;
}

.f15r {
    font-size: .15rem;
}

.f16 {
    font-size: 16px;
}

.f16r {
    font-size: .16rem;
}

.f17 {
    font-size: 17px;
}

.f17r {
    font-size: .17rem;
}

.f18 {
    font-size: 18px;
}

.f18r {
    font-size: .18rem;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.fw7 {
    font-weight: 700;
}

.flex {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.fww {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
    overflow: hidden;
}

.posr {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.ls1 {
    letter-spacing: 1px;
}

.ls1r {
    letter-spacing: .01rem;
}

.ls5r {
    letter-spacing: .005rem
}

.bbs {
    border-bottom: 1px solid #eee;
}

.bbd {
    border-bottom: 1px dashed #eee;
}

.bbsr {
    border-bottom: .01rem solid #eee;
}

.bbdr {
    border-bottom: .01rem dashed #eee;
}

.lbn li:last-child {
    border: none;
}

.ct {
    cursor: text;
}

.cp {
    cursor: pointer;
}

/* 清除默认样式 */
* {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

ul {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

button {
    /* 清除默认边框 */
    border: 0;
    outline: none;
    /*清除默认背景 */
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

em,
i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

/* 移动端版心 */
.tc {
    box-sizing: border-box;
    width: 100%;
    /* padding: 0 .15rem; */
}

/* 导航 */
nav .logo {
    height: 90px;
}

nav img {
    height: 45px;
}

nav ul {
    height: 60px;
    background-color: #333333;
}

nav li a {
    height: 41px;
    padding: 0 24px;
    line-height: 41px;
    text-align: center;
    margin-right: 34px;
}

nav .active a,
nav li:hover a {
    background-color: #3079ee;
    border-radius: 21px;
}

/* 位置 */
.location {
    margin: 22px 0;
}

.location,
.location a {
    color: #888 !important;
    font-size: 14px;
}

/* 标题 */
.title {
    padding-bottom: 16px;
}

.title .dot {
    width: 10px;
    height: 10px;
    background-color: #3079ee;
    border-radius: 5px;
}

.title .tit {
    letter-spacing: 2px;
    padding-left: 14px;
    cursor: text;
}

.title img {
    width: 8px;
    height: 7px;
}

/* 分页器 */
.infoList .pagination {
    margin: 91px 0 91px;
    text-align: center;
}

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

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

.pagination .active span {
    background: #3079ee;
    color: #fff;
}

.pagination .page-item:hover {
    background: #3079ee;
    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: #777;
}

.pagination li a:hover {
    background: #3079ee;
    color: #fff;
    border: 1px solid #3079ee !important
}

/* 底部 */
footer {
    box-sizing: border-box;
    width: 100%;
    height: 184px;
    background: #333333;
    padding-top: 64px;
    padding-bottom: 30px;
}

footer a,
footer span,
footer div {
    color: #999;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
}

footer span,
footer div {
    cursor: text;
}

.bl {
    width: 380px;
}

.br {
    width: 790px;
}

.body1 {
    margin-top: 30px;
}

/* p1 */
.p1 .header {
    margin-top: 20px;
    padding-bottom: 25px;
}

.p1 .header img {
    width: 140px;
    height: 90px;
}

.p1 .header>div {
    box-sizing: border-box;
    height: 90px;
    padding-left: 20px;
}

.p1 .header .tit {
    line-height: 30px;
    margin-top: -7px;
}

.p1 li {
    margin-top: 28px;
}

.p1 li .dot {
    width: 6px;
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 3px;
}

.p1 li .tit {
    padding: 0 13px;
}

.p1o1 {
    margin-top: 58px;
}

.p1o2 {
    margin-top: 40px;
}

/* p2 */
.p2 .img {
    width: 790px;
    height: 300px;
}

.p2 li {
    width: 45%;
    margin-top: 30px;
}

.p2 li .dot {
    width: 6px;
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 3px;
}

.p2 li .tit {
    padding: 0 13px;
}

.body2 {
    margin-top: 55px;
}

/* p3 */
.p3 .header {
    padding: 25px 0;
}

.p3 .header .text {
    line-height: 30px;
    margin: 14px 0;
}

.p3 li {
    margin-top: 16px;
}
.p3 li:first-child{
    margin-top: 24px;
}
.p3 li .dot {
    width: 40px;
    height: 24px;
    background-color: #3079ee;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}

.p3 li .tit {
    padding: 0 13px;
}

/* 热门资讯 p4 */
.p4 .header {
    margin-top: 25px;
    padding: 14px 41px 26px;
    border-bottom: 1px solid #F3F3F3;
}

.p4 .header .text {
    line-height: 30px;
    margin-top: 20px;
}

.p4 .header .tag1 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.p4 .header .tag2 {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.p4 li {
    padding-top: 33px;
    padding-bottom: 33px;
}

.p4 li:last-child {
    padding-bottom: 0;
}

.p4 li img {
    width: 183px;
    height: 122px;
}

.p4 li>div {
    box-sizing: border-box;
    height: 122px;
    padding-left: 20px;
}

.p4 li .text {
    line-height: 30px;
}

/* p5 */
.p5 {
    margin-top: 35px;
    padding-bottom: 72px;
}

.p5 ul {
    padding-top: 28px;
}

.p5 li {
    margin-right: 30px;
}

/* p6 */
.p6 li {
    box-sizing: border-box;
    width: 585px;
    height: 147px;
    border: solid 1px #eeeeee;
    padding: 28px 20px;
    margin-bottom: 20px;
}

.p6 li img {
    width: 90px;
    height: 90px;
    background-color: #3079ee;
    border-radius: 15px;
}

.p6 li>div {
    box-sizing: border-box;
    height: 90px;
    padding-left: 17px;
    padding-right: 36px;
}

.p6 li>div .time{
   color: #666;
   font-size: 14px 
}

.p6 li .text {
    line-height: 30px;
    margin-bottom: -8px;
}

.p6 li .btn {
    width: 80px;
    height: 40px;
    background-color: #3079ee;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}

/* p7 */
.p7 {
    box-sizing: border-box;
    width: 100%;
    height: 195px;
    background: #f4f8fe;
    padding: 32px 20px 32px 30px;
}

.p7>img {
    width: 130px;
    height: 130px;
}

.p7 .tit {
    box-sizing: border-box;
    height: 130px;
    padding: 13px 200px 12px 20px;
}

.p7 li {
    width: 200px;
    color: #888;
    font-size: 16px;
    cursor: text;
    margin-top: 20px;
}

.p7 .d1,
.p7 .d2,
.p7 .d3 {
    box-sizing: border-box;
    width: 193px;
    height: 52px;
    border-radius: 8px;
    border: solid 1px #3079ee;
}

.p7 .d1:hover {
    border-radius: 8px 8px 0 0;
}

.p7 .d1:hover .d1d3 {
    display: flex;
    transform: translateY(60px);
}

.p7 .d2 {
    background-color: #3079ee;
}

.p7 .d1d3 {
    box-sizing: border-box;
    width: 193px;
    height: 104px;
    border: 1px solid #3079ee;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    padding: 11px 0;
    position: absolute;
    top: -10px;
    left: -1px;
    display: none;
    transform: translateY(-44px);
}

.p7 .d1d3 .QRcode {
    width: 58px;
    height: 58px;
}

/* p8 */
.p8 .ctx {
    padding-top: 12px;
    padding-bottom: 25px;
}

.p8 .ctx p {
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 38px;
    text-indent: 2em;
    cursor: text;
}

.p8 .ctx h3 {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0
}

/* p9 */
.lbt {
    margin-top: 32px;
    margin-bottom: 83px;
}

.gdSwiper,
.gdSwiper img {
    width: 291px;
    height: 516px;
}

.gdSwiper .swiper-button-prev,
.gdSwiper .swiper-button-next {
    width: 34px;
    height: 34px;
}

.gdSwiper .swiper-button-prev::after,
.gdSwiper .swiper-button-next::after {
    box-sizing: border-box;
    width: 340px !important;
    height: 34px;
}

.swiper-button-prev::after {
    content: url(../images/l.png) !important;
}

.swiper-button-next::after {
    content: url(../images/r.png);
}

.gdSwiper .swiper-button-prev {
    left: 20px !important;
}

.gdSwiper .swiper-button-next {
    right: 15px !important;
}

/* p10 */
.p10 ul {
    padding-top: 29px;
    padding-bottom: 21px;
}

.p10 li {
    margin-right: 30 px;
}

.p10 li:last-child {
    margin-right: 0;
}

.p10 li img {
    width: 98px;
    height: 98px;
}

.p10 li .tit {
    width: 98px;
    margin-top: 17px;
    margin-bottom: 17px;
    text-align: center;
}

.p10 li .btn {
    width: 94px;
    height: 40px;
    background-color: #3079ee;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
}

/* p11 */
.p11 {
    margin-top: 40px;
}

.p11 li {
    padding: 20px 0;
}

.p11 li .img {
    width: 90px;
    height: 90px;
    background-color: #666666;
    border-radius: 15px;
}

.p11 li>div {
    box-sizing: border-box;
    height: 90px;
    padding: 5px 0 5px 17px;
}

.p11 li .btn {
    width: 68px;
    height: 34px;
    background-color: #3079ee;
    border-radius: 8px;
    line-height: 34px;
    text-align: center;
}

/* p12 */
.p12 li {
    padding: 25px 0;
}

.p12 li>div:first-child {
    margin-bottom: 24px;
}

.p12 li .tag {
    box-sizing: border-box;
    width: 48px;
    height: 30px;
    background-color: #3079ee;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
}

.p12 li .tit {
    padding: 0 12px;
}

/* p13 */
.article .header2 {
    padding-top: 12px;
    padding-bottom: 53px;
}

.article .header2 h1 {
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 45px;
}

.article .header2 .origin>div {
    margin: 0 20px;
}

.article .ctx {
    padding-top: 25px;
    padding-bottom: 25px;
}

.article .ctx p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 38px;
    cursor: text;
}

.article .ctx p img {
    width: auto;
    max-width: 80%;
    height: auto;
    cursor: default;
    margin: 10px auto;
    display: block;
}

/* only */
.c2f {
    color: #2f2f2f;
}

.c8d {
    color: #8d8c8c !important;
}

.c30 {
    color: #3079ee !important;
}

.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;
}
.w-380{
    width: 380px;
}
.new-one-ul li{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed #DCDCDC;
}
.new-one-ul li:first-child{
    padding-top: 24px;
}
.new-one-ul li img{
    width: 153px;
    height: 102px;
    display: block;   
}
.new-one-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 102px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.new-one-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-one-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 30px;    
}
.new-two-ul{
    margin-top: 24px;
    position: relative;
}
.new-two-ul li::before{
    content: " ";
    display: block;
    height: 100%;
    border-left: 1px solid #EEEEEE;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.new-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 12px 0;
}
.new-two-ul li:first-child{
    padding-top: 0;
}
.new-two-ul li:last-child{
    padding-bottom: 0;
}
.new-two-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
    flex: 1;
    padding-left: 34px;
    margin-right: 30px;
    position: relative;
}
.new-two-ul li a::after{
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    background: #d6e4fc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-two-ul li a::before{
    content: " ";
    display: block;
    width: 5px;
    height: 5px;
    background: #3079EE;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}
.new-two-ul li div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.m-t-40{
    margin-top: 40px;
}
.title a{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.title-one-box{
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    border-bottom: 1px dashed #EEEEEE;
}
.title-one-box img{
    width: 140px;
    height: 90px;
    display: block;  
}
.title-one-box .right{
    flex: 1;
    margin-left: 20px;
}
.title-one-box .one{
    position: relative;
}
.title-one-box .Top{
    position: absolute;
    width: 52px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #3079EE;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3079EE;
    top: 6px;
    left: 0;
}
.title-one-box .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;    
    text-indent: 60px;
}
.title-one-box .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
    margin-top: 4px; 
}

.new-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
}
.new-three-ul li:nth-child(n+2){
    margin-top: 17px;
}
.new-three-ul li .num{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #3079EE; 
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3079EE;   
}
.new-three-ul li a{
    flex: 1;
    margin-left: 9px;
    margin-right: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.new-three-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-four-ul li{
    padding: 21px 14px;
    box-sizing: border-box;
}
.new-four-ul li:nth-of-type(even){
    background-color: #F7F7F7;
}
.new-four-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-four-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-right: 30px;
}
.new-four-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-four-ul li .two{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-four-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    flex: 1;
    margin-right: 30px;
}
.new-four-ul li .click{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3079EE;  
}
.img-one-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #DCDCDC;
}
.img-one-ul li{
    width: 180px;   
}
.img-one-ul li img{
    width: 180px;
    height: 120px;
    display: block;  
}
.img-one-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
    margin-top: 18px;
}
.img-one-ul li .date{
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.img-one-ul li .two{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-one-ul li .click{
    width: 80px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #3079EE;
    border-radius: 4px;   
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3079EE; 
}
.img-one-ul li:hover .click{
    background-color: #3079EE;
    color: #ffffff;
}
.img-one-ul li .edit{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;    
}
.new-five-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-five-ul li .date{
    width: 62px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #DCDCDC;  
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-five-ul li .Title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 14px;   
    margin-right: 30px;
}
.new-five-ul li .click{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3079EE;   
}
.new-five-ul li{
    padding: 11px 0;
    border-bottom: 1px dashed #DCDCDC;
}
.new-five-ul li:first-child{
    padding-top: 24px;
}
.new-five-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.jcsa{
    justify-content: space-around;
}
.w-100{
    width: 100%;
}
.m-b-30{
    margin-bottom: 30px;
}
.info-one-box .p1 .header{
    padding-bottom: 0
}
.info-one-box .p1 li{
    margin-top: 22px;
}

.info-title{
    margin-bottom: 40px;
}
.info-title .Ttop{
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 40px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 19px 19px;
}   

table {
    margin-top: 20px;
    width: 1200px;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 45px;
    background: #3399db;
    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 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){
    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: 5px;
    opacity: 1;
    border: 1px solid #3399db; 
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #3399db;
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/themes/default/common_cms/pc/assets/images/xz1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
table tbody tr:hover td:last-child a{
    background-color: #3399db;
    color: #FFFFFF;
}
table tbody tr:hover td:last-child a::before{
    background: url("/themes/default/common_cms/pc/assets/images/xz2.png") no-repeat;
    background-size: 100%; 
}
table tbody tr:nth-child(-n+3){
    background-color: #FFF695;
}
footer a {
	display: inline-block;
	color: #999 !important
}