.main-wrap-left{
    width: 260px;
    display: inline-block;
    float: left;
    margin-top:50px;
    margin-right: 50px;
}
.main-wrap-left .lists-top{
    margin-bottom: 50px;
    width: 260px;
}
.main-wrap-left .left-img-wraper{
    background: url(../images/class-nav-title.jpeg);
    width: 260px;
    height: 100px;
}
.main-wrap-left .left-title-wraper a{
    background-color: #fafafa;
    display: block;
    height: 50px;
    color: #e6040f;
    line-height: 50px;
    text-indent: 1.5em;
    border-bottom: 1px #e70510 dotted;
}
.main-wrap-left .left-title-wraper a:hover{
    background-color: #e6040f;
    display: block;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    text-indent: 1.5em;
    border-bottom: 1px #ffffff dotted;
}
.main-wrap-left .left-title-wraper a .iii
{
    float: right;
    border: 1px #fafafa solid;
    display: inline-block;
    height: 25px;
    width: 25px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 15px;
    text-indent: 0;
    line-height: 21px;
    margin-right: 10px;
    text-align: center;
}


.main-wrap-right{
    width: 1090px;
    display: inline-block;
    float: right;
    margin-top:50px;
}
.main-wrap-right .main-right-top{
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.main-wrap-right .main-right-top-lfet{
    float: left;
    width: 180px;
    border-bottom: 3px solid #b20000;
}
.main-wrap-right .main-right-top-right{
    float: right;
}
.main-wrap-right .breadcrumb li{
    display: inline-block;
    font-size: 12px;
}

.main-right-bottom{
    margin-top:30px;
}
.main-right-bottom .col-md-4{
    width: 274px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    height: auto;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    background: #ffff;
}
.main-right-bottom .col-md-4.list-boxes{
    margin-right: 0px;
}
.main-right-bottom .col-md-4 a{
    width: 274px;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    padding:0;
}
.main-right-bottom .col-md-4:hover{
    border: 1px solid #e7a8a8;
}
.main-right-bottom .col-md-4 a:hover{
    color: #e7a8a8;
}
.main-right-bottom .col-md-4 a .img-wraper-div{
    height:200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.main-right-bottom .col-md-4 a img{
    width: 100%;    margin-bottom: 10px;
}
.main-right-bottom .col-md-4 a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}