div.bgImg{
	background:url("../images/banner.jpg");
	display:inline-block;
	width:100%;
	height:300px;
	min-width: 1200px;
}
div.newsContent{
	position: relative;
    z-index: 100000;
    background: #ffffff;
    /*modify by huchuanwei 2017-10-9*/
    /*margin-top: -80px;*/
    /*background: url(../images/bg/main-bg-1000.png) no-repeat;*/
     margin-top: 15px;
	box-shadow: 0 0px 10px rgba(7,17,27,0.2);
      /*modify by huchuanwei 2017-10-9*/
    background-size: 100%;
    min-width: 1200px;
	overflow:auto;
	zoom:1;
	padding-top: 20px;
}
div.news-right{
	    margin-top: -35px;
}
div.tabsTitle ul{
	list-style: none;
    overflow: auto;
    zoom: 1;
    height: 40px;
    /* border: 1px solid #ccc; */
    padding: 0px;
}
div.tabsTitle ul li{
	float: left;
    height: 100%;
    text-align: center;
    border: 1px solid #ccc;

}
div.tabsTitle ul li span{
	font-size:16px;
	    line-height: 2.1;
	    cursor:pointer;

}
div.tabsTitle ul li.active{
	border-top: 2px solid #ff9c00;
    /* margin-bottom: -2px; */
    background: #fff;
    border-bottom: 1px solid #fff;
}
div.tabsContent{
	width:100%;
	margin-top:20px;
}
div.showMsg , div.bot{
	overflow: auto;
    zoom: 1;
}
div.showMsg p.gameTitle{
	font-size:18px;
	font-size: 20px;
    color: #000;
}
div.gameimages ,div.gameIntro ,div.detailDate{
	float:left;
}
div.moreDetail{
	float:right;
}
div.gameIntro{
	    width: 60%;
    margin-left: 40px;
}
div.showMsg  p.gameMsg{
	line-height: 1.8;
    overflow: hidden;
	text-overflow: ellipsis; 
    width: 100%; 
	    display: -webkit-box;  
	    -webkit-line-clamp: 3 !important;  
	    -webkit-box-orient: vertical; 
	    height: 80px;
    font-size: 14px;
	    }	
div.bot{
	margin-top:25px;
}
p.detai-title{
	font-size:20px;
	text-align:center;
	color:#000;
	text-align:center;
}
div.newsIntro{
	background: rgb(239,239,239);
    padding: 10px;
    font-size: 14px;
    margin: 20px 0px;
}
div.newsIntro p{
	    font-size: 14px;
    line-height: 2;

}
div.imgs{
	text-align:center;
	
}
div.imgs img{
	width:640px;
	height:350px;
	background-size:100%;
}
div.allnews p.introduction{
	font-size:12px;
	line-height:1.8;
	margin:30px 0px;
}
div.tabsTitle ul  li.clickLi{
	width:15%;
	border-right:none;
}
li.unclickLi{
	width:55%;
}

li.clickLi a {
	font-size: 16px;
	line-height: 2.2;
}
div.gameIntro p.gameTitle>a:link{
	text-decoration: none
}
div.gameIntro p.gameTitle>a:visited{
	text-decoration: none
}
div.gameIntro p.gameTitle>a:hover{
	color:#3184c6;
	font-size:20px;
}
div.gameIntro p.gameTitle>a:active{
	text-decoration: none
}
div.gameIntro p.gameTitle>a{
	font-size:20px;
}

div.mune_thumb ul li:hover{
	cursor:pointer
}
.showpage{
	text-align: center;
    margin: 40px;
    font-size: 16px;
    color: #666;
}
.showpage a{
	font-size:16px;
	padding:0px 5px;
}
div.showpage a:hover{
	color:#3184c6;
}
span.redword{
	font-size:16px;
}
div.allnews p a{
	display: block;
    text-align: center;
    /* width:640px;
    	height:350px; */
}
/* div.allnews p a img{
	width:100%;
	height:100%;
	background-size:100%;
} */
div.allnews p{
    font-size: 14px;
    line-height:2;
}

/**********modify by huchuanwei 2017-10-16 **********/
.footer{border: 0!important;}
.footer *{color: #CCD7E2;font-size: 15px;}
.footer *:hover{color:#333}
.content .addBg{background: rgba(255,255,255,0.8);border-radius: 10px;padding-bottom: 10px;animation: content_move 1s 1 ease;}
.content .addBg:hover{background: rgba(255,255,255,1);box-shadow: 0 0 15px rgba(255,255,255,1) ,0 0 50px rgba(0,147,169,1);;}
@keyframes content_move{
	from{opacity: 0;left: -999px;transform:scale(0.2,0.2);}
	to{opacity: 1;transform:scale(1,1);}
}


/*body{background: url(../images/xingkong.jpg);background-size:100% 100%; background-attachment :fixed;background-position: 50% 50%; background-repeat: no-repeat; }
.head .header *{color: #fff;}
.head .order *{color: #fff;}
.footer{border: 0!important;}
.footer *{color: #CCD7E2;font-size: 15px;}
.footer *:hover{color:#fff}*/
/**********modify by huchuanwei 2017-10-16 **********/
