.content .sgnews-title {
	width:100%;
	height:80px;
	margin:20px auto 0 auto;
	text-align:center;
	font-size:48px;
	line-height:80px;
	color:#28415c;
	text-transform:uppercase;
	letter-spacing:12px;
	border-top:1px solid #28415c;
	border-bottom:1px solid #28415c;
	background:url(../images/news/sgnews-titile-bg.png) no-repeat center center;
}

/*==================================== news css ====================================*/

.news {
	width:100%;
	margin:20px auto;
}

/*-------- brand-news css --------*/
.news .brand-news {
	width:160px;
	float:left;
	margin-top:20px;
}
.news .brand-news .newstitle {
	font-size:22px;
	line-height:45px;
	width:100%;
	height:45px;
	color:#28415c;
	text-align:left;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	border-top: 1px solid #28415c;
	border-bottom: 1px solid #28415c;
}

.news .brand-news li {
	width:100%;
	margin-top:15px;
	padding-bottom:10px;
	height:260px;
	overflow:hidden;
	border-bottom:1px dashed #28415c;
}
.news .brand-news li .pic {
	width:100%;
	height:125px;
	overflow:hidden;
}
.news .brand-news li .pic img {
	width:100%;
	height:auto;
	min-height:125px;
}
.news .brand-news li h4 {
	margin:6px 0;
	padding:0;
	color:#333;
	font-size:16px;
	line-height:18px;
	width:100%;
	
	/*
	max-height:48px;
	overflow:hidden;
	text-overflow: ellipsis;	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	*/
}
.news .brand-news li p {
	font-size:12px;
	line-height:14px;
	width:100%;
	margin-top:5px;
	
	/*
	max-height:58px;
	overflow:hidden;
	text-overflow: ellipsis;	
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	*/
}
.news .brand-news li .date {
	position:absolute;
	left:0;
	bottom:12px;
	color:#527dac;
	font-style:italic;
}
.news .brand-news li .readmore {
	width:40px;
	height:16px;
	padding-top:3px;
	position:absolute;
	right:0;
	bottom:12px;
	font-size:11px;
	line-height:13px;
	color:#fff;
	background:#28415c;
	text-align:center;
	border-radius:2px;
}
.news .brand-news li .readmore:hover {
	background:#666;
}


.news .get-more {
	display: inline-block;
	margin-top:20px;
	font-size:18px;
	color:#527dac;
	font-style:italic;
}
.news .get-more:hover {
	color:#28415c;
}
.news .get-more span {
	width:20px;
	height:20px;
	margin-left:10px;
	display: inline-block;
	background:url(../images/icons/newslist-titile.png) no-repeat center bottom;
	background-size:20px;
}


/*-------- sg-news css --------*/
.news .sg-news {
	width:545px;
	margin:20px 55px;
	float:left;
}
.news .sg-news li {
	width:100%;
	padding-bottom:55px;
	overflow:hidden;
	border-bottom:1px dashed #28415c;
	margin-bottom:35px;
}
.news .sg-news li .pic {
	width:100%;
	height:315px;
	overflow:hidden;
}
.news .sg-news li .pic img {
	width:100%;
	height:auto;
	min-height:315px;
}
.news .sg-news li h4 {
	margin:15px 0;
	padding:0;
	color:#333;
	font-size:24px;
	line-height:30px;
	width:100%;
}
.news .sg-news li p {
	font-size:14px;
	line-height:20px;
	width:100%;
	margin-top:15px;
}
.news .sg-news li .date {
	color:#527dac;
	font-style:italic;
}
.news .sg-news li .tag {
	color:#527dac;
	font-style:italic;
}
.news .sg-news li .readmore {
	width:40px;
	height:16px;
	padding-top:3px;
	position:absolute;
	right:0;
	bottom:15px;
	font-size:11px;
	line-height:13px;
	color:#fff;
	background:#28415c;
	text-align:center;
	border-radius:2px;
}
.news .sg-news li .readmore:hover {
	background:#666;
}


/*-------- news-right css --------*/
/*-- video --*/
.news .news-right {
	width:235px;
	float:left;
}
.news .news-right .video {
	width:100%;
	margin-top:20px;
	height:165px;
	display:block;
	background:#000;
	overflow:hidden;
}
.news .news-right .video:hover img {
	opacity:0.75;
}

