@import 'base_1.css';
/* content */
.exhibitionBox img {
    max-width: 100%;
    padding: 0;
}
.exhibition_P {
    text-indent: 0 !important;
    padding: 0 0 10px 0 !important; /* Add bottom padding */
    font-size: 15px; /* Slightly larger text */
    color: #444; /* Softer black */
    line-height: 1.6;
}
.exhibition_P span {
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.exhibitionInfo {
    padding: 0 20px;
}
.exhibitionInfo p {
    padding: 0 !important;
}
span.enclosure {
	color: #DF1129;
	cursor: pointer;
	text-decoration: underline;
}
button.singBtn {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #DC1A32;
	border-radius: 4px;
	margin: 30px auto;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(220, 26, 50, 0.2);
}
button.singBtn:hover {
	background: #B91529;
	box-shadow: 0 6px 10px rgba(220, 26, 50, 0.3);
	transform: translateY(-2px);
}
/* 小分辨率 pad*/
@media screen and (min-width: 992px){

}
/* 手机 */
@media screen and (max-width: 768px){


}
