html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 0.12rem/1.5tahoma, arial, \5b8b\4f53;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 0.12rem;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
}
/*a:hover {
  text-decoration: none;
  color: red;
}*/
a:active {
  text-decoration: none;
  color: red;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .mapDiv {
    width: 90%;
    height: 3.3rem;
    color: #585858;
    background-color: #fff;
    border: 0.05rem solid transparent;
    border-color: transparent;
    border-color: rgba(9, 93, 179, 0.6);
    border-radius: 0.04rem;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    position: absolute;
    display: none;
    word-break: break-all;
    font-size: 0.14rem;
    z-index: 100;
    top: 2.8rem;
    left: 4%;
  }
  .mapDiv .innerDiv {
    width: 100%;
    height: 0.6rem;
    background-color: #E3F3FF;
    position: relative;
    margin-bottom: 0.1rem;
  }
  .mapDiv .innerDiv .inner_area {
    display: inline-block;
    float: left;
    margin-left: 0.1rem;
    line-height: 0.6rem;
    color: #016dbe;
    font-size: 0.24rem;
  }
  .mapDiv .innerDiv .inner_close {
    width: 0.4rem;
    height: 0.6rem;
    display: inline-block;
    float: right;
    margin-right: 0.1rem;
    margin-top: 0.05rem;
    line-height: 0.6rem;
    cursor: pointer;
  }
  .mapDiv .innerDiv .inner_close img {
    vertical-align: middle;
  }
  .mapDiv .inner_table {
    width: 96%;
    margin: 0 auto;
    height: 2.5rem;
    background-color: #fff;
    overflow: scroll;
    white-space: nowrap;
    font-size: 0.18rem;
  }
  .mapDiv .inner_table .inner_head {
    width: 100%;
    height: 0.3rem;
    color: #fff;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .mapDiv .inner_table .inner_head span {
    background-color: #4f9ed9;
    margin-left: 0.01rem;
    margin-right: 0.01rem;
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .mapDiv .inner_table .inner_body {
    margin-bottom: 0.1rem;
  }
  .mapDiv .inner_table .inner_body span {
    background-color: #fff;
    margin-left: 0.01rem;
    margin-right: 0.01rem;
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    overflow: hidden;
    font-size: 0.2rem;
  }
  .mapDiv .inner_table .shop_name {
    width: 3.6rem;
  }
  .mapDiv .inner_table .shop_addr {
    width: 4rem;
  }
  .mapDiv .inner_table .shop_contact {
    width: 1rem;
  }
  .mapDiv .inner_table .shop_phone {
    width: 1.8rem;
  }
  .mapDiv .inner_table .shop_introduce {
    width: 3rem;
  }
}
.layer {
  width: 100%;
  background: #FAFAFA;
}
@media screen and (max-width: 991px) {
   .y_page{text-align:center;font-size:14px}
  .layer .pc_top {
    display: none;
  }
  .layer .mobile_top {
    display: block;
  }
  .layer .mobile_top {
    position: relative;
  }
  .layer .mobile_top .m_layer_top {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5000;
  }
  .layer .mobile_top .head-box {
    width: 100%;
    height: 1rem;
    position: relative;
    line-height: 1rem;
    border-bottom: 0.03rem solid #476de6;
    background-color: #fff;
  }
  .layer .mobile_top .head-icon {
    position: absolute;
    left: 0.1rem;
  }
  .layer .mobile_top .head-icon img {
    max-width: 3rem;
  }
  .layer .mobile_top .head-nav {
    display: none;
  }
  .layer .mobile_top .phone-head-nav {
    width: 60%;
    height: 100%;
    line-height: 1rem;
    background-color: #002359;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 2500;
    padding-top: 0.8rem;
    overflow-y: scroll;
  }
  .layer .mobile_top .phone-head-nav ul {
    list-style: none;
    width: 100%;
    top: 0.9rem;
  }
  .layer .mobile_top .phone-head-nav ul .second-menu {
    width: 90%;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .layer .mobile_top .phone-head-nav ul .second-menu .txt {
    display: block;
    float: left;
    font-size: 0.24rem;
    color: #aaaaaa;
    width: 1.7rem;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
  }
  .layer .mobile_top .phone-head-nav ul .second-menu .icon_red {
    display: inline-block;
    width: 0.1rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    background: url(./images/menu_ivon_red.png) no-repeat;
    background-size: 100%;
  }
  .layer .mobile_top .phone-head-nav ul .second-menu .icon {
    display: inline-block;
    width: 0.1rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    background: url(./images/menu_ivon_grey.png) no-repeat;
    background-size: 100%;
  }
  .layer .mobile_top .phone-head-nav ul li {
    padding-left: 0.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    cursor: pointer;
    color: #fff;
    font-size: 0.28rem;
    border-bottom: 0.01rem solid #555553;
    text-decoration: none;
  }
  .layer .mobile_top .phone-head-nav ul li a {
    color: #fff;
  }
  .layer .mobile_top .phone-head-nav ul li:nth-child(1) a {
    color: #e23246;
  }
  .layer .mobile_top .search-layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5000;
  }
  .layer .mobile_top .secrchBoxP {
    position: fixed;
    top: 0;
    z-index: 6000;
    display: none;
    width: 100%;
    height: 1.24rem;
    line-height: 1.24rem;
    padding-left: 0.34rem;
    margin-top: 1.1rem;
    background: #00235b;
    box-sizing: border-box;
    opacity: 0.9;
    font-size: 0;
  }
  .layer .mobile_top .secrchBoxP input {
    width: 4.08rem;
    height: 0.65rem;
    line-height: 0.63rem;
    padding-left: 0.24rem;
    color: #808080;
    font-size: 0.24rem;
    border: 0;
    border-radius: 0.2rem 0 0 0.2rem;
  }
  .layer .mobile_top .secrchBoxP a {
    display: inline-block;
    width: 1.58rem;
    height: 0.68rem;
    text-align: center;
    line-height: 0.64rem;
    color: #fff;
    border: 0;
    background: #cf263b;
    font-size: 0.28rem;
    border-radius: 0 0.2rem 0.2rem 0;
  }
  .layer .mobile_top .searchTextP {
    width: 68%;
    border: 0.01rem solid transparent;
    border-top-left-radius: 0.12rem;
    border-bottom-left-radius: 0.12rem;
    background-color: #ffffff;
    font-family: '微软雅黑';
    font-size: 0.8em;
    color: #000;
    max-width: 4rem;
    padding-left: 0.09rem;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    padding-right: 0.05rem;
    outline: none;
    position: absolute;
    top: 0.16rem;
    left: 5%;
  }
  .layer .mobile_top .searchBtn {
    position: absolute;
    border: 0.01rem solid transparent;
    border-top-right-radius: 0.12rem;
    border-bottom-right-radius: 0.12rem;
    top: 0.16rem;
    width: 18%;
    left: 77%;
    background-color: #cf263b;
    padding-left: 0.18rem;
    padding-top: 0.09rem;
    padding-bottom: 0.09rem;
    padding-right: 0.2rem;
    color: #fff;
    letter-spacing: 0.04rem;
  }
  .layer .mobile_top .closeBtn {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.1rem;
    right: 0.24rem; z-index:20;
  }
  .layer .mobile_top .sousuoBtn {
    position: absolute;
    right: 0.7rem;
    bottom: 0.2rem;
    max-width: 0.4rem;
  }
  .layer .mobile_top .showListBtn {
    position: absolute;
    right: 0.1rem;
    bottom: 0.25rem;
    max-width: 0.4rem;
  }
  .layer .banner {
    display: none;
  }
  .layer .banner_m {
    display: block;
    margin-bottom: 0.3rem;
  }
  .layer .banner_m img {
    max-width: 100%;
  }
  .layer .content_pc {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: transparent;
  }
  .layer .content_pc .content_txt {
    width: 94%;
    background: transparent;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.6rem;
  }
  .layer .content_pc .content_txt .news {
    width: 100%;
    background: transparent;
    float: left;
    font-size: 0.16rem;
  }
  .layer .content_pc .content_txt .news img {
    max-width: 30%;
  }
  .layer .content_pc .content_txt .news .pc_news {
    display: none;
  }
  .layer .content_pc .content_txt .inform {
    width: 100%;
    background: transparent;
    float: left;
    font-size: 0.16rem;
  }
  .layer .content_pc .content_txt .inform img {
    max-width: 18%;
  }
  .layer .content_pc .content_txt .inform .pc_inform {
    display: none;
  }
  .layer .content_pc .content_txt .main-item-ul {
    list-style: disc;
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 0.1rem;
  }
  .layer .content_pc .content_txt .main-item-ul li {
    font-family: "微软雅黑";
    font-size: 0.28rem;
    color: #c1c1c1;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    list-style: square;
    list-style-type: square;
    line-height: 0.5rem;
    margin-left: 0.3rem;
  }
  .layer .content_pc .content_txt .main-item-ul li a:hover {
    color: red;
  }
  .layer .content_pc .content_txt .main-item-ul li span {
    display: none;
  }
  .layer .content_pc .content_txt .main-item-ul .main-item-title {
    font-family: "微软雅黑";
    font-size: 0.32rem;
    font-weight: bold;
    color: #636363;
    margin-bottom: 0.1rem;
    line-height: 0.6rem;
  }
  .layer .content_pc .content_txt .main-item-ul .main-item-title a {
    color: #636363;
  }
  .layer .content_pc .content_txt .main-item-ul .main-item-title a:hover {
    color: red;
  }
  .layer .content_pc .content_txt .main-item-ul .main-item-content {
    text-indent: 2em;
    font-family: "微软雅黑";
    font-size: 0.24rem;
    color: #9d9d9d;
    margin-bottom: 0.1rem;
    line-height: 0.45rem;
  }
  .layer .content_pc .content_icon {
    width: 86%;
    height: 5rem;
    background: transparent;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }
  .layer .content_pc .content_icon span {
    display: inline-block;
    width: 2.5rem;
    height: 2.4rem;
    text-align: center;
    float: left;
    margin-bottom: 0.3rem;
    position: absolute;
  }
  .layer .content_pc .content_icon img {
    width: 80%;
  }
  .layer .content_pc .content_icon .txt_01 {
    left: 0;
    font-size: 0.3rem;
    width: 100%;
    top: 1.5rem;
  }
  .layer .content_pc .content_icon .icon_01 {
    top: 0;
    left: 0;
  }
  .layer .content_pc .content_icon .icon_02 {
    top: 0;
    right: 0;
  }
  .layer .content_pc .content_icon .icon_03 {
    left: 0;
    top: 2.5rem;
  }
  .layer .content_pc .content_icon .icon_04 {
    right: 0;
    top: 2.5rem;
  }
  .layer .m_line {
    width: 100%;
    height: 0.2rem;
    background-color: #f5f5f5;
    border-top: 0.01rem solid #dedede;
    border-bottom: 0.01rem solid #dedede;
    margin-bottom: 0.6rem;
  }
  .layer .lunbo_pc {
    display: none;
  }
  .layer .lunbo_m {
    width: 100%;
    height: 8.4rem;
    background: #f4f4f4;
    position: relative;
  }
  .layer .lunbo_m .icon {
    display: inline-block;
    width: 100%;
    height: 0.62rem;
    font-size: 0.16rem;
    text-align: center;
    background: transparent;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .layer .lunbo_m .icon img {
    max-width: 25%;
  }
  .layer .lunbo_m .slideshow_m .book_img {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 30%;
    right: 0;
    top: 0;
    margin: auto;
  }
  .layer .lunbo_m .slideshow_m .book_img img {
    width: 58%;
  }
  .layer .lunbo_m .slideshow_m .book_info_con {
    width: 4rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0.12rem;
    right: 0;
    top: 3rem;
    margin: auto;
    line-height: 0.28rem;
  }
  .layer .lunbo_m .slideshow_m .book_info_con .book_info_title {
    text-align: center;
    font-size: 0.24rem;
    font-family: '微软雅黑';
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    word-break: break-all;
  }
  .layer .lunbo_m .slideshow_m .book_info_con .book_info_list {
    display: inline-block;
    width: 90%;
    text-align: left;
    font-size: 0.24rem;
    font-family: '微软雅黑';
    margin-left: 0.13rem;
  }
  .layer .skidder-viewport .skidder-clickwrapper .skidder-prev {
    left: 0 !important;
    background-image: url('../images/icon_14_m.png');
    background-size: 36%;
    behavior: url(../backgroundSize.min.htc);
  }
  .layer .skidder-viewport .skidder-clickwrapper .skidder-next {
    right: 0 !important;
    background-image: url('../images/icon_17_m.png');
    background-size: 36%;
    behavior: url(../backgroundSize.min.htc);
  }
  .layer .skidder-viewport .skidder-clickwrapper .skidder-next.jumpback {
    left: -0.6rem !important;
    background-image: url('../images/icon_14_m.png');
    background-size: 36%;
    behavior: url(../backgroundSize.min.htc);
  }
  .layer .skidder-viewport .skidder-wrapper .skidder-slide {
    float: left;
    position: relative;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }
  .layer .link_pc {
    width: 100%;
    font-size: 0.16rem;
    background: transparent;
  }
  .layer .link_pc .icon {
    display: inline-block;
    width: 100%;
    height: 0.62rem;
    font-size: 0.16rem;
    text-align: center;
    background: transparent;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .layer .link_pc .icon .pc_icon {
    display: none;
  }
  .layer .link_pc .icon img {
    max-width: 25%;
  }
  .layer .link_pc ul {
    width: 96%;
    background: transparent;
    list-style: none;
    margin: 30px auto 0;
    overflow: hidden;
  }
  .layer .link_pc ul li {
    float: left;
    width: 50%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .layer .link_pc ul li img {
    vertical-align: middle;
    width: 80%;
  }
  .layer .footer_pc {
    display: none;
  }
  .layer .footer_m {
    width: 100%;
    height: 2rem;
    background: #002359;
    position: relative;
  }
  .layer .footer_m .address {
    position: absolute;
    width: 97%;
    background: transparent;
    font-size: 0.2rem;
    font-family: "微软雅黑";
    color: #d4d7dd;
    text-align: center;
    top: 0.5rem;
  }
  .layer .footer_m .address p {
    line-height: 0.38rem;
  }
  .layer .wx_wb_top {
    display: inline-block;
    position: fixed;
    z-index: 200;
    bottom: 0;
    right: 0.1rem;
  }
  .layer .navBak {
    height: 1rem;
    line-height: 1rem;
    padding-left: 0.2rem;
    background: url(./images/nav_bg_m.png) no-repeat;
  }
  .layer .navBak p {
    height: 1rem;
    line-height: 1rem;
    color: #d9d9d9;
    font-size: 0.26rem;
    padding-left: 0.8rem;
  }
    .layer .navBak p a {
	color:#fff;
	}
  .layer .content_history {
    width: 100%;
    /* 作译者服务页面 */
    /* 站店介绍 */
  }
  .layer .content_history .left_menu {
    display: none;
  }
  .layer .content_history .left_menu_short {
    display: none;
  }
  .layer .content_history .location {
    display: none;
  }
  .layer .content_history .location_white {
    display: none;
  }
  .layer .content_history .right_con {
    width: 96%;
    min-height: 16rem;
    background: url(./images/history_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .layer .content_history .right_con .time_line {
    height: 100%;
    border-left: 0.01rem solid #d2d2d2;
    position: absolute;
    left: 50%;
  }
  .layer .content_history .right_con .time_line .cicle1 {
    position: absolute;
    top: 0.3rem;
    left: -0.2rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 0.33rem;
    height: 0.33rem;
    background: url(./images/history_time_dot.png) no-repeat;
    background-size: 100%;
    behavior: url(./backgroundSize.min.htc);
  }
  .layer .content_history .right_con .time_line .cicle2 {
    position: absolute;
    top: 4rem;
    left: -0.2rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 0.33rem;
    height: 0.33rem;
    background: url(./images/history_time_dot.png) no-repeat;
    background-size: 100%;
    behavior: url(./backgroundSize.min.htc);
  }
  .layer .content_history .right_con .time_line .cicle3 {
    position: absolute;
    top: 7.7rem;
    left: -0.2rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 0.33rem;
    height: 0.33rem;
    background: url(./images/history_time_dot.png) no-repeat;
    background-size: 100%;
    behavior: url(./backgroundSize.min.htc);
  }
  .layer .content_history .right_con .time_line .cicle4 {
    position: absolute;
    top: 11.4rem;
    left: -0.2rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 0.33rem;
    height: 0.33rem;
    background: url(./images/history_time_dot.png) no-repeat;
    background-size: 100%;
    behavior: url(./backgroundSize.min.htc);
  }
  .layer .content_history .right_con .time_line .time1 {
    display: inline-block;
    color: #20c43f;
    font-size: 0.36rem;
    font-family: "微软雅黑";
    font-weight: bold;
    position: absolute;
    top: 0.2rem;
    left: -1.5rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 1.5rem;
    height: 0.5rem;
  }
  .layer .content_history .right_con .time_line .time2 {
    display: inline-block;
    color: #20c43f;
    font-size: 0.36rem;
    font-family: "微软雅黑";
    font-weight: bold;
    position: absolute;
    top: 3.9rem;
    left: 0.2rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 1.5rem;
    height: 0.5rem;
  }
  .layer .content_history .right_con .time_line .time3 {
    display: inline-block;
    color: #20c43f;
    font-size: 0.36rem;
    font-family: "微软雅黑";
    font-weight: bold;
    position: absolute;
    top: 7.6rem;
    left: -1.5rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 1.5rem;
    height: 0.5rem;
  }
  .layer .content_history .right_con .time_line .time4 {
    display: inline-block;
    color: #20c43f;
    font-size: 0.36rem;
    font-family: "微软雅黑";
    font-weight: bold;
    position: absolute;
    top: 11.3rem;
    left: 0.2rem;
    border-radius: 0.1rem;
    list-style: none;
    width: 1.5rem;
    height: 0.5rem;
  }
  .layer .content_history .right_con #timeleft div {
    width: 2.6rem;
    height: 1rem;
    left: 0.1rem;
    position: absolute;
  }
  .layer .content_history .right_con #timeleft .history_01 {
    background: url(./images/history_left_m.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 4rem;
    padding-left: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 3.1rem;
    overflow: hidden;
  }
  .layer .content_history .right_con #timeleft .history_02 {
    background: url(./images/history_left_m.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 11.4rem;
    padding-left: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 3.1rem;
    overflow: hidden;
  }
  .layer .content_history .right_con #timeleft .title {
    color: black;
    font-size: 0.26rem;
    font-weight: bold;
    font-family: "微软雅黑";
    width: 90%;
    line-height: 0.4rem;
  }
  .layer .content_history .right_con #timeleft .con {
    color: #535353;
    font-size: 0.22rem;
    font-family: "微软雅黑";
    width: 90%;
    text-align: left;
    line-height: 0.35rem;
  }
  .layer .content_history .right_con #timeright div {
    width: 2.6rem;
    height: 1rem;
    right: 0.1rem;
    position: absolute;
  }
  .layer .content_history .right_con #timeright .history_01 {
    background: url(./images/history_right_m.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.3rem;
    padding-left: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 3.1rem;
    overflow: hidden;
  }
  .layer .content_history .right_con #timeright .history_02 {
    background: url(./images/history_right_m.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 7.7rem;
    padding-left: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 3.1rem;
    overflow: hidden;
  }
  .layer .content_history .right_con #timeright .title {
    color: black;
    font-size: 0.26rem;
    font-weight: bold;
    font-family: "微软雅黑";
    width: 90%;
    line-height: 0.4rem;
  }
  .layer .content_history .right_con #timeright .con {
    color: #535353;
    font-size: 0.22rem;
    font-family: "微软雅黑";
    width: 90%;
    text-align: left;
    line-height: 0.35rem;
  }
  .layer .content_history .right_con_honor {
    width: 96%;
    margin: 0 auto;
    margin-top: 0.45rem;
    background: #fff;
  }
  .layer .content_history .right_con_honor ul {
    list-style: none;
    overflow: hidden;
  }
  .layer .content_history .right_con_honor ul li {
    width: 46%;
    height: 4.1rem;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 0.16rem;
  }
  .layer .content_history .right_con_honor ul li img {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .layer .content_history .right_con_honor ul li span {
    display: inline-block;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #555555;
    font-family: 微软雅黑;
  }
  .layer .content_history .right_con_books {
    width: 96%;
    margin: 0 auto;
    margin-top: 0.45rem;
    background: #fff;
  }
  .layer .content_history .right_con_books ul {
    list-style: none;
    overflow: hidden;
  }
  .layer .content_history .right_con_books ul li {
    width: 46%;
    height: 5.4rem;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 0.16rem;
  }
  .layer .content_history .right_con_books ul li img {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .layer .content_history .right_con_books ul li span {
    display: inline-block;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #555555;
    font-family: 微软雅黑;
  }
  .layer .content_history .right_con_books .page {
    display: none;
  }
  .layer .content_history .right_recommend_con {
    width: 96%;
    margin: 0 auto;
    margin-top: 0.45rem;
    background: #fff;
  }
  .layer .content_history .right_recommend_con .book {
    width: 94%;
    margin: 0 auto;
    height: 4.5rem;
    background: transparent;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    font-size: 0.16rem;
    padding-top: 0.1rem;
  }
  .layer .content_history .right_recommend_con .book .book_name {
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.3rem;
  }
  .layer .content_history .right_recommend_con .book .book_icon {
    width: 50%;
    height: 3.2rem;
    background: transparent;
    float: left;
  }
  .layer .content_history .right_recommend_con .book .book_icon img {
    width: 90%;
  }
  .layer .content_history .right_recommend_con .book .book_con {
    height: 3rem;
    width: 50%;
    float: left;
    background: transparent;
    font-size: 0.26rem;
  }
  .layer .content_history .right_recommend_con .book .book_con .title {
    display: none;
  }
  .layer .content_history .right_recommend_con .book .book_con .book_content {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    position: relative;
  }
  .layer .content_history .right_recommend_con .book .book_con .book_content .book_ISBN {
    width: 100%;
  }
  .layer .content_history .right_recommend_con .book .book_con .book_content span {
    width: 100%;
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-family: "微软雅黑";
    color: #434343;
  }
  .layer .content_history .right_recommend_con .book .book_con .book_content .buy {
    display: inline-block;
    width: 1.22rem;
    height: 0.32rem;
    position: absolute;
    right: 0.8rem;
    bottom: -0.7rem;
  }
  .layer .content_history .right_recommend_con .menu {
    width: 100%;
    height: 0.7rem;
    background: #f7f7f7;
    border-top: 0.01rem solid #e5e5e5;
    border-bottom: 0.01rem solid #2c83d4;
  }
  .layer .content_history .right_recommend_con .menu ul {
    list-style: none;
    margin-left: 0.3rem;
    overflow: hidden;
  }
  .layer .content_history .right_recommend_con .menu ul li {
    width: 1.3rem;
    height: 100%;
    line-height: 0.7rem;
    float: left;
    border: none;
    font-size: 0.26rem;
    text-align: center;
    color: black;
  }
  .layer .content_history .right_recommend_con .menu ul .active {
    background: #2c83d4;
    color: #fff;
  }
  .layer .content_history .right_recommend_con .content {
    width: 94%;
    margin: 0 auto;
    padding: 0.3rem 0;
    font-size: 0.16rem;
  }
  .layer .content_history .right_recommend_con .content p {
    text-indent: 2em;
    font-size: 0.26rem;
    line-height: 0.45rem;
    color: #3d3d3d;
    font-family: "微软雅黑";
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .layer .content_history .right_recommend_con .content .title {
    font-size: 0.34rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .layer .content_history .right_recommend_con .content .isbn {
    font-size: 0.24rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
    color: #646464;
  }
  .layer .content_history .right_con_contact {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.45rem;
    margin-bottom: 1rem;
    background: #fff;
  }
  .layer .content_history .right_con_contact p {
    width: 100%;
    font-size: 0.28rem;
    font-family: "微软雅黑";
    color: #333333;
    line-height: 0.77rem;
  }
  .layer .content_history .right_con_contact p .contact_title {
    font-size: 0.36rem;
    color: #4465bb;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.2rem;
  }
  .layer .content_history .right_con_contact p .contact_link {
    color: #2589ff;
    display: inline-block;
    margin-left: 0.05rem;
    -webkit-text-decoration: #2589ff;
            text-decoration: #2589ff;
    font-size: 0.2688rem;
  }
  .layer .content_history .right_con_news {
    width: 96%;
    margin: 0 auto;
    margin-top: 0.45rem;
    margin-bottom: 1rem;
    font-family: "微软雅黑";
    background: #fff;
  }
  .layer .content_history .right_con_news ul {
    list-style: none;
    font-family: "微软雅黑";
  }
  .layer .content_history .right_con_news ul li {
    width: 100%;
    height: 3.1rem;
    border-bottom: 0.01rem dashed #ccc;
    margin-bottom: 0.2rem;
    position: relative;
  }
  .layer .content_history .right_con_news ul li h3 {
    font-size: 0.25rem;
    color: #3c3d3d;
    line-height: 0.47rem;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0.1rem;
	padding-left:10px;
  }
  .layer .content_history .right_con_news ul li p {
    position: relative;
    line-height: 0.4rem;
    max-height: 1.2rem;
    overflow: hidden;
    font-size: 0.24rem;
    color: #6a6a6a;
  }
  .layer .content_history .right_con_news ul li p:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 0.4rem;
    background: linear-gradient(to right, transparent, #fff 55%);
  }
  .layer .content_history .right_con_news ul li span {
    font-size: 0.24rem;
    color: #fff;
    background: #c3c9ce;
    padding: 0.04rem 0.2rem;
    border-radius: 0.16rem;
    position: absolute;
    right: 0;
    bottom: 0.15rem;
  }
  .layer .content_history .right_con_news .page {
    text-align: center;
    font-size: 0.24rem;
    color: #434343;
  }
  .layer .content_history .right_con_news .page span {
    margin: 0.2rem 0.1rem;
    cursor: pointer;
  }
  .layer .content_history .right_con_news .page .page_pre {
    width: 0.76rem;
    height: 0.3rem;
    border: 0.01rem solid #c9c9c9;
    line-height: 0.3rem;
    display: inline-block;
    text-align: center;
    border-radius: 0.04rem;
    background: #f4f4f4;
  }
  .layer .content_history .right_news_con {
    width: 94%;
    margin: 0 auto;
    margin-top: 0.45rem;
    margin-bottom: 1rem;
    font-family: "微软雅黑";
    background: #fff;
	font-size:16px;
  }
  .layer .content_history .right_news_con h4 {
    font-size: 0.38rem;
    color: #434343;
    line-height: 0.64rem;
  }
  .layer .content_history .right_news_con .news_list_time {
    font-size: 0.24rem;
    color: #535353;
    line-height: 0.3rem;
    border-bottom: 0.01rem solid #aaaaaa;
    margin-top: 0.2rem;
    margin-bottom: 0.52rem;
  }
  .layer .content_history .right_news_con .news_list_con {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.6rem;
/*  text-indent: 2em;*/
  }
  .layer .content_history .right_news_con .news_list_con p {
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.6rem;
/*  text-indent: 2em;*/
  }
  .layer .content_history .right_news_con .news_list_con img {
    width: 100%;
    margin: 0.2rem auto;
    display: inherit;
  }
  .layer .content_history .right_con_author {
    width: 6.3rem;
    height: 7rem;
    border: 0.01rem solid #e7e7e7;
    background: url(./images/zuthor_service_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .layer .content_history .right_con_introduce {
    width: 94%;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    font-family: "微软雅黑";
    background: #fff;
	font-size:16px;
  }
  .layer .content_history .right_con_introduce .ConDiv {
     overflow-x:auto;
  }
  .layer .content_history .right_con_introduce .ConDiv_m {
    margin: 0.3rem auto 0 auto;
    font-size: 0.16rem;
    text-align: center;
  }
  .layer .content_history .right_con_institution {
    width: 96%;
    height: 8rem;
    margin: 0 auto;
    background: url(./images/zuthor_service_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .layer .content_history .right_con_institution .htree {
    margin: 0;
    padding: 0;
    font-size: 0.14rem;
  }
  .layer .content_history .right_con_institution .leaf {
    background: url(./images/organization3.png) no-repeat;
    background-size: 100% 100%;
    behavior: url(backgroundSize.min.htc);
    width: 1.7rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin: 0.03rem 0;
    padding: 0 0.03rem;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    font-family: "微软雅黑";
  }
    .layer .content_history .right_con_institution .leaf a {
	color:#fff;
	}
  .layer .content_history .right_con_institution #institution {
    margin: 0 auto;
    padding-top: 1rem;
  }
  .layer .content_history .right_con_institution .parent {
    margin: 0.04rem 0 0.04rem 0.01rem;
    margin-left: 0;
    position: relative;
  }
  .layer .content_history .right_con_institution #institution .td_1 {
    width: 2.5rem !important;
  }
  .layer .content_history .right_con_institution .institution_1 {
    width: 2rem !important;
    height: 0.8rem !important;
    background: url(./images/organization1.png) no-repeat !important;
    background-size: 100% 100%;
    behavior: url(backgroundSize.min.htc);
  }
  .layer .content_history .right_con_institution .node {
    width: 1.34rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    word-break: break-all;
    background: url(./images/organization2.png) no-repeat;
    background-size: 100% 100%;
    behavior: url(backgroundSize.min.htc);
    font-family: "微软雅黑";
  }
  .layer .content_history .right_con_institution .hline {
    height: 0.03rem;
    width: 0.23rem;
    background: #ccc;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
  }
  .layer .content_history .right_con_institution .hline_r {
    left: 1.43rem;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution .hline_r_1 {
    left: 2rem;
  }
  .layer .content_history .right_con_institution .hline_l {
    left: -0.23rem;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution .vline {
    width: 0.03rem;
    position: absolute;
    font-size: 0;
    overflow: hidden;
    left: -0.23rem;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution .vline_t {
    height: 50%;
    top: 50%;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution .vline_diff {
    height: 0.08rem;
    bottom: -0.08rem;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution .vline_m {
    height: 100%;
    top: 0;
    left: -0.23rem;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution .vline_b {
    height: 50%;
    top: 0;
    background: #4e73d3;
  }
  .layer .content_history .right_con_institution #institution {
    font-size: 0.14rem;
  }
  .layer .jOrgChart {
    width: 90%;
    height: 6rem;
    margin: 0 auto;
    padding: 0.5rem 0;
  }
  .layer .jOrgChart .node {
    width: 0.5rem;
    height: 3.25rem;
    line-height: 0.33rem;
    border-radius: 0.04rem;
    margin: 0 0.08rem;
    font-size: 0.26rem;
    padding-top: 0.2rem;
    background: url(./images/service_down_icon.png) no-repeat;
    background-size: 100%;
    margin-left: 0.2rem;
  }
  .layer .jOrgChart .node a {
    font-size: 0.26rem;
    color: #ffffff;
    text-decoration: none;
  }  
  .fzls_list li{font-size:16px; border-bottom:1px dashed #ddd; padding:14px 0;}
  .fzls_con img{display:none}
  .fzls_con h5{font-size:18px; margin-bottom:6px}
  .layer .content_history .right_con{ width:auto; padding:0 10px}
  .fzls_item{display:none}
  
}

#AdvForm {display:none;}