
.title00{
    margin-top: 8rem;
}
.title00 h1{
    font-size: 2.6rem;
    color: #000;
    text-align: center;
}
.title00 h1 span{
    font-size: 1.8rem;
    display: block;
    margin-top: 1rem;
}

.content{
    margin: 7rem 0rem 0rem 0rem;

}
.content h2{
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 0;
    font-weight: 500;
}
.content h3{
    text-align: center;
    margin: 1rem 0 2rem 0;
    font-size: 1.4rem;
    color: #666;
    font-weight: 300;
}


.mainshow{
    height: 9.6rem;
    margin-top: 3rem;
    border: 1px solid #cecece;
    margin-left: 1rem;
    margin-right: 1rem;
}
.mainshow img{
    width: 17rem;
    float: right;
    
}
.mainshow-left{
    position: relative;
    height: 10rem;
    width: 46%;
    float: left;
    padding: 1rem 0 0 1rem;

}
.mainshow h5{
    font-size: 1.3rem;
    color: #333;
    line-height: 1.8rem;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mainshow p{
    position: absolute;
    bottom: 3rem;
    font-size: 1.2rem;
    color: #666;
}
.height{
    height: 4rem;
}
