.sx-nav{
	font-size: 14px;
    color: #999999;
	line-height:19px;
	padding: 20px 0;
}
.sx-nav span{
	margin:0 5px;
}
.sx-nav .index{
	color: #999999;
}
.sx-nav .index-nav{
	color: #222;
}
.book-title{
	margin-top: 50px;
	height: 26px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.book-title a.more {
	float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    background: url(/images/szkc/ms_icon.png)no-repeat;
}
.book-list{
	height: 400px;
}
.book-list .swiper-container{
    padding-top: 33px;
	height: 100%;
}
.book-list .swiper-slide{
	margin-top: 15px;
	width: 150px;
	height: 250px;
	opacity: 0.6;
}
.book-list .swiper-slide-active{
	/*transform: translateX(0px) scale(1.2);*/
    opacity: 1;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 30%);
    width: 187px!important;
    height: 272px!important;
    margin-top: 0px;
}
.book-list .swiper-slide img{
	width: 100%;
	height: 100%;
}
.book-list .swiper-slide .swiper-tlt{
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	margin-top: 15px;
	/*overflow: hidden;*/
 /*   text-overflow: ellipsis;*/
 /*   -ms-text-overflow: ellipsis;*/
 /*   white-space: nowrap;*/
    display: none;
}
.book-list .swiper-slide-active .swiper-tlt{
    display: block;
}
.book-list .swiper-button-prev{
	width: 40px!important;
	height: 36px!important;
	background-image: url(/images/szkc/slidpre.png)!important;
	background-size: 100% 100%;
	left: 0px!important;
	top: 40%!important;
}
.book-list .swiper-button-next{
	width: 40px!important;
	height: 36px!important;
	background-image: url(/images/szkc/slidnext.png)!important;
	background-size: 100% 100%;
	right: 0px!important;
	top: 40%!important;
}
.book-tj{
	display: flex;
	flex-wrap: wrap;
}
.book-item {
	width: 374px;
	margin-right: 35px;
	margin-bottom: 30px;
}
.book-item:nth-child(3n) {
	margin-right: 0px;
}
.book-item a{
	width: 100%;
	display: inline-block;
	display: flex;
	justify-content: space-between;
}
.book-img{
	width: 128px;
	height: 185px;
}
.book-img img{
	width: 100%;
	height: 100%;
}
.book-text{
	width: 226px;
}
.text-tlt{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.text-form{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 15px;
	display: none;
}
.text-sum{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	height:130px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
     -webkit-box-orient: vertical;
}

/*论文*/
.lunwen{
	display: flex;
	justify-content: space-between;
}
.lunwen-left{
	width: 770px;
}
.lunwen-left ul{
	margin-top: 10px;
}
.lunwen-left li{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.lunwen-left li a{
	width: 650px;
	color: #333333;
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.lunwen-left li span{
	color: #666666;
}

.lunwen-right{
	width: 400px;
}
.lunwen-right .book-title{
	margin-top: 20px;
    margin-bottom: 30px;
}
.lunwen-item{
	width: 350px;
	height: 190px;
	border: 1px solid #ddd;
	box-shadow: 1px 3px 5px #ddd;
	padding: 25px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.lunwen-item .lunwen-img{
	width: 100px;
	height: 190px;
}
.lunwen-item .lunwen-img img{
	width: 100%;
	height: 100%;
}
.lunwen-item .lunwen-text{
	width: 220px;
}
.lunwen-item .lunwen-text .lunwen-text-tlt{
	font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.lunwen-item .lunwen-text .lunwen-text-tlt a{
	color: #333333;
}
.lunwen-item .lunwen-text .lunwen-text-sum{
	color: #666;
	font-size: 14px;
	font-weight: 400px;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.pages{
	font-size: 16px;
}
.pages .on{
	color: #CA0712;
}