/* 常规新闻列表（标题，描述，封面） */
.news-list {
	flex-wrap: wrap;
}

.news-list .cell {
	display: flex;
}

.news-list .cell.column {
	flex-direction: column;
}

.news-list.cover-smaller .cover {
	width: 100px;
	height: 100px;
}

.news-list .info {
	flex: 1;
}

.news-list.cover-smaller .cover+.info {
	margin-left: 16px;
}

.news-list a {
	font-size: 16px;
	color: #1648A8;
	line-height: 24px;
}

.news-list .describe {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
.news-list .describe a,.news-list .describe a:visited{
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

/* 封面不规则大小的新闻列表（封面，描述） */
.news-list-irregular .cell {
	flex: 1;
}

.news-list-irregular .cell:first-child {
	min-width: 100%;
	margin-bottom: 16px;
}

.news-list-irregular .cell:nth-child(3) {
	margin-left: 10px;
}

.news-list-irregular .cell .cover {
	width: 100%;
	height: 102px;
	border-radius: 8px;
}

.news-list-irregular .cell:first-child .cover {
	height: 214px;
}

.news-list-irregular .describe {
	line-height: 20px;
}

/* 单行新闻列表（标题） */
.news-list-single li+li,
.news-list-single+.news-list-single {
	margin-top: 10px;
}

.news-list-single li {
	display: flex;
	align-items: center;
}

.news-list-single li a {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	flex: 1;
}

.news-list-single.smaller li {
	margin-top: 6px;
}

.news-list-single.icon li::before,
.news-list-single.spot li::before {
	content: "";
	display: block;
	margin-right: 16px;
}

.news-list-single.icon li::before {
	width: 8px;
	height: 12px;
	background: url(../images/icon_guide.png) no-repeat center;
	background-size: cover;
}

.news-list-single.spot li::before {
	width: 6px;
	height: 6px;
	background: rgba(22, 72, 168, 0.4);
	border-radius: 50%;
}

.news-list-single.spot-large li+li {
	margin-top: 18px;
}

.news-list-single.spot-large li a {
	font-size: 16px;
}

.news-list-single.large li {
	line-height: 32px;
}

.news-list-single.large li a {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
}

.news-list-single.large-bold li:first-child a {
	font-weight: bold;
}

.news-list-single li a:hover {
	color: #B61918;
}

/* 新闻列表封面上有文字 */
.news-list.cover-title .cell {
	flex: 1;
}

.news-list.cover-title .cell+.cell {
	margin-left: 24px;
}

.news-list.cover-title .cover {
	width: 100%;
	height: 148px;
	position: relative;
}

.news-list.cover-title .cover p {
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 新闻列表-丰富（标题，时间，发布者，描述，封面） */
.news-list.abundant .cell {
	padding: 30px 0;
	border-bottom: 1px solid #EAEAEA;
	align-items: flex-start;
}

.news-list.abundant-large .cell {
	padding: 48px 0;
}

.news-list.abundant .info+.cover {
	margin-left: 40px;
}

.news-list.abundant .cover {
	width: 236px;
	height: 134px;
	border-radius: 8px;
}

.news-list.abundant-large .cover {
	width: 224px;
	height: 140px;
}

.news-list.abundant .title {
	font-size: 20px;
	color: #333;
	line-height: 28px;
	font-weight: bold;
}

.news-list.abundant .title span {
	color: #F95958;
}

.news-list.abundant-large .describe {
	font-size: 16px;
	color: #242424;
	line-height: 32px;
	margin: 16px 0 20px;
}

.news-list ul {
	display: flex;
}

.news-list.abundant .title+.data {
	margin: 12px 0;
}

.news-list.abundant .describe+.data {
	margin-top: 12px;
}

.news-list .data li {
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
}

.news-list .data li i {
	font-size: 12px;
	margin-right: 8px;
}

.news-list .data li+li {
	margin-left: 12px;
}

.tag {
	display: flex;
	margin: 24px 0 -12px 0;
}

.tag li {
	margin: 0 12px 12px 0;
}

.tag li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #4378DE;
	line-height: 24px;
	padding: 0 14px;
	border-radius: 13px;
	background: #F5F7FF;
	border: 1px solid #BFD5FF;
}

.tag li a:hover {
	color: #fff;
	background: #1648A8;
	border: 1px solid #1648A8;
}

.news-list.abundant .title:hover {
	color: #1648A8;
}

/*  */
.modular .news-list-single {
	margin: 16px 0;
}

.news-list+.news-list-single {
	margin-top: 16px;
}

.modular .news-list .cell {
	padding: 20px 0;
}

.modular .news-list .describe {
	line-height: 20px;
}


/* 右侧推荐位-图片列表（城市航拍） */
.modular-title+.city-photo-list {
	margin-top: 30px;
}

.city-photo-list {
	width: 100%;
}

.city-photo-list li+li {
	margin-top: 14px;
}

.city-photo-list .cover {
	width: 100%;
	height: 168px;
	border-radius: 8px;
}
