.open_cate_list {
    width: 1200px;
    margin: 0 auto;
}
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}
::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
.open_cate_list {
    width: 100%;
    background-color: #fff;
}
.open_cate_list .open_cate_head {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    color: #333;
    margin-bottom: 1px;
    border-bottom: 1px solid #F3F3F3;
}
.open_cate_list .open_item {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #F3F3F3;
    position: relative;
}
.open_cate_list .open_item span {
    margin-left: 5px;
    font-size: 14px;
}
.open_cate_list .open_item:hover {
    box-shadow: 0px 2px 8px 2px rgba(218, 218, 218, 0.5);
}
.open_cate_list .open_item.curr_active {
    background-color: #0084FF;
    color: #fff;
}
.open_cate_list .open_item.curr_active:hover {
    box-shadow: 0px 4px 6px 1px rgba(199, 195, 195, 0.5);
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}
::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
}
.wrap {
    width: 100%;
    height: 100vh;
    background-color: #F5F5F5;
    overflow: auto;
    padding-top: 130px;
}
.main_wrap {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.main_wrap .open_cate {
    width: 240px;
    vertical-align: top;
    min-height: 200px;
    margin-bottom: 30px;
    text-align: left;
}
.main_wrap .open_list {
    width: 930px;
    margin-left: 30px;
    min-height: 752px;
    padding: 0 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: left;
    display: none;
}
.main_wrap .open_list .open_list_head {
    margin-top: 2px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #E0E0E0;
}
.main_wrap .open_info {
    position: relative;
    width: 100%;
    height: 168px;
    vertical-align: middle;
    line-height: 168px;
    border-bottom: 1px dashed #E0E0E0;
    cursor: pointer;
}
.main_wrap .open_info .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 1px solid #E0E0E0;
}
.main_wrap .open_info .desc {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 625px;
    height: 120px;
    line-height: 27px;
}
.main_wrap .open_info .desc_head {
    line-height: 30px;
    position: relative;
    margin-top: -6px;
}
.main_wrap .open_info .desc_head .desc_head_1 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    color: #333;
}
.main_wrap .open_info .desc_head .desc_head_1 em {
    color: #EF5744;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;
}
.main_wrap .open_info .desc_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main_wrap .open_info .desc_row {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_wrap .open_info .desc_row .desc_label {
    font-weight: bold;
}
.main_wrap .open_info .open_icon {
    font-size: 50px;
    color: #0284FF;
}
.main_wrap .page_wrap {
    text-align: center;
    margin-top: 20px;
}
.pages {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0 0;
    font-size: 0;
}
.pages li {
    /* Box model */
    list-style: none;
    display: inline;
}
.pages .page_item {
    /* Box model */
    display: inline-block;
    min-width: 30px;
    padding: 5px;
    /* Typographic */
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    /* Visual */
    color: #0084ff;
    border: 1px solid rgba(0, 132, 255, 0.3);
    text-decoration: none;
    /* Other */
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pages .page_item:hover {
    /* Visual */
    color: #0084ff;
    background-color: rgba(0, 132, 155, 0.05);
    border-color: #0084ff;
}
.pages .page_item.page_curr {
    /* Box model */
    border: 0;
    /* Visual */
    color: #202020;
    background-color: transparent;
    /* Other */
    cursor: default;
}
.pages .page_item:first-child {
    margin-left: 0;
}
.pages li + li {
    margin-left: 10px;
}
.page_record {
    margin-left: 5px;
    color: #666666;
}
/* open_detail */
.open_detail {
    position: relative;
    display: inline-block;
    width: 936px;
    margin-left: 24px;
    min-height: 600px;
    margin-bottom: 24px;
    background-color: #fff;
    display: none;
}

.open_detail .tab_bar {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #0284FF;
    background-color: #FFF;
    text-align: left;
}

.open_detail .tab_bar_item {
    display: inline-block;
    padding: 0 30px;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    cursor: pointer;
}

.open_detail .tab_bar .active {
    color: #fff;
    background-color: #0284FF;
}

.open_detail .info_wrap {
    padding: 26px;
    padding-bottom: 24px;
    padding-top: 1px;
    display: none;
}

.main_wrap .show {
    display: block;
}

.open_detail .info_table {
    margin: 20px 0 0 0;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}

.open_detail .title {
    position: relative;
    padding: 0 20px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #202020;
}

.open_detail .desc_row {
    padding: 0 20px;
    font-size: 14px;
    color: #454545;
    line-height: 30px;
    vertical-align: baseline;
    text-align: left;
}

.open_detail .desc_row .desc_label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.open_detail .apply_btn {
    background: #0284FF;
    border-radius: 2px;
    display: flex;
    width: 110px;
    height: 36px;
    margin-left: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px
}

.open_detail .arg_table {
    width: 95%;
    border-collapse: collapse;
    text-align: center;
    padding: 8px;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.open_detail .arg_table tr:nth-of-type(odd) {
    background: #F3F3F3;
}