.new-a{
    width: 100%;display: flex;justify-content: space-between;line-height: 28px;
}
.new-a:hover{
    color: #005FCC;
}
.one-contacts img{
    width: 24px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.new-a-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tjListp{
    padding: 0 20px;display: flex;flex-wrap: wrap;justify-content: space-between;
}
#show_img{
    border-radius: 5px;
}
.big_pg{
    position:relative;border: 1px solid #999;margin-top: 10px;

    border-radius: 5px;
}
.one-lis{
    display: flex;border: 1px solid #999;
    border-top: none
}
.one-lis:first-child{
    border-top: 1px solid #999;
    border-radius: 5px 5px 0 0;
}
.one-lis:last-child{
    border-radius: 0 0 5px 5px ;
}
.one-titles{
    width: 100px;padding-left:10px;
}
.one-values{
    padding-left:10px;width: calc(100% - 100px); border-left: 1px solid #999;
}

.one-detail-title{
    color: rgb(12,32,205); padding: 5px 0;line-height:35px;font-weight: 600
}
.one-detail{
    border-top: 2px solid rgb(12,32,205); display: flex
}
.one-detail-content{
    display: flex;padding: 15px 0 15px 5%
}
.detail-icon{
    width: 35px;margin-right: 10px
}
.lis{
    font-size: 13px;
}
@keyframes xing {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.25);
    }
}
.my_xing {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}
/*.my_xing {*/
/*    -webkit-animation: xing 0.5s linear;*/
/*}*/
