body .news-container{
    width: 100%;
    height: 1970px;
    background: url("../images/content.jpg") no-repeat center top;
    background-size: auto;
    color: #eee;
}
a{color: #eee;}
a:hover{color: #02E1CA;}

.news-container .news-list-content{
    width: 1190px;
    margin: 0 auto;
    padding-top: 620px;
}
.topnewtit{
    display: flex;
    justify-content: space-evenly;
    height: 150px;
    line-height: 150px;
}
.topnewtit li{
    cursor: pointer;
    font-size: 20px;
}
.topnewtit li.active{
    color: #02E1CA;
}
.topnewbox{
    margin: 30px 30px 0;
}
.topnewbox li{
    height: 65px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.topnewbox li h2{
    font-size: 18px;
}
.topnewbox li p{
    font-size: 14px;
    margin: 8px 0;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.topnewbox li span{
    position: absolute;
    right: 0;
    top: 0;
}



/* news content */
.news-list-content .news-title{

}
.news-list-content .news-title h1{
text-align: center;
font-size: 28px;
margin-top: 15px;
padding: 10px 0;
}
.news-list-content .news-title p{
    text-align: center;
    padding: 10px 0;
}
.news-list-content .news-title .news-nav{
    margin: 15px 40px;
}
.news-list-content .news-title .news-nav a{
    display: inline-block;
}
.news-content{
    width: 90%;
    line-height: 25px;
    margin: 50px auto;
    height: 1120px;
    overflow-y: scroll;
}
.news-content img{
    display: block;
    margin: 10px auto;
    max-width: 700px;
}
.orange{
    color: orange;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* newslist common */
#return{
    width: 80%;
    margin: 0 auto;
    display: block!important;
}
.sideList .download{
    margin-top: 45px;
}
.sideList .download a{
    margin-bottom: 18px!important;
}
.sideList .download a#fb-btn{
    width: 80px;
    margin: 0 auto;
}
/* newslist common end*/

@media screen and (max-width: 500px) {

}




















