@charset "utf-8";
/* CSS Document */
.mainBody{
	width:1200px;
	min-width:1200px;
	margin:53px auto 64px;
}

.mainBody li{
	width:1130px;
	height:142px;
	padding:35px 35px 38px 32px;
	border:1px solid #e7e7e7;
	margin-bottom:30px;
}

.mainBody li:hover{
	border:1px solid #439ff6;
}

.mainBody li:hover .game_text .title{
	color:#439ff6;
}



.game_pic{
	width:242px;
	height:141px;
	overflow:hidden;
	margin-right:30px;
	float:left;
}

.game_pic img{
	width:242px;
	height:141px;
}

.game_text{
	float:left;
}

.game_text .title{
	display:block;
	font:normal bold 22px/28px "微软雅黑";
	color:#222;
	margin-bottom:7px;
}

.game_text .date{
	display:block;
	font:normal normal 14px/30px "微软雅黑";
	color:#9e9e9e;
	background: url(../img/ico/dateIco.png) no-repeat left center;
	padding-left:20px;
}

.game_text .org{
	display:block;
	font:normal normal 14px/30px "微软雅黑";
	color:#439ff6;
	background: url(../img/ico/orgIco.png) no-repeat left center;
	padding-left:20px;
}

.ing, .over, .applying{
	width:74px;
	height:22px;
	font:normal normal 16px/22px "微软雅黑";
	color:#fff;
	text-align:center;
	margin-top:19px;
	display:inline-block;
	border-radius: 12px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 12px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius: 12px; /* Webkit浏览器的私有属性 */ 
}

.ing{
	background:#ff7d7d;
}

.over{
	background:#cacaca;
}

.applying{
	background:#7cce2c;
}

.game_nub{
	width:100px;
	height:100px;
	float:right;
	margin-top:11px;
	margin-bottom:4px;
	border-left:1px solid #e7e7e7;
	padding:7px 31px 19px 61px;
	position:relative;
}


.nub{
	display:block;
	font: normal normal 22px/42px "微软雅黑";
	color:#ff7900;
	text-align:center;
}

.apply_nub .text{
	display:block;
	font:normal normal 14px/16px "微软雅黑";
	color:#777777;
	text-align:center;
}


.wechat_code{
	width:100px;
	height:100px;
	overflow:hidden;
}

.wechat_code img{
	width:100px;
	height:100px;
}

.mor_code{
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(../img/ico/mor_code.png) no-repeat center center;
	cursor:pointer;
}

.look_more{
	width:1200px;
	height:42px;
	margin-top:11px;
	background:#439ff6;
	font:normal normal 17px/42px "微软雅黑";
	color:#fff;
	text-align:center;
	cursor:pointer;
	border-radius: 2px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 2px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius:2px; /* Webkit浏览器的私有属性 */ 
}

/***暂无比赛--页面***/

.noneBody{
	width:100%;
	height:auto;
	min-height:450px;
	background:#fff;
	padding-top:120px;
	margin-top:-24px;
}

.noneBody .pic{
	width:300px;
	height:120px;
	margin:0px auto;
	background:url(../img/noneBody-pic.png) no-repeat center center;
}

.noneBody .text{
	font: normal normal 20px/1.8 "微软雅黑";
	color:#439ff6;
	display:block;
	text-align:center;
}


/***下载列表--页面***/

.dowList{
	width:1200px;
	min-width:1200px;
	margin:53px auto 64px;
}

.dowList li{
	width:1086px;
	border:1px solid #eaeaea;
	padding:22px 61px 30px 49px;
	margin-bottom:25px;
}

.dowList li:hover .dow_title{
	color:#439ff6;
}

.dowList li:hover .dow_btn{
	background:#439ff6 url(../img/ico/dow_btnIco-hover.png) no-repeat 10px center;
	color:#fff;
}

.dow_text{
	float:left;
	width:840px;
	
}

.dow_ifo{
	width:840px;
}

.dow_title{
	font:normal normal 19px/49px "微软雅黑";
	color:#444444;
	display:block;
	width:840px;
	overflow:hidden;
	text-overflow:eillipsis;

}

.dow_ifo .date{
	font:normal normal 14px/34px "微软雅黑";
	color:#9e9e9e;
	display:inline-block;
	background:url(../img/ico/dateIco.png) no-repeat 1px center;
	padding-left:28px;
}

.dow_ifo .size{
	font:normal normal 14px/34px "微软雅黑";
	color:#9e9e9e;
	display:inline-block;
	background:url(../img/ico/sizeIco.png) no-repeat 1px center;
	padding-left:28px;
}

.dow_btn{
	width:40px;
	height:28px;
	display:block;
	float:right;
	font:normal normal 14px/28px "微软雅黑";
	color:#439ff6;
	text-decoration:none;
	margin-top:30px;
	background:url(../img/ico/dow_btnIco.png) no-repeat 10px center;
	padding-left:26px;
	border:1px solid #439ff6;
	border-radius: 2px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 2px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius:2px; /* Webkit浏览器的私有属性 */ 

}

/*公告详情--页面*/

.aff_body{
	width:1200px;
	min-width:1200px;
	margin:63px auto 0px;
	padding-bottom:92px;
}

.aff_body h2{
	font:normal bold 27px/52px "微软雅黑";
	color:#222222;
	text-align:center;
	white-space: normal;
}

.infoBox{
	width:1200px;
	height:134px;
	line-height:134px;
}

.infoBox .date{
	font:normal normal 14px "微软雅黑";
	color:#439ff6;
	float:left;
	background:url(../img/ico/info_date.png) no-repeat 16px center;
	padding-left:37px;
	margin-top:60px;
}

