#newsList,#news_info{
    margin-top: 0rem;
}
#newsList ul{
    width: 100%;
    height:45rem;
    margin-top:1rem;
}
#newsList ul li{
    width: 100%;
    height:9rem;
    border-bottom:1px solid #ccc;
    position: relative;
}
#newsList ul li img{
    margin-top:1rem;
    width: 8rem;
    height:7rem;
}
.newRight{
    width: 65%;
    height: 7rem;
    display: block;
    position: absolute;
    right: 0;
    top:1rem;
}
.newTitle{
    width: 100%;
    height:1.8rem;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0.5rem 0 1rem;
    overflow: hidden;
}
.newCont{
    width: 100%;
    height:3rem;
    overflow: hidden;
    font-size:1rem;
}
#newsList button{
    width: 90%;
    height:3rem;
    border:none;
    background: #f6f6f6;
    margin:1rem 0 2rem 5%;
    font-size: 1.1rem;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 4px #f3f3f3;
}

#news_info #title{
    font-size: 1.3rem;
    text-align: center;
    margin:1rem;
}
#news_info #crateDate{
    font-size: 1.1rem;
    text-align: center;
    margin-bottom:0.5rem;
}
#newsCont{
    margin-bottom:1rem;
}
#newsCont p {
    margin-bottom:0.5rem;
    line-height: 1.3rem;
}
#newsCont p,#newsCont p span{
    font-size: 1rem;
}
#newsCont h3,#newsCont h3 span,#newsCont h4,#newsCont h4 span,#newsCont h5,#newsCont h5 span{
    font-size: 1.1rem;
    font-weight: bold;
}
#newsCont img{
	max-width:100%;
}