﻿/*轮播图*/
.banner .swiper-slide a {display: block; height: 280px;}
.swiper-pagination-bullet-active{background: #323130;}
.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 30px;}
/*轮播图 end*/


.waterfall-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.waterfall-item {
  margin-bottom: 20px;
  width: calc(33.33% - 10px);
}


.index_left {
	width: 260px;
	.index_left-box{background: #fcfcfc;}
	.index_category{
		border-bottom: 1px solid #e9e9e9;
		.item {
			color: #656a75;
			img{width: 22px; display: block;}
			&:hover{background: #f2f3f5; color: #252b38;}
			&.on{background: #f2f3f5; color: #252b38;}
		}
	}
	.index_information{
		color: #a8adb6;line-height: 1.8;
	}
}
.index_center {
	min-height: 800px;
	flex: 1; width: 0;
	.index_topic {
		.topic_list{
			.item{
				box-shadow: 0 0 7px 1px #f4f4f4;
				display: block;
				border-radius: 5px;
				overflow: hidden;
				margin-bottom: 15px;
				.info{
					.title {line-height: 1.6;}
					.leadin {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
				}
				img{width: 100%;}
			}
		}
	}
}
.index_right{
	width: 260px;
	.fabu {
		height: 320px;
		padding: 40px 30px 45px 30px;
		border-radius: 5px; overflow: hidden; box-shadow: 0 0 6px 0px rgba(225,225,225,0.6);
		.photo{
			img{width: 65px; height: 65px; border-radius: 50%;}
		}
		.name{
			p{color: #252b38; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
			span{color: #a9a9a9;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
		}
		.link{
			a{color: #252b38;}
		}
		.fabu_button {
			background: #252b38;color: #fff; border-radius: 30px; height: 44px; width: 100%; display: block; line-height: 44px;
		}
	}
	.hot-topic{
		border-radius: 5px; overflow: hidden; box-shadow: 0 0 6px 0px rgba(225,225,225,0.6);
		.tit{
			line-height: 1;
			letter-spacing: 1px;color: #707684;
			img{height: 24px;}
		}
		.hottopic_list{
			.item{
				display: block;
				.title{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.6;}
				.author{
					color: #b2b6be;
					margin-right: 5px;margin-top: 5px;
				}
			}
		}
	}
}