@charset "utf-8";
#wrapperI {
	height: 290px;
}
#wrapperI .timg {
	height: 290px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapperI .timg #flashContent {
	height: 290px;
	width: 900px;
}
#wrapperC .content .boxL {
	float: left;
	height: auto;
	width: 440px;
	margin-right: 33px;
}
#wrapperC .content {
	background-color: #Fafafa;
	padding: 10px;
	width: 880px;
}

#wrapperC .content .boxL .boxNews {
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	height: 238px;
	width: 400px;
	padding: 20px;
	margin-top: 6px;
}
#wrapperC .content .boxR p {
	line-height: 18px;
}

#wrapperC .content .boxL .boxNews .boxNewsElm {
	height: 238px;
	width: 400px;
	overflow: auto;
}
#wrapperC .content .boxL .ban1 {
	height: 80px;
	width: 440px;
	margin-top: 10px;
}
#wrapperC .content .boxR {
	width: 407px;
	float: left;
	height: auto;
}
#wrapperC .content .boxR li {
	display: block;
	height: 82px;
	width: 393px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/prt_spacer_01.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#wrapperC .content .boxL .boxNews .boxNewsElm .news dd {
	margin-bottom: 6px;
}


 ul.topslide {
    position: relative;
    width: 900px;
    height: 290px;
    box-sizing: border-box;
    overflow: hidden;

    margin-left: auto;
    margin-right: auto;

}
 ul.topslide li {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	/*	background-color: #cccccc;*/
	background-color: #fff;
	display: none;
}
