@charset "utf-8";

/* css document */

/*动态详情页面样式*/

.wrap {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.wrap .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-nav {
	width: 100%;
	height: auto;
	float: left;
}

.news-nav .news-nav-main {
	width: 1200px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a {
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a:hover {
	color: #1CB177;
	text-decoration: underline;
}


/*教研活动详情*/

.details-title {
	width: 870px;
	height: 40px;
	float: left;
	margin-left: 10px;
}

.details-title b {
	width: 6px;
	height: 18px;
	float: left;
	margin-top: 11px;
	margin-right: 11px;
	background: #1cb177;
}

.details-title h3 {
	font-size: 18px;
	color: #222;
	float: left;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.details-title button {
	background: #19a26d;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: right;
}

.details {
	width: 100%;
	height: auto;
	float: left;
}

.details .details-left {
	width: 889px;
	height: auto;
	float: left;
	position:relative;
}

.details-left .activity-details {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}

.activity-details .details-intro {
	width: 870px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 13px;
	margin-bottom: 22px;
}

.activity-details .details-intro ul {
	width: 100%;
	float: left;
}

.activity-details .details-intro ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.activity-details .details-intro ul li samp {
	float: left;
	font-size: 14px;
	color: #666;
	padding-right: 12px;
	padding-top: 1px;
}

.activity-details .details-intro ul>li * {
	background: #fff !important;
}

.activity-details .details-intro ul li p {
	font-size: 14px !important;
	color: #222 !important;
	line-height: 23px !important;
}

.materials2{
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
	padding-bottom:5px;
}
.materials2 .materials2-main{
	float: left;
	width:95%;
	margin:19px 25px 0;
}
.materials2 .materials2-main dl {
	width: 100%;
	float: left;
}

.materials2 .materials2-main dl dd {
	width: 260px;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	margin-bottom:17px;
	margin-right: 20px;
}

.materials2 .materials2-main dl dd a.attach_name {
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	max-width:200px;
	font-size: 14px;
	color: #222;
    float: left;
}

.materials2 .materials2-main dl dd a.down_attach{
    width: 40px;
    height: 20px;
    line-height: 19px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #00af7e;
    text-align: center;
    font-size: 14px;
    color: #00af7e;
    display: none;
    margin-left: 10px;
    text-decoration: none !important;
    float: left;
}

.materials2 .materials2-main dl dd a.down_attach:hover{
	background: #00af7e;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.materials2 .materials2-main dl dd:hover a.down_attach{
	display: block;
}

.materials2 .materials2-main dl dd a:hover {
	color: #00af7e;
	text-decoration: underline;
}

.materials2 .materials2-main dl dd i {
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

/*研讨发言*/

.discussion {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 50px;
}

.details-title button.published {
	width: 90px;
	height: 28px;
	line-height: 25px;
	margin-top: 10px;
}

.details-title button.published:hover {
	background: #159966;
}

.discussion .comment {
	width: 837px;
	box-shadow: none;
	border: none;
	margin-left: 25px;
	margin-bottom: 0;
}

.discussion .comment .comment-main {
	margin: 0;
}

.discussion .comment .comment-main .pl-main .pl-main-list .pl-content {
	width: 765px;
}

.details .details-right {
	width: 298px;
	height: auto;
	float: left;
	margin-left: 10px;
}
