@charset "utf-8";

a.z-crt, a:hover {
	color: #000;
}
.bookPage {
	background: #bce1ff url(../../img/bg/bookPageBg_01.jpg) no-repeat top center;
}
.bookPage img {
	width: auto;
}
.f-mt45 {margin-top:45px;}

.book-hd {
	margin: 0 auto;
	width: 1200px;
}
.book-hd .mof-logo {
	margin-top: 17px;
}
.book-hd .mof-logo img {
	width: 211px;
	height: 28px;
}
.book-tit-01 {
	margin-top: 54px;
}
.bookMain {
	margin: 50px auto 0;
	width: 1200px;
}
.b-describe {
	margin: 0 auto;
	padding: 25px 20px 25px 25px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgba(0,72,186,.8) 0%, rgba(38,155,254,.6) 27%, rgba(38,155,254,.5) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(0,72,186,.8) 0%, rgba(38,155,254,.6) 27%, rgba(38,155,254,.5) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(0,72,186,.8) 0%, rgba(38,155,254,.6) 27%, rgba(38,155,254,.5) 100%);
}
.book-col-01 {
}
.book-list-01 {
	display: flex;
	justify-content: space-between;
}
.book-list-01 li {
	flex-shrink: 0;
	padding: 15px 20px 10px;
	/* width: 276px; */
	width: 23%;
	/* height: 430px; */
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(71, 118, 169, 0.34);
}
.book-list-01 li p {
	position: relative;
	margin-top: 12px;
	padding-left: 32px;
	height: 32px;
	color: #000000;
	line-height: 16px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.book-list-01 li img {
	width: 100%;
	height: auto;
}
.book-list-01 li span {
	position: absolute;
	left: 0;
	top: 0;
}
.book-tit-02 {
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}

.book-col-02 {
	padding: 20px;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(71, 118, 169, 0.34);
	/* height: 329px; */
}
.book-col-02>.box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 50px 18px 65px;
	background: #c3c1c0;
}
.book-col-02>.box .xb-box {
	display: flex;
	justify-content: space-between;
	flex: 1;
	margin-left: 70px;
	text-align: center;
}
.list-01 {
	width: 101px;
}
.list-02 {
	width: 210px;
}
.xb-list dt {
	line-height: 26px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.xb-list dd {
	display: flex;
	flex-direction: column;
}
.xb-list dd a {
	margin-top: 10px;
	width: 100px;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 14px;
	background: #e6eeff;
	box-shadow: 1.414px 1.414px 2px 0px rgba(102, 102, 102, 0.34);
	border-radius: 14px;
	overflow: hidden;
}
.list-02 dd {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.book-col-03 {
	margin-top: 40px;
	padding-bottom: 60px;
}

.book-list-02 {
	display: flex;
	justify-content: space-between;
}
.book-list-02 li {
	flex-shrink: 0;
	padding: 15px 20px 15px;
	/* width: 276px; */
	width: 31.3%;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(71, 118, 169, 0.34);
}
.book-list-02 li p {
	margin-top: 12px;
	max-height: 16px;
	color: #000000;
	line-height: 16px;
	font-size: 14px;
}
.book-list-02 li img {
	width: 100%;
	height: auto;
}
.book-tit-01 img {
	width: 100%;
}



@media (max-width:1407px){
}
@media (max-width:1199px){
	.book-tit-01 {
		margin-top: 30px;
	}
	.book-hd,
	.bookMain {
		margin: 20px auto 0;
		width: 100%;
	}
	.book-col-02 > .box {
		padding: 18px 20px 18px 25px;
	}
	.book-col-02 > .box .xb-box {
		margin-left: 30px;
	}
}
@media (max-width:991px) {
	.book-col-02 > .box {
		display: block;
		text-align: center;
	}
	.book-col-02 > .box .xb-box {
		margin: 30px 0 0 0;
		justify-content: space-evenly;
	}
	
}
@media (max-width:767px) {
	
	.book-list-02 li p {
		height: 32px;
		max-height: none;
		color: #000000;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.book-list-02 li {
		padding: 10px 13px 10px;
	}
	.book-col-02 {
		padding: 15px;
	}
	.book-hd {
		padding: 0 10px;
	}
	.book-list-01 {
		flex-wrap: wrap;
		padding: 0 3%;
	}
	.book-list-01 li {
		margin-bottom: 20px;
		padding: 12px 10px;
		width: 46%;
	}
	.book-list-02 {
		padding: 0 10px;
	}
	.book-col-03 {
		margin-top: 25px;
		padding-bottom: 30px;
	}
	.book-col-02 > .box {
		padding: 18px 10px;
	}
}
@media (max-width:640px) {
	.b-describe {
		padding: 15px;
		line-height: 32px;
	}
	.list-01 {
		width: auto;
	}
	.list-02 {
		width: 190px;
	}
	.xb-list dd a {
		width: 90px;
	}
}
@media (max-width:540px) {
}
@media (max-width:480px) {
	.bookPage img {
		width: 90%;
	}
	.list-01 {
		width: auto;
	}
	.list-02 {
		width: 155px;
	}
	.xb-list dd a {
		width: 75px;
		font-size: 13px;
	}
}
@media (max-width:330px) {}

