.list_img {
    position: relative;
    width: 100%;
    height: 825px;
    margin-top: 110px;
}

.view_img {
    /* 定位 浮动很重要 */
    position: absolute;
    float: left;
    width: 1000%;
    height: 800px;
    overflow: hidden;
}

.view_img li {
    width: 1920px;
    float: left;
}

.view_div {
    width: 150px;
    height: 10px;
    /* background-color: rgb(163, 24, 24); */
    display: flex;
    justify-content: space-between;
    z-index: 999;
    position: absolute;
    left: calc(50% - 75px);
    top: 750px;
}

.list_img_divs {
    width: 30px;
    height: 10px;
    cursor: pointer;
    background-color: white;
    opacity: 0.2;
}

.list_img_divs:hover {
    background-color: white;
    opacity: 0.5;
}

.img_bj {
    display: block;
    margin: auto;
    padding-bottom: 70px;
}

.img_h1 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(63, 120, 209);
    text-align: center;
    /* margin: auto; */
    padding: 44px 0;
}

.img_h2 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-bottom: 30px;
}

.img_li {
    width: 120px;
    height: 120px;
    padding-bottom: 15px;
}

.ul_li {
    width: 150px;
    height: 200px;
    text-align: center;
    color: #666666;
}

.ul_view {
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: space-between;
    padding-bottom: 50px;
}

.ul_view_ys {
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding-bottom: 100px;
    overflow-x: auto;
}

.ul_li_ys {
    /* width: 200px; */
    height: 180px;
    text-align: center;
    color: #666666;

}

.img_li_ys {
    height: 130px;
    box-shadow: 0 0 6px #dddddd;
    border-radius: 7px;
    margin-bottom: 15px;
}

.pic_p {
    height: 100% !important;
    font-size: 15px !important;
    overflow: hidden;
}

.view_pic_li {
    width: 385px;
    height: 520px;
    float: left;
    padding: 0 24px 32px;
    color: #4e4e4e;
}

.view_pic_h3 {
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

.ul_view_div {
    width: 120px;
    height: 40px;
    color: white;
    margin: auto;
    margin-top: 500px;
    display: flex;
    justify-content: space-between;
}

.ul_view_div_span1 {
    background-color: rgb(60, 120, 216);
    display: block;
    cursor: pointer;
    width: 44px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e1e1e1;

}

.ul_view_div_span2 {
    background-color: white;
    color: #e1e1e1;
    display: block;
    cursor: pointer;
    width: 44px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e1e1e1;
}

.ul_view_div_span2:hover {
    color: white;
    background-color: rgb(60, 120, 216);
}

.ul_view_li_none {
    display: none;
    opacity: 0;
}

.ul_view_li_show {
    transition: all 0.5s;
    display: block;
    opacity: 1;
    /* margin-top: ; */

}

.p_view_left {
    width: 300px;
    display: inline-flex;
}
.view_news_p{
    font-size: 12px !important;
    color: #4e4e4e !important;
}
/* .view_news_a{
    font-size: 14px !important;
} */

.view_section_1 {
    width: 1060px;
    color: black;
    margin: auto;
}

.view_div_1 {
    display: flex;
    margin-bottom: 40px;
}

.view_div_1_img {
    padding-left: 40px;
      width: 640px;
      height: 297px;
}

.view_div_2_img {
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 1060px;
    height: 260px;
}

.view_div_1_p1 {
    text-indent: 34px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: -0.5px;

}