#new_info{
    width: 100%;
    height: 100%;
    position: relative;
}
#news_content{
    width: 1000px;
    margin: 120px auto 185px auto;
    color: #000;
}
#news_type{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 30px;    
} 
#news_title{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
}
#news_time{
    color: rgb(158, 158, 166);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 60px;
}
#news_cover{
    width: 100%;
    margin: 60px 0;
}
#news_cover img{
    width: 100%;
}
#news_con{  
    width: 100%;
}
#news_con img{
    /*display: block;*/
    margin: 0 auto;
}
#news_con p{
    font-family: 'Montserrat';
}
.news_like>img{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    cursor: pointer;
}
.news_like{
    text-align: center;
    margin: 60px auto;
}
.news_like>p{
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    line-height: 25px;
    font-size: 15px;
    margin: 15px 0;
}
.at-icon-wrapper{
    width: 20px;
    height: 20px;
}
#addthis_news{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.addthis_title{
    display: inline-block;
    margin-right: 30px;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    
}
.at-share-tbx-element .at-share-btn{
    margin-right: 30px;
    margin-bottom: 0px;
}
.addthis_link>img{
    width: 20px;
    cursor: pointer;
}
.addthis_link{
    transition: all .2s ease-in-out;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
#news_phpup{
    position: fixed;
    bottom: 50px;
    left: calc(50% - 85px);
    border-radius: 10px;
    background-color: #000;
    width: 170px;
    height: 50px;
    display: none;
}
#news_phpup_flex{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#icons1{
    width: 20px;
}
#icons2{
    width: 15px;
}
#phpup_text{
    display: inline-block;
    padding-left: 10px;
    width: 90px;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
}
.news_href{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 0px;
}
#news_list{
    width: 100%;    
    margin-top: 120px;
}
#list_title{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 30px;
}
#news_list_son{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news_list_con{
    width: 310px;
    
}
.news_list_cover>a>img{
    width: 100%;
}
.news_list_title{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    margin: 30px 0 20px 0;
    height: 44px;
    max-height: 44px;
}
.news_list_tips{
    height: 52px;
    max-height: 52px;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}
.addthis_link:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: inherit;
    transition: all .2s ease-in-out;
}
.news_video{
    margin: 60px 0;
    width: 100%;
    max-width: 100% !important;
}
.note-video-clip{
    max-width: 100%;
    border-radius: 15px;
}
#news_con span, strong, p, h1, h2, h3, h4, h5, h6 {
    line-height: 1.75;
    font-family: "Montserrat" !important;
}
