@charset "utf-8";

/*通用区域*/
.main{ width:100%; height:auto; padding:2%; overflow:hidden;}
.col-title{ width: 100%; height: 30px; border-bottom: 3px solid #acc158; }
.col-h{ float: left; width: 100px; height: 30px; line-height: 30px;background: #acc158; color:#FFF; font-size: 16px; text-align:center;}
.seemore{ float: right; font-size: 16px; color:#acc158;}

/*主导航srart*/
.nav{ 
	box-sizing: border-box; width: 100%; height: auto; overflow: hidden; margin-top: 4%;
	border:1px solid #e6e6e6; border-bottom: none;  background: #FFF;}
.nav-list{ width: 100%; height: auto; display: flex; flex-wrap: wrap; align-items: center; }
.nav-list li { width: 33.33%; padding:6% 0; text-align: center;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6; }
.nav-list li:nth-child(3),.nav-list li:last-child{ border-right: none; }
.nav-list li a{ display: block; }
.nav-list li img{ width: 28px; height: 28px;}
.nav-list li h3{ color: #333; font-size: 16px;}
/*主导航end*/

/*关于SG胜游*/
.about{ width:100%; height:auto; padding:2% 2%; margin-top: 4%; position:relative; background: #fff; border:1px solid #e6e6e6; overflow:hidden;}
.about-con{ font-size: 1.5rem; line-height: 2.5rem; margin-top: 2%; text-align: justify; }
/*新闻中心start*/
.news{ width:100%; height:auto; padding:2% 2%; margin-top: 4%; position:relative; background: #fff; border:1px solid #e6e6e6; overflow:hidden;}
.news-list li { position:relative; width: 100%; padding:3% 0; border-bottom: 1px dashed #DDD;}
.news-list .list-item{ display:block;  position: relative; text-decoration: none; overflow: hidden;}
.list-item .cover img{ width:94px; height:60px; float:left; margin-right:5px;}
.list-item .cont .title { 
	font-weight: 400;font-size:16px;color: #333;
	overflow: hidden;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.list-item .cont .time{font-size: 12px;color:#999; margin-top:3px;}
<!--耗时1757745729.353秒-->