/*------------首页样式------------*/

/*------------首页容器样式------------*/
.container {
	width: 100%;
	height: auto;
}
.content {
	width: 1200px;
	height: auto;
	margin: 10px auto;
}
.content>div {
	float: left;
}
.content-left {
	width: 300px;
	height: auto;
	margin: 0px 28px 0px 0px;
}
.content-right {
	width: 870px;
	height: auto;
}
/*----- content-left部分(包含left-div1、left-div2、left-div3) -----*/

.left-div1, .left-div2, .left-div3 {
	position: relative;
	width: 300px;
	text-align: left;
}
.left-div1-title {
	width: 300px;
	height: 54px;
	background-image: url(/_upload/tpl/00/1f/31/template31/images/title-01.gif);
	background-repeat: no-repeat;
}
.left-div2-title {
	width: 300px;
	height: 54px;
	background-image: url(/_upload/tpl/00/1f/31/template31/images/title-02.gif);
	background-repeat: no-repeat;
}
.left-div3-title {
	width: 300px;
	height: 54px;
	background-image: url(/_upload/tpl/00/1f/31/template31/images/title-03.gif);
	background-repeat: no-repeat;
}
.left-div1-title span a, .left-div2-title span a, .left-div3-title span a {
	position: absolute;
	margin-top: 18px;
	right: 22px;
	font-size: 14px;
}
.left-div1-content, .left-div2-content, .left-div3-content {
	position: relative;
	width: 290px;
	min-height: 160px;
	line-height: 24px;
	padding: 0px 4px 5px 4px;
	border: 1px solid #d0d0d0;
}
/*----- content-right部分(包含content1、content2) -----*/


/*--- content1部分（分左右两部分 model-1，model-2）  ---*/
/*--- content2部分（分左右两部分 model-3，model-4） ---*/

.content1, .content2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	justify-content: space-between;
	margin-bottom: 10px;
}
.content1>div {
	float: left;
}
.content2>div {
	float: left;
}
/*----- 通用 model 样式(用于content2、content3) -----*/

.model-content {
	position: relative;
	width: 418px;
	min-height: 160px;
	line-height: 24px;
	padding: 0px 0px 5px 2px;
}
.model-date {
	position: absolute;
	color: #666;
	right: 10px;
	font-size: 14px;
}
.model-title span a {
	position: absolute;
	margin-top: 18px;
	right: 22px;
	font-size: 14px;
}
.model-1 {
	position: relative;
	width: 870px;
	text-align: left;
}
.model-1>div {
	float: left;
}
.model-2 {
	position: relative;
	width: 420px;
	text-align: left;
	margin-right: 30px;
}
.model-3 {
	position: relative;
	width: 420px;
	text-align: left;
}
.model-1-title {
	width: 870px;
	height: 54px;
	background-image: url(/_upload/tpl/00/1f/31/template31/images/title-1.gif);
	background-repeat: no-repeat;
}
.model-2-title {
	width: 420px;
	height: 54px;
	background-image: url(/_upload/tpl/00/1f/31/template31/images/title-2.gif);
	background-repeat: no-repeat;
}
.model-3-title {
	width: 420px;
	height: 54px;
	background-image: url(/_upload/tpl/00/1f/31/template31/images/title-3.gif);
	background-repeat: no-repeat;
}
/*--- 学生榜样 ---*/
.xsby {
	position: relative;
	width: 1200px;
}
.xsby-title {
	width: 100%;
	height: 54px;
	background: url(/_upload/tpl/00/1f/31/template31/images/title-byfc.gif) center center;
	;
	background-repeat: no-repeat;
}
.xsby-content {
	position: relative;
	width: 1186px;
	min-height: 140px;
	border: 2px solid #cc1414;
	padding: 5px;
	font-size: 13px;
	line-height: 25px;
}
/*--- 友情链接 ---*/
.yqlj {
	width: 860px;
	line-height: 25px;
	letter-spacing: 1px;
	padding: 10px 5px;
	margin-bottom: 5px;
}
.yqlj span {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #b50e2c;
}
.yqlj>a {
	font-size: 16px;
	color: #b50e2c;
	margin-left: 18px;
}
.yqlj>a:hover {
	color: #ebb100;
}
/* 轮播图 */
.slideBox {
	width: 420px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 9px;
	height: 9px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #f21c1c;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd p {
	width: 100%;
	height: 23px;
	padding: 6px 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 20px;
	background: rgb(0, 0, 0, .7);
}
.slideBox .bd a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	display: block;
}
.slideBox .bd img {
	width: 100%;
	height: 310px;
	display: block;
}
