a:hover{
    color: #bd1b2d;
}

.tyxl_nr_con{
    display: flex;
    justify-content: space-between;
    margin-top: 31px !important;
    min-height: 600px;
}
.gl-left {
    width: 315px;
    /* height: 493px; */
    margin-bottom: 30px;
   
}
ol._gl-menu{
     border: 1px solid #f3f3f3;
}
ol._gl-menu li{
    /* height: 82px;
    line-height: 82px; */
    border-bottom: 1px solid #f3f3f3;
}
ol._gl-menu li:last-child{
    border: none;
}
ol._gl-menu li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333;
    font-size: 22px;
    padding: 23px 50px;
    box-sizing: border-box;
}
ol._gl-menu li>a:hover,
ol._gl-menu .cur>a{
    background-color: #bb1c2d;
    color: #fff;
}
/*  */
.gl-right.ml-40 {
    width: 833px;
}
h4.xl-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
/* 细览标题介绍 */
.xl-meg {
    display: flex;
    font-size: 12px;
    color: #666666;
    position: relative;
    justify-content: space-between;
    padding: 0 60px 20px 32px;
    border-bottom: 1px solid #bd1b2d;
}
.xl-cont {
    margin-top: 20px;
}
.shareIcon {
    width: 175px;
    height: 90px;
    position: absolute;
    top: 37px;
    right: 0;
    background-color: #fff;
}
.shareTo{
    width: 100%;
    display: inline-block;
    height: 30px;
    color: #343333;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    background-color: #fff1ee;
}
.xl-mes-right{
    position: relative;
}
/* 分享大盒子 */
.Js_share {
    position: absolute;
    top: 37px;
    right: 0;
    width: 176px;
    height: 88px;
    box-shadow: 1px 1px 5px #f2f2f2;
    background-color: #fff;
}
/* 分享到 */
.Js_share>span{
    height: 30px;
    background-color: #fff1ee;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
div#social-share {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 15px;
}
/* 微信 */
a.social-share-icon.icon-wechat {
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    /* background-color: pink; */
    display: inline-block;
}
/* 微博 */
a.social-share-icon.icon-weibo {
    width: 30px;
    height: 30px;
    /* background-color: orangered; */
     font-size: 22px;
    line-height: 30px;
    display: inline-block;
}
/* QQ */
a.social-share-icon.icon-qq {
    width: 30px;
    height: 30px;
    /* background-color: orange; */
     font-size: 22px;
    line-height: 30px;
    display: inline-block;
}
/* 空间 */
a.social-share-icon.icon-qzone {
    width: 30px;
    height: 30px;
    /* background-color: orangered; */
    display: inline-block;
     font-size: 22px;
    line-height: 30px;
}

.Js_qrcode{
    position: relative;
    height: 151px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.Js_qrcode img{
    position: absolute;
    left: 40%;
    top: 0;
}
p.absolute {
    position: absolute;
    top: 44px;
    left: 60%;
    color: #bb1c2d;
    line-height: 24px;
}
div#detailCon {
    width: 100%;
}
div#detailCon table {
    width: 100%;
}