@charset "utf-8";
/* CSS Document */

/* ---- 通用 ---- */
* {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
    text-decoration: none;
    /*font-size: 15px*/
}

body, select, textarea {
    color: #000;
    background: #027dbb;
    font-size: 14px;
    line-height: 20px;
    font-family: 微软雅黑, serif;
}

/*font-family:'微软雅黑'*/
img {
    border: 0;
}

/*a {color:#000;text-decoration:none;}*/
/*a:hover { color:#000;}*/
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*div{ margin:auto;}*/

/*页面特有*/
body {
    width: 1349px;
    margin: auto
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: visible;
}

.container {
    width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.div-cell {
    /*display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
}

.div-inline {
    display: inline-block;
    vertical-align: middle;
}

.part1 {
    background: #027dbb;
    color: white;
    padding: 10px 0 40px 0;
}

/* 主要标题 */
.main-title {
    margin: 20px 0 0 20px;
    line-height: 60px;
    font-size: 40px;
    font-family: 黑体, serif;
}

.main-title a {
    color: white;
}

/* 主要列表 */
.main-list {
    /*background: #00a2f6;*/
    background: linear-gradient(#00a2f6, #02689b); /* 标准的语法 */
    padding: 20px 10px;
    box-shadow: 0 3px 7px 1px rgba(45, 42, 42, 0.9);
}

.main-list > ul {
    /*text-align: center;*/
}

.main-list > ul > li {
    display: inline-block;
    width: 16%;
    text-align: center;
	position:relative;
}

.main-list > ul > li:before {
    /*content: " ";
    visibility: hidden;
    display: block;
    padding-top: 167%;*/
}

.main-list > ul > li a {
    display: inline-block;
    padding: 0 10px;
}

/* 放置图片 */
/*.main-list ul li*/
div.img_wraper {
    /*text-align: center;*/
}

/*.main-list ul li*/
div.img_wraper:before {
    content: "";
    padding-bottom: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}

/*.main-list ul li*/
div.img_wraper img {
    /*display: block;*/
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: 0 3px 8px 3px rgba(45, 42, 42, 0.6);
}

/* 书标题 */
p.book-title {
    font-size: 15px;
    padding: 3px 0;
    color: white;
}

.book-title:before {
    content: '《';
}

.book-title:after {
    content: '》';
}

/* 书架子 */
.bookshelf {
    /*display: inline-block;*/
    /*width: 80%;*/
    height: 12px;
    background: #ececec;
    box-shadow: 0 27px 27px 10px rgba(45, 42, 42, 0.4);
    /*margin-top: -5px;*/
}

/* 其它部分 */
.part2 {
    background: linear-gradient(#01537d, #00c8fd);
    color: white;
    padding: 10px 0 40px 0;
}

.other-left {
    /*float: left;*/
    width: 18%;
    text-align: center;
    /*min-height: 200px;*/
}

.other-right {
    /*float: left;*/
    width: 80%;
    min-height: 200px;
}

.other-list > ul {
    /*text-align: center;*/
}

.other-list > ul > li {
    display: inline-block;
    width: 19%;
    text-align: center;
	position:relative;
}
.other-list > ul > li a {
    display: inline-block;
    padding: 0 10px;
}

.other-title {
    font-size: 36px;
    line-height: 60px;
}

/* 更多按钮 */
.more:before {
    content: '+';
    font-weight: bold;
    font-size: 30px;
}

.more {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0;
}

.no-more {
    text-align: center;
    font-size: 18px;
    color: aquamarine;
}

/* 分页 */
.pagination {
    margin: 20px 10px;
    text-align: center;
    font-size: 16px;
}

.pagination li {
    display: inline-block;
    padding: 5px;
}

.pagination a.page-link {
    font-size: 20px;
    background-color: #f9f9f9;
    color: #556270;
    padding: 10px 20px;
    border-radius: 10%;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

.pagination li.active a {
    text-decoration: underline;
}

/*
.pagination li.disabled {

}*/

/* 列表页的返回按钮 */

.btn-home{
    cursor: pointer; opacity: 1; background: transparent;float: right;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAY0lEQVQ4T+3USw7AIAgEUOf+h8a4aIMVBvx0p2vyIGQQ5dDDIaekIBERALQ2hBryTM0wCmkkwlzIQhhmQgzxsAHKIBbWQTPIF3uhFURj/+2odfGywzIVTqRDeKG9DyW8/ixfAaN6TBOpST/uAAAAAElFTkSuQmCC") no-repeat;
}

.btn-home span{
    pointer-events: none; color: rgb(255, 255, 255);padding-left: 20px
}
.read{
	font-size:10px;
	position:absolute;
	top:50px;
	left:25px;
	display:block;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* 手机自适应 */
@media only screen and (max-width: 768px) {
    body {
        width: 100%;
    }

    .container {
        width: 96%;
        padding: 0;
    }

    .main-title {
        margin: 0;
       text-align: center;
        font-size: 20px;
    }

    .main-list > ul > li {
        width: 49%;
    }
	.read{
		top:5px;
	left:4px;
	}

    div.img_wraper img {
        width: 80%;
        display: inline-block;
        vertical-align: bottom;
        box-shadow: 0 3px 8px 3px rgba(45, 42, 42, 0.6);
    }

    /* 其它部分 */
    .other-main {
        display: none;
    }

    .other-left {
        width: 100%;
    }

    .other-right {
        width: 100%;
        min-height: auto;
    }

    .other-title {
        font-size: 20px;
        float: left;
    }

    .other-list {
        min-height: 100px;
        background: linear-gradient(#00a2f6, #02689b);
        padding: 20px 10px;
        box-shadow: 0 3px 7px 1px rgba(45, 42, 42, 0.9);
    }

    .more {
        float: right;
        /*margin: 20px 0;*/
        font-size: 16px;
    }

    .other-list > ul > li {
        width: 49%;
    }
}