        body{background-color:#f7f7f7;}
		.news-container { background-color: #f7f7f7; padding-bottom: 30px; }
        .news-layout { width: 1200px; margin: 0 auto; background-color: #f7f7f7; }
        .f-l { float: left; }
        .tip { font-size: 16px; height: 54px; background-color: #fff; padding: 0 20px; line-height: 54px; margin-bottom: 20px; }
        .activity { color: #47beed; margin-right: 20px; cursor: pointer; }
        .activity-n { color: #333; margin-right: 20px; cursor: pointer; }
        .content { width: 1200px; background-color: #fff; }
            .content .list { margin: 0 30px; border-bottom: dotted 2px #e5e5e5; clear: both; padding: 30px 0; }
                .content .list:last-child { border-bottom: none; }
        .date { width: 100px; height: 100px; background-color: #ecf8fd; border-radius: 5px; text-align: center; }
        .day { font-size: 30px; color: #47beed; font-weight: bold; padding-top: 18px; padding-bottom: 10px; }
        .month { font-size: 16px; color: #47beed; }
        .newsImg img { width: 150px; height: 100px; border-radius: 5px; margin: 0 20px; }
        .title { font-size: 20px; cursor: pointer; line-height: 30px; max-width: 838px; }
            .title:hover { color: #47beed; }
        .txt { max-width: 838px; margin-top: 14px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; }
   
.ex-menu {
    font-size: 16px;
    padding: 20px 0;
    color: #666;
}

.ex-menu a {
    color: #666;
    cursor: pointer;
}

.ex-menu .iconfont {
    font-size: 18px;
}