@charset "UTF-8";
.selector > .placeholder, .book-info h3, .book-info h4, .recommend-meeting .meeting-info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/***********************************************************************
    颜色
 ***********************************************************************/
.black1 {
  color: #333;
}

.black2 {
  color: #666;
}

.black3 {
  color: #999;
}

.orange {
  color: #ff5a00;
}

.border-orange {
  border-color: #ff5a00;
}

.red {
  color: #e91919;
}

.border-red {
  border-color: #e91919;
}

.green {
  color: #23ada2;
}

.border-green {
  border-color: #23ada2;
}

.blue {
  color: #2998d8;
}

.blue2{
  color: rgb(48, 122, 232)
}
.border-blue {
  border-color: #2998d8;
}

.bg-black0 {
  background-color: #222;
}

/***********************************************************************
    字体
 ***********************************************************************/
.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18, .front-head .navbar-brand h1 {
  font-size: 18px;
}

.f-20, .front-head .btn-default {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

/***********************************************************************
    边距
 ***********************************************************************/
.p-40 {
  padding: 40px;
}

.ptb-40 {
  padding: 40px 0;
}

.plr-40 {
  padding: 0 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-40 {
  margin: 40px;
}

.mtb-40 {
  margin: 40px 0;
}

.mlr-40 {
  margin: 0 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-35 {
  padding: 35px;
}

.ptb-35 {
  padding: 35px 0;
}

.plr-35 {
  padding: 0 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.m-35 {
  margin: 35px;
}

.mtb-35 {
  margin: 35px 0;
}

.mlr-35 {
  margin: 0 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.p-30 {
  padding: 30px;
}

.ptb-30 {
  padding: 30px 0;
}

.plr-30 {
  padding: 0 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.m-30 {
  margin: 30px;
}

.mtb-30 {
  margin: 30px 0;
}

.mlr-30 {
  margin: 0 30px;
}

.mt-30, .list-none, .hep-pagination {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.p-25 {
  padding: 25px;
}

.ptb-25 {
  padding: 25px 0;
}

.plr-25 {
  padding: 0 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.m-25 {
  margin: 25px;
}

.mtb-25 {
  margin: 25px 0;
}

.mlr-25 {
  margin: 0 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.p-20 {
  padding: 20px;
}

.ptb-20 {
  padding: 20px 0;
}

.plr-20 {
  padding: 0 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-20 {
  margin: 20px;
}

.mtb-20 {
  margin: 20px 0;
}

.mlr-20 {
  margin: 0 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.p-15 {
  padding: 15px;
}

.ptb-15 {
  padding: 15px 0;
}

.plr-15 {
  padding: 0 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.m-15 {
  margin: 15px;
}

.mtb-15 {
  margin: 15px 0;
}

.mlr-15 {
  margin: 0 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.p-10 {
  padding: 10px;
}

.ptb-10 {
  padding: 10px 0;
}

.plr-10 {
  padding: 0 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.m-10 {
  margin: 10px;
}

.mtb-10 {
  margin: 10px 0;
}

.mlr-10 {
  margin: 0 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.p-5 {
  padding: 5px;
}

.ptb-5 {
  padding: 5px 0;
}

.plr-5 {
  padding: 0 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.m-5 {
  margin: 5px;
}

.mtb-5 {
  margin: 5px 0;
}

.mlr-5 {
  margin: 0 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

/**************************************************************
    行高
 **************************************************************/
.lh-20 {
  line-height: 20px;
}

.lh-25 {
  line-height: 25px;
}

.lh-30 {
  line-height: 30px;
}

.lh-35 {
  line-height: 35px;
}

.lh-40 {
  line-height: 40px;
}

.lh-45 {
  line-height: 45px;
}

/***********************************************************************
    系统图标
 ***********************************************************************/
@font-face {
  font-family: 'HepIcon';
  src: url("../font/HepIcon.eot");
  src: url("../font/HepIcon.eot?#iefix") format("embedded-opentype"), url("../font/HepIcon.ttf") format("truetype");
}
i {
  font-family: 'HepIcon', serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.abook, .qrcode, .cloud, .lanchang, .dangdang, .jingdong, .amazon, .home-column .meeting, .home-column .book, .home-column .cloud, .home-column .product {
  background: url("../image/hep-ico.png") no-repeat;
}

/***********************************************************************
    重置
 ***********************************************************************/
body {
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f7f8fa;
  color: #333;
  min-width: 320px;
}

div, ul, p, h1, h2, h3, h4, h5, hr {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #2998d8;
}

a:hover {
  color: #2998d8;
}
a:hover i {
  text-decoration: none;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  margin: 0;
}

label {
  vertical-align: middle;
  display: inline;
  margin: 0;
  font-weight: normal;
}

table {
  width: 100%;
  font-size: inherit;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

textarea {
  resize: none;
}

/***********************************************************************
    重置Bootstrap
 ***********************************************************************/
.carousel-control .icon-prev, .carousel-control .icon-next {
  font-family: 'HepIcon', serif;
}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
  content: none;
}

.container {
  min-width: 320px;
}

.close {
  font-size: 12px;
}

.breadcrumb {
  margin-top: 20px;
  background: none;
  padding: 8px 0;
}

.breadcrumb > li + li:before {
  color: #333;
  content: ">";
}

.breadcrumb > li a {
  color: #333;
}

.breadcrumb > .active {
  color: #999;
}

.nav-tabs {
  border-color: #eee;
}
.nav-tabs > li > a {
  padding: 10px 25px;
  color: #333;
  border-bottom: 1px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #2998d8;
  border-color: transparent;
  border-bottom: 1px solid #2998d8;
}
.nav-tabs > li > a:hover {
  color: #2998d8;
  border-color: transparent;
  background: none;
}
.nav-tabs .split {
  line-height: 1.42857143;
  color: #eee;
  padding: 10px 2px;
}

.input-group .form-control {
  z-index: auto;
}

.table-condensed {
  width: auto;
}

.label {
  display: inline-block;
  padding: 6px 12px;
  background: none;
  color: #666;
  font-weight: normal;
  border: 1px solid #ccc;
  line-height: 1.42857143;
  font-size: 14px;
}

.label-primary {
  border-color: #337ab7;
  color: #337ab7;
}

.label-info {
  border-color: #5bc0de;
  color: #5bc0de;
}

.label-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.label-success {
  border-color: #5cb85c;
  color: #5cb85c;
}

.label-danger {
  border-color: #d9534f;
  color: #d9534f;
}

/***********************************************************************
    公共组件
 ***********************************************************************/
.placeholder {
  color: #999;
}

.selector {
  position: relative;
  cursor: pointer;
  min-width: 153px;
}
.selector > .selected {
  color: #333;
}
.selector > .dropdown, .selector > select {
  position: absolute;
}
.selector > .dropdown-tree {
  top: 108%;
}
.selector > .placeholder {
  background: transparent;
}
.selector > select {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selector > .dropdown {
  z-index: 1;
  top: 50%;
  right: 7px;
  margin-top: -8px;
}
.selector:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.selector:hover > .dropdown {
  color: #66afe9;
}

.date-picker {
  cursor: pointer;
}
.date-picker .form-control {
  background: none;
}

.file-wrap {
  position: relative;
}
.file-wrap input[type=file] {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.conceal {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -10000px;
  left: -10000px;
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

/***********************************************************************
    公共样式
 ***********************************************************************/
.column-title h2 {
  font-size: 15px;
}
.column-title hr {
  margin-top: 15px;
}

.split-title {
  text-align: center;
  position: relative;
}
.split-title h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  background: #f7f8fa;
  padding: 0 36px;
}
.split-title hr {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 13px;
  left: 0;
}

.plate, .list-none, .hep-pagination, .book-column {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}

.float-list > li {
  float: left;
  margin-right: 30px;
}
.float-list > .checkbox {
  margin-top: 10px;
}
.float-list > .checkbox > label {
  display: inline;
}

.list-none {
  text-align: center;
  padding: 90px 0;
  color: #ccc;
  font-size: 30px;
}

.right {
  float: right;
}

.clear, .wrap:before, .wrap:after {
  clear: both;
}

.block {
  display: block;
}

.wrap:before, .wrap:after {
  display: block;
  content: ' ';
}

.dashed {
  border-style: dashed;
}

.middle {
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

a.black2:hover {
  color: #666;
}

.indent {
  text-indent: 2em;
}

/***********************************************************************
    表格
 ***********************************************************************/
.form-table > tbody > tr > td {
  padding: 15px 0;
}
.form-table > tbody > tr > td > .form-control, .form-table > tbody > tr > td > .input-group {
  width: 230px;
}

.simple-table {
  width: 100%;
  border: 1px solid #eee;
}
.simple-table > thead > tr > th {
  background: #eee;
  color: #999;
}
.simple-table > thead > tr > th, .simple-table > tbody > tr > td {
  padding: 10px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.check-table > tbody > tr:hover {
  cursor: pointer;
}
.check-table > tbody > tr:hover > td {
  background: #f7f8fa;
}

.th-center > thead > tr > th {
  text-align: center;
}

.td-center > tbody > tr > td {
  text-align: center;
}

/***********************************************************************
    回到顶部
 ***********************************************************************/
.go-top {
  font-size: 12px;
  display: block;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 25px;
  z-index: 500;
  background: #2998d8;
  color: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.go-top:hover, .go-top:focus {
  color: #fff;
  text-decoration: none;
}
.go-top i, .go-top span {
  display: block;
  height: 20px;
  line-height: 20px;
}

/***********************************************************************
    分页
 ***********************************************************************/
.hep-pagination {
  padding: 0;
  text-align: center;
}
.hep-pagination span, .hep-pagination > form {
  display: inline-block;
}
.hep-pagination > .pagination > a {
  min-width: 40px;
  padding: 0 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  display: inline-block;
  border: 1px solid #fff;
  color: #777;
  text-decoration: none;
}
.hep-pagination > .pagination > a:hover {
  border: 1px solid #666;
  color: #666;
}
.hep-pagination > .pagination > a.active {
  background: #666;
  color: #fff;
}
.hep-pagination > input {
  margin: 0 5px;
  width: 40px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.hep-pagination > button {
  border: 0;
  background: none;
  cursor: pointer;
  color: #2998d8;
}

/***********************************************************************
    顶部
 ***********************************************************************/
.header-holder {
  height: 108px;
}

.front-top {
  background: #333;
}
.front-top .front-top-nav {
  padding: 0;
  float: right;
  margin-right: -15px;
}
.front-top .front-top-nav > li {
  float: left;
  padding: 1px;
}
.front-top .front-top-nav > li > a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 8px 14px;
}
.front-top .front-top-nav > li > a:hover, .front-top .front-top-nav > .open > a {
  background: #fff;
  color: #333;
}
.front-top .front-top-nav > .dropdown > .dropdown-menu {
  min-width: 0;
}

.front-head .navbar {
  margin-bottom: 0;
}
.front-head .navbar-default {
  -webkit-box-shadow: 0 1px 1px rgba(102, 102, 102, 0.1);
  box-shadow: 0 1px 1px rgba(102, 102, 102, 0.1);
  background: #fff;
  padding: 16px 0;
  border-radius: 0;
  border: 0;
}
.front-head .navbar-brand {
  padding: 0 25px 0 0;
  margin: 0 15px 0 0;
  height: auto;
  border-right: 1px solid #ccc;
}
.front-head .navbar-brand img {
  margin-left: 15px;
  width: 35px;
  height: 36px;
  margin-top: 2.5px;
  float: left;
}
.front-head .navbar-brand h1 {
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  float: left;
}
.front-head .navbar-default .navbar-nav > li > a:hover {
  background: #f7f8fa;
}
.front-head .navbar-default .navbar-nav > .active > a {
  color: #2998d8;
  background: none;
}
.front-head .navbar-form {
  margin: 0;
  padding: 0;
}
.front-head .navbar-form {
  border: 0;
}
.front-head .input-group-addon, .front-head .form-control, .front-head .btn-default {
  border: 0;
  border-radius: 0;
  background: none;
}
.front-head .input-group {
  width: 245px;
}
.front-head .input-group-addon {
  padding: 0;
  text-align: right;
}
.front-head .form-control {
  border-bottom: 1px solid #ccc;
  padding: 6px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
.front-head .form-control:focus {
  text-indent: 5px;
  border: 1px solid #2998d8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.front-head .btn-default {
  padding: 0;
}
.front-head .btn-default:hover, .front-head .btn-default:focus {
  background: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .front-head .navbar-nav > li > a {
    padding: 10px 15px;
  }
}
@media (max-width: 1200px) {
  .front-head .navbar-brand h1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .front-head .navbar-brand {
    border: 0;
  }
  .front-head .navbar-brand h1 {
    display: block;
  }
  .front-head .navbar-toggle {
    margin-top: 4px;
  }
}
@media (max-width: 460px) {
  .front-head .navbar-brand h1 {
    display: none;
  }
}
/***********************************************************************
    底部
 ***********************************************************************/
footer {
  margin-top: 100px;
}

.front-bottom {
  font-size: 12px;
  background: #333;
  text-align: center;
  color: #fff;
  line-height: 25px;
  padding: 25px 0;
}
.front-bottom img {
  display: block;
  margin: 20px auto;
}

.front-bottom.bg-black0 {
  background: #222;
}

/***********************************************************************
    图书
 ***********************************************************************/
.book-info {
  position: relative;
  text-align: center;
  display: block;
}
.book-info .image {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 10px auto;
  width: 107px;
  height: 143px;
}
.book-info .image img {
  width: 100%;
  height: 100%;
  display: block;
}
.book-info h3, .book-info h4 {
  text-decoration: none;
  height: 30px;
  line-height: 30px;
}
.book-info h3 a {
  font-size: 14px;
  color: #333;
}
.book-info h3 a:hover {
  color: #2998d8;
}
.book-info h4 {
  color: #666;
  font-size: 12px;
}
.book-info .labels {
  position: absolute;
  top: 0;
  right: -10px;
}
.book-info .labels a {
  margin-bottom: 10px;
}
.book-info .chapter {
  width: 25px;
}

.abook, .qrcode, .cloud {
  width: 25px;
  height: 25px;
  display: block;
}

.abook {
  background-position: -160px 0;
}

.qrcode {
  background-position: -99px 0;
}

.cloud {
  background-position: -220px 0;
}

.chapter {
  display: block;
  text-align: center;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  padding: 2px 5px;
}

.chapter:hover {
  text-decoration: none;
  background: #999;
  color: #fff;
}

/***********************************************************************
    图书栏目
 ***********************************************************************/
.book-column .book-info {
  margin-top: 20px;
}

/***********************************************************************
    图书列表
 ***********************************************************************/
.book-list .plate, .book-list .list-none, .book-list .hep-pagination, .book-list .book-column {
  border-radius: 0;
  margin-top: 30px;
  padding: 20px 15px;
}
.book-list .book-info .image {
  width: 180px;
  height: 240px;
}
.book-list .book-info .labels {
  right: -7px;
}

@media (max-width: 1200px) {
  .book-list .book-info .image {
    width: 139px;
    height: 185px;
  }
}
@media (max-width: 510px) {
  .book-list .book-info .image {
    width: 107px;
    height: 143px;
  }
}
/***********************************************************************
    图书详情
 ***********************************************************************/
.book-detail-info {
  padding: 0 40px;
  margin-top: 20px;
}
.book-detail-info h1 {
  font-size: 20px;
}
.book-detail-info .labels {
  float: right;
}
.book-detail-info .labels a {
  float: left;
  margin-left: 20px;
}

.book-frame {
  margin: 0 auto;
  max-width: 300px;
}
.book-frame .book-detail-image {
  border: 1px solid #eee;
  padding: 35px;
}
.book-frame .book-detail-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.book-frame .book-share {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.book-frame .book-share > div {
  cursor: pointer;
}
.book-frame .book-share > div {
  cursor: pointer;
  float: left;
  width: 50%;
}
.book-frame .book-share > div i, .book-frame .book-share > div span {
  vertical-align: middle;
}
.book-frame .book-share > div i {
  font-size: 16px;
  margin-right: 10px;
}
.book-frame .book-share > .border {
  position: relative;
  border-right: 1px solid #666;
}
.book-frame .book-share .jiathis_style_32x32, .book-frame .book-share .jiathis_style_32x32 .jiathis {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.jiathis_style * {
  box-sizing: content-box;
}

@media (max-width: 1200px) {
  .book-detail-info {
    padding: 0 20px;
  }

  .book-frame .book-detail-image {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .book-detail-info {
    padding: 0 10px;
  }

  .book-frame .book-detail-image {
    padding: 0;
  }
}
@media (max-width: 620px) {
  .book-detail-info {
    padding: 0;
  }
  .book-detail-info h1 {
    text-align: center;
  }
  .book-detail-info > .col-md-4, .book-detail-info > .col-md-8 {
    float: none;
    width: auto;
  }
  .book-detail-info > .col-md-8 > .row > .col-md-6 > .row > .col-md-4 {
    width: 30%;
    margin-left: 20%;
  }
  .book-detail-info > .col-md-8 > .row > .col-md-6 > .row > .col-md-8 {
    width: 50%;
  }
  .book-detail-info .book-frame .book-detail-image {
    padding: 35px;
  }
}
.carousel-books {
  position: relative;
}
.carousel-books .carousel-box {
  margin: 0 35px;
  overflow: hidden;
}
.carousel-books > .carousel-box > .wrap {
  z-index: 2;
  position: relative;
}
.carousel-books .carousel-left, .carousel-books .carousel-right {
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 35px;
  line-height: 35px;
  font-size: 35px;
  color: #2998d8;
}
.carousel-books .carousel-left {
  left: 0;
}
.carousel-books .carousel-right {
  right: 0;
}

.lanchang, .dangdang, .jingdong, .amazon {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}

.lanchang {
  width: 120px;
  background-position: -102px -40px;
}

.dangdang {
  width: 57px;
  background-position: -102px -153px;
}

.jingdong {
  width: 94px;
  background-position: -102px -78px;
}

.amazon {
  width: 65px;
  background-position: -102px -115px;
}

/***********************************************************************
    图书滚动
 ***********************************************************************/
.carousel-books {
  overflow: hidden;
}
.carousel-books > .wrap {
  white-space: nowrap;
  overflow: hidden;
}
.carousel-books .book-info {
  float: left;
  padding: 25px;
}

/***********************************************************************
    会议
 ***********************************************************************/
.meeting-info {
  margin-top: 20px;
}
.meeting-info .image {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 130px;
}
.meeting-info .image img {
  width: 100%;
  height: 100%;
}
.meeting-info h3, .meeting-info .extra {
  padding: 0 25px;
  margin: 10px 0;
}
.meeting-info h3 {
  line-height: 20px;
  height: 50px;
  overflow: hidden;
}
.meeting-info h3 a {
  color: #999;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .meeting-info .image {
    width: 256px;
    height: 104px;
  }
}
@media (min-width: 992px) {
  .meeting-filter > .col-md-2 {
    width: 11%;
  }
  .meeting-filter > .col-md-10 {
    width: 89%;
  }
}
@media (max-width: 640px) {
  .meeting-list > .col-md-4 {
    float: none;
    width: auto;
  }

  .meeting-info h3 {
    text-align: center;
  }
}
/***********************************************************************
    会议详细
 ***********************************************************************/
.column-title .meeting-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

.meeting-tab {
  padding: 15px 0;
  cursor: pointer;
}
.meeting-tab + .meeting-tab {
  border-top: 1px solid #eee;
}
.meeting-tab:hover {
  color: #e91919;
}
.meeting-tab.active {
  color: #e91919;
}
.meeting-tab.active + .meeting-tab {
  border-color: #e91919;
}

.meeting-detail-img {
  padding: 15px 60px;
}
.meeting-detail-img img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.recommend-meeting .meeting-info h3, .recommend-meeting .meeting-info .extra {
  padding: 0;
}
.recommend-meeting .meeting-info h3 {
  height: auto;
}

/***********************************************************************
    书目
 ***********************************************************************/
.list-bibliography {
  margin: 0 auto;
  padding: 20px 60px;
}
.list-bibliography > li {
  color: #666;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}

.bibliography-split {
  border-left: 1px solid #eee;
  position: absolute;
  top: 55px;
  bottom: 30px;
  left: 50%;
  height: calc(100% - 85px);
  width: 0;
}

/***********************************************************************
    首页
 ***********************************************************************/
.brand {
  text-align: center;
  margin-top: 12%;
}
.brand img, .brand h1 {
  display: inline;
  vertical-align: middle;
  margin: 0 10px;
}
.brand h1 {
  font-size: 24px;
}

.search {
  position: relative;
}
.search .form-control {
  height: auto;
  padding: 16px 40px;
  border-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search .form-control::-moz-placeholder {
  text-align: center;
}
.search .form-control:-ms-input-placeholder {
  text-align: center;
}
.search .form-control::-webkit-input-placeholder {
  text-align: center;
}
.search .form-control:focus {
  border-color: #2998d8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.search .btn-default {
  position: absolute;
  background: none;
  border: 0;
  right: 0;
  top: 3px;
  font-size: 24px;
}

.home-column .plate, .home-column .list-none, .home-column .hep-pagination, .home-column .book-column {
  text-align: center;
}
.home-column .meeting, .home-column .book, .home-column .cloud, .home-column .product {
  display: block;
  height: 60px;
  margin: 30px auto 0 auto;
}
.home-column .meeting, .home-column .book, .home-column .product {
  width: 60px;
}
.home-column .meeting {
  background-position: -8px -12px;
}
.home-column .book {
  background-position: -8px -77px;
}
.home-column .cloud {
  width: 68px;
  background-position: -8px -140px;
}
.home-column .product {
  background-position: -8px -201px;
}
.home-column a {
  display: block;
  text-decoration: none;
}
.home-column h2 {
  color: #333;
  font-size: 16px;
  margin: 30px 0;
  font-weight: normal;
}

.home-top {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 0;
}
.home-top .front-top-nav > li > a {
  color: #999;
  padding: 10px;
}
.home-top .front-top-nav > li > .split {
  color: #999;
  display: block;
  padding: 10px 5px;
}
.home-top .front-top-nav > li > .orange {
  color: #ff5a00;
}
.home-top .front-top-nav > li > .blue {
  color: #2998d8;
}
.home-top .front-top-nav > li > a:hover, .home-top .front-top-nav > .open > a {
  background: #eee;
}

.home-bottom {
  background: #fff;
  color: #999;
}

/***********************************************************************
    富文本
 ***********************************************************************/
.rich-content img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=front.css.map */
