@charset "utf-8";

/* css document */

/*左边*/
.main-lf {
	float: left;
	width: 880px;
	margin-top: 10px;
}

/*右边*/
.main-rt {
	float: right;
	width: 310px;
	margin-top: 10px;
}

/*我的主页左边*/
.home-main-lf {
	width: 310px;
	float: left;
	margin-top: 10px;
}

/*我的文章*/

.article-left {
	width: 878px;
	height: auto;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	float: left;
	margin-top: 10px;
}

.article-left-main {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

.article-type {
	width: 850px;
	height: 38px;
	float: left;
	border-bottom: 2px solid #cfebf5;
}

.article-type ul {
	float: left;
}

.article-type ul li {
	min-width: 60px;
	float: left;
	font-size: 14px;
	color: #1a5863;
	text-align: center;
	margin-right: 25px;
	line-height: 38px;
}

.article-type ul li.active {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 3px solid #2595b7;
}

.article-type ul li:hover {
	cursor: pointer;
}

.article-type .classify {
	float: right;
	font-size: 14px;
	line-height: 38px;
	color: #1a5863;
	padding-right: 7px;
}

.article-type .classify.active {
	float: right;
	font-size: 14px;
	line-height: 38px;
	color: #1a5863;
	padding-right: 7px;
    border-bottom: 3px solid #2595b7;
}

.article-type .classify i.more-arrow {
	width: 8px;
	height: 5px;
	float: right;
	background: url(../../image/teacher/sort.png) no-repeat;
	margin-top: 17px;
	margin-left: 8px;
}

.article-type .more-classify {
	position: absolute;
	top: 390px;
	z-index: 10001;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 2px;
	border: 1px solid #b2b7bc;
	-webkit-box-shadow: 0 1px 10px #a5aeb4;
	box-shadow: 0 1px 10px #a5aeb4;
	display: none;
}

.article-type .more-classify dl {
	width: 100%;
}

.article-type .more-classify dl dd {
	position: static;
	float: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.article-type .more-classify dl dd a {
	white-space: nowrap;
	font-size: 14px;
	min-width: 50px;
	color: #1a5863;
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 0 13px;
}

.article-type .more-classify dl dd a:hover {
	color: #ff7632;
	text-decoration: underline;
}

.article-type .classify:hover {
	cursor: pointer;
}

.article-type .classify:hover .more-classify {
	display: block;
}

.article-list {
	width: 100%;
	float: left;
}

.article-total {
	width: 100%;
	height: 40px;
	float: left;
}

.article-total p {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 42px;
	color: #1a5863;
}

.article-total p b {
	color: #ff4200;
	font-family: arial;
	padding: 0 5px;
}

.article-total .sort {
	width: 99px;
	height: auto;
	float: right;
	background: #fff;
	border: 1px solid transparent;
	margin-top: 5px;
	position: relative;
}

.article-total .sort dl {
	width: 97px;
	height: auto;
	margin: 0 auto;
}

.article-total .sort dl dd {
	width: 100%;
	height: 31px;
	font-size: 14px;
	color: #1e97a4;
	line-height: 30px;
	float: left;
}

.article-total .sort dl dd i.sort-arrow {
	width: 8px;
	height: 5px;
	float: right;
	background: url(../../image/teacher/sort.png) no-repeat;
	margin-top: 12px;
}

.article-total .sort dl dd:hover {
	cursor: pointer;
	color: #ff4200;
}

.article-total .sort dl dd.line {
	width: 100%;
	height: 1px;
	background: #ccc;
	display: none;
}

.article-total .sort dl dd.down {
	display: none;
}

.article-total .sort:hover {
	border: 1px solid #ccc;
}

.article-total .sort:hover dd.line {
	display: block;
}

.article-total .sort:hover dd.down {
	display: block;
}

.no-article {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 135px;
}

.no-article img {
	margin: 0 auto;
	display: block;
}

.no-article p {
	text-align: center;
	font-size: 16px;
	color: #999;
	padding-top: 15px;
}

.article-list-main {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.article-list-main ul {
	width: 100%;
	float: left;
}

.article-list-main ul li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
	margin-top: 17px;
}

.article-list-main ul li h4 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-list-main ul li h4 a {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.article-list-main ul li h4 a:hover {
	color: #ff4200;
	text-decoration: underline;
}

.article-list-main ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-bottom: 10px;
}

.article-list-main ul li p a {
	font-size: 14px;
	color: #ff4200;
}

.article-list-main ul li p a:hover {
	text-decoration: underline;
}

.article-list-main ul li dl {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.article-list-main ul li dl dd {
	font-size: 14px;
	color: #999;
	float: left;
	line-height: 16px;
}

.article-list-main ul li dl dd.time {
	font-family: arial;
}

.article-list-main ul li dl dd em {
	font-style: normal;
	font-family: arial;
}

.article-list-main ul li dl dd.line {
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 0 15px 0 15px;
}

.article-list-main ul li.pictorial img {
	width: 99px;
	height: 99px;
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;
}

.article-list-main ul li.pictorial p {
	width: 738px;
	margin-top: -5px;
}

.article-list-main ul li.pictorial dl {
	width: 738px;
	position: absolute;
	margin-top: 115px;
	margin-left: 112px;
}