.box{
    width: 92%;
    margin: auto;
}
.bread-box{
    font-size: 0.8rem;
    color: #282828;
}
.content{
    margin-top: 2.5rem;
}
.content-title{
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #1a77be;
    text-align: center;
    margin-bottom: 1.4rem;
}
.content-info{
    font-size: 0.8rem;
    color: #636363;
    line-height: 2rem;
    text-align: center;
}
.content-info .item{
    margin: 1rem;
}
.show{
    padding: 2.5rem 0 3rem;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #282828;
}

.show img,.show video,.show table{
    max-width: 100% !important;
}
.show p{
    padding: 0.1rem 0px;
}
.show img{
    display: inline-block;
}
#video {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

