#main {
	width: 930px;
	margin: 50px auto;
	overflow: hidden;
}
#left {
	width: 206px;
	float: left;
}
#layout-nav {
	float: left;
	padding: 1px;
}

@media (max-width: 768px) {
	#layout-nav {
		display: none;
	}
	/**
	.navbar-header .navbar-toggle {
		display: none;
	}
	*/
}

#layout-nav h2 {
	padding: 9px 5px 0px 15px;
	line-height: 34px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 18px;
	background: #d9edf7 none repeat scroll 0% 0%;
	font-weight: 700;
	overflow: hidden;
	/* border-bottom: 1px solid #DEDFE2; */
	margin: 0px;
}
#layout-nav ul {
	border-top: 1px solid #FFF;
	background: #d9edf7 none repeat scroll 0% 0%;
	padding: 0px 5px 15px;
}
#layout-nav li {
	margin-top: 8px;
	height: 35px;
	line-height: 35px;
}
#layout-nav li a {
	padding-left: 8px;
	width:100%;
	cursor:pointer;
}
#layout-nav li.hover a,#layout-nav li a:hover,.selected {
	background-position: 12px -30px;
	background-color: #005293;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

#layout-nav li span {
	cursor:pointer;
}
#layout-nav li i {
	display: inline-block;
	margin-right: 5px;
	width: 8px;
	height: 11px;
	background: transparent url(../images/sj.png) no-repeat   ;
}
.right {
	float: left;
	/* margin-left: 30px; */
}
.right_top {
	height: 45px;
	background: url(../images/right_top.jpg) no-repeat left 4px;
	float: left;
	margin-bottom: 6px;
}
.r1 {
	float: left;
	margin: 10px 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	color: #0B4695;
}
.right_con {
	margin: 10px auto;
	clear: both;
	color: #333;
	font-size: 14px;
	font-family: 'ËÎÌå';
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#news_title {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	font-size: 21px;
	color: #333;
	letter-spacing: 2px;
	font-family: 'Microsoft YaHei';
	line-height: 150%;
}
#news_other {
	text-align: center;
	clear: both;
	font-size: 12px;
	color: #333;
	border-bottom: 2px dotted #ccc;
}
#news_other span {
	margin: 0 8px;
}
#news_other {
	text-align: center;
	font-size: 12px;
	color: #333;
}
.company {
    font-size: 16px;
    color: #009;
}
.right_con img {
	max-width:619px;
	height:auto;
	margin:9px 0px;
}
.newsTitle{
	font-size:16px;
	white-space: nowrap;
  	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
    text-align:left;
    float: left;
    line-height: 1.75;
    color:#080808;
    width:90%;
}
.newsDate{
	text-align:right;
	float: right;
	line-height: 1.75;
	color:#080808;
}
.newsContent:hover{
	background-color:#d9edf7;
	transition-property: background;
 	transition-duration: 0.5s;
    transition-timing-function: linear;
}
.page_btn{
	font-size:14px;
	background-color:#777;
	padding: 5px;
	background-color: #064f8a;
	color: white;
	border:0px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Old Firefox */
}
.bannerimgDiv img {
    width: 100%;
    height: auto;
    display: block;
    /* margin-top: 71px; */
}