.banner_box {
    background-image: url(../img/banner193.png);
    width: 100%;
    height: 400px;
}

.title_text {
    font-size: 66px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Bold";
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.title_e {
    font-size: 36px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.location_icon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
}

.list_box {
    width: 1200px;
    margin: 50px auto;
    margin-bottom: 0px;
}

.list_box1 {
    width: 100%;
}

.list_top {
    width: 100%;
    margin-bottom: 92px;
}

.list_left {
    width: 534px;
}

.list_l_l {
    width: 534px;
    margin-bottom: 30px;
}

.list_l_l:hover .list_l_l_t,
.list_right:hover .list_l_l_t {
    color: #1760A8;
}

.list_l_l_t {
    font-size: 24px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Bold";
    font-weight: 700;
    color: #313131;
    margin-bottom: 28px;
}

.list_l_l_p {
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
    font-weight: 400;
    color: #727272;
    line-height: 32px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
}

.list_l_b {
    width: 100%;
}

.list_l_d {
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
    font-weight: 400;
    color: #727272;
    line-height: 30px;
}

.list_l_s {
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
    font-weight: 400;
    color: #1760A8;
    line-height: 30px;
}

.list_right {
    width: 100%;
}

.list_r_img {
    width: 650px;
    height: 439px;
    margin-right: 40px;
}

.list_ul {
    width: 1200px;
    margin: 0px auto;
}

.list_li {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 160px;
}

.img_list {
    width: 370px;
    margin-top: 80px;
    margin-right: 20px;
}

.img_list img {
    width: 100%;
    height: 251px;
    margin-top: 20px;
}

.list_w {
    width: 1200px;
    height: 248px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding: 20px;
    transition: box-shadow 0.3s ease-out;
}

.list_w:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.list_w:hover .list_w_t {
    color: #fea202 !important;
}

.list_w_img {
    width: 330px;
    height: 186px;
    margin-right: 25px;
}

.list_w_t {
    width: 690px;
    margin-right: 53px;
}

.list_w_t_t {
    font-size: 24px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Bold";
    font-weight: 700;
    color: #313131;
}

.list_w_t_d {
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
    font-weight: 400;
    text-align: left;
    color: #313131;
    margin: 10px 0;
}

.list_w_t_w {
    width: 690px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei-Regular";
    font-weight: 400;
    text-align: left;
    color: #727272;
    line-height: 30px;
}

.list_blank {
    width: 42px;
    height: 42px;
}