.ot_dqwz_dd {
  width: 100%;
  margin: 30px 0 50px 0;
  height: 54px;
  background-color: #d6e7f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ot_dqwz_dd p {
  font-size: 16px;
}
.ot_dqwz_dd a:last-child {
  color: #337cbf;
}
.book_detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: auto;
}
.bk_left {
  width: 332px;
  /* height: 557px; */
}
.bk_right {
  flex: 1;
  margin-left: 71px;
}
.bk_box1 {
  width: 100%;
  /* height: 8px; */
  /* background-color: #0068b7; */
}
.bk_box1>div{
    margin-top: 35px;
    margin-bottom: 10px;
}
.bk_bg{
    width: 303px;
}
.bk_bg img{
    width: 100%;
}
.bk_box2 {
  width: 100%;
  height: 512px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
}
.book_name {
  width: 303px;
  height: 51px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0068b7;
}
.book_name p {
  color: #ffffff;
}
.bk_info {
  position: relative;
  /* display: flex; */
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  /* justify-content: flex-end; */
  background-color: #337cbf0a;
}
.bk_info ul{
    width: 100%;
    padding: 20px 0;
}
.bk_info ul li{
    margin-top: 18px;
}
.bk_info a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
}
.bk_title p {
  font-size: 20px;
  font-weight: bold;
  color: #0d0d0d;
}
.bk_title {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/jcmc_bg.png) no-repeat;
  background-size: 100% 100%;
}
.bk_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bk_item {
  margin-right: 10px;
  /* margin-bottom: 30px; */
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 39px;
}
.xb_icon img {
  width: 78px;
  height: 76px;
}
.xb_box {
  width: 100%;
  height: 65px;
  margin-top: 11px;
  border-bottom-right-radius: 30px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xb_box p {
  font-size: 16px;
  color: #030303;
}
.bk_box {
  display: flex;
  flex-direction: row;
}
.bk_item .bk_shadow {
  visibility: hidden;
}
.bk_item:hover .bk_shadow {
  visibility: visible;
}
.bk_shadow {
  width: 309px;
  height: 65px;
  position: absolute;
  z-index: -1;
  border-bottom-right-radius: 31px;
  background-color: #d6d6d6;
  top: 18px;
  left: 11px;
}
.bk_box2 a:nth-child(n+2) {
  display: none;
}
.bk_lb{}
.bk_lb ul{
    margin-bottom: 30px;
}
.bk_lb ul li{
    margin-top: 25px;
    position: relative;
    padding-left: 20px;
    transition: all .3s;
}
.bk_lb ul li:hover{
  transform: translateY(-4px);
}
.bk_lb ul li:before{
  position:absolute;
  content:"";
  width: 4px;
  height: 4px;
  background-color: #337cbf;
  bottom: 8px;
  left: 0;
}
.bk_lb ul li:first-child{
    margin-top: 0px;
}
.bk_lb ul li a{
    font-size: 18px;
}