@charset "utf-8";
/* CSS Document */

/* slide */
#slide{
	overflow:hidden;
	clear:both;
	float:left;
	background:#fff;
	height:350px;
	width:1000px;
	margin:20px 0px 0px;
	border-radius:5px;
	position:relative;
}

#slide ul li{
	display:none;
	height:350px;
	width:1000px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.btn_play{
	display:none;
	cursor:pointer;
	color:#2279be;
	position:absolute;
	right:10px;
	bottom:-100px;
	z-index:999998;
}

.btn_play:hover{
	color:#f8991d;
}


.point_wrap{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

.point{
	cursor:pointer;
	float:left;
	background:url(../img/slide_point.png) no-repeat;
	height:20px;
	width:20px;
	margin:10px;
}

/* article */
#article{
	clear:both;
	float:left;
	height:260px;
	width:1000px;
	margin:20px 0px 0px;
}

.article_wrap{
	float:left;
	height:260px;
	width:300px;
}

.article_wrap_margin{
	margin-right:50px;
}

.article_title{
	clear:both;
	height:30px;
	width:290px;
	padding-left:10px;
	font-size:28px;
	font-weight:normal;
	color:#2279be;
}

.article_title a{
	color:#2279be;
}

.article_title a:hover{
	color:#f8991d;
}

.article_img{
	overflow:hidden;
	clear:both;
	height:150px;
	width:300px;
	border-radius:5px;
	position:relative;
}

.article_img_border{
	height:148px;
	width:298px;
	border:1px solid #f2dbe0;
	position:absolute;
	top:0px;
	left:0px;
}

.article_text{
	clear:both;
	height:70px;
	width:280px;
	padding:10px 10px 0px;
	font-size:20px;
	line-height:23px;
	color:#555;
}

.article_text a{
	color:#555;
}

.article_text a:hover{
	color:#dd98ae;
}