body {
    overflow-x: hidden;
    font-size: 16px;
    color: #666;
    background: #fff;
}

.column-2 .left {
    float: left;
}


blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

.container {
    padding-top: 3px;
    padding-bottom: 3px;
}

.block {
    margin: 0 10px 15px;
    background: #fff;
    border: 0px solid #ddd;
}

.mod {
    margin: 25px 5px 5px 5px;
}

.mod, .mod .bd, .mod .ft, .mod .hd {
    position: relative;
    zoom: 1;
}

.block .bd {
    padding: 2px 0;
}

ol, ul {
    list-style: none;
}

.book-all-list li {
    margin: 5px;
    border-bottom: 1px dotted #ddd;
    line-height: 1.6em;
}

.column-2::after {
    clear: both;
}

.column-2::after, .column-2::before {
    display: table;
    content: "";
    line-height: 0;
}

.column-2 {
    zoom: 1;
}

.book-all-list li .left {
    padding-right: 10px;
    font-family: Arial;
    font-size: 0.87em;
    color: #06c;
}

.column-2 .right, .column-2-convert .left {
    overflow: hidden;
    zoom: 1;
}

.column-2::after, .column-2::before {
    display: table;
    content: "";
    line-height: 0;
}

.book-all-list li .name {
    color: #06c;
    font-weight: 200;
    font-size:14px;
}

.book-all-list li .info, .book-all-list li .info a {
    color: #999;
    font-weight: bold;
}

.book-all-list li .info {
    font-size: 12px;
}
.underline{
	text-decoration:underline;
	color:#4382E1;
}	


