.dynamic_content {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	padding: 0 0 30px;
}

/*协会动态列表*/
.dynamic_content .dynamic_left {
	width: 1010px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0;
}
.dynamic_left .dynamic-menu {
	width: 100%;
	overflow: hidden;
}
.dynamic-menu a {
	display: block;
	width: 110px;
	height: 40px;
	overflow: hidden;
	border-radius: 4px;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	background-color: #d3d3d3;
	margin: 0 10px 0 0;
}
.dynamic-menu a:last-of-type {
	margin: 0;
}
.dynamic-menu a:hover {
	color: #1f63b4;
	font-weight: bold;
	line-height: 36px;
	background-color: transparent;
	border: 2px solid #1f63b4;
}
.dynamic-menu a.active {
	background-color: #1f63b4;
	font-weight: bold;
	color: #FFFFFF;
}
.dynamic_left .dynamic-list {
	width: 100%;
	overflow: hidden;
	margin: 25px 0 40px;
}
.dynamic-list a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 13px 0 12px;
	border-bottom: 1px solid #e7e7e7;
}
.dynamic-list a img {
	width: 180px;
	float: left;
	margin: 0 20px 0 0;
}
.dynamic-list a .list-txt {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	overflow: hidden;
	padding: 10px 0 5px;
}
.list-txt h4 {
	width: 100%;
	line-height: 25px;
	height: 25px;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-txt p {
	width: 100%;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	color: #656464;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 7px 0 0;
}
.list-txt span {
	display: block;
	width: 130px;
	line-height: 25px;
	height: 25px;
	color: #9a9a9a;
	overflow: hidden;
	margin: 20px 0 0;
}
.dynamic-list a:hover .list-txt h4 {
	color: #1f63b4;
	font-weight: bold;
}
@media only screen and (max-width: 991px ) {
	.dynamic_content .dynamic_left {
		width: 100%;
	}
}
@media only screen and (max-width: 767px ) {
	.dynamic-menu a {
		width: 63px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 5px 0 0;
	}
	.dynamic-menu a:hover {
		line-height: 28px;
		border: 1px solid #1f63b4;
	}
	.dynamic_left .dynamic-list {
	    margin: 20px 0;
	}
	.dynamic-list a img {
	    width: 100%;
	    float: none;
	    margin: 0 0 5px;
	}
	.dynamic-list a .list-txt {
	    width: 100%;
	    overflow: hidden;
	    padding: 10px 0 5px;
	}
	.list-txt h4 {
	    line-height: 22px;
	    height: 22px;
	    font-size: 18px;
	}
	.list-txt p {
	    font-size: 12px;
	    margin: 5px 0 0;
	}
	.list-txt span {
	    line-height: 20px;
	    height: 20px;
	    margin: 10px 0 0;
	}
}
@media only screen and (min-width: 992px ) {
	.dynamic_content .dynamic_left {
		width: 610px;
	}
}
@media only screen and (min-width: 1200px) {
	.dynamic_content .dynamic_left {
		width: 720px;
	}
}
@media only screen and (min-width: 1450px) {
	.dynamic_content .dynamic_left {
		width: 1010px;
	}
}
/*协会动态详情*/
.dynamic_title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	text-align: center;
	color: #aeaeae;
	line-height: 20px;
	padding: 0 0 15px;
}
.dynamic_title h1 {
	color: #333333;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 10px;
}
.dynamic_title span {
	display: inline-block;
	margin: 0 10px;
}
.dynamic_title span a {
	color: #aeaeae;
}
.dynamic_title span a:hover {
	color: #1f63b4;
	text-decoration: underline !important;
}
.dynamic_details {
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	padding: 20px 0;
}
.dynamic_details p {
	margin: 0 0 7px;
}
.dynamic_details img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
