.box1 {
    width: 100%;
}

.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;
    margin-left: 30px\9;
}

.box1_top_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 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.box1_bottom_mincon {
    width: 48%;
    position: relative;
    height: 400px;
    background: white;
    padding: 20px 40px;
    margin-bottom: 40px;
    overflow: hidden;
    float: left\9;
}

.box1_bottom_title {
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box1_bottom_title_span {
    font-size: 24px;
    color: #333333;
}

.box1_bottom_title_more {
    font-size: 16px;
    color: #4c4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
    position: absolute\9;
    right: 0px\9;
}

.box1_bottom_circle {
    width: 3px;
    height: 3px;
    display: block;
    background: #4c4c4c;
    border-radius: 100%;
    margin: 1px 2px 4px 2px;
    display: inline-block\9;
}

.box1_bottom_content {
    padding-top: 10px;
}

.box1_time {
    font-weight: normal;
    position: absolute;
    right: 40px;
}

.box1_bottom_content li {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.box1_bottom_content li a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.box1_bottom_content p {
    font-size: 14px;
    color: #4c4c4c;
    height: 40px;
    overflow: hidden;
}

.box2 {
    width: 100%;
    position: relative;
}

.box2 .box2_bottom_mincon>img {
    width: 100%;
}

.box2_span {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    background: #333333;
    color: white;
    font-size: 20px;
    height: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    padding-left: 10px;
    line-height: 40px;
}

.box2_bottom_mincon {
    width: 48%;
    position: relative;
    height: 400px;
    background: white;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
    float: left\9;
}

.box1_bottom :hover .box2_span {
    height: 40px;
}

.box2_mincon_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.box2_bottom_min_con {
    width: 100%;
    position: relative;
    height: 23%;
    background: white;
    overflow: hidden;
    cursor: pointer;
}

.box2_bottom_min_con_img {
    width: 27.5%;
    height: 100%;
    margin: 0 3%;
    float: left;
}

.box2_bottom_min_con_img img {
    width: 100%;
}

.box2_ul {
    position: absolute;
    width: 64%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px;
}

.box2_ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.box2_ul li span {
    position: absolute;
    right: 40px;
    font-size: 16px;
    color: #333333;
}

.box2_ul>span {
    font-size: 14px;
    color: #4c4c4c;
    height: 40px;
    overflow: hidden;
    display: block;
}

.box3_p {
    font-size: 18px;
    color: #4c4c4c;
}

.box3 .box2_bottom_mincon {
    height: auto;
    background: none;
}

.box3_img_QRcode {
    margin-top: 30px;
}

.theright {
    left: 4%\9;
}

.box2_last_bottom {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    color: black;
    font-size: 18px;
    cursor: pointer;
}

.box2_last_bottom a {
    color: black;
    font-size: 18px;
}

.box2_last_bottom:focus,
.box2_last_bottom :hover {
    color: red;
}