.maincontent {
    max-width: 1400px;
}

.titleblock {
    background-color: white;
    height: 45px;
    line-height: 45px;
}

.searchform {
    padding-top: 10px;
}

.form-group {
    position: relative;
}

.form-group .form-control {
    display: inline-block;
    width: 100%;
}

.form-group a {
    background-image: url("icon_fdj.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 12px 6px;
    position: absolute;
    right: 0px;
    display: inline-block;
    margin-left: -30px;
    background-color: #ff6a00;
    color: white;
    line-height: 34px;
    border-radius: 0px 17px 17px 0px;
    padding-left: 40px;
    padding-right: 20px;
}

.form-group a:hover {
    background-color: #e86d15;
}

.listleft {
    background-color: #474747;
}

.listright {
}

.listright .infolist {
    background-color: white;
    padding: 20px;
}

.left-menu a {
    color: #ffffff;
}

.left-menu .nav > li > a:focus, .left-menu .nav > li > a:hover {
    text-decoration: none;
    background: none;
}

.nav > li > ul {
    margin-left: 0px;
    padding-left: 0px;
}

.nav > li > ul > li {
    width: 100%;
    margin-left: 0px;
    padding-left: 40px;
    height: 35px;
    line-height: 35px;
}

.nav > li > ul > li:hover {
    background-color: #ff6a00;
}

.nav > li > ul > li a {
    color: hsla(0, 0%, 100%, .65);
}
.nav > li > a {
    padding-left: 25px;
    background-color: #393939;
}
.nav > li > a:hover {
    color: #847b81;
}

.infolist .intocategory {
    border-bottom: 1px solid #e7e7e7;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.infolist .list div {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #dedede;
}

.infolist .list div:before {
    content: "\2022\00A0\00A0";
    color: #ff6a00;
    font-weight: bold;
}

.leftmenuitem .caret {
    right: 10px;
    position: absolute;
    top: 50%;
}

.category_title {
    background-color: #1f1f1f;
    background-image: url(icon_category.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-size: 30px 30px;
    color: #999999;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 58px;

}