.box1 {
    width: 100%;
    position: relative;
}

.box1_top {
    padding: 40px 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.box1_top b {
    font-size: 42px;
    color: #366cbb;
    border-bottom: 1px solid black;
    padding: 8px 20px;
}

.box1_line {
    width: 40px;
    position: relative;
    display: block;
    height: 3px;
    background: #366cbb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block\9;
    left: -124px\9;
    top: 20px\9;
}

.box1_bottom {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}

.box1_botton_left {
    width: 16%;
    position: relative;
    padding-bottom: 60px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    float: left;
    height: 100%;
}

.box1_botton_left_mincon {
    width: 100%;
    padding: 18px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    color: #333333;
    display: block\9;
}
.box1_botton_left_mincon_click {
    width: 100%;
    padding: 18px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    color: white;
    background:#366cbb;
    display: block\9;
}

.box1_span1,
.box1_span2 {
    font-size: 18px;
    color: inherit;
}

.box1_span2 {
    position: absolute\9;
    right: 20px\9;
}

.box1_botton_left :hover {
    background: #366cbb;
    color: white;
}

.box1_botton_right {
    width: 84%;
    position: relative;
    left: 1%;
    float: left;
    padding: 10px;
    background: white;
}

.box1_botton_right_top {
    width: 100%;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 5px;
}

.box1_botton_right_top a {
    color: #333333;
}

.box1_botton_right_top a:hover {
    color: #337ab7
}

.box1_botton_right_mincon {
    width: 100%;
}

.box1_botton_right_mincon li {
    width: 100%;
    border-bottom: 1px dashed #333333;
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
}

.box1_botton_right_mincon li a {
    color: #333333;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box1_botton_right_mincon>li:hover a {
    color: #337ab7
}

.box1_botton_right_bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center\9;
    display: inline-block\9;
}

.box1_pagecode {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    display: block;
    color: #333333;
    display: inline-block\9;
}

.box1_pagecode :active {
    background: #333333;
    color: white;
}

.box1_botton_right_mincon li span {
    position: absolute\9;
    right: 30px\9;
}