@charset "utf-8";
.shows{
    padding-top: 120px;
    padding-bottom: 30px;
}
.shows .center{
    width: 1000px;
}
.shows .title{
    font-size: 22px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.shows .content{
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.shows .content p{
    margin: 15px 0;
}
.shows .content img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.shows .content em{
    font-style: italic;
}
.shows .content strong,.shows .content strong *{
    font-weight: bold;
}