@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body{
    font:12px/1.6 CXChineseQuote,-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    overflow-x: auto;-webkit-font-smoothing: antialiased;}
/*mac下引号字体*/
@font-face {
    font-family: CXChineseQuote1; /*自己取的名字*/
    font-weight: 300;
    src: local("PingFangSC-Light");
    unicode-range: U+2018,U+2019,U+201c,U+201d /*指定这些中文符号使用PingFangSC-Light字体*/
}

@font-face {
    font-family: CXChineseQuote;
    font-weight: 400;
    src: local("PingFangSC-Regular");
    unicode-range: U+2018,U+2019,U+201c,U+201d
}

@font-face {
    font-family: CXChineseQuote;
    font-weight: 500;
    src: local("PingFangSC-Medium");
    unicode-range: U+2018,U+2019,U+201c,U+201d
}

@font-face {
    font-family: CXChineseQuote;
    font-weight: 600;
    src: local("PingFangSC-Semibold");
    unicode-range: U+2018,U+2019,U+201c,U+201d
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: normal;
}

ul,ol,
li {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

input,select,textarea {
    vertical-align: middle;
    color: #000;
    border: none;
    border: 0;
    outline: none;
    resize: none;
}

a {
    text-decoration: none;
}

b,i,strong,em {
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

.fr {
    float: right
}

.fl {
    float: left
}

.clear {
    clear: both
}

.clearfix {
    zoom: 1;
    overflow: hidden
}

.BooksBox{padding:20px;background:#F7F8FA;display:flex;align-items: center;border-radius: 4px;}
.BooksBox .BooksImages{width:96px;height:128px;margin-right:14px;border-radius: 6px;overflow:hidden}
.BooksBox .BooksConright{flex:1;}
.BooksBox .BooksConright .BooksTit{font-size: 14px;line-height:20px;color:#131B26}
.BooksBox .BooksConright .Booksspan{font-size: 12px;line-height:20px;color:#474C59;margin-top:6px}
.BooksBox .BooksConright .BooksIntro{font-size: 12px;line-height:20px;color:#8A8B99;margin-top:30px}
.BooksBox .BooksConright .bookdate{font-size: 12px;line-height:20px;color:#8A8B99;}
.overhidden2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}