.infoBox .browse{
	font:normal normal 14px "微软雅黑";
	color:#9e9e99;	
	margin-top:60px;
	float:right;
	background:url(../img/ico/browse.png) no-repeat left center;
	padding-left:17px;
	padding-right:178px;
}

.cont p{
	font:normal normal 15px/35px "微软雅黑";
	color:#727272;
	margin:0px 14px 27px;
}

.pg{
	margin:52px 14px 0px;
}

.pg span{
	display:inline-block;
	width:68px;
	height:24px;
	font:normal normal 14px/24px "微软雅黑";
	color:#439ff6;
	text-align:center;
	border:1px solid #439ff6;
	margin-right:14px;
}

.pg a{
	font:normal normal 14px/24px "微软雅黑";
	color:#9e9e9e;
}

.pg a:hover{
	color:#439ff6;
}

.pg_l{
	margin-bottom:24px;
}

/*公告列表--页面*/
.aff_List{
	width:1200px;
	min-width:1200px;
	margin:63px auto 0px;
	padding-bottom:92px;
}

.aff_List li{
	width:1114px;
	border:1px solid #eaeaea;
	padding:42px 40px 38px 42px;
	margin-bottom:32px;
}

.aff_List li:hover .title{
	color:#439ff6;
}

.aff_date{
	width:56px;
	height:37px;
	float:left;
	background:#439ff6;
	margin-right:27px;
	color:#fff;
	padding:11px 0px 8px;
}

.aff_date .day{
	font:normal normal 18px "微软雅黑";
	display:block;
	text-align:center;
}

.aff_date .mon{
	font:normal normal 12px "微软雅黑";
	display:block;
	text-align:center;
}

.aff_text{
	width:1030px;
	float:left;
}

.aff_text .title{
	font:normal normal 18px "微软雅黑";
	color:#444444;
	height:37px;
	display:block;
}

.aff_text .title i.newsIco{
	width:18px;
	height:18px;
	display:inline-block;
	font:normal normal 10px/18px "微软雅黑";
	color:#fff;
	background:#ff3333;
	text-align:center;
	border-radius: 10px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 10px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius:10px; /* Webkit浏览器的私有属性 */
	margin-left:8px;
}

.aff_text .browse{
	font:normal normal 12px "微软雅黑";
	color:#777777;
	height:27px;
	display:inline-block;
	background:url(../img/ico/browse.png) no-repeat 1px 3px;
	padding-left:24px;
	
}

.aff_box p{
	font:normal normal 14px/1.8 "微软雅黑";
	color:#444;
	display:inline;
}

.aff_box a{
	color:#439ff6;
}

.share{
	display:inline-block;
	margin-left:8px;
	height:27px;
	font:normal normal 12px "微软雅黑";
	color:#777777;
}

.share a{
	width:18px;
	height:15px;
	display:inline-block;
	margin-left:12px;
}

.share a.wechat{
	background:url(../img/ico/shareIco.png) no-repeat left center;
	position:relative;
}

.share a.wechat:hover{
	background:url(../img/ico/share-hover-Ico.png) no-repeat left center;
}

.share a.wb{
	background:url(../img/ico/shareIco.png) no-repeat -18px center;
}

.share a.wb:hover{
	background:url(../img/ico/share-hover-Ico.png) no-repeat -19px center;
}

.share a.QQzong{
	background:url(../img/ico/shareIco.png) no-repeat -36px center;
}

.share a.QQzong:hover{
	background:url(../img/ico/share-hover-Ico.png) no-repeat -38px center;
}

.share .code{
	width:120px;
	height:176px;
	border:1px solid #eaeaea;
	box-shadow:0px 0px 5px #eaeaea;
	border-radius: 2px; /* 所有角都使用半径为5px的圆角，此属性为CSS3标准属性 */ 
	-moz-border-radius: 2px; /* Mozilla浏览器的私有属性 */ 
	-webkit-border-radius:2px; /* Webkit浏览器的私有属性 */
	position:relative;
	padding:18px 17px 0px 17px;
	position:absolute;
	left:-72px;
	top:-207px;
	background:#fff;
	z-index:10px;
}

.share .code img{
	width:120px;
	height:120px;
	margin-bottom:5px;
}

.share .code .code_text{
	display:block;
	font:normal normal 14px/18px "微软雅黑";
	color:#777777;
}

.share .code:after{
	content:"";
	border-top:8px solid #eaeaea;
	border-left:8px solid transparent;
	border-bottom:8px solid transparent;
	border-right:8px solid transparent;
	position:absolute;
	bottom:-16px;
	left:45%;
	z-index:1;
}

.share .code:before{
	content:"";
	border-top:8px solid #fff;
	border-left:8px solid transparent;
	border-bottom:8px solid transparent;
	border-right:8px solid transparent;
	position:absolute;
	bottom:-15px;
	left:45%;
	z-index:2;
}

.description{
	width: 600px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainBody.articlelist li{
	width:1130px;
	height:20px;
	padding:35px 35px 38px 32px;
	border:1px solid #e7e7e7;
	margin-bottom:30px;
}

.mainBody.articlelist .game_nub {
    width: 100px;
    height: 20px;
    float: right;
    margin-top: -10px;
    margin-bottom: 4px;
    border-left: 1px solid #e7e7e7;
    padding: 0px 31px 19px 61px;
    position: relative;
}


.mainBody.articlelist .game_text .title {
    display: block;
    font: normal bold 22px/28px "微软雅黑";
    color: #222;
    margin-bottom: 7px;
    float:left;
    margin-right:15px;
}

.mainBody.articlelist .game_text .date {
    display: block;
    font: normal normal 14px/30px "微软雅黑";
    color: #9e9e9e;
    background: url(../img/ico/dateIco.png) no-repeat left center;
    padding-left: 20px;
    float:left;
}