.news .news-right .video img {
	width:100%;
	height:auto;
	min-height:165px;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.news .news-right .video h4 {
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	margin:0;
	text-align:center;
	font-size:14px;
	line-height:40px;
	letter-spacing:1px;
	color:#fff;
	background: rgba(0,0,0,0.75);
	text-transform:uppercase;
	
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}

.news .news-right .video .play {
	width:50px;
	height:50px;
	position:absolute;
	left:92px;
	top:50px;
	background: url(../images/icons/play.png) no-repeat center;
	background-size:50px;
	opacity:0.9;
	z-index:3;
}

/*-------- market-news css --------*/
.news .market-news {
	width:160px;
	margin-top:55px;
}
.news .market-news .newstitle {
	font-size:22px;
	line-height:45px;
	width:100%;
	height:45px;
	color:#28415c;
	text-align:left;
	font-weight: bold;
	text-transform:uppercase;
	border-top: 1px solid #28415c;
	border-bottom: 1px solid #28415c;
}

.news .market-news li {
	width:100%;
	margin-top:15px;
	padding-bottom:10px;
	height:260px;
	overflow:hidden;
	border-bottom:1px dashed #28415c;
}
.news .market-news li .pic {
	width:100%;
	height:125px;
	overflow:hidden;
}
.news .market-news li .pic img {
	width:100%;
	height:auto;
	min-height:125px;
}
.news .market-news li h4 {
	margin:6px 0;
	padding:0;
	color:#333;
	font-size:16px;
	line-height:18px;
	width:100%;
}
.news .market-news li p {
	font-size:12px;
	line-height:14px;
	width:100%;
	margin-top:5px;
	overflow:hidden;
}
.news .market-news li .date {
	position:absolute;
	left:0;
	bottom:12px;
	color:#527dac;
	font-style:italic;
}
.news .market-news li .readmore {
	width:40px;
	height:16px;
	padding-top:3px;
	position:absolute;
	right:0;
	bottom:12px;
	font-size:11px;
	line-height:13px;
	color:#fff;
	background:#28415c;
	text-align:center;
	border-radius:2px;
}
.news .market-news li .readmore:hover {
	background:#666;
}






/*-------- news-detail css --------*/
.news-detail {
	width:840px;
	margin-right:50px;
	float:left;
	visibility:visible;
}
.news-detail .left {
	width:140px;
	float:left;
	text-align:right;
}
.news-detail .left .date {
	width:100%;
	text-align:right;
	font-size:30px;
	line-height:38px;
	font-style:italic;
	color:#9aafc9;
	padding-bottom:5px;
	border-bottom:1px solid #28415c;
}
.news-detail .left .tag {
	padding:10px 0;
	width:100%;
	font-style:italic;
	color:#9aafc9;
}

.news-detail .info {
	width:680px;
	float:right;
	visibility:visible;
}
.news-detail .info .pic {
	width:100%;
}
.news-detail .info .pic img {
	width:100%;
	height:auto;
}
.news-detail .info h4 {
	margin: 15px 0;
	padding: 0;
	color: #333;
	font-size: 28px;
	line-height: 32px;
	width: 100%;
}
.news-detail .info .date {
	color:#527dac;
	font-style:italic;
}
.news-detail .info .tag {
	color:#527dac;
	font-style:italic;
}
.news-detail .info .line-top {
	width:100%;
	height:15px;
	display: inline-block;
	border-top:1px solid #a0a0a0;
	margin-top:15px;
}
.news-detail .info p {
	width:100%;
	height:auto;
	margin:15px 0;
	font-size:14px;
	line-height:24px;
}
.news-detail .info .source, .news-detail .info .writer, .news-detail .info .publish {
	color:#527dac;
	font-size:14px;
	line-height:22px;
	font-style: italic;
}

.news-detail .info .photos {
	width:695px;
	margin:25px auto;
}
.news-detail .info .photos a {
	width:215px;
	height:155px;
	overflow:hidden;
	float:left;
	margin:8px 16px 8px 0;
	background:#ccc url(../images/icons/add.png) no-repeat center;
	background-size:0;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;	
}
.news-detail .info .photos a:hover {
	background:#333 url(../images/icons/add.png) no-repeat center;
	background-size: auto;
}
.news-detail .info .photos a img {
	width:215px;
	height:auto;
	min-height:155px;
	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;	
}
.news-detail .info .photos a:hover img {
	opacity:0.15;
}

.news-detail .info .bottom {
	width:100%;
	margin:45px auto 0 auto;
}
.news-detail .info .bottom .lastnews, .news-detail .info .bottom .nextnews, .news-detail .info .bottom .backlist {
	width:120px;
	height:22px;
	line-height:22px;
	font-style:italic;
	color:#28415c;
	opacity:0.75;
}
.news-detail .info .bottom .lastnews:hover, .news-detail .info .bottom .nextnews:hover, .news-detail .info .bottom .backlist:hover {
	opacity:1;
}
.news-detail .info .bottom .lastnews {
	float:left;
	padding-left:30px;
	text-align:left;
	background:url(../images/icons/back.png) no-repeat center left;
}
.news-detail .info .bottom .nextnews {
	padding-right:30px;
	text-align:right;
	float:right;
	background:url(../images/icons/next.png) no-repeat center right;
}

.news-detail .info .bottom .backlist {
	width:150px;
	float:left;
	line-height:25px;
	margin-left:112px;
	text-align:center;
	background:url(../images/icons/newslist-bottom-link.png) no-repeat center;
}

/*-------- latest news css --------*/

.latest-news {
	width:160px;
	float:right;
}
.latest-news .newstitle {
	font-size:22px;
	line-height:45px;
	width:100%;
	height:45px;
	color:#28415c;
	text-align:left;
	font-weight: bold;
	text-transform:uppercase;
	border-top: 1px solid #28415c;
	border-bottom: 1px solid #28415c;
}

.latest-news li {
	width:100%;
	margin-top:15px;
	padding-bottom:10px;
	height:260px;
	overflow:hidden;
	border-bottom:1px dashed #28415c;
}
.latest-news li .pic {
	width:100%;
	height:125px;
	overflow:hidden;
}
.latest-news li .pic img {
	width:100%;
	height:auto;
	min-height:125px;
}
.latest-news li h4 {
	margin:6px 0;
	padding:0;
	color:#333;
	font-size:16px;
	line-height:18px;
	width:100%;
}
.latest-news li p {
	font-size:12px;
	line-height:14px;
	width:100%;
	margin-top:5px;
}
.latest-news li .date {
	position:absolute;
	left:0;
	bottom:12px;
	color:#527dac;
	font-style:italic;
}
.latest-news li .readmore {
	width:40px;
	height:16px;
	padding-top:3px;
	position:absolute;
	right:0;
	bottom:12px;
	font-size:11px;
	line-height:13px;
	color:#fff;
	background:#28415c;
	text-align:center;
	border-radius:2px;
}
.latest-news li .readmore:hover {
	background:#666;
}


.latest-news .get-more {
	display: inline-block;
	margin-top:20px;
	font-size:18px;
	color:#527dac;
	font-style:italic;
}
.latest-news .get-more:hover {
	color:#28415c;
}
.latest-news .get-more span {
	width:20px;
	height:20px;
	margin-left:10px;
	display: inline-block;
	background:url(../images/icons/newslist-titile.png) no-repeat center bottom;
	background-size:20px;
}






/*-------- newslist page css ---------------------------*/

.newslist {
	width:100%;
	margin:40px auto;
}

.newslist li {
	width:100%;
	height:84px;
	overflow:hidden;
	border-bottom:1px dashed #28415c;
}
.newslist a {
	width:100%;
	height:76px;
	color:#666;
	display:block;
	overflow:hidden;
	
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.newslist a:hover {
	color:#28415c;
}
.newslist a:hover span {
	opacity:1;
}
.newslist a img {
	width:97px;
	min-height:68px;
	float:left;
	margin:8px 15px;
}
.newslist a span {
	margin:30px 10px;
	padding:0px 0 0 40px;
	float:left;
	font-size:18px;
	line-height:28px;
	background:url(../images/icons/newslist-titile.png) no-repeat left 5px;
	opacity:0.75;
	
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.newslist a span.date {
	float:right;
	padding:0;
	font-size:14px;
	line-height:34px;
	font-style: italic;
	background: none;
}



/*==================================== jPage .holder css ====================================*/
.holder {
	margin: 25px 10px 0 10px;
}

.holder a {
    height:18px;
    padding:5px 10px;
	font-size: 14px;
    line-height:18px;
	color:#fff;
	background:#a0a0a0;
    cursor:pointer;
    margin:2px 6px;
	font-style:italic;
}

.holder a:hover {
	background-color: #28415c;
}

.holder a.jp-previous { 
	margin-right: 15px; 
	background-color: #28415c;
}
.holder a.jp-next {
	margin-left: 15px; 	
	background-color: #28415c;
}

.holder a.jp-current, a.jp-current:hover { 
	background: #28415c;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	background-color: #a0a0a0;
	display:none;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}

.holder span { margin: 0 5px; }





/* Mobile */
@media screen and (max-width: 767px) {

.content .sgnews-title {
	margin:20px auto 0 auto;
	background:none;
}



.news .brand-news, .news .news-right {
	display:none;
}

/*-------- sg-news css --------*/
.news .sg-news {
	width:100%;
	margin:0 auto;
	float: none;
}
.news .sg-news li .pic {
	width:100%;
	height: auto;
}
.news .sg-news li .pic img {
	width:100%;
	height:auto;
}
.news .sg-news li h4 {
	width:100%;
	margin:25px 0;
	max-height:80px;
}
.news .sg-news li p {
	width:100%;
	max-height:110px;
}
.news .sg-news li .date {
	font-size:;
}
.news .sg-news li .tag {
	font-size:;
}
.news .sg-news li .readmore {
	width:60px;
	height:25px;
	line-height:25px;
	font-size:12px;
	margin:0 auto;
	left:0;
	right:inherit;
	margin-top:25px;
}

.news .get-more {
}


.news-detail {
	width:100%;
	margin:0 auto;
	float: none;
}
.news-detail .left {
	display:none;
}
.news-detail .info {
	width:100%;
	float: none;
}


.news-detail .info h4 {
	width:100%;
	margin:25px 0;
}
.news-detail .info p {
	width:100%;
}
.news-detail .info .photos {
	width:100%;
	margin:25px auto;
}
.news-detail .info .photos a {
	width:230px;
}
.news-detail .info .photos a img {
	width:230px;
	height:auto;
	min-height:175px;
}
.news-detail .info .bottom .backlist {
	margin-left:168px;
}
.latest-news {
	display:none;
}
.newslist a span {
	max-width:450px;
	opacity:1;
}
.newslist a span.date {
	opacity:0.75;
}


}

