@charset "utf-8";

.list_wenxian {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 40rem 15rem;
}
.list_wenxian_ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.list_wenxian_li{
	width: 210rem;
	margin: 0 25rem 45rem;
}

.list_wenxian_li0{
	width: 210rem;
    margin: 0 25rem;
}
.list_wenxian_li a{
	display: block;
	width: 210rem;
	box-sizing: border-box;
}
.list_wenxian_li img{
	display: block;
	width: 100%;
	height: 297rem;
}
.list_wenxian_li h3{
	font-size: 16rem;
	color: #333333;
	font-weight: normal;
	padding: 0 15rem;
	display: block;
	line-height: 43rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f6f6f6;
	height: 43rem;
	text-align: center;
}

.list_wenxian_li:hover a{

}
.list_wenxian_li:hover h3{
	background-color: #aa000d;
	color: #fff;
}

.book-wrapper {
    width: 100%;
    display: flex;
    padding: 30px;
}

.book-wrapper-left {
    width: 400px;
}

.book-wrapper-left-image-container {
    background-color: #FBF7EE;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.book-wrapper-right {
    padding-left: 70px;
}

.book-info-container {
    display: flex;
    margin-bottom: 20px;
    align-items: center;

}

.book-info-container-left {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #4e5969;
}

.book-info-container-right {
    font-size: 18px;
    color: rgb(102, 102, 102);
    margin-left: 14px;
}

@media only screen and (max-width: 1000px) {
    .book-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column; /* 改为纵向排列 */
        padding: 20px 15px; /* 减少内边距，使用相对单位 */
        box-sizing: border-box; /* 确保padding不影响宽度 */
    }

    .book-wrapper-left {
        width: 100%; /* 改为全宽 */
        max-width: 400px; /* 设置最大宽度 */
        margin: 0 auto; /* 居中 */
    }

    .book-wrapper-left-image-container {
        background-color: #FBF7EE;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0; /* 减少内边距 */
        margin-bottom: 20px; /* 添加底部间距 */
    }

    .book-wrapper-right {
        padding-left: 20px;
    }

	* {
		box-sizing: border-box;
	}

	.list_wenxian {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		padding: 30rem 20rem;
	}
	.list_wenxian_ul{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.list_wenxian_li{
		width: 100%;
		margin: 0 0 50rem;
	}
	.list_wenxian_li0{
		width: 330rem;
	}
	.list_wenxian_li a{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.list_wenxian_li img{
		display: block;
		width: 100%;
		height: 465rem;
	}
	.list_wenxian_li h3{
		font-size: 32rem;
		color: #333333;
		font-weight: normal;
		padding: 0 15rem;
		display: block;
		line-height: 65rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #f6f6f6;
		height: 65rem;
		text-align: center;
	}

	.list_wenxian_li:hover a{

	}
	.list_wenxian_li:hover h3{
		background-color: #aa000d;
		color: #fff;
	}


}
