body {
    background: #eceef5;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.hyhz_top {
    width: 100%;
    height: 330px;
    background: #fff;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.hyhz_top_nav {
    width: 500px;
    height: 50px;
    position: relative;
    margin-left: 10px;
}

.hyhz_top_nav_left_img {
    width: 141px;
    height: 38px;
    object-fit: cover;
}

.hyhz_top_nav_left_text {
    position: absolute;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    left: 30px;
    top: 0px;
    line-height: 38px;
}

.hyhz_top_content {
    width: 100%;
    justify-content: space-between !important;
}

.hyhz_top_left {
    width: 350px;
    height: 229px;
    box-sizing: border-box;
    padding: 10px;
}

.hyhz_top_left_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hyhz_top_right {
    width: 850px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.hyhz_top_right_title {
    font-size: 24px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 20px;
    margin-top: 10px;
}

.hyhz_top_right_time {
    font-size: 15px;
    color: #303030;
    margin-bottom: 10px;
}

.hyhz_top_right_address {
    font-size: 15px;
    color: #303030;
    margin-bottom: 10px;
}

.hyhz_top_right_unit {
    font-size: 15px;
    color: #303030;
    margin-bottom: 20px;
    line-height: 30px;
}

.hyhz_top_right_btns {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    justify-content: flex-start;
}

.hyhz_top_right_btn {
    width: 120px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 4px 6px 0px rgba(28, 74, 144, 0.14);
}

.hyhz_top_right_btn_1 {
    background: #FF4F22;
    margin-right: 10px;
}

.hyhz_top_right_btn_2 {
    background: #363535;
}


.hyhz_detail {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/***左边*/

.hyhz_detail_left {
    box-sizing: border-box;
    flex: 1;
    background: #fff;
    justify-content: flex-start;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.hyhz_detail_left_title {
    font-size: 19px;
    font-weight: bold;
    color: #1C4A90;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #114491;
    padding-left: 20px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.hyhz_detail_left_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.hyhz_detail_left_content_item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.hyhz_detail_left_content_item_title {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 10px;
}

.hyhz_detail_left_content_item_content {
    font-size: 16px;
    color: #303030;
    margin-bottom: 10px;
    line-height: 25px;
}

.hyhz_detail_left_content_item_content img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

/*右边*/
.hyhz_detail_right {
    width: 360px;
    height: 100%;
    box-sizing: border-box;
    margin-left: 15px;
    overflow: hidden;
}

.hyhz_detail_right_title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #1C4A90;
    width: 100%;
    border-bottom: 1px solid #114491;
    padding-left: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.lijie {
    margin-bottom: 20px;
    background: #fff;
}

.hyhz_detail_right_title a {
    font-size: 14px;
    color: #114491;
    padding-right: 10px;
}

.hyhz_detail_right_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.hyhz_detail_right_content_item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.hyhz_detail_right_content_item_img {
    width: 320px;
    height: 170px;
    object-fit: cover;
    background: red;
}
