@charset "UTF-8";

/* ==========================================================================
   lay-ui 基础变量 
   ========================================================================== */
/* ==========================================================================
   lay-ui Font
   ========================================================================== */
/*--------------没有数据时显示数据为空----------------*/

/*top轮播图*/
.top {
	height: 300px;
	margin-bottom: 45px;
	position: relative;
}

.top #myCarousel .carousel-inner {
	height: 300px;
}

.top #myCarousel .carousel-inner img {
	width: 100%;
	height: 300px;
}

.top .btnLeft {
	width: 25px;
	height: 50px;
	top: 125px;
	background: url(../../../page/selfBuildLiterature/imgs/left.png)
		no-repeat;
}

.top .btnRight {
	right: 0;
	left: auto;
	top: 125px;
	width: 25px;
	height: 50px;
	background: url(../../../page/selfBuildLiterature/imgs/right.png)
		no-repeat;
}

.content {
	padding-left: 0px;
}

.content .left {
	background: linear-gradient(to right, #DA2D29, transparent);
	width: 100%;
	color: white;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 18px;
}

.content .left span {
	background: url(imgs/book_classify.png) no-repeat;
	height: 20px;
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}

.content .right {
	padding: 8px 20px;
	font-weight: 400;
}

.content .right span {
	color: red;
}

.content .book-list {
	padding-left: 0px;
}

.content .rightTitle {
	width: 100%;
	height: 40px;
	background-image: url(imgs/title_right.png);
	background-repeat: no-repeat;
}

.content #rightContent {
	list-style: none;
	margin: 0 8px 0 15px;
}

.content #rightContent li {
	line-height: 32px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content #rightContent li .rightContent {
	cursor: pointer;
}

.content #rightContent li .rightContent .rightNum {
	color: #555555;
	display: inline-block;
	width: 22px;
}

.content #rightContent li .rightContent:hover {
	color: #da2d29;
}

.content #rightContent li .rightContent:hover .rightNum {
	color: #da2d29;
}

.content .menu {
	width: 100%;
	height: 739px;
	background-color: #fbeae9;
}

.content .book-img {
	cursor: pointer;
	width: 118px;
	height: 165px;
	margin-bottom: 8px;
}

.content .book {
	padding-top: 40px;
}

.content .book-title {
	padding-left: 27px;
}

.content  .book-title li {
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .book-title li .iconPic {
	width: 20px;
	height: 20px;
	margin: 8px 10px 0 0;
	float: left;
}

.content .book-title li .iconBook {
	background: url(../../../page/nonChineseBook/common/imgs/iconBook.png)
		no-repeat;
}

.content .book-title li .iconPeriodical {
	background:
		url(../../../page/nonChineseBook/common/imgs/iconPeriodical.png)
		no-repeat;
}

.content .book-title li .iconOther {
	background: url(../../../page/nonChineseBook/common/imgs/iconOther.png)
		no-repeat;
}

.content .book-title li .iconText {
	cursor: pointer;
}

.content .book-title li span:hover {
	color: #da2d29;
}

.content .book-title:hover {
	color: #da2d29;
}

.content .paging {
	text-align: center;
}