.edu-menu-ads-wrapper {
	overflow: hidden;
	height: auto;
	margin-top: 100px;
}

/*.edu-menu,
.edu-ads {
	float: left;
}*/

.edu-menu {
	width: 16%;
	height: 288px;
	/*background: rgb(37, 37, 37);*/
	background: #00618C;
}

.edu-menu,
.edu-ads {
	width: 100%;
}

.swiper-container {
	width: 100%;
}

.edu-menu .edu-menu-link {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	background: #00618C;
	text-align: center;
	color: #ffffff;
	margin: 10px auto;
	width: 130px;
	border-radius: 40px;
}

.edu-menu .edu-menu-link:hover,
.edu-menu .edu-menu-link:active,
.edu-menu .edu-menu-link.active {
	/*background: rgba(21, 21, 21, 1);*/
	color: #00618C;
	transition: background-color .2s;
	background: #fff;
	font-size: 17px;
	font-weight: bold;
}

.edu-content-top {
	width: 1200px;
}

.edu-content-list {
	overflow: hidden;
	margin: 20px 0;
}

.edu-left-list,
.edu-right-list {
	float: left;
}

.edu-left-picture {
	width: 100%;
	overflow: hidden;
	height: 80px;
	background: url(../img/news.png)
}

.edu-left-picture h1 {
	margin-left: 34px;
	margin-top: 22px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.edu-left-picture span {
	font-weight: 400;
	margin-left: 34px;
	color: rgba(237, 235, 235, 1);
}

.edu-switch-content {
	padding: 0 20px;
	overflow: hidden;
	background: rgb(247, 248, 250);
}

.edu-list-title {
	font-weight: bold;
	margin: 20px 0 5px 0;
}

.edu-list-eng {
	font-size: 12px;
	color: rgba(135, 134, 134, 1)
}

.edu-divider {
	width: 100%;
	height: 1px;
	background: rgba(234, 235, 236, 1);
	margin: 16px 0;
}

.edu-list-title>span {
	vertical-align: bottom;
}

.edu-left-list {
	width: 785px;
	margin-right: 15px;
}

.edu-right-list {
	width: 400px;
}

.article-wrapper {
	overflow: hidden;
}

.article-item {
	display: block;
	/*position: relative;*/
	/*height: 133px;*/
	overflow: hidden;
	padding: 19px 0;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}
.article-wrapper .article-item:last-child{
	border-bottom: none;
}
.article-time {
	display: block;
	float: right;
	/*position: absolute;*/
	/*right: 0px;*/
	color: #666666;
}
.article-box{
	overflow: hidden;
}
.article-title {
	/*width: 550px;*/
	float: left;
	font-size: 16px;
	margin-right: 10px;
	color: rgb(34, 116, 153);
}
.article-guide {
	font-size: 14px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.article-tags{
	position: relative;
	top: -1px;
}
.confirm-btn,.confirm-btn:hover,.confirm-btn:active{
	background: #00618C;
	border:none;
	color: #FFFFFF;
}
.annouce-item>a {
	display: block;
	width: 340px;
	height: 32px;
	line-height: 32px;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.annouce-item>a:before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	top: -1px;
	margin-right: 6px;
	background-color: #AEAEAE;
}
.annouce-item>a:hover:before{
	background-color: rgb(254,154,64);
}
.annouce-item>a:hover,
.annouce-item>a:active {
	color: rgb(254,154,64);
}
#edu-annouce-banner{
	margin-top: 20px;
}
#edu-annouce-banner>img {
	display: block;
	width: 399px;
	height:175px;
}


/*学校推广*/
.edu-content-bottom>h2{
	font-weight: bold;
	color:rgb(37,37,37);
}
.edu-content-bottom>span{
	font-weight: 400;
	color:#878686;

}
.edu-schools {
	width: 1400px;
	margin: 30px auto;
	margin-bottom: 40px;
}

.edu-school {
	display: inline-block;
	overflow: hidden;
	width: 100px;
	margin-right: 75px;
}

.edu-school img {
	display: block;
	width: 100px;
	height: auto;
}



body{
	min-width: 1200px;
}

.article-item .article-guide {
	margin: 6px 0;
}
.article-item p.article-guide{
	height: 42px;
}