/** 设置默认字体 **/
body {
    font: 12px/1.5 '微软雅黑',tahoma, Srial, helvetica, sans-serif;
	overflow-x: hidden;
	background:#f3f3f3;
}
.clear{
    clear: both;
}
.header{
	width:100%;
	position:relative;
}
.head-con{
	position: relative;
    width: 100%;	
	background:url('../images/nav_bg.png') repeat-x;	
	z-index: 99;	
}

.nav-con{
	width:1200px;
	height:80px;
	margin:0 auto;
}
.nav-con .logo{
	display:block;
	width:211px;
	height:56px;
	margin:10px;
	float:left;
}
.nav-con .navs{
	float:left;
	height:80px;
    margin-left: 50px;	
}
.nav-con .navs li{
	width:100px;
	height:80px;
    line-height:80px;	
	color:#fff;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.nav-con .navs li a{
	color:#fff;
}
.nav-con .navs li:hover{
	color:#ffa200;
}
.nav-con .navs li:hover a{
	color:#ffa200;
}
.nav-con .navs li.cur{
	color:#ffa200;
	background:url('../images/curline.png')center bottom no-repeat;
}
.nav-con .navs li.cur a{
	color:#ffa200;
}
.nav-right{
	width:200px;
	float:right;
	color:#fff;
	font-size:16px;
	cursor:pointer;	
	margin-top:20px
}
.avatar{
	width:21px;
	height:21px;
	background:url('../images/log-i.png')center no-repeat;	
	float: left;
    margin-right: 10px;	
}
.nav-right .logreg a{
	display:inline-block;
	color:#fff;
}
.nav-right .logreg a:hover{
		color:#ffa200;
}
.nav-right .logreg span{
	display:block;
	font-size:12px;
	color:#ccc
}

.main-con{
	position: relative;
    height: 100%;	
	margin-bottom: 30px;	
}

.main-con .game-con{
	width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1200{
	width: 1200px;
    margin: 0 auto;
    position: relative;	
}
.art-list-con{
	margin-top:20px;
	overflow: hidden;
}
.list-title {
	width: 100%;
    font-size: 14px;
    color: #333333;
    height: 16px;
    line-height: 16px;
    padding-left: 12px;
    margin-bottom: 10px;
    border-left: 6px solid #cc0000;
}
.list-title a{
    color: #333333;	
}
.list-title a:hover{
	color: #cc0000;	
}

.relative {
    position: relative;
}
.clearfix {
    zoom: 1;
    clear: both;
}
.clearfix:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.newslist-left,.detail-left{
	width: 900px;
    float: left;

}
.newslist,.detail-con{
	padding:20px;
    background: #fff;	
}
.news_subtab {
	border-bottom: 1px #e5e5e5 solid;
    padding: 0 30px;	
}
.news_subtab a.on {
    border-bottom: 2px solid #cc0000;
    color: #cc0000;
}
.news_subtab a {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 90px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.newslist .news-list-con li {
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border-bottom: 1px dashed #e5e5e5;
}
.newslist .news-list-con li span {
    float: right;
    color: #a7a7a7;
    font-size: 14px;
}
.newslist .news-list-con li:nth-child(1){
	margin-top:10px;
}
.newslist .news-list-con li a {
    font-size: 14px;
    color: #333;
}
.newslist .news-list-con li a:hover,.page ul li a:hover,.cont_divs a:hover,.news_subtab a:hover{
	color:#cc0000
}
.newslist .news-list-con li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    margin-right: 10px;
}

.page {
    margin-top: 30px;
    text-align: center;
}
.page ul li {
    display: inline-block;
}
.page ul li a {
    line-height: 34px;
    height: 34px;
    margin-left: 4px;
    min-width: 20px;
    padding: 0 10px;
    width: auto;
    font-size: 14px;
    display: inline-block;
    background-color: #ffffff;
    color: #333333;	
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    border: 1px solid #b3b3b3 \0;
    -border: 1px solid #e5e5e5;	
}
.active span {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #cc0000;
    line-height: 34px;
    color: #fff;
    margin: 0 5px;
}


/* 文章页 */

.detail-con .title{
	color: #333;
    font-size: 28px;
    font-weight: bold;
    text-align: center;	
	margin: 20px;	
} 

.detail-con .sub-title{
	color: #666;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
} 

.tggame-info-box {
    background-color: #F5F5F5;
    padding: 10px;
	width: 840px;
    position: relative;
    display: inline-block;
    margin:20px 0;
}
.tggame-info-box .game-pic {
    width: 240px;
    height: 160px;	
    float: left;
	
}
.content-text p,.content-text div {
    font-size: 14px;
    line-height: 30px;
    color: #333;	
}
.content-text img {
    max-width: 100%;
}
.tggame-info-box .game-info {
    float: left;
    margin-left: 25px;
    width: 545px;
}
.tggame-info-box .game-info .game-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;	
}
.tggame-info-box .game-info .pay-bili {
    color: #000;
    line-height: 20px;
    margin-top: 8px;
    font-size: 15px;
}
.tggame-info-box .game-info .pay-bili span {
    color: #666;
}
.tggame-info-box .game-info .fuli {
    color: #cc0000;
    line-height: 20px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 520px;
    font-size: 15px;
}
.tggame-info-box .game-info .enter-game {
    width: 115px;
    height: 34px;
    line-height: 34px;
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
}
.tggame-info-box .game-info .jianjie{
	margin-top:10px
} 

