/*ÓÒ±ß*/
.main-rt {
	float: right;
	width: 310px;
	margin-top: 10px;
}

.add-design {
	width: 100%;
	height: 69px;
	float: left;
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #ff6600;
	border: 1px solid #df4400;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 5px #8b929a;
	box-shadow: 0 1px 5px #8b929a;
	margin-bottom: 10px;
}

.add-design.share-res {
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #3572e1;
	border: 1px solid #1e5fd7;
}

.add-design.share-res:hover {
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #2f6cdc;
}

.add-design p {
	text-align: center;
	font-size: 23px;
	color: #fff;
	padding-top: 8px;
}

.add-design span {
	text-align: center;
	font-size: 16px;
	color: #ffdf49;
	display: block;
}

.add-design:hover {
	cursor: pointer;
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #ff7316;
}

.ad {
	width: 100%;
	height: auto;
	float: left;
}

.ad img {
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 309px;
	height: 150px;
}

.article-right {
	width: 310px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.article-right .new-article {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
	border-radius: 2px;
}

.article-right .new-article .new-article-list {
	width: 100%;
	float: left;
}

.article-right .new-article .new-article-list ul {
	float: left;
	margin: 10px 0 12px 17px;
}

.article-right .new-article .new-article-list ul li {
	width: 280px;
	height: auto;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-right .new-article .new-article-list ul li b {
	width: 4px;
	height: 4px;
	float: left;
	background: #ff7632;
	margin-top: 13px;
	margin-right: 10px;
}

.article-right .new-article .new-article-list ul li a {
	font-size: 14px;
	color: #333;
}

.article-right .new-article .new-article-list ul li a:hover {
	color: #ff4200;
	text-decoration: underline;
}

.article-right .release {
	width: 100%;
	height: 69px;
	float: left;
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #00bcd9;
	border: 1px solid #34ccda;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 5px #8b929a;
	box-shadow: 0 1px 5px #8b929a;
	margin-bottom: 10px;
}

.article-right .release p {
	text-align: center;
	font-size: 23px;
	color: #fff;
	padding-top: 8px;
}

.article-right .release span {
	text-align: center;
	font-size: 16px;
	color: #f8ff89;
	display: block;
}

.article-right .release:hover {
	cursor: pointer;
	background: url(../../image/teacher/arrow-right.png) 248px 17px no-repeat #01b3cf;
}