.ec-layoutRole__left {
    width: 20% !important;
}
.left_menu_item_title {
    width:100%;
    background-color: #F79646;
    text-align: center;
    font-size:16px;
    color:#ffffff;
    padding:5px 10px;
    font-weight: 700;
}
.left_menu_item_div {
    padding:10px;
    border: 2px solid #C9C9C9;
    border-top: none;
    margin-bottom: 10px;
}
.left_menu_size_table th,.left_menu_size_table td {
    font-size:14px;
    font-weight: 700;
    padding:3px;
}
.left_menu_size_table th {
    text-align: center;
}
.left_menu_size_table td > select {
    width:94%;
}
.left_menu_size_submit_bottom {
    /*padding:5px 40px;
    color:#ffffff;
    background-color: #F79646;
    border: 2px solid #F79646;*/
    
    height: 38px;
    line-height: 40px;
    background: #333;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 0 60px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    border-radius: 3px;
}
.left_menu_ul {
    padding:0px;
    margin: 0px;
    list-style-type: none;
}
.left_menu_ul li {
    text-align: center;
    padding:5px;
}
.left_menu_ul li > a {
    text-decoration: none;
    color:#000000;
    font-weight: 700;
    display: block;
    width: 100%;
}
.left_menu_ul li > a > img {
    width:50%;
}
.left_menu_li_price {
    text-align: left !important;
    padding: 10px !important;
    border-bottom: 1px solid #cccccc;
}
.left_menu_li_price a {
    display: block;
    width:100%;
}
.left_menu_li_price:last-child {
    border-bottom: none;
}
.left_menu_construction_title {
    background-color: #C9C9C9;
    padding:5px;
}
.left_menu_construction_date {
    text-align: left;
}
.left_menu_construction_text a{
    display: inline-block;
    width: 45%;
    float: left;
    height: 80px;
}
.left_menu_construction_text span {
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.left_menu_construction_li {
    border-bottom:2px solid #C9C9C9;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.left_menu_construction_li:last-child {
    border-bottom: none;
}
.left_menu_construction_total {
    color: #ff0000;
    background-color: #FEDDE8;
    text-align: center;
    padding:10px;
    font-weight: bolder;
}
.left_menu_construction_total span {
    font-size: 20px;
}