/* 面包屑 */
.periodical_bread {
    margin: 23px 0 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
  }
  .periodical_bread .layui-breadcrumb a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
  }
  
  .layui-breadcrumb a {
    color: #333333 !important;
  }
 /* 鼠标经过面包屑的时候字体颜色变化 */
 .layui-breadcrumb a:hover{
    color: #1E8C65 !important;
  }
  .periodical_bread .layui-breadcrumb a:last-child {
    color: #1e8c65 !important;
  }
  /*  关于我们主体部分 */
.all{

    /* float: left; */

    width: 100%;
    background: #f9f9f9;
  }
  .aboutus_content {
    /* background-color: lightblue; */
    margin-top: 23px;
  }
  .periodical_main {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    border: 1px solid black;
  }

body{
  background-color: #fff !important;
}
/* 详情页中的主体部分 */
.details{
height: 495px;
background: #FFFFFF;
margin-bottom: 67px;
}
.detail_img{
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
    width: 200px;
    height: 200px;
    /* 考虑兼容性 */
    -moz-box-shadow: 10px 10px 1px #e5e5e5; /* 老的 Firefox */
    box-shadow: 10px 10px 1px #e5e5e5;
    display: flex;
    align-items: center;
}
.detail_img img{
    width: 100%;
    
}
.detail_share{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 30px;
    background-color: #000;
    /* 兼容性 */
    opacity:0.3;
    filter:Alpha(opacity=30); /* IE8 以及更早的浏览器 */
}
.share_tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0px 10px;
}
.share_ico{
    position: absolute;
    bottom: 14px;
    left: 66px;
    /* width: 100px; */
    height: 20px;
}
.share_ico li{
    float: left;
    margin-right: 6px;
    margin-top: 4px;
    cursor: pointer;
}
#mr{
    margin-right: 0px;
}
/* .share_weichat{
    width: 20px;
    height: 19px;
}
.share_qq{
    width: 20px;
    height: 20px;
}
.share_weibo{
    width: 21px;
    height: 20px;
}
.share_qqspace{
    width: 20px;
    height: 20px;
}
.share_ico li img{
    margin-right: 6px;
} */
/* 详情中的信息 */
.details_content{
    float: left;
    width: 600px;
    height: 200px;
    margin: 30px 0 0 60px;
}
.per_name{
    float: left;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 4px 4px;
    border-bottom: 2px solid #1E8C65;
}
.per_name1{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #1E8C65;
    line-height: 26px;
    opacity: 0.12;
    margin-top: 9px;
}
.per_list{
    float: left;
    width: 600px;
    height: 120px;
    margin-top: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
}
.per_list li{
    font-size: 16px;
}
/* 详细介绍 */
.per_text{
    float: left;
    width: 1140px;
    height: 57px;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
}
.per_tit{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #1E8C65;
    padding: 9px 10px;
    border-bottom: 2px solid #1E8C65;

    margin-top: 13px;

}
.per_txt{
    float: left;
    width: 1135px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    margin: 20px 0 0 20px;
}
.claerfix{
    clear: both;
}
footer {
    float: left !important;
    margin-top: 0px !important;
    width: 100%;
    height: 80px;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    background-color: #1E8C65;
    color: #fff;
}
/* .share_weichat{
    width: 20px;
    height: 19px;
}
.share_qq{
    width: 20px;
    height: 20px;
}
.share_weibo{
    width: 21px;
    height: 20px;
}
.share_qqspace{
    width: 20px;
    height: 20px;
}
.detail_img .share_tit .share_ico li img{
    margin-right: 6px;
    width: 100%;
    height: 100%;
} */
/* 添加 分享 样式 */
#share a {
    width: 25px;
    height: 25px;
  }
  #share .bds_weixin {
    background: url("/public/static/image/team_wechat.png");
    background-size: 25px 25px;
  }
  #share .popup_sqq {
    background: url("/public/static/image/team_qq.png");
    background-size: 25px 25px;
  }
  #share .bds_tsina {
    background: url("/public/static/image/team_weibo.png");
    background-size: 25px 25px;
  }
  #share .bds_qzone {
    background: url("/public/static/image/team_qqspace.png");
    background-size: 25px 25px;
  }
  #bdshare_weixin_qrcode_dialog {
    height: 320px !important;
  }
