body{
	background: #fdfdfd;
}
.bannerBox{
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
	background: #f5f5f5;
}
/*.bannerImg{
	width: 1200px;
	margin: 0 auto;
	height: 400px;
	border: 1px solid red;
}*/
.middleBox{
	width: 900px;
	height: 500px;
	margin: 5px auto 100px auto;
}
.speakBox{
	width: 900px;
	height: 250px;
	background: #f5f5f5;

}
.photoBox{
	width: 250px;
	height: 250px;
	background: url(../img/photo.jpg);
	background-size: 100%;
}
.wordBox{
	width: 650px;
	height: 250px;
}
.wordContent{
	width: 630px;
	margin: 5px auto;
}
.wordBox h1{
	text-align: center;
	font-weight: 500;
	letter-spacing: 6px;
}
.wordBox p{
	text-align: left;
	text-indent: 2em;
	line-height: 30px;
}
.wordBox p a{
	text-indent: 0em;
	color: #fe742c;
}
.newsBox ,.demoBox{
	margin-top: 5px;
	height: 245px;
	width: 447px;
	background: #f5f5f5;
}
.newsBox{
        overflow-y: scroll;
}
.newsBox a ,.demoBox a{
	color: #000;
}
.titleBox{
	width: 425px;
	height: 35px;
	margin: 0 auto;
	border-bottom:2px solid #dcdcdc;
}
.titleBox p{
	width: 200px;
	height: 35px;
	line-height: 42px;
}
 .titleBox .txtLeft{
	color: #fe742c;
	font-size: 16px;
}
.titleBox .txtRight{
	text-align: right;
	font-size: 16px;
}
.newsBox .contentBox{
	width: 425px;
	margin: 0 auto;
}
.newsBox .contentBox li{
	display: block;
	overflow: hidden;
	height: 35px;
	*height: 25px;
	line-height: 35px;
        margin-left: 5px;
}
.newsBox .contentBox li a{
	display: block;
}
.newsBox .contentBox li p{
	float: left;
	width: 320px;
	overflow: hidden;
}
.newsBox .contentBox li span{
	display: block;
	float: right;
}
.demoBox .demoImg{
	width: 425px;
	height: 180px;
	margin: 15px auto;
	position: relative;
}
.demoPhoto ,.demoLittle ,.demoName{
	display: block;
}
.demoPhoto{
	width: 255px;
	height: 180px;
}
.demoLittle{
	width: 160px;
	height: 100px;
}
.demoName{
	width: 160px;
	height: 70px;
	margin-top: 10px;
}
.demoPhoto span ,.demoLittle span ,.demoName span{
	display: block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	background:rgba(0, 0, 0, 0.4)!important;
    filter:Alpha(opacity=40);       
    background:#000;	
    text-align: center;
	position: absolute;
	top: 0px;
}
.demoPhoto span{
	width: 255px;
	height: 180px;
	line-height: 180px;
	*left: 0px;
}
.demoLittle span{
	width: 160px;
	height: 100px;
	line-height: 100px;
	*left: 265px;
}
.demoName span{
	width: 160px;
	height: 70px;
	line-height: 70px;
	top: 110px;
	*left: 265px;
}
