.news-container { margin-top: 45px; display: none; li { display : flex; align-items : flex-start; background : #ffffff; box-shadow : 1px 4px 10px 2px rgba(122, 122, 122, 0.27); cursor : pointer; width: 1160px; margin : 0 auto; border-radius: 10px; margin-bottom: 20px; margin-top : 7px; >a img { margin : 18px; width : 190px; object-fit: cover; height : 118px; } >div { margin: 18px 20px 0 0; p { font-size : 14px; font-family: Source Han Sans CN; font-weight: 400; color : rgba(114, 113, 113, 1); line-height: 24px; } } .title-wrap { display : flex; align-items : center; justify-content: space-between; margin : 0 0 24px 0; font-size : 16px; color : #727171; } } li:hover { box-shadow: 1px 5px 15px -8px #004024; } li:hover h4 { color: #05A25F; } } .news-detail { margin : 24px auto; // font-size: 14px; text-align: center; h1{ font-size: 18px; } h6{ color: #a2a2a2; font-size: 12px; margin-top: 10px; margin-bottom: 34px; } } .about-bottom, .news-detail { img { width: 100%; } } .news-toggle { margin-bottom: 22px; li { color : #05A25F; font-size : 14px; margin-top: 10px; cursor : pointer; span { color: #727171; } } } .news-detail { margin : 35px auto; font-size: 14px; }