*{
    margin: 0;
    padding: 0;
}
.tit_look{
    font-size: 15px !important;
    background: #e74c3c !important;
    color: #fff !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
}
.mg_l{
    margin-left: 30px;
}
.show_xy{
    width: 95%;
    height: auto;
    background: #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
}
.show_xy .img{
    width: 4.26rem;
    height: auto;
    border: 1px solid RGBA(230, 230, 230, 1);
    overflow: hidden;
    margin: .15rem auto;
}
.show_xy .img img{
    width: 100%;
}
.show_xy .show_tit{
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.show_xy .show_tit .show_p{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 6px auto 12px;
    text-indent: initial;
}
.show_xy .show_tit .show_p span{
    display: block;
    float: left;
}
.show_xy .show_tit .show_p .xy_tit a{
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}
.show_xy .show_tit .show_p .xy_num{
    float: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}
.show_xy .show_tit .show_p .show_span{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #999999;
}
.show_xy .show_tit .show_p .show_jg{
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ff5555;
}
.show_news{
    width: 100%;
    height: auto;
    background-image: linear-gradient(-30deg,
    #ffffff 0%,
    #f5f5f5 25%,
    #ffffff 45%,
    #f5f5f5 85%),
    linear-gradient(#f5f5f5, #f5f5f5);
    background-blend-mode: normal,
    normal;
    box-shadow: 1px 1px 2px 0px
    rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.show_news ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.show_news ul li{
    display: inline-block;
    width: 50%;
    height: auto;
    overflow: hidden;
    text-indent: initial;

}
.show_news ul li span{
    display: block;
    margin: .15rem 0 .1rem .15rem;
}
.show_news ul li .show_nt{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 16px;
}
.show_news ul li .show_nx{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 16px;
}
