@charset 'UTF-8';

html {
  -webkit-text-size-adjust: 100%
}

body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dd,input,textarea,button {
  margin: 0;
  padding: 0;
  word-break: normal
}

body {
  background: #fff;
  font-size: 14px;
  color: #333;
  font-family: Tahoma,"microsoft yahei",Geneva,sans-serif;
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  user-select: none
}

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

h1,h2,h3,h4,h5,em,i {
  font-weight: 400
}

ul {
  list-style: none
}

em,i {
  font-style: normal
}

img {
  border: 0;
  vertical-align: middle
}

a {
  text-decoration: none;
  color: #333;
  outline: 0
}

input,select,textarea {
  font-size: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #999
}
.d_left {
  width: 260px;
  float: left
}
.d_right {
    width: 260px;
    float: right;
}
.blank_10 {
    height: 10px;
}
.blank_20 {
    height: 20px;
}
.blank_40 {
    height: 40px;
}
.d_m_right {
  margin-right: 260px
}
.rank_rig {
    overflow: hidden;
}
.man_wrap {
}

.main {
    width: 1130px;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}

.top_info {
    height: 140px;
}

.logo {
    width: 450px;
    height: 52px;
    margin-top: 40px;
    float: left;
}

.logo_text {
    margin-left: 24px;
    font-size: 22px;
    color: #999;
    vertical-align: middle;
    letter-spacing: 2px;
}

.top_right {
	float: left;
	width: 350px;
    padding-top: 44px;
    overflow: hidden;
    position: relative;
}

.search_box {
    width: 324px;
    height: 38px;
    line-height: 38px;
    padding-left: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
}

.search_box .search_txt {
    height: 94%;
    width: 77%;
}

.search_btn {
    width: 60px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: -1px;
    top: -1px;
    overflow: hidden;
    cursor: pointer;
}

.search_btn span {
    display: block;
    width: 100%;
    height: 100%;
}

.man_wrap .search_btn span {
    background: #FFC952 url(../images/search_man.png) no-repeat center;
}

.header .loginArea {
    margin-top: 60px;
    float: right;
}
.header .loginArea .peopleLogin {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
}
.header .loginArea a {
    margin: 0 10px;
}
.header .loginArea .myBshelf {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 6px 8px;
    cursor: pointer;
}
.header .loginArea .myBshelf .img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 18px;
    height: 17px;
    background: url(../images/bookshelf.png) no-repeat top left;
    background-size: 18px 17px;
    margin-bottom: 2px;
    margin-right: 4px;
}

.nav {
    height: 48px;
}

.man_wrap .nav {
    background: #333;
}

.nav_inner li {
    width: 100px;
    float: left;
}

