margin-left: 20px;
}
/* 模块标题 */
.image-normal {
width: 100%;
max-height: 100%;
object-fit: cover;
border-radius: 5px;
}
.image-hidden {
display: none;
}
/* 要闻视图相关 */
.info-content {
font-size: 16px;
line-height: 25px;
padding: 15px;
border-radius: 5px;
cursor: pointer;
color: #3D3D3D;
background: #ECF8F7;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
margin: 10px 0;
}
.info-content-selected {
font-weight: bold;
color: #FFFFFF;
background: #49B9AD;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.info-more-container {
margin-top: 10px;
border-radius: 5px;
background: #ECF8F7;
display: flex;
align-items: center;
padding: 10px 0 10px 15px;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.info-more-container label {
font-size: 14px;
font-weight: normal;
color: #333333;
line-height: 24px;
cursor: pointer;
}
.info-more-container label:hover {
color: #49B9AD;
text-decoration: underline; /* 鼠标悬浮时添加下划线 */
}