﻿@charset "utf-8"; .position {
	height: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
}
.position .position_ul {
	float:left;
	background-image: url(../../Common/images/position_ul.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	padding-left: 20px;
}
.position .position_ul li {
	float: left;
	line-height: 26px;
	height: 26px;
	padding-right: 10px;
}
.position .position_ul a{ line-height:25px;}
.position .position_ul .home a{
	color: #000000;	
}
.position .position_ul li small{color:#F95106;}
.position .inside_nav {
	float: right;
	padding-top: 2px;
}
.position .inside_nav .lv1_li {
	background-image: url(../../Common/images/nav_inside.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 142px;
	position: relative;
	cursor: pointer;
	z-index:90;
}
.position .inside_nav .sfHover{
	background-image: url(../../Common/images/nav_inside_h.jpg);
	background-repeat: no-repeat;
}
.position .inside_nav .lv1_li .lv2_ul{
	display: none;
	left: -7px;
	padding-top: 6px;
	position: absolute;
	top: 23px;
	width: 165px;
	background-color: #F2FAFF;
	border: 1px solid #1198C5;
	z-index: 99;
}
.position .inside_nav .lv1_li .lv2_ul li{
	background-image: url(../../Common/images/index_fingerpost_li.jpg);
 background-position: right center;
 background-repeat: no-repeat;
 border-bottom: 1px solid #D6EBF9;
 height: 30px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 width: 152px;
	z-index:99;
	white-space:nowrap; overflow:hidden;
}
.position .inside_nav .lv1_li .lv2_ul li a{
	background-image: url(../images/head_newspaper_li.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 color: #000000;
 display: block;
 font-size: 14px;
 height: 28px;
 line-height: 28px;
 position: relative;
 text-indent: 15px;
 width: 130px;
 z-index: 99;
	text-overflow :ellipsis; white-space:nowrap; -o-text-overflow:ellipsis;
	overflow:hidden;
}
@media only screen and (max-width:768px){
.position .inside_nav .lv1_li .lv2_ul{ left:auto; right:0} 
}
@media only screen and (max-width:480px){
.position .inside_nav{ display:none;}
.position{ height:auto;}
.position .position_ul{ height:auto; background-position:left 6px;}
} 

.position_ul{
	font-size: 12px;
}
.position_ul a,.position_ul span{
	color: #333; font-size: 14px;
}