.sort_main {
    width: 1100px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.sort_left {
    width: 238px;
    height: 712px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d6dfde;
}

.sort_left .title {
    width: 239px;
    height: 62px;
    background: #DDDDDD;
    text-align: center;
    line-height: 62px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.sort_left ul {
    width: 100%;
    height: 650px;
    overflow: auto;
    border-top: 1px solid #d6dfde;
    list-style: none;
}

.sort_left ul li {
    cursor: pointer;
    text-align: center;
    padding: 15px 0 15px 28px;
    text-decoration: none;
}

.sort_left ul li:hover {
    background: rgba(221, 221, 221, 1);
}

.sort_left ul li span {
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

.sort_right {
    display: flex;
    flex-direction: column;
    margin-left: 31px;
}

.sort_right .search_title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.sort_right ._title {
    width: 829px;
    height: 60px;
    border-bottom: 1px solid rgba(247, 115, 4, 1);
    line-height: 60px;
    margin-top: 10px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.message {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.message_title {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.message_content {
    width: 829px;
}

.on {
    background: rgba(221, 221, 221, 1)!important;
}

.trademarkList {
    list-style: none;
    margin-top: 25px;
}

.trademarkList li {
    margin-top: 10px;
}

.J_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.J_items i {
    background: url("../img/trademark_class_search/an.png");
    width: 14px;
    height: 14px;
    background-size: 100%;
}

.J_items span {
    margin-left: 5px;height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.sort_items_block {
    width: 759px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    margin-top: 25px;
    padding: 20px 10px 20px;
    overflow: hidden;
    display: none;
}

.sort_items_title {
    width: 100px;
    font-size: 16px;
    color: #777;
    margin-left: 10px;
    float: left;
}

.sort_items_wrap {
    float: left;
    width: 634px;
    font-size: 14px;
    margin-top: -15px;
    color: #666;
    max-height: 500px;
    overflow: auto;
}

.sort_items_wrap p {
    display: inline-block;
    vertical-align: middle;
    width: 213px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.sort_items_tip {
    float: left;
    border-top: 1px solid #ff4400;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 10px 20px 0;
    width: 704px;
}

.sort_items_title {
    float: left;
    width: 100px;
    font-size: 16px;
    color: #777;
    margin-left: 10px;
}