.discuss_content {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	padding: 0 0 30px;
}

/*技术研讨列表*/
.discuss_content .discuss_left {
	width: 1010px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0;
}
.discuss_left .discuss_list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
.discuss_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px;
}
.discuss_list a:nth-of-type(2n+1) {
	background-color: #f5f5f5;
}
.discuss_list a:nth-of-type(2n) {
	border: 1px solid #ededed;
}
.discuss_list a h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 35px;
	font-size: 16px;
	overflow: hidden;
	font-family: arial;
	color: #c1c1c1;
	position: relative;
	transition: all 1s;
}
.discuss_list a h3 span {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 15px;
}
.discuss_list a h3 span img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -8px;
}
.discuss_list a h3 span img:nth-of-type(1) {
	opacity: 0;
}
.discuss_list a .list_txt {
	width: 100%;
	overflow: hidden;
	padding: 50px 50px 50px 35px;
}
.discuss_list a .list_txt h2 {
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	color: #000000;
	overflow: hidden;
	margin: 0 0 10px;
}
.discuss_list a .list_txt p {
	width: 100%;
	line-height: 24px;
	height: 48px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}
.discuss_list a:hover h3 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0d65bc;
}
.discuss_list a:hover h3 span img:nth-of-type(1) {
	opacity: 1;
}
.discuss_list a:hover h3 span img:nth-of-type(2) {
	opacity: 0;
}
.discuss_list a:hover .list_txt h2 {
	color: #0d65bc;
}
@media only screen and (max-width: 991px ) {
	.discuss_content .discuss_left {
		width: 100%;
	}
	.discuss_list a .list_txt h2 {
	    height: auto;
	    max-height: 60px;
	}
}
@media only screen and (max-width: 767px ) {
	.discuss_list a h3 {
	    height: 40px;
	    line-height: 40px;
	    padding: 0 20px;
	    font-size: 14px;
	}
	.discuss_list a h3 span {
	    right: 20px;
	    top: 10px;
	}
	.discuss_list a .list_txt {
	    padding: 20px;
	}
	.discuss_list a .list_txt h2 {
	    height: auto;
	    line-height: 20px;
	    font-size: 16px;
	    max-height: 40px;
	    margin: 0 0 5px;
	}
	.discuss_list a .list_txt p {
	    line-height: 20px;
	    height: 40px;
	    font-size: 12px;
	}
}
@media only screen and (min-width: 992px ) {
	.discuss_content .discuss_left {
		width: 610px;
	}
	.discuss_list a .list_txt h2 {
	    height: auto;
	    max-height: 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.discuss_content .discuss_left {
		width: 730px;
	}
	.discuss_list a .list_txt h2 {
		height: auto;
	    max-height: 60px;
	}
}
@media only screen and (min-width: 1450px) {
	.discuss_content .discuss_left {
		width: 1010px;
	}
	.discuss_list a .list_txt h2 {
	    height: 30px;
	}
}
/*协会动态详情*/
.discuss_title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	text-align: center;
	color: #aeaeae;
	line-height: 20px;
	padding: 0 0 15px;
}
.discuss_title h1 {
	color: #333333;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 10px;
}
.discuss_title span {
	display: inline-block;
	margin: 0 10px;
}
.discuss_title span a {
	color: #aeaeae;
}
.discuss_title span a:hover {
	color: #1f63b4;
	text-decoration: underline !important;
}
.discuss_details {
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	padding: 20px 0;
}
.discuss_details p {
	margin: 0 0 7px;
}
.discuss_details img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}