﻿@charset "UTF-8";
#news_cup{
	width:1050px;
  	min-height: 430px;
	border:1px solid #e2e2e2;
	border-top:none;
	padding:20px 0;
	margin:0 auto;
	background:#fff;
	position:relative;
}

#news_cup_m{
	width:1000px;
	border-top:none;
	margin:0 auto;
	background:#fff;
	position:relative;
}

/*公司新闻*/
#gsnews{
	width:100%;
	height:430px;
	margin:15px 0;
	position:relative;
}

#gsnews_nav{
	width: 180px;
	height: 440px;
	border: 1px solid #9d9d9d;
	border-top: none;
	border-radius: 8px;
	position: absolute;
	margin-left: 7px;
}

#gsnews_nav span{
	color: #fff;
	width: 100%;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	font-family: '微软雅黑';
	font-size: 16px;
	background: #0079ae;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#gsnews_nav ul{
	padding: 0 10px;
}

#gsnews_nav ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: none;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}

#gsnews_nav ul li a{
	font-size: 13px;
}

#gsnews_nav ul li a:hover{
	color: #0079ae;
}

#gsnews_nav ul li a.active{
	color: #0079ae;
}


#gsnews_r{
width: 770px;
height: 638px;
border: 1px solid #9d9d9d;
border-top: none;
overflow: hidden;
position: absolute;
right: 25px;
top: 20px;
border-radius: 8px;
}

#gsnews_r h2{
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	background: #0079ae;
}

#gsnews_r ul{
	padding: 0 10px;
	height: 560px;
	overflow: hidden;
}

#gsnews_r ul li{
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #eee;
}

#gsnews_r ul li a{
	color: #222;
	font-size: 14px;
}

#gsnews_r ul li a:hover{
	color: red;
}

#gsnews_r ul li b{
	color: #888;
}


#gsnews_r div{
	text-align: center;
	line-height: 30px;
}
