.homeframe {
	width:1200px;
	margin:0 auto;
	background:#9c84ce;
	height:550px;
	padding-top:20px;
	box-sizing:border-box;
	position:relative;
}

.homeframe #nav {
	position:absolute;
	top:40px;
	left:80px;
	z-index:99;
}

.homeframe #nav ul {
	background:#404040;
}

.homeframe #nav ul li a {
	color:#aea8a8;
}

.homeframe #nav ul li.active a {
	color:#f56f6c;
	font-weight:bold;
}

.homeframe #nav ul li:hover a {
	color:white;
}

.homeframe #nav ul li.split {
	background:#aea8a8;
}

.homeframe .imgs {
	
}

.homeframe .imgs img {
	vertical-align:top;
}

.homeframe .item_big {
	width:300px;
	float:left;
	
}

.homeframe .item_big img {
	width:300px;
	height:260px;

}

.homeframe .imgs .item {
	float:left;
	margin-bottom:17px;
	
	margin-left:3%;
	box-sizing:border-box;
   
}
.homeframe .imgs .topitem {
	margin-bottom:17px;
	position:relative;
}

/*--------增加学部介绍-------by yudandan--*/
.homeframe .imgs .topbrief {
	background-color:#fff;
	
	padding:20px 40px;
	box-sizing:border-box;
	margin-bottom:17px;
	position:relative;
}

.homeframe .imgs .topbrief .info .title {
	font-weight:bold;
}

.homeframe .imgs .topbrief .info .title:hover {
	color:gray;
}

.homeframe .imgs .topbrief .info .title2 {
	margin-top:20px;
	color:gray;
	line-height:1.8em;
	font-size:12px;
}

.homeframe .imgs .topbrief .info .title2:hover {
	color:black;
}
/*---------------------------------------*/

.homeframe .imgs .topitem .btn {
	position:absolute;
	bottom:71px;
	text-align:right;
	width:100%;
	padding-right:40px;
	box-sizing:border-box;
}

.homeframe .imgs .topitem .btn button {
	background:#f56f6c;
	color:white;
	border-radius:20px;
	padding:10px 30px;
	border:none;
}

.homeframe .imgs .topitem .btn button:hover {
	background:purple;
	cursor:pointer;
}

.homeframe .imgs .topitem .time {
	background:url('../images/renwu.jpg') left center no-repeat;
	padding-left:15px;
	color:gray;
	position:absolute;
	bottom:30px;
	right:40px;
}

.homeframe .imgs .topitem .time:hover {
	color:#F0F;
}

.homeframe .imgs .topitem .time .red {
	color:#ff6565;
}

.homeframe .imgs .topitem .time .red:hover {
	color:#F0F;
}

.homeframe .imgs .bottomitem {
	
	padding-right:30px;
}

.homeframe .imgs .bottomitem .item {
	
	
}

.homeframe .imgs .bottomitem .item:nth-child(2n-1) {
	margin-left:0px;
}

.homeframe .imgs .bottomitem .subitem {
	margin-bottom:17px;
	
	float:left;
}

.homeframe .imgs .item img {
	width:100%;
	height:260px;
	
}

.homeframe .imgs .item .info {
	background:white;
	padding:20px 40px;
	box-sizing:border-box;
}

.bigtitle {
	font-weight:bold;
	padding:13px 20px 0px 20px;
           color:#0066cc;
           }

.homeframe .imgs .item .info .title:hover {
	color:gray;
}

.smalltitle2 {
	margin-top:20px;
	color:gray;
	line-height:1.8em;
	font-size:12px;
	padding:0px 11px 20px 12px;
           text-align:left;
}

.homeframe .imgs .item .info .title2:hover {
	color:black;
}

.homeframe .imgs .item .info .bot {
	
	margin-top:30px;
}

.homeframe .imgs .item .info .bot .botleft {
	float:left;
}

.homeframe .imgs .item .info .bot .botleft .time {
	background:url('../images/renwu.jpg') left center no-repeat;
	padding-left:15px;
	color:gray;
}

.homeframe .imgs .item .info .bot .botleft .time:hover {
	color:#F0F;
}

.homeframe .imgs .item .info .bot .botleft .time .red {
	color:#ff6565;
}

.homeframe .imgs .item .info .bot .botleft .time .red:hover {
	color:#F0F;
}

.homeframe .imgs .item .info .bot .botright {
	float:right;
	background:url(../images/zan.png) right center no-repeat;
	padding-right:15px;
}

.homeframe .imgs .item .info .bot .botright:hover {
	background:url(../images/zan_red.png) right center no-repeat;
	color:red;
}

.homeframe .imgs .item .info .bot .botright span:hover {
	color:red;
}

.subitem {
	margin-bottom:17px;
	width:209px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
          text-align:center;
          padding:10px 10px;
         }

.subitem:hover {
	background:#ccc;
}


.text_link:link{
	color:white;
}
.text_link:visited{
	color:white;
}
.text_link:active{
	color:white;
}
.text_link:hover {
	color:#008ed3;
}