.nav_inner li a {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.man_wrap .nav_inner li.active a {
    background: #FFC952;
    color: #333;
    border-radius: 4px;
}
.man_wrap .nav_inner .author {
  color: #fff!important
}

.man_wrap .nav_inner .author a {
    padding-left: 26px;
    float: left;
    margin-left: 20px;
    color: #FFF;
    font-size: 16px;
    margin-right: 30px;
    line-height:48px;
}

.man_wrap .nav_inner a i {
    margin-right: 5px;
    float: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/author.png);
    width: 16px;
    height: 16px;
    margin-top: 17px;
}
.wraper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.wraper, .indxe_top {
    zoom: 1;
}
.wraper:after,.indxe_top:after {
  display: block;
  content: '';
  clear: both
}
.indxe_top {
    padding-top: 18px;
}
.d_m_swiper {
    float: left;
    display: inline-block;
    height: 377px;
    width: 850px;
    position: relative;
}
.banner_swiper {
    height: 100%;
    width: 100%;
}
.banner_swiper .swiper_img {
    height: 320px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.text_swiper {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 7px;
}
.text_swiper .swiper-slide {
    box-sizing: border-box;
    padding: 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,.6);
    color: #fff;
    border-right: 1px solid #999;
}
.man_wrap .text_swiper .swiper-slide-thumb-active {
    background: #FFC952;
    border-right-color: #FFC952;
    color: #333;
}
.page_title {
    height: 36px;
    padding-right: 45px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #333;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page_ul {
    padding-top: 10px;
}
.page_ul li {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}
.page_sort {
    width: 67px;
    padding-right: 14px;
    float: left;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page_bkname {
    float: left;
    width: 119px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page_bkname a {
    color: #333;
    font-size: 14px;
}
.page_bkauthor {
    width: 60px;
    float: right;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page_title {
    height: 36px;
    padding-right: 45px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #333;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.big_slider {
    width: 310px;
    height: 145px;
    margin-top: 47px;
}
.carousel {
  visibility: hidden;
  position: relative;
  padding-left: 104px
}

.carousel .slides {
  position: relative
}

.carousel .slideItem {
  width: 84px;
  height: 112px;
  position: absolute;
  overflow: visible;
  cursor: pointer
}

.carousel .slideItem img {
  width: 100%
}

.bigslider_brief {
  position: absolute;
  top: -4px;
  left: 328px;
  width: 805px
}

.bigslider_brief .bigslider_title {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.bigslider_brief .bigslider_page {
  height: 39px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  padding-top: 9px;
  color: #999;
  font-size: 14px
}

.bigslider_brief .bigslider_wrap {
  padding-top: 32px
}

.swiper-button-prev,.swiper-button-next {
  width: 23px;
  height: 22px;
  position: absolute;
  top: 66px;
  opacity: .6
}

.swiper-button-prev:focus,.swiper-button-next:focus {
  outline: 0
}

.swiper-button-prev:hover,.swiper-button-next:hover {
  opacity: 1
}

.swiper-button-prev {
  left: 0;
  background: url(../images/icon_left_hover.png) no-repeat left center
}

.swiper-button-next {
  right: 0;
  background: url(../images/icon_right_hover.png) no-repeat right center
}
.buttonNav {
  position: absolute;
  z-index: 10;
  bottom: -20px;
  left: 98px
}

.buttonNav .bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 5px;
  background: #ccc;
  cursor: pointer
}

.buttonNav .bullet:focus {
  outline: 0
}

.buttonNav .bullet.bulletActive {
  background: #FFC952
}
.slide_btn {
  display: inline-block;
  width: 112px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px
}
.man_wrap .slide_btn {
    background: #FFC952;
    color: #333;
}
.v_books {
  margin: 18px 0 0 -20px;
  zoom: 1;
  overflow: hidden
}

.v_books li {
  margin: 30px 0 0 20px;
  width: 260px;
  float: left
}

.v_item {
  width: 90px;
  height: 120px;
  float: left
}

.bk_iteminfo {
  margin-left: 104px
}

.bkitem_name {
  font-size: 16px;
  color: #333;
  width: 146px
}

.bkitem_name a {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.bkitem_brief {
  margin-top: 7px;
  font-size: 12px;
  color: #666;
  width: 161px;
  height: 34px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box
}
.bk_fontnum {
  float: right;
  font-size: 12px;
  color: #999
}

.bkitem_author {
  margin-top: 38px;
  font-size: 12px;
  color: #999
}

.bkitem_author .bkitem_author {
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.book_img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 6px rgba(0,0,0,.35),0 0 5px #f9f2e9 inset
}

.book_img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  transition: transform .3s ease-out;
  color: #fcfcfa
}

.book_img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.inner_wrap {
  margin-left: -30px
}

.first_rank {
  width: 260px;
  min-height: 480px;
  float: left;
  margin-left: 30px
}

.rank_item li {
  padding: 6px 0
}

.rank_item li:first-child {
  padding: 16px 0
}
.title_maore {
  width: 35px;
  color: #999;
  font-size: 12px;
  background: url(../images/icon_more.png) no-repeat right center;
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: 400
}
.r_rig {
  float: right;
  text-align: right
}

.r_ml {
  margin-right: 84px
}
.first_num {
  width: 44px;
  height: 28px;
  background: url(//staticm.idejian.com/pc/common/static/i/common/NO.1_736724b.png) no-repeat left center
}

.first_bkname {
  width: 156px
}

.first_bkname a {
  display: inline-block;
  max-width: 100%;
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.r_sort {
  color: #999;
  font-size: 12px
}
.first_sort {
  width: 156px;
  height: 20px;
  margin-top: 33px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.rank_list {
  display: inline-block;
  width: 180px;
  position: relative;
  padding-left: 23px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.bk_wrap {
  width: 84px;
  height: 112px
}
.rank_num {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0
}
.page_font {
  padding-top: 6px
}
.pagelist {
  padding: 5px 0;
  overflow: hidden;
  zoom: 1
}
.pagefont_cate {
  float: left;
  width: 80px;
  margin-right: 15px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.page_name {
  width: 300px;
  margin-right: 16px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.page_name a {
  color: #333;
  font-size: 14px
}

.page_catalog {
  width: 480px;
  margin-right: 16px;
  margin-top: 2px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.page_catalog a {
  color: #999;
  font-size: 12px
}

.page_author {
  width: 100px;
  margin-right: 16px;
  margin-top: 2px;
  float: left;
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.page_time {
  width: 100px;
  margin-top: 2px;
  float: left;
  color: #999;
  text-align: right;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.inner_page {
  padding-right: 30px
}

.inner_page:first-child {
  padding-bottom: 30px
}
.h_bklist {
  overflow: hidden;
  zoom: 1
}

.h_bklist::after {
  clear: both
}

.h_bklist ul {
  margin-left: -26px
}

.h_bklist ul li {
  width: 102px;
  float: left;
  margin-left: 40px;
  padding-top: 16px
}
.list_item {
  width: 102px;
  height: 136px
}

.book_name {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.l_rlist {
  padding: 13px 16px;
  overflow: hidden;
  zoom: 1
}

.l_rlist:first-child {
  padding-top: 30px
}

.l_rlist:last-child {
  padding-bottom: 30px
}
.l_item {
    margin-right: 100px;
}
.rlist_item {
  width: 84px;
  height: 112px;
  float: right;
}
.item_bkname {
    display: block;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item_author {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item_brief {
    height: 37px;
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 12px;
}
.ctype .first_rank{
  min-height:340px;
}
.d_left {
    width: 260px;
    float: left;
}
.d_wraper_right {
    width: 850px;
    margin-top: 30px;
    float: right;
}
.inner_left {
    width: 240px;
}
.gray_bg {
    margin-top: 30px;
}
.selected {
    padding: 6px 0 16px 15px;
}
.selected .select_title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.selected .select_list .list_link {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 5px 4px 0;
    font-size: 12px;
    color: #666;
}
.selected .select_list .list_link.active {
    border-radius: 3px;
    background: #333;
    color: #fff;
}
.main_tab {
    padding-bottom: 11px;
    border-bottom: 1px solid #ccc;
}
.main_tab .tab_item {
    margin-right: 40px;
    font-size: 16px;
    color: #666;
}
.main_tab .tab_item.active, .main_tab .tab_item:hover {
    font-weight: 700;
    color: #FF701D;
}
.v_books {
    margin: 18px 0 0 -20px;
    zoom: 1;
    overflow: hidden;
}
.v_books li {
    margin: 30px 0 0 20px;
    width: 260px;
    float: left;
}
.v_bklist_two .v_books li {
    width: 405px;
    margin-left: 20px;
}
.v_bklist_two .v_books li .v_item {
    width: 102px;
    height: 136px;
}
.v_bklist_two .v_books li .bk_iteminfo {
    margin-left: 114px;
    position: relative;
}
.v_bklist_two .v_books li .bkitem_name {
    display: block;
    box-sizing: border-box;
    max-width: 80%;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.v_bklist_two .v_books li .bkitem_name a {
    cursor: pointer;
    font-size: 18px;
}
.v_bklist_two .v_books li .bkitem_author_types {
    margin-top: 3px;
    font-size: 12px;
    color: #999;
}
.bkitem_author_types .bkitem_author {
    margin-top: 0;
    max-width: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.v_bklist_two .v_books li .bkitem_author_types .bkitem_types {
    position: relative;
    padding-left: 20px;
}
.v_bklist_two .v_books li .bkitem_author_types .bkitem_types:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 1px;
    position: absolute;
    left: 9px;
    top: 2px;
    background: #bbb;
}
.v_bklist_two .v_books li .bkitem_brief {
    width: 100%;
    margin-top: 9px;
    line-height: 1.8;
    height: 50px;
    font-size: 14px;
}
.v_bklist_two .v_books li .bkitem_fontnum_time {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}
.v_bklist_two .v_books li .bkitem_fontnum_time .bk_fontnum {
    float: left;
}
.pagers {
    margin-top: 30px;
    padding-top: 50px;
    overflow: hidden;
    text-align: right;
    border-top: 1px solid #ccc;
    zoom: 1;
}
.pagers .pager_num {
    overflow: hidden;
    zoom: 1;
    padding: 0 7px;
}
.pagers .pager_num span {
    width: 10px;
    height: 20px;
    margin: 0 13px 0 0;
    display: inline-block;
}
.pagers .pager_num .active {
    display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin: 0 7px;
}
.pagers .pager_num .active, .pagers .pager_num li{
    border-radius: 4px;
}
.pagers .pager_num li span{
margin:0;
}
.man_wrap .pager_num .active {
    background: #FFC952;
    color: #333;
}
.pagers .pager_num li {
    display: inline-block;
    padding: 0 7px;
    margin: 0 7px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.rank_nav {
    margin-top: 30px;
    background: #fcfcfc;
}
.rank_nav .ranknav_title a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    background: #333;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #333;
}
.rank_nav .ranknav_title a.active {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.rank_nav .ranknav_list {
    padding: 4px 30px 20px;
}
.rank_nav .ranknav_list li {
    margin: 20px 0;
}
.rank_nav .ranknav_list li a {
    display: block;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rank_nav .ranknav_list li a.active {
    color: #FF701D;
    background: url(../images/sj.png) no-repeat right center;
}
.rank_rig .first_rank {
    padding-top: 30px;
}
.rank_second {
    padding: 30px 0 0 40px;
}
.rank_ullist {
    padding: 14px 0;
}
.rank_ullist li {
    padding: 14px 0;
}
.rank_ullist .rank_items {
    position: relative;
    padding: 0 140px 0 128px;
    min-height: 144px;
}
.rank_ullist .items_l {
    width: 108px;
    height: 144px;
    position: absolute;
    left: 0;
    top: 0;
}
.rank_ullist .items_l .tag {
    display: inline-block;
    width: 28px;
    height: 33px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.rank_ullist .items_l .tag.tag1 {
    background: url(../images/tag1.png) no-repeat center;
}
.rank_ullist .items_l .tag.tag2 {
    background: url(../images/tag2.png) no-repeat center;
}
.rank_ullist .items_l .tag.tag3 {
    background: url(../images/tag3.png) no-repeat center;
}
.rank_ullist .items_l .tag {
    color: #fff;
    background: url(../images/tag4.png) no-repeat center;
}
.rank_ullist .rank_bkname {
    height: 25px;
}
.rank_ullist .rank_bkname a {
    display: inline-block;
    max-width: 100%;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rank_ullist .rank_bkinfo {
    margin-top: 10px;
}
.rank_ullist .rank_bkinfo span {
    display: inline-block;
    padding-right: 6px;
    margin-right: 6px;
    font-size: 12px;
    color: #999;
    position: relative;
}
.rank_ullist .rank_bkinfo span:before {
    content: '';
    position: absolute;
    right: 1px;
    top: 4px;
    width: 1px;
    height: 12px;
    border-right: 1px solid #999;
}
.rank_ullist .rank_bkbrief {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    height: 45px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.rank_ullist .rank_bkother {
    margin-top: 14px;
    overflow: hidden;
    zoom: 1;
}
.rank_ullist .rank_bktime {
    float: right;
    padding-left: 60px;
    text-align: right;
    color: #999;
    font-size: 12px;
}
.rank_ullist .rank_newpage {
    padding-right: 160px;
}
.rank_ullist .rank_newpage a {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rank_ullist .rank_newpage a: hover {
  color: #FF701D
}
.rank_ullist .items_rig {
    width: 100px;
    height: 144px;
    position: absolute;
    right: 0;
    top: 0;
}
.rank_ullist .items_rig a {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}
.rank_ullist .items_rig a.bk_brief_btn {
    margin-top: 110px;
    background: #333;
    color: #fff;
}
.rank_ullist .items_rig a.bk_brief_btn:hover {
  background: #F24045;
  color: #fff
}
.search_list:before {
    content: '';
    display: inline-block;
    clear: both;
}
.rank_ullist .items_rig {
    width: 100px;
    height: 144px;
    position: absolute;
    right: 0;
    top: 0;
}
.search_list{
  width: 980px;
  margin: 0 auto;
  zoom: 1;
  overflow: hidden;
}
.search_ohter span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #999;
}
.search_ohter i {
    color: #333;
}
.search_list .rank_ullist .items_rig a.bk_brief_btn {
    margin-top: 60px;
}
.main_detail{
  width: 980px;
  margin: 0 auto;
  zoom: 1;
  overflow: hidden;
}
.main_nav {
    padding: 20px 0;
}
.main_nav a {
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.main_nav a:hover{color:#FF585D}
.main_nav b {
    display: inline-block;
    width: 6px;
    height: 8px;
    margin: 0 8px;
    background: url(../images/detail_more.png) no-repeat center;
}
.border_box {
  border: 1px solid #ccc
}
.detail_bkinfo {
  min-height: 200px;
  position: relative;
  padding: 40px 242px 40px 230px
}

.info_bookimg {
  width: 150px;
  height: 200px;
  position: absolute;
  left: 40px;
  top: 40px
}

.detail_bkinfo_rig {
  padding: 13px 13px 0 0;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0
}

.score {
  font-size: 14px;
  color: #999
}

.detail_bkinfo_wrn {
  width: 176px;
  text-align: center;
  margin-top: 52px;
  font-size: 14px;
  position: absolute;
  bottom: -70px
}

.applink {
  display: inline-block;
  margin-top: 10px;
  width: 176px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -120px
}

.detail_bkname {
  display: inline-block;
  max-width: 386px;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.detail_bkname a {
  font-size: 26px;
  color: #333
}
.detail_bkname a:hover {
  color: #FF701D
}

.detail_bkauthor {
  display: inline-block;
  max-width: 82px;
  padding-right: 21px;
  margin-left: 14px;
  position: relative;
  top: -10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 14px
}

.detail_bkauthor a {
  color: #666
}

.detail_bkauthor span {
  position: absolute;
  right: 0;
  top: 0
}

.detail_bkgrade {
  overflow: hidden
}

.detail_bkgrade span,.detail_bkgrade a {
  float: left;
  padding: 0 7px;
  margin-right: 14px;
  border: 1px solid #999;
  font-size: 12px;
  color: #999;
  border-radius: 2px;
  background: #FCFCFC
}

.detail_bkgrade span.light_box,.detail_bkgrade a.light_box {
  color: #47B7E0;
  border-color: #47B7E0
}

.detail_bkgrade span.finished,.detail_bkgrade a.finished {
  color: #FF7473;
  border-color: #FF7473
}
.bk_fontinfo {
  margin-top: 15px
}

.bk_fontinfo span {
  font-size: 14px;
  color: #999
}

.bk_fontinfo b {
  font-size: 22px;
  color: #333
}

.bk_fontinfo i {
  position: relative;
  top: -3px;
  margin: 0 20px;
  color: #ccc
}

.bk_fontinfo em {
  position: relative;
  top: -3px;
  left: 2px
}
.detail_bkbtns {
  margin-top: 45px
}

.detail_bkbtns a {
  float: left;
  width: 128px;
  height: 36px;
  line-height: 36px;
  margin-right: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  position: relative
}
.detail_bkbtns a.freeread {
  background: #333;
  border-color: #333;
  color: #fff
}

.detail_bkbtns a.freeread:hover {
  background: #F24045;
  border-color: #F24045
}
.detail_bkbtns a.download:hover {
  border-color: #FF701D;
  color: #FF701D
}
.detail_blank {
    height: 20px;
}
.detail_tab_nav {
  background: #FCFCFC;
  overflow: hidden;
  zoom: 1
}

.detail_tab_nav a {
  float: left;
  padding: 20px 10px 20px 40px;
  font-size: 18px;
  color: #999
}

.detail_tab_nav a.active {
  font-weight: 700;
  color: #333
}

.detail_tab_nav a:hover {
  font-weight: 700;
  color: #333
}
.bk_brief {
  padding: 20px 40px
}
.brief_con {
  padding-bottom: 20px;
  font-size: 14px;
  color: #666
}
.catelog_list {
  padding: 15px 20px;
  overflow: hidden;
  zoom: 1
}

.catelog_list li {
  width: 210px;
  padding: 10px 8px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.catelog_list li a {
  font-size: 14px;
  color: #666
}
.reader_comments{
  padding: 20px;
}
.catelog_list li a:hover {
  color: #FF585D
}
.news_list .rank_bkbrief{
  height: 110px;
  -webkit-line-clamp: 5;
}
.news-info {
    float: left;
    padding: 25px 30px 30px 30px;
    background: #fff;
}
.news-info .title h1 {
    margin-bottom: 15px;
    line-height: 34px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.news-info .title p {
    margin-bottom: 15px;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.news-info .title p span {
    margin: 0 10px;
}
.news-info .cover {
    margin-top: 30px;
}
.news-info .cover .pic {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    height: 266px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.news-info .cover .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.news-info .content {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 16px;
}
.news-info .content p{margin:.7em 0;line-height:1.8;}
.news-info .content p img{margin:.3em 0;vertical-align:top}

.footer {
    margin-top: 60px;
    background: #F2F2F2;
}
.footer_inner {
    text-align: center;
}
.link_box {
    display: inline-block;
    padding-top: 25px;
    line-height: 1.8;
    text-align: left;
}
.link_box span, .link_box a {
    display: inline-block;
    padding-right: 16px;
    color: #333;
}
.copyright {
    padding-top: 12px;
    color: #666;
}
.copyfont {
    padding: 6px 0 30px;
    color: #999;
}
.go_top {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 11px;
}
.man_wrap .go_top {
    background: #FFC952 url(../images/gotop_m.png) no-repeat center;
}