.banner img{
	width: 100%;	
}
.navbar-title{
	height: 70px;
	border-bottom: 1px solid #dbdbdb;
}
.navbar-title .navbar-left{
	height: 210px;
    padding: 0px;
    position: relative;
    margin-top: -140px;
    background: url(../image/college/icon.png) left bottom no-repeat;
}
.navbar-title .navbar-left p{
	margin: 20px 0px 0px;
	padding-left: 15%;
    font-size: 32px;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    background: url(../image/college/navbar-bg.png)top left no-repeat;
    background-position: 16% 0px;
}
.navbar-title .navbar-right ul{
	margin: 0px;
}
.navbar-title .navbar-right ul li{
	list-style: none;
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.navbar-title .navbar-right ul li a{
	font-size: 16px;
	text-decoration: none;
	color: #404040;
}
/*.navbar-title .navbar-right ul .home a{
	font-size: 16px;
	color: #8e1616;
	text-decoration: none;
	padding-left: 25px;
	background: url(../image/college/home.png)left no-repeat;
}*/

.navbar-right .home{
	font-size: 16px;
	padding-left: 25px;
	background: url(../image/college/home.png)left no-repeat;
	height: 70px;
	line-height: 70px;
}

.navbar-right .home a{
	color: #404040;
}

.navbar-right .home a:first-child,
.navbar-right .home a:hover{
	color: #8e1616;
}

/*sort*/
.sort{
	padding-left: 0px;
}
.sort ul{
	margin: 0px;
	border-left: 1px solid #8e1616;
	padding-top: 50px;	
}
.sort ul li{
	margin-top: 20px;
	list-style: none;
	height: 35px;
	line-height: 35px;
	width: 100%;
	text-align: left;
	padding-left: 20px;
}
.sort ul li a{
	font-size: 16px;
	color: #262626;
	text-decoration: none;
}

.sort ul .sort-5{
	padding-left: 28px;
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
}
.sort ul .sort-5-active{
	padding-left: 28px;
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
}

.sort ul .sort-5 a{
	font-size: 14px;
}
.sort ul .sort-1-active a{
	color: #ffffff;
	padding-left: 8px;
}
.sort ul .sort-2-active a{
	color: #ffffff;
	padding-left: 8px;
}
.sort ul .sort-3-active a{
	color: #ffffff;
	padding-left: 8px;
}
.sort ul .sort-4-active a{
	color: #ffffff;
	padding-left: 8px;
}
.sort ul .sort-5-active a{
	font-size: 14px;
	color: #5a59b9;
}
.sort ul .sort-1{
	border-left: 8px solid #8e1616;
}
.sort ul .sort-2{
	border-left: 8px solid #f19149;
}
.sort ul .sort-3{
	border-left: 8px solid #208ab8;
}
.sort ul .sort-4{
	border-left: 8px solid #5a59b9;
}
.sort ul .sort-1-active{
	background: #8e1616;
}
.sort ul .sort-2-active{
	background: #f19149;
}
.sort ul .sort-3-active{
	background: #208ab8;
}
.sort ul .sort-4-active{
	background: #5a59b9;
}
.content-main{
	margin-top: 70px;
	background: url(../image/college/sort-bottom.png) left bottom no-repeat;
}
.content-title{
	width: 90%;
	margin: auto;
}
.content-title p{
	margin: 0px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #8f1717;
    background: url(../image/college/sort-bg.png) left top no-repeat;
    font-size: 20px;
    color: #8f1717;
}
.content-title .demo-list{
	height: 50px;
}
.content-title .demo-list ul li{
	list-style: none;
	float: left;
	margin-right: 15px;
	line-height: 50px;
}
.content-title .demo-list .site-search{
	z-index: 99;
	padding-top: 11px;
}
.content-title .demo-list .site-search .keyword{
	border:1px solid #961c19;
	padding: 3px 12px;
	border-radius: 5px;
}
.content-title .demo-list .site-search .search-btn{
	width: 36px;
    height: 26px;
    overflow: hidden;
    border: none;
    background: url(../image/home/search.png) center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
.content-list{
	width: 90%;
	margin: auto;
	margin-top: 20px;
	padding-bottom: 67px;
}
.content-list ul li{
	list-style: none;
	margin-top: 20px;
}
.media{
	position: relative;
	height: 100px;
	border: 1px solid #8f1717;
	border-color: rgba(146,43,43,0.1);
}
.media:hover{
	position: relative;
	height: 100px;
	border:0px;
	border-bottom: 1px solid #dbdbdb;
}
.media:hover .date{
	position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 100px;
    background: url(../image/information/list-hover.png)right no-repeat;
}
.media-list{
	border:1px solid #8f1717;
}

.media .media-body a{
	text-decoration: none;
	color: #323232;
}
.media .media-body h4{
	font-size: 16px;
    margin-top: 10px;
    color: #282828;
}
.media .media-body p{
	color: #282828;
	text-align: justify;
	font-size: 12px;
}
.media .media-left img{
	height: 100px;
	width: 133px;
}
.media .media-body{
	width: 540px;
}
.media .date{
	position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 100px;
    background: url(../image/information/list-left.png)right no-repeat;
}
.media-list .date{
	background: url(../image/information/list-left.png)right no-repeat;
	top: -1px;
}
.media .date span{
	font-size: 20px;
	color: #ffffff;
	display: block;
	width: 80px;
	margin-top: 5px;
	margin-left: 20px;
	text-align: center;
}
.media .date p{
	font-size: 14px;
	color: #ffffff;
	width: 80px;
	margin-left: 20px;
	text-align: center;
}

.media .zhiding{
	position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    color: #f19149;
    text-decoration: none;
}

.content-list ul li .list-info{
	height: 55px;
	border:1px solid #922b2b;
	border-color: rgba(146,43,43,0.1);
	border-right: 0px;
	
}
.content-list ul li .list-info a{
	line-height: 56px;
	color: #282828;
	text-decoration: none;
	font-size: 16px;
	padding-left: 10px;
}
.content-list ul li .list-info .date{
	margin-top: -6px;
	height: 60px;
	width: 100px;
	float: right;
	text-align: center;
	background: url(../image/information/list-left.png) right no-repeat;
}
.content-list ul li .list-info .date span{
	font-size: 20px;
	color: #ffffff;
	display: block;
	width: 80px;
	margin-top: 5px;
	margin-left: 20px;
}
.content-list ul li .list-info .date p{
	font-size: 14px;
	color: #ffffff;
	width: 80px;
	margin-left: 20px;
}
