﻿/* CSS Document */

main ,footer { display:block;}
.main-wrapper{ margin-bottom:40px;min-height: 600px;}
.main-advertisement{ margin: 0 auto; margin-top:15px;}
.pc-content{ position:relative; margin: 15px auto 0;}
.pc-content:after {
    clear: both;
}
.pc-content:after {
    content: "";
    display: table;}
.article-left{ float:left; width:1200px;}


/*其他校区活动安排*/
.all-list{ margin:0 0 15px 0;}
.all-list-title{ padding:20px; font-size:18px; border-bottom:1px solid #eee; background:#fff;}
.all-list-title span{ float:right; color:#bbb; font-size:16px; vertical-align:middle;}
.all-list-title span a{ color: #bbb; margin: 0 10px;}
.all-list-title span a:hover{ color:#333;}
.all-list-con{ overflow:hidden;}
.all-list-con ul { margin-right: -20px; margin-bottom: -20px;}
.all-list-con ul li{ float: left; margin-top:15px;}



.all-list-list{ position: relative; background: #fff; margin: 0 20px 0 0;}
.all-list-con ul li:hover .all-list-list{display:block; box-shadow:0 0 9px rgba(0,0,0,0.35);}

.all-list-list .all-list-pic{ position: relative;overflow:hidden;}
.all-list-list .all-list-pic a img { vertical-align: middle; border: none; width: 100%; display: block;}
.all-list-list .all-list-pic a img:hover{ opacity:0.9; -webkit-transition: .1s; transition: .1s;}
.all-list-info{ border-bottom: 1px solid #eee; padding: 11px 20px 13px; position: relative;}
.all-list-info-title {
	margin-top:10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-list-info-title a {
	font-size:16px;
	color:#0e0e0e;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-list-info-title a:hover{ color:#ff6600;}
.all-list-info-time {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 17px;
    height: 18px;
    display: none;
}

.all-list-info-time a{ color:#666;}
.all-list-info-time a:hover{ color:#ff6600;}

.all-list-info-item {
    font-size: 12px;
    color: #bbb;
	overflow:hidden;
}
.display-addtime{ float:left;}
.display-read{ float:right;}

.all-list-btn {
    padding: 15px 20px;
    font-size: 12px;
    position: relative;
	overflow:hidden;
}

.all-list-info i{ margin-right:10px; font-size:14px;}

/*分页*/
.all-list-page{ margin-top:80px;}
.all-list-box{ width: 100%; margin: 0 auto; text-align: center;}
.all-list-box a{ padding:15px 20px; background:#fff; color:#333; font-size:16px; -webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s;}
.all-list-box a:hover{ background:#408ed6; color:#fff;}
.all-list-box a.all-page-curr{ background:#408ed6; color:#fff; font-weight:500}

@media (max-width: 1440px){
#wrap-nav ul.menu li h3 a.depth_1{ padding:0 33px;}
.pc-content{ max-width:1200px; width:1200px;}
.main-advertisement{ width:1200px;}
#wrap-nav{ width:1200px;}

.all-list-con ul li{ float: left; margin-top:15px; width:25%;}


 /*ul只有一个子元素的样式*/
.all-list-con ul li:nth-last-child(1):first-child{
	width:100%;
}

/*ul有2个子元素的样式*/
.all-list-con ul li:nth-last-child(2):first-child,
.all-list-con ul li:nth-last-child(2):first-child ~ li{
	width:calc(100% / 2);
}

/*ul有3个子元素的样式*/
.all-list-con ul li:nth-last-child(3):first-child,
.all-list-con ul li:nth-last-child(3):first-child ~ li{
	width:calc(100% / 3);
}
/*ul有4个子元素的样式*/
.all-list-con ul li:nth-last-child(4):first-child,
.all-list-con ul li:nth-last-child(4):first-child ~ li{
	width:calc(100% / 4);
}

.all-list-list ,.all-list-list .all-list-pic{ width:285px;}
.all-list-list .all-list-pic{ height:215px;}
}
@media (min-width: 1450px){
#wrap-nav ul.menu li h3 a.depth_1{ padding:0 38px;}
.pc-content{ max-width:1380px; width:1380px;}
.main-advertisement{ width:1380px;}
#wrap-nav{ width:1380px;}

.all-list-con ul li{ float: left; margin-top:15px; width:20%;}


 /*ul只有一个子元素的样式*/
.all-list-con ul li:nth-last-child(1):first-child{
	width:100%;
}

/*ul有2个子元素的样式*/
.all-list-con ul li:nth-last-child(2):first-child,
.all-list-con ul li:nth-last-child(2):first-child ~ li{
	width:calc(100% / 2);
}

/*ul有3个子元素的样式*/
.all-list-con ul li:nth-last-child(3):first-child,
.all-list-con ul li:nth-last-child(3):first-child ~ li{
	width:calc(100% / 3);
}
/*ul有4个子元素的样式*/
.all-list-con ul li:nth-last-child(4):first-child,
.all-list-con ul li:nth-last-child(4):first-child ~ li{
	width:calc(100% / 4);
}

.all-list-list ,.all-list-list .all-list-pic{ width:260px;}
.all-list-list .all-list-pic{ height:200px;}
}