body{background: #eef6fd;}
.banner{width: 100%;}
.banner img{width: 100%;}
.main{width: 1120px;margin:0 auto;}
.header {
	height: 120px;
    background: #fff;
    border-bottom: 1px solid #e0dfdc;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    margin-bottom: 50px;
}
.logo a{display: block;height: 78px;margin-top: 16px;}
.logo a img {width: 100%;height: 100%;}
.tabList{margin:40px 0;}
.tabList li{margin-right: 20px;float: left;width:158px;height: 56px;line-height: 56px;
	text-align: center;background:#fff;
box-shadow: 0 12px 40px #ececec;font-size: 24px;color: #666;border-radius: 4px;overflow: hidden;cursor: pointer;}
.tabWrap{display: none;}
.tabList .active{background:#36bbfe;color:#fff;}
.tabWrap.active{display: block;}
.conWrap{margin-bottom: 30px;background: #fff;border-radius: 4px;overflow: hidden;
	-moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);}

.con{background: #fff;padding:28px 0 4px;}
.content{padding:28px 0 4px;}
.tabHeader{width: 962px;margin:0 auto;}
.title{height: 96px;font-size: 24px;line-height: 96px;color: #00b3fd;padding-left: 30px;}
.tabHeader .title{float:left;height: 96px;font-size: 24px;line-height: 96px;color: #00b3fd;padding-left: 30px;}
.tabHeader a{float: right;font-size: 16px;color: #1d94ec;margin-top: 38px;font-weight: bold;padding-right: 55px;}
.bookshelfList{
	margin:0 auto;
	width: 942px;
	background: url(../../imgs/szxx/bookshelfBackground.png) repeat-y;
	background-size: 100% 275px;
	padding:0 10px;
	background-position: 0 -34px;
}
.bookshelfList li{
	width: 170px;
    height: 275px;
    margin-right: 14px;
    position: relative;
}
.bookshelfList li:last-child{margin-right: 0;}
.bookshelfCD {
    position: relative;
    display: block;
    height: 154px;
    width: 170px;
}
.bookshelfCD div:nth-of-type(1) {
    position: absolute;
    left: 34%;
    top: 39%;
    height: 35px;
    width: 35px;
    background: url(../../imgs/szxx/CDStart.png) repeat;
    background-size: 100%;
    z-index: 6;
}
.bookshelfCD section {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 26px;
    top: 28px;
}
.bookshelfCD img {
    width: 100%;
    height: 100%;
}
.bookshelfTitle {
    color: #666;
    text-align: center;
    padding: 14px 0 12px;
    display: block;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
	margin:10px auto 0;
}
.bg{
	position: absolute;
	left: 0;
	top: 0;
    height: 153px;
    width: 170px;
    background: url(../../imgs/szxx/bookshelfCD.png) no-repeat;
    background-size: 100%;
    z-index: 4;
}
.bookShelfBook{
	display: block;
	width: 125px;
	margin:0 auto;
}
.bookShelfBook section{
	width: 121px;
	height: 150px;
	background: #f1f1f1;
    border: 2px solid #fcfdfe;
    border-radius: 6px;
    -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.bookShelfBook section img{
	width: 100%;
	height: 100%;
}
.btnList{
	width: 130px;
	margin: 0 auto;
}
.btnList a{
	width: 58px;
	height: 26px;
	line-height: 28px;
	color: #666;
	font-size: 14px;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	border:1px solid #ddd;
}
.btnList .read{
	background: #36bbfe;
	border-color: #36bbfe;
	color: #fff;
}
.listen{
	display: block;
	width: 80px;
	height: 28px;
	margin-left: 24px;
}