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

.pagination li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #D8D8D8;
    color: #666;
    height: 40px;
    line-height: 40px;
    min-width: 40px;

}

.pagination li a {
    color: #666;
    display: block;
    padding: 0 16px;
}

.pagination .thisclass {
    background: var(--public-color);
    color: #fff;
}

.pagination .thisclass span {
    color: #fff;
}

.page-link {
    cursor: pointer;
}


.nav ul {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.nav ul li {}

.nav ul li.active a,
.nav ul li:hover a {
    font-weight: bold;
    background: url('../images/nav_bg.png')no-repeat center;
    background-size: 100% auto;
}

.nav ul li a {
    padding:0 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.public-top {
    padding: 15px 0;
    background: #DF6E34;
}

.wd-390 {
    width: 370px;
}

.wd-790 {
    width: 790px;
}

.public-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-title span {
    height: 40px;
    background: url('../images/title_span.png')no-repeat center left;
    border-radius: 0px 0px 0px 10px;
    text-align: center;
    font-size: 18px;
    color: #DF6E34;
    line-height: 40px;
    padding-left: 29px;
    font-weight: bold;
}

.public-title a {
    font-size: 12px;
    color: #666;
}

.footer .center {
    padding: 30px 0 45px 0
}

.box {
    overflow: hidden;
}

.footer {
    margin-top: 20px;
    background: #F4F4F5;
}

.footer .center p {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}

.footer .center a {
    color: #999;
}

.mg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.bread-nav {
    margin: 12px;
    color: #999;
    font-size: 12px;
}

.bread-nav a {
    color: #999;
}

.article-top {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
}

.article-top h1 {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 25px;
}

.article-top p {
    font-size: 13px;
    color: #8A8A8A;
   display: flex;
   justify-content: space-between;
}

.article-top p span:first-child {
    margin-right: 41px;
}

.article-content {
    margin: 30px 24px;
}

.article-content p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 14px 0;
}

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

.article-content p img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.pages {
    
    border-top: 1px solid #EEEEEE;
    padding: 30px 24px;
    padding-bottom: 0;
    font-size: 16px;
    color: #333;
}

.pages li{
    margin-bottom: 30px;
}

.pages a {
    color: #333;
}

.link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.link-list a {
    font-size: 13px;
    color: #999;
    margin-bottom: 14px;
    margin-right: 10px;
}



.public-list {
    margin: 20px 0;
}

.public-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#banner {
    width: 100%;
    height: 314px;
}

.public-list ul li .yd {
    width: 40px;
    height: 18px;
    background: #FCF0EA;
    font-size: 12px;
    color: #DF6E34;
    line-height: 18px;
    text-align: center;
}

.public-list ul li .name {
    font-size: 15px;
    color: #666;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
}

.public-list ul li .time {
    font-size: 12px;
    color: #999;
}

.col1-news {
    padding: 20px 30px;
    background: #F4F4F5;
    position: relative;
}

.col1-news .name {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.col1-news p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin-top: 12px;
}

.col1-news .down {
    position: absolute;
    bottom: 26px;
    right: 30px;
    background: #F4F4F5;
    color: #DF6E34;
    font-size: 14px;
}

.col3-box {
    margin: 0 20px;
    margin-top: 30px;
}

.col3-box .item {
    width: 230px;
}


.col3-box .item .img {
    width: 100%;
    height: 130px;
}

.index-game ul {
    display: flex;
    flex-wrap: wrap;
}

.index-game ul li {
    width: 70px;
    margin-right: 40px;
    margin-top: 20px;
}

.index-game ul li:nth-child(5n) {
    margin-right: 0;
}

.index-game ul li .img {
    width: 70px;
    height: 70px;
    position: relative;
}

.index-game ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.index-game ul li .name {
    font-size: 14px;
    color:#666;
    margin-top: 10px;
    text-align: center;
}

.list-news ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.list-news ul li .img {
    height: 107px;
    width: 190px;
}

.list-news ul li .img img {
    height: 107px;
    width: 190px;
}

.list-news ul li .info {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 107px;
    line-height: 25px;
    font-size: 13px;
    color: #999;
}

.list-news ul li .name {
    font-size: 15px;
    color: #333;
}

.list-news ul li .time {
    font-size: 12px;
    margin-bottom: 5px;
}

.list-gg {
    padding: 0 20px;
    margin-top: 30px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.list-gg img {
    width: 100%;
    height: 200px;
}

.list-game {
  
}

.list-game ul {
    display: flex;
    flex-wrap: wrap;
}

.list-game ul li {
    width: 140px;
    height: 169px;
    border: 1px solid #DDD4D5;
    margin-right: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 4px 4px 4px 4px;
}



.list-game ul li:hover p{
    display: block;
}
.list-game ul li:nth-child(5n) {
    margin-right: 0;
}

.list-game ul li .img {
    width: 75px;
    height: 75px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.list-game ul li .img img {
    width: 75px;
    height: 75px;
    border-radius: 10px 10px 10px 10px;
}

.list-game ul li .name {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.list-game ul li p {
    display: none;
    position: absolute;
    bottom:0;
    left:0;
    font-size: 12px;
    color: #fff;
    line-height: 29px;
    height: 106px;
    padding:12px 10px; 
    background: rgba(0,0,0,.7);
}

.game-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 31px;
    align-items: center;
    margin-top: 35px;
    color: #8A8A8A;
    font-size: 13px;
}

.game-top .img {
    height: 100px;
    width: 100px;
    border-radius: 10px 10px 10px 10px;
}

.game-top h1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.game-top .info {
    margin-left: 30px;
}

.public-more-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.public-more-list ul li {
    width: 48%;
    margin-bottom: 0;
    margin-top: 25px;
}

.public-more-list ul li:nth-child(-n+2) {
    margin-top: 0;
}

.show-game-imglist {
    overflow: hidden;
    margin: 0 20px;
    margin-top: 30px;
}

.show-game-imglist img {
    width: 100%;
}

.box-col-1 {
    width: 400px;
}

.box-col-2 {
    width: 510px;
}

.box-col-3 {
    width: 230px;
}

.index-game-gl ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 29px;
}

.index-game-gl ul li .img {
    width: 120px;
    height: 70px;
}

.index-game-gl ul li .img img {
    width: 120px;
    height: 70px;
}


.index-game-gl ul li .info {
    margin: 0 20px;
}

.index-game-gl ul li .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 28px;
}

.index-game-gl ul li .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.index-game-gl ul li .time img {
    margin-right: 8px;
}

.index-game-gl ul li .tags {
    width: 70px;
    height: 70px;
    background: #F4F4F5;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color:#999;
}

.index-game-cp ul li{
    width: 230px;
    margin-top: 30px;
}

.index-game-cp ul li .img{
    width: 230px;
    height: 135px;
    position: relative;
}

.index-game-cp ul li .img img{
    width: 230px;
    height: 135px;
}

.index-game-cp ul li .img::after{
    content:"";
    width: 50px;
    height: 30px;
    background: url('../images/index_zty.png')no-repeat center;
    position: absolute;
    right:0;
    top:0;
}

.index-game-cp ul li .name{
    font-size: 16px;
    color:#666;
    text-align: center;
    margin-top: 15px;
}
.list-news-new {
    margin-top: 20px;
}
.list-news-new ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.list-news-new ul li .name{
    font-size: 16px;
    color:#333;
    margin-right: 15px;
}