@charset "utf-8"; .center { width: 100%; padding-top: 40px; margin: 0 auto; min-height: 500px; background: url(../images/center-bg.png) no-repeat center; overflow: hidden; } .location { padding-bottom: 10px; padding-left: 20px; border-bottom: 1px solid #ccc; font-size: 18px; } .location span:last-child a, .location span:hover a { color: #e60012; } .list-wrap { width: 100%; margin: 20px auto 40px; } .list-item { border-bottom: solid 1px #dcdcdc; padding-bottom: 20px; margin-bottom: 20px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; } .list-time { float: left; width: 80px; height: 80px; background: #bfbfbf; float: left; text-align: center; padding: 7px 10px 8px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; } .day { color: #fff; font-size: 31px; } .year { color: #fff; font-size: 14px; } .list-content { margin-left: 120px; } .list-item-tit { font-size: 17px; font-weight: bold; color: #494949; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .list-item-content { font-size: 14px; color: #757575; margin-top: 12px; display: block; line-height: 20px; max-height: 40px; text-indent: 2em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .list-item:hover .list-time { background-color: #a40000; } .list-item:hover { transform: translateY(-10px); box-shadow: 5px 5px 5.2px 1.8px rgba(56, 0, 0, 0.3); } /* 鏂囩珷 */ .article { width: 100%; padding: 0 58px; margin: 0 auto; } .article-title { text-align: center; margin: 15px auto; font-size: 21px; color: #930a0a; font-weight: bold; line-height: 40px; cursor: pointer; } .article img { display: inline; } .article-msg { text-align: center; font-size: 12px; color: #888888; line-height: 30px; height: 30px; margin-bottom: 20px; } .article-msg span { padding: 0 5px; } .article-link { margin: 30px 0; } .article-link div { margin: 15px 0; } .article-link a { color: #676767; } .article-link a:hover { color: #930a0a; }