.comment {
    border: 1px solid #ddd;
    border-left: 30px solid #56a8e4;
    height: 80px;
    padding: 15px;
    box-sizing: border-box;
    width: 880px;
    position: relative;
}
.add-bigbox a{
    display: flex;
    width: 280px;
    justify-content: center;
    background-color: #ed0000;
    color: #fff;
    font-size: 30px;
    align-items: center;
    height: 80px;
}
.add-bigbox {
    display: flex;

    margin: 60px auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.comment h4 {
    position: absolute;
    top: 0px;
    left: -30px;
    text-align: center;
    height: 80px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    word-wrap: break-spaces;
    width: 30px;
}
.comment p {
    font-size: 16px;
    color: #666;
    height: 55px;
    line-height: 26px;
    width: 580px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}
.comment del {
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.comment span {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    color: #56a8e4;
}
/*动态*/
.trend {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.trend-nav {
    height: 50px;
    width: 100%;
    background-color: #e77745;
    padding-left: 20px;
    box-sizing: border-box;
}
.nav-con {
    color: #fff;
    font-size: 22px;
    line-height:50px;
}
.trend-con {
    padding: 0 40px 20px 25px;
}
.trend-con li {
    height: 55px;
    line-height:55px;
}
.trend-con li span,.trend-con li del {
    line-height: 55px;
    display: inline-block;
    color: #333;
    font-size: 18px;
}
.trend-con a {
    float: right;
    display: inline-block;
    line-height: 55px;
    color: #29166f;
    font-size: 18px;
}
/*轿车*/
.car {
    /*height: 580px;*/
    margin-bottom: 15px;
}
.car-left {
    width: 48%;
    /*float: left;*/
}
.car-nav {
    background-color: #e77745;
    text-align: center;
    height: 55px;
    width: 575px;
}
.car-con {
    width: 100%;
    /*border: 1px solid #ddd;*/
    border-top: 0;
}
.car-con tr {
    height: 50px;
    width: 100%;
}
.car-con tr:first-child {
    background-color: #d9d6d6;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.car-con th,.car-con td{
    border: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.car-con tr th{
    width: 17%;
    font-weight: 400;
}
.car-con tr th:first-child {
    width: 35%;
}
.car-con tr th:first-child del{
    font-size: 14px;
    color: #fff;
    background-color: #e60012;
    display: inline-block;
    height: 20px;
    width: 50px;
    border-radius: 10px;
}
.car-con tr td{
    font-size: 16px;
    color:#666;
}
.car-con tr td:first-child a{
    color: #e77745;
    font-size: 16px;
}
.car-con tr td:first-child span {
    width: 22px;
    height: 22px;
    color: #fff;
    display: inline-block;
    background-color: #e60012;
    border-radius: 50% ;
    margin-left: 10px;
  	line-height:22px;
}
.car-con tr td button{
    padding: 5px;
    color: #fff;
    background-color: #15a4cf;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
}
#car-right {
    float: right;
}
#car-right tr td:first-child span {
    background-color: #15a4cf;
    width: 52px;
    height: 20px;
    border-radius: 10px;
    font-size: 14px;
}
#car-right tr th:first-child del{
    background-color: #15a4cf;
    width: 43px;
}
.addcar-con {
    max-height: 650px;
  	border: 1px solid #ddd; 
  }
