body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

.news_img {
    width: 100%;
    height: auto;
}

.news_img img {
    width: 100%;
    height: 100%;
}

#news {
    width: 87%;
    height: 160px;
    background-color: rgb(0, 167, 134);
    position: relative;
    top: -90px;
    left: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_box {
    width: 90%;
    height: 90%;
}

.news_box_left {
    width: 25%;
    height: 100%;
    float: left;
}

.size1 {
    font-size: 40px;
    font-weight: 600;
}

.size2 {
    font-size: 30px;
}

.news span {
    color: white;
}

.news_box_right {
    width: 75%;
    height: 100%;
    float: left;
    font-size: 18px;
}

.news_box_right img {
    width: 20px;
    height: 20px;
}

.news_border {
    text-align: right;
    width: 90px;
    margin-left: 30px;
    font-size: 14px;
    margin-top: 20px;
    float: right;
}

.news_border1 {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-direction: row-reverse;
}

.news_border1 span {
    font-size: 14px;
}

.news_border :hover {
    border-bottom: 3px solid white;
}

#news_visible {
    width: 100%;
    height: 120px;
    background-color: rgb(0, 167, 134);

}

.news_visible_box {
    width: 80%;
    height: 80%;
    position: relative;
    top: 10%;
    margin: auto;
}

.news_visible_top {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}

.news_visible_top span {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.news_visible_bottom {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}

.news_visible_border a {
    width: 65px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

#content {
    width: 80%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid rgb(192, 192, 192);
    position: relative;
}
.newsInfo-phone-menus-bottom-main{
    position: fixed;
    left: 0 ;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,10,10,0.5);
    z-index: 9999;
}

.newsInfo-phone-menus-bottom-box{
    background: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px 15px 0 0;
}
.newsInfo-phone-menus-bottom-head-box{
    padding: 12px 20px;
    width: 100%;
    background: white;
    font-size: 15px;
    border-radius: 15px 15px 0 0;
    height: 50px;
}
.newsInfo-phone-menus-bottom-context-box{
    overflow-y: auto;

    z-index:9999 ;
    display: flex;
    justify-content: center;
}

.newsInfo-phone-menus-bottom-context-items{
    padding: 20px 20px;
    transition: 0.4s;
    font-size: 14px;
    color: black;
    text-align: center;
    cursor: pointer;
}
.newsInfo-phone-menus-bottom-context-img-tips{
    margin: 5px 0;
}
.newsInfo-phone-menus-bottom-context-items a{
    color: black;
    padding-right: 70%;
}

.share-hide-box{
    display: none;
    margin: 0 0 10px 0;
    border-radius: 10px;
    border: 1px solid #6f6f6f;
    padding: 5px 30px;
    cursor: pointer;
}
.share-main{
    position: absolute;
    left: -97px;
    z-index: 998;
    padding: 1vw 1vw 1vw 1vw;
    top: 0;
}
.share-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.share-item{
    margin: 5px 0;
    cursor: pointer;
}
.share-title{
    font-size: 16px;
}
#content_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.content_title {
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid rgb(192, 192, 192); */
    font-weight: 800;
    font-size: 4rem;
}

.content_information {
    display: flex;
    justify-content: center;
    margin: 3rem;
}

.content_link {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_link a {
    color: black;
}

#content_information_visible span {
    width: 100%;
    margin: 0 auto;
}

#content_visible {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.content_title_visible {
    display: flex;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}

.content_information_visible {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(192, 192, 192);
}

.content_link_visible p {
    margin-top: 20px;
}

.content_link_visible a {
    color: black;
    cursor: pointer;
}

.news_content {
    /* width: 100%;
    height: auto;
    border-bottom: 1px solid rgb(192, 192, 192);
    overflow: hidden; */
}

.news_content img {

}

.information {
    width: 100%;
    height: 30px;
    background-color: #ed1f65;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.information span {
    margin-left: 10px;
    color: white;
}

.content {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.keywords {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

a {
    cursor: pointer;
}

.pc {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 20px 0;
}

#news_list {
    width: 28%;
    height: 20vw;
    display: flex;
    justify-content: center;
    min-height: 270px;
    min-width: 300px;
    max-width: 600px;
    max-height: 330px;
    border-radius: 10px;
    margin: 8px 20px;
}
#news_list:hover img{
    transition: 0.4s;
}
#news_list:hover img{
    transform: scale(1.1);
}
@media screen and (max-width: 1145px){
    #news_list{
        width: 45%!important;
    }
    .pc{
        justify-content: left!important;
    }
    .news_list_content_img{
        height: 75%!important;
    }
    .news_list_content{
        height: 100%;
    }
    #news_list{
        margin: 15px 20px!important;
    }
}
@media screen and (max-width: 900px){
    #news_list{
        width: 100%!important;
    }
    .pc{
        justify-content: center!important;
    }
}
#news_list a {
    background-color: transparent !important;
    color: #007bff;
    width: 100%;
}

.news_list_content {
    width: 100%;
    height: 100%;
    box-shadow: darkgrey 5px 5px 8px -6px;
    border-radius: 5px;
}


.news_list_content_img {
    width: 100%;
    height: 65%;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;

}

.news_list_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news_list_visible {
    width: 25%;
}

.news_list_content_title {

    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px !important;
    font-weight: 600;
    color: #181818;
    padding-left: 15px;
    padding-right: 15px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.text_box {
    width: 100%;
    height: 100%;
}


.news_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_info_big_box{
    margin-top: 10rem;
}
.news_info_content-box{
    width: 100%;
    padding: 30px;
    background: #f5f5f5;
    position: relative;
    display: flex;
}
.news_info_content{
    color: #666666;
    font-weight: 400!important;
    width: 95%;
    margin: 0 auto;
}
.right-fs-icon{
    font-size: 48px;
    color: #999999;
    font-weight: bold;
    display: inline-block;
    line-height: 48px;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.left-fs-icon{
    font-size: 48px;
    color: #999999;
    font-weight: bold;
    display: inline-block;
    line-height: 48px;
    position: absolute;
    left: 15px;
}

.qr-main{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,10,10,0.3);

}
.qr-big-box{
    height: 23vw;
    width: 20vw;
    backdrop-filter: blur(10px);
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 7px;
    min-width: 207px;
    min-height: 248px;
}
.qr-box{
    height: 15vw;
    width: 16vw;
}
.qr-text{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.qr-tips{
    margin-top: 15px;
}
.qr-box img{
    height: 100%;
    width: 100%;
}
/*修改*/
.news_middle_context{
    width: 98%;
    margin: 0 auto 40px auto;
    font-size: 16px;
}
.news_content p{
    margin: 15px 0!important;
}
.news_middle_context p img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
#content{
    position: relative;
}