@charset "utf-8";
/* CSS Document */

.main-container {
	padding-top: 20px;
}

.column {
	flex: 1;
}

.column-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.column-title h3 {
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom: 3px solid #c10000;
}

.column-title .more {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}

.column-title .more:hover {
	color: #c10000;
}

#announcement{
	width: 384px;
	height: 368px;
	overflow: hidden;
	float: left;
	
}

#announcement .column-title {
	background-image: url(../images/Announcement.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 384px;
	height: 48px;
}
/* 信息公告列表 */
.notice-list {
	list-style: none;
}

.notice-list li {
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.notice-list li:last-child {
	border-bottom: none;
}

.notice-list a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.notice-list a:hover {
	color: #c10000;
}

.notice-list .time {
	font-size: 12px;
	color: #999;
}

#dynamic {
	width: 384px;
	height: 368px;
	overflow: hidden;
	float: left;
}

#dynamic .column-title {
	background-image: url(../images/dynamic.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 384px;
	height: 48px;
}

/* 城投动态 */
.dynamic-item {
	position: relative;
	margin-bottom: 20px;
}

.dynamic-item img {
	width: 380px;
	height: 200px;
	object-fit: cover;
}

.dynamic-info {
	width: 380px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	color: #fff;
	padding: 15px;
}

.dynamic-info .time {
	font-size: 14px;
}

.dynamic-info .title {
	font-size: 16px;
}

.dynamic-info .btn-detail {
	padding: 5px 12px;
	font-size: 12px;
}

.dynamic-thumbs {
	display: flex;
	gap: 10px;
}

.dynamic-thumbs img {
	width: 120px;
	height: 80px;
	object-fit: cover;
}

#industry{
	width: 384px;
	height: 368px;
	overflow: hidden;
}

#industry .column-title {
	background-image: url(../images/industry.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 384px;
	height: 48px;
}

/* 城投产业 */
#industry .industry-item {
	position: relative;
}


#industry .industry-item img {
	width: 400px;
	height: 300px;
	object-fit: cover;
}

#industry .industry-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px;
}

#industry .industry-info .title {
	font-size: 16px;
	float: left;
}

#industry .industry-info .btn-more {
	font-size: 12px;
	float: right;
	background: none;
	color: #fff;
	display: inline-block;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#industry .industry-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.industry-arrow.prev {
	left: 10px;
}

.industry-arrow.next {
	right: 10px;
}
