.bodyd{
    background-color:#fff;
    /*background: url(../img/banner.jpg) no-repeat;*/
    background-attachment: fixed;
    background-size: 100%;
}
.container{
    width: 1380px;
    background-color:#d4edff33;
    /*border: 1px solid #c5c6c9;*/
    border-radius: 10px;
}
.row-box{
    border-bottom: 1px solid #c5c6c9;
    padding: 20px 10px;
    /*margin-top: 10px;*/
}
.row-box:last-child{
    border-bottom: none;
}
.avt{
    margin-right: 10px;
    width: 150px;
    border-radius: 5%;
}
.fig-title {
    line-height: 30px;
    padding: 5px;
    font-size: 16px;
        color: #777;
}
.fig-a {
    line-height: 28px;font-size: 14px;float:right;padding: 0 10px;border: 1px solid #c5c4c4;border-radius: 5px;
}
.fig-a:hover{
    color:#03b8cf;
}
.fig-div {
    border: 1px solid #c5c4c4;
    border-radius: 5px;
}
.fig-box{
    /*border-radius: 10px;*/
    overflow: hidden;
}
.fig-img{
    width: 100%;
    /*height: 150px;*/
}
.point{
    position: absolute;
    right: 0;
    margin-top: 100px;
}
.point-img{
    width: 30px;
    height: 30px;
}
.cd-title {
    font-size: 24px;
    margin-bottom: 5px;
    min-height: 30px;
    line-height: 30px;
}
.fig-left
{
    /*top: 16px;*/
    line-height: 22px;
}
.classify-select {
     background: #ffffff; 
    /* padding-bottom: 12px; */
    position: relative;
}
.classify-box {
    margin: 0 auto;
}
.classify-select-list li:nth-child(1) {
    padding-left: 0;
}
.classify-item{
    height: 60px;
    line-height: 60px;
}
.classify-select-list li {
    padding: 0 16px;
    display: inline-block;
    cursor: pointer;
    float: left;
}
.classify-default {
    padding: 4px 12px;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.classify-default:hover{
    color: #fff;
    background-color: #03b8cf;
    border-radius: 4px;
    border-color: #03b8cf;
}
.carContent
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    line-height:23px;
}