/* 表格 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.kf_box {
    padding: 10px 0 20px 0;
    width: 860px;
}
.kf_box table {
    width: 100%;
}
.kf_box tr {
    background-color: #f8f8f8;
}
.kf_box .tb_header td {
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #000;
    border: 1px solid #e7e5e5;
    font-weight: bold;	
}
.kf_box .tb_kflist td {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px #e7e5e5 solid;
    font-size: 14px;
    position: relative;
}
.kf_box td.g_name a {
    color: #5f5f41;
}
.kf_box td.g_kftime .g_kftime_text {
    width: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}
.kf_box td.g_welfare {
    color: #0066ff;
    font-weight: normal;
}
.kf_box td.g_fuli {
    text-align: left;
}
.kf_box td.g_fuli a {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
	color:#333
}
.kf_box td.go_url {
    font-size: 15px;
}
.kf_box td.go_url a {
    width: 80px;
    height: 26px;
    line-height: 26px;
    background-color: #cc0000;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.text-conbox{
	margin: 0 15px;
}
.text-last{
	border-top:1px solid #e5e5e5;
	text-indent: 2em;	
	margin-top: 15px;
	padding-top: 10px;	
}
.text-last a{
	display:inline-block;
	color:red;
}
.updown-warp{
	width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
	background:#f6f8f9;
}
.updown-warp ul li{
	float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;	
}
.updown-warp ul li:hover,.updown-warp ul li a:hover{
	color:#cc0000
}
.updown-warp ul li a{
	color:#333
}

.updown-warp ul li:nth-child(2){
    float: right;
}
.box-con {
    height: 100%;
    overflow: auto;
    padding: 0 20px;
    border: #e5e5e5 1px solid;
    background-color: #FFF;
    background-color: #FFF;
    margin-top: 20px;
}
.box-tit {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e9e9e9;
}
.box-con .box-tit h2{
    color: #333;
	font-size: 16px;
    font-weight: bold;	
}
.box-con .box-text {
    padding: 5px 0;
}
.box-con .news-lists li {
    width: 400px;
    float: left;
    margin-left: 15px;
}
.box-con .news-lists li:nth-last-child(1){
	margin-bottom:10px;
}
.news-lists li {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    overflow: hidden;
    padding-left: 12px;
    border-bottom: 1px dotted #e5e5e5;
    background: url(../images/l.png) left center no-repeat;
}
.news-lists li a {
	color:#333;
    width: 100%;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-lists li a:hover{
	color:#cc0000;
}



.aside_list_div {
    width: 280px;
    float: right;
}
.art-rtg{
	display:block;
	margin-bottom:20px;
	border-radius:3px;
	overflow:hidden;
}
.art-rtg img{
	width:280px;
	height:170px;
	
}
.part-2 .serverList {
    position: initial;
    top: 0;
    right: 0;
    margin: 0;
    width: 280px;
    border-radius: 3px;
}
.little-content {
    padding: 0 8px;
    height: 404px;
	background: #fff;
    box-sizing: border-box;	
    border-radius: 3px;
}

.serverList .little-content h4 {
    font-size: 18px;
    color: #424242;
    text-align: center;
    font-weight: normal;
	padding-top: 12px;
}
.aside_list_div .serverList.hot_rank .little-content h4 {
    padding: 12px 0 10px 0;
}
.serverList li {
    line-height: 36px;
    border-color: #cbcbcb;
}
.serverList li {
    cursor: pointer;
    text-align: right;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 13px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serverList li:nth-last-child(1){
	border-bottom:0
}
.serverList li a {
    color: #666666;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.aside_list_div .serverList.hot_rank li a {
    height: 43px;
    justify-content: flex-start;
    cursor: pointer;
    width: 220px;
}
.aside_list_div .r-time{
	float:right;
	width: 50px;
}


.serverList li p {
    width: 178px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.serverList.hot_rank .hot_time {
    width: 210px;
    padding-left: 22px;
    text-align: left;
    font-size: 12px;
    background: url(../images/l.png) 6px 18px no-repeat;
}

.aside_list_div .hot_rank {
    margin-top: 26px;
}

.serverList .serverTabs {
    cursor: pointer;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 10px; 
}
.serverList .serverTabs {
    margin-bottom: 0;
    overflow: hidden;
}
.serverList .serverTabs p.active {
    color: #d73737;
}
.serverList .serverTabs p {
    width: 150px;
    color: #999999;
    text-align: center;
    line-height: 33px;
}
.serverList .serverTabs p {
    width: 112px;
    float: left;
    line-height: 46px;
}
.cont_divs .tabs {
    position: relative;
    height: 315px;
}
.serverList li a span.game_name {
    width: 90px;
    text-align: left;
    padding-left: 4px;
    height: 42px;
    overflow: hidden;
}
.serverList li a .game_server {
    width: 80px;
    text-align: center;
}
.serverList li a .game_tt {
    width: 70px;
    text-align: center;
    margin-left: 20px;
}
.bottom_change_div {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_change_div p.cur, .bottom_change_div p:hover {
    background: #ff0000;
}
.bottom_change_div p {
    width: 30px;
    height: 5px;
    background: #e4e4e4;
    border-radius: 6px;
    margin: 0 4px;
    cursor: pointer;
}

.footer{
	background:#000;
	overflow:hidden;
}
.footer .foot-warp{
	width:1200px;
	margin:20px auto;
}
.footer .foot-warp p{
	text-align:center;
	color:#ccc;
	font-size:12px;
	line-height:25px;
}
.footer .foot-warp p a{
	display:inline-block;
	color:#ccc;
	margin:0 5px;
}

/* 列表页 */
.toptj-warp{
	margin:20px auto;
    width:1200px;	
	overflow:hidden;
}
.toptj-warp a{
	display:inline-block;
	height:106px;
	width:590px;
}
.toptj-warp a:nth-child(1){
	margin-right:16px;
}























