.partone_phone_fit {
    width: 100%;
    height: 330px;
    background-color: rgb(22, 52, 78);
    background-image: linear-gradient(90deg, rgb(76, 118, 151), rgb(40, 63, 82));
    overflow: hidden;
}

.partone_phone_child {
    width: 100%;
    height: 300px;
    margin-top: 80px;
}

.partone_phone_fit2 {
    margin: 10px auto 5% 5%;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: rgb(57, 103, 172);
    color: white;
}

.partone_phone_title {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 20px;
}

.partone_phone_p {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 5px;
    font-size: 16px;
}

.partone_phone_dian {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    padding-left: calc(50% - 80px);
}

.partone_phone_dian .dian:first-of-type {
    background-color: rgb(57, 103, 172);

}

.dian {
    margin-right: 30px;
    margin-top: 7.5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-radius: 7.5px;
}

.wuyon {
    display: none;
}

.link_new {
    width: 100%;
    height: 150px;
}

@media screen and (max-width: 768px) {
    .wuyon1 {
        display: block;
    }
}

.phone_slideshow {
    width: 800%;
    height: 250px;
    position: absolute;
    left: -100%;
}

.phone_slideshow img {
    width: 12.5%;
    height: 250px;
    float: left;
}

.content_p_top_frame {
    height: 30px;
    margin: 24px 30px;
    background-color: white;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.content_p_top_frame h1 {
    float: left;
    line-height: 26px;
    font-size: 15px;
    margin-right: 10px;
}

.content_p_top_frame p {
    float: left;
    line-height: 26px;
    font-size: 15px;
    color: rgb(68, 82, 180);
}

.content_top_title_input {
    float: right;
    padding-left: 2px;
    width: 125px;
    height: 24px;
    font-size: 16px;
    border: 1px solid black;
}

.content_p_top_frame_search img {
    float: right;
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

.content_p_frame {
    padding: 0 30px;
}

.content_p_frame div {
    padding: 18px 0;
    height: 111px;
}

.content_p_frame_div_img {
    width: 40%;
    height: 100%;
}

.content_p_frame_a {
    float: right;
    margin-left: 10%;
    width: 50%;
    font-weight: 200;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content_p_frame_p {
    position: absolute;
    bottom: 18px;
    display: inline-block;
    margin-left: 10%;
    width: 50%;
    font-size: 12px;
    font-weight: 200;
}

.content_p_form_feed_character {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    height: 35px;
    background-color: white;
}

.newfyanniu_p {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    font-size: 15px;
}

.newfyanniu_p:hover {
    background-color: rgb(68, 82, 169);
}

.newslh_p {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    width: 20px;
    height: 30px;
    font-size: 15px;
}

.liang_p {
    color: white !important;
    background-color: rgb(68, 82, 169) !important;
}


/* 加载 */

@keyframes news_reveal_p {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.news_cover_father1 {
    position: relative;
    opacity: 0;
}


/* .news_cover1 { */


/* position: absolute; */


/* top: 0px; */


/* right: 0px; */


/* width: 100%; */


/* height: 100%; */


/* } */