
/*------------首页样式------------*/

/*------------首页容器样式------------*/
.container{
    width: 100%;
	height:auto;
}
.content{
    width: 1200px;
	height:auto;
    margin: 10px auto;
}

.content>div{
      float: left;
  }

.content-left{
    width: 830px;
	height:auto;
	margin-left: 10px;
	margin-right: 10px;
}

.content-right{
    width: 330px;
	height:auto;
}


/*----- content-left部分(包含model-1、model-2、model-3) -----*/

/*----- 通用 model 样式(用于content2、content3) -----*/
.model-date{
    position: absolute;
	color: #666;
    right: 10px;
	font-size: 14px;
}

.model-title span a{
	position:absolute;
    margin-top: 22px;
	right:42px;
	font-size: 14px;
} 

.model-1,.model-2,.model-3{
	position:relative;
    width: 830px;
	text-align: left;
}

.model-1-title {width:830px; height:58px; background-image: url(../images/title-1.jpg); background-repeat: no-repeat;}
.model-2-title {width:830px; height:58px; background-image: url(../images/title-2.jpg); background-repeat: no-repeat;}
.model-3-title {width:830px; height:58px; background-image: url(../images/title-3.jpg); background-repeat: no-repeat;}

.model-1-content{
	position:relative;
	width: 790px;
	height: 175px;
	border:solid 1px #d0d0d0;
	margin: 0px 8px 5px 12px;
	padding: 0px 5px 5px 5px;
	font-size: 13px;
	line-height: 20px;
}

.model-2-content,.model-3-content{
	position:relative;
	width: 780px;
	height: 155px;
	border:solid 1px #d0d0d0;
	margin: 0px 8px 5px 12px;
	padding: 5px 10px 5px 10px;
	line-height: 22px;
}

/*----- content-right部分(包含right-div1、right-div2) -----*/

.right-div1 {
	position:relative;
    width: 330px;
	text-align: left;
}

.right-div1-title {
    width:330px;
	height:58px;
	background-image: url(../images/title-4.jpg);
	background-repeat: no-repeat;
}

.right-div1-title span a{
	position:absolute;
    margin-top: 22px;
	right:22px;
	font-size: 14px;
} 

.right-div1-content{
	position:relative;
	width:310px;
	height: 345px;
	line-height: 26px;
	padding: 5px 10px;
	border:1px solid #d0d0d0;
}

.right-div2-content{
	position:relative;
	width:310px;
	height:auto;
	border:1px solid #d0d0d0;
	margin-top: 15px;
	padding: 5px 10px;
}


/*快速链接*/
.quickimg
{
    height:70px;
    border:solid 1px #dfdfdf;
    width:280px;
    margin:5px auto;
}
.quickimg img
{
    margin:2px;
    height:65px;
    width:276px;
}

/*专业列表链接*/
.majorbox{   
    width:270px;
    margin:8px 20px;    
    display:block;
	border-bottom:dotted 1px #d0d0d0;
}

.majorbox .department{
    color:#b71111;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    width:250px;
    clear:both;
}

.majorbox .major{   
    font-size:14px;
    color:#56585a;
    margin-left:30px;
    width:210px;
}
.majorbox .major a,.majorbox .major a:visited{
    display:block;
    line-height:18px;
    text-align:left;
    margin:5px auto;
    cursor:pointer;
    text-decoration:none;
    color:#56585a;
    overflow:inherit;
}
.0majorbox .major a:hover{
    0background:#ff6a00;
	background:#ebb100;
	text-decoration:none;
    color:#f8eeee;
}


/*--- 学生榜样 ---*/
.xsby{position:relative;width:1160px; padding: 0px 20px;}
.xsby-title {width:100%; height:52px; background-image: url(../images/title-6.jpg); background-repeat: no-repeat;}
.xsby-content{
	position:relative;
	width:1152px;
	min-height:140px;
	border:1px solid #d0d0d0;
	margin-bottom: 20px;
	padding: 0px 6px 5px 6px;
	font-size: 13px;
	line-height: 25px;
}


