.tittle {
    text-align: center;
    font-size: 20px;
    color: #842B48;
}

.the_art{
    /*margin-bottom: 40px;*/
    font-size:17px;
    margin-bottom:80px;
    margin-left:21px;
}
.the_art a {
    cursor: pointer;
}
.the_art a:hover{
    color: #E32D37;
    border-bottom: 1px solid #E32D37;
}
.the_art p {
    font-size: 17px;
    /*margin-top: 10px;*/
    line-height:34px; /*新增属性*/
    height:26px; /*新增属性*/
    margin-top:20px;
    color: #2E3238;
}
.the_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left:6px;
    margin:-32px 0 62px 0;
}
.the_img img{
    width: 270px;
    height: 92px;
    margin: 18px 0;
    
}
.atr1 {
    /*margin-bottom: 90px;*/
    margin-bottom:48px;
}
.song {
    font-family: 'song';
}
.col-4{
    width: 33.3%;
}
.col-4:nth-child(3n+2){
   text-align: center
}
.col-4:nth-child(3n+3){
   text-align: right;
}
