.clear {clear: none;}

.banner {
    height: 400px;
}

.dynamic {
    padding-top: 30px;
}

.dynamic .dynamic-item {
    margin-top: 31px;
}

.dynamic-item .date {
    margin-right: 32px;
    color: #595757;
    margin-top: 50px;
}

.dynamic-item .date em {
    display: block;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 2px solid #595757;
    text-align: center;
}

.dynamic-item .date span {
    display: block;
    margin-top: 10px;
}

.dynamic-item .content {
    width: 612px;
    height: 196px;
    margin-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic-item .title {
    color: #a50082;
    font-size: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.dynamic-item .summary {
    margin-top: 40px;
    font-size: 18px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 最新动态 */
.lastest-dynamic .list {
    margin-top: 30px;
}


.lastest-dynamic .item {
    margin-right: 20px;
}

.lastest-dynamic .title {
    width: 347px;
    height: 48px;
    background: url(../images/icons/hot_news.png) no-repeat;
    margin: 0 auto;
    margin-top: 90px;
}

.lastest-dynamic .desc {
    background: #a50082;
    color: #fff;
    padding: 10px 0 10px 25px;
    
}

.lastest-dynamic .item {
	width: 344px;
}

.lastest-dynamic .item em,
.lastest-dynamic .item span {
    display: block;
}

.lastest-dynamic .item em {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lastest-dynamic .item img {
	width: 344px;
	height: 243px;
}

.img img {
	width: 277px;
	height: 196px;
}

/* 动态详情 */
.news-detail {
	padding: 0 50px;	
}

.news-title {
	text-align: center;
	color: #000;
	font-size: 30px;
	margin-top: 40px;
}
.news-date {
	text-align: center;
	color: #b5b5b6;
	font-size: 15px;
	font-weight: normal;
	padding: 20px 0;
	border-bottom: 2px solid #aa0d88;
}

.news-content {
	padding-top: 20px;
	overflow: hidden;
}
