*{
    margin: 0;
    padding: 0;
}
.look{
    /* background: #ff5555; */
    /* color: #fff !important; */
    /*padding: 5px 10px;*/
    /*border-radius: 4px;*/
    font-size: 13px !important;
    text-align: right;
    /*margin-right: 5px;*/
    color: #ff5555;
}
.mg_l{
    margin-left: 30px;
}
.show_xy{
    width: 450px;
    background: #d7d7d7;
    height: auto;
    padding: 10px;
    margin: 20px auto;
    overflow: hidden;
}
.show_xy .img{
    float: left;
    width: 150px;
    height: 200px;
    border: 1px solid RGBA(230, 230, 230, 1);
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.show_xy .img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.show_xy .show_tit{
    float: right;
    width: 287px;
    height: auto;
    overflow: hidden;
}
.show_xy .show_tit .show_p{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-indent: initial;
    background-color: #ffffff;
}
.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: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
}
.show_xy .show_tit .show_p .show_jg{
    font-family: MicrosoftYaHei-Bold;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ff5555;
}
.show_news{
    width: 100%;
    height: auto;
    background-image: linear-gradient(135deg,#f5f5f5 2%,#FFFFFF 36%,#f5f5f5 45%,#FFFFFF 56%,#f5f5f5 64%,#FFFFFF 73%,#f5f5f5 85%,#FFFFFF 90%);
    background-blend-mode: normal, normal;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 5%);
    overflow: hidden;
}
.show_news ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.show_news ul li{
    float: left;
    width: 95px;
    height: 48px;
    overflow: hidden;
    text-indent: 1em;
    /* margin-top: 10px; */
}
.show_news ul li span{
    display: block;
    margin-bottom: 8px;
}
.show_news ul li .show_nt{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 17px;
}
.show_news ul li .show_nx{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 16px;
}