/* * @Author: omtech.cn * @Date: 2018-06-06 09:54:23 * @Last Modified by: Doris.Lee * @Last Modified time: 2019-05-17 20:00:19 */ body { background-color: #ebf0f3; background-image: -moz-linear-gradient( 90deg, rgb(235,240,243) 0%, rgb(255,255,255) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(235,240,243) 0%, rgb(255,255,255) 100%); background-image: -ms-linear-gradient( 90deg, rgb(235,240,243) 0%, rgb(255,255,255) 100%); min-height: 100%; } body .bg-main { background: url("../../../images/default/pc2019/bg_main.png") no-repeat center bottom; background-size: 100% auto; } /*===================== 金沙js3833动态 css =====================*/ .list-news-hot { margin-top: 75px; width: 100%; height: 342px; border-radius: 6px; box-shadow: 0px 0px 6.58px 0.42px rgba(34, 34, 34, 0.2); font-size: 0; } .list-news-hot .news-hot-img { position: relative; display: block; width: 590px; height: 342px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; overflow: hidden; } .list-news-hot .news-hot-img img { position: absolute; top: 50%; left: 0; width: 590px; height: 100%; margin-top: -170px; } .list-news-hot .news-hot-bd { position: relative; padding: 30px 40px; height: 282px; overflow: hidden; background-color: #fff; } .list-news-hot .news-hot-bd .title-box { width: 100%; height: 116px; overflow: hidden; } .list-news-hot .news-hot-bd .title { display: table-cell; height: 116px; font-size: 25px; font-weight: normal; color: #3e3e3e; vertical-align: middle; } .list-news-hot .news-hot-bd .line { width: 100%; height: 0px; border-top: 1px solid #f4f3f3; border-bottom: 1px solid #f4f3f3; } .list-news-hot .news-hot-bd .desc-box { margin-top: 20px; width: 100%; height: 96px; overflow: hidden; } .list-news-hot .news-hot-bd .desc { /* display: table-cell; */ height: 96px; font-size: 16px; color: #878787; /* vertical-align: middle; */ } .list-news-hot .news-hot-bd .other { position: absolute; bottom: 30px; font-size: 14px; color: #9b9b9b; } .list-news-hot .news-hot-bd .other .num { padding-right: 20px; padding-left: 22px; background: url("../../../images/default/pc2019/icon_view.png") no-repeat 0 center; } .list-news-lists { margin-top: 40px; overflow: hidden; } .list-news-uls { width: 1120px; font-size: 0; } .list-news-item { float: left; margin-right: 20px; margin-bottom: 20px; padding: 7px; width: 526px; height: 144px; background-color: #fff; } .list-news-item a { display: block; width: 100%; height: 100%; } .list-news-item .pic { float: left; margin-right: 18px; width: 256px; height: 144px; overflow: hidden; background-color: #f5f5f5; } .list-news-item .pic img { width: 256px; height: 144px; } .list-news-item .text { overflow: hidden; } .list-news-item .text .tit { /* padding-top: 15px; */ max-height: 55px; line-height: 1.5; font-size: 18px; color: #333; overflow: hidden; } .list-news-item .text .cont { margin-top: 10px; max-height: 44px; line-height: 1.5; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .list-news-item .text .info { margin-top: 10px; max-height: 65px; line-height: 1.5; font-size: 14px; color: #999; overflow: hidden; } .list-news-item .text .frequency { background: url("../../../images/default/pc2019/icon_eye.png") left center no-repeat; background-size: 24px 18px; padding-left: 28px; float: right; } .list-news-btn { margin-top: 40px; margin-bottom: 70px; text-align: center; } .list-news-btn .btn { cursor: pointer; display: inline-block; width: 120px; height: 38px; line-height: 38px; font-size: 14px; color: #fff; background-color: #9f9ea6; }