
.slide-nav {
	width: 180px;
	float: left;
}

.slide-nav .nav-title {
	height: 53px;
	line-height: 53px;
	padding-left: 35px;
	color: #fff;
	font-size: 20px;
	font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
	background: #0465bf;
	margin-bottom: 10px;
}

.slide-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #f1f2f6;
}

.slide-nav ul li {
	height: 55px;
	line-height: 55px;
	color: #19191a;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}

.slide-nav ul li a {
	color: #19191a;
	font-size: 14px;
	padding-left: 35px;
}

.slide-arrow {
	display: block;
	float: right;
	width: 6px;
	height: 11px;
	background: url(../images/slide-arrow-gray.png) no-repeat center;
	margin: 23px 24px;
}

.slide-down {
	display: block;
	float: right;
	width: 10px;
	height: 10px;
	background: url(../images/arrow-down.png) no-repeat center;
	margin: 23px 24px;
}


.slide-nav li.active a, .slide-nav  a:hover,.slide-nav li.active .cons-date, .slide-nav li:hover .cons-date{
	color: #0465bf
}

.slide-nav li.active .slide-arrow ,.slide-nav li:hover .slide-arrow{
	background: url(../images/slide-arrow-blue.png) no-repeat center;
}

.nav-bread {
    color: #999999;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
    margin: 0 0 0 0;
}
.nav-bread a{
	color: #999999;
}
.nav-bread a:hover{
	color: #666666;
}

.bread-arrow {
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url(../images/bread-arrow.png) no-repeat center;
    margin: 0 8px;
}

.subtitle {
    color: #0465bf;
    font-size: 20px;
    float: right;
    display: inline-block;
    border-bottom: 3px solid #0465bf;
    height: 36px;
    vertical-align: baseline;
    position: relative;
    top: -3px;
}

.slide-nav.constitution ul li {
	line-height: 42px;
}

.slide-nav.constitution  ul li a{
	padding-left: 20px;
}

.slide-nav.constitution .slide-arrow {
	margin: 23px 10px;
}
.sidebar{
	position: fixed;
	bottom: 10%;
	right: 15px;
	z-index: 9999999;
}
.sidebar-msg{
	width: 42px;
	height: 120px;
	box-shadow: 0 0 10px rgba(163,177,191,0.35) ;
	border-radius: 5px;
	background: #ffffff;
	padding-top: 5px;
}
.sidebar-item{
	width: 22px;
	cursor: pointer;
	margin: 10px auto;
	border-bottom: 1px solid #E4E8EF;
}
.item01{
	width: 18px !important;
	margin: 10px auto;
}
.item01 img{
	width: 18px !important;
	height: auto;
}
.sidebar-item img{
	width: 22px;
	height: auto;
}
.sidebar-item:last-child{
	border-bottom: none;
}
.item01:hover .sidebar-con{
	display: block;
}
.sidebar-con{
	display: none;
	position: absolute;
	top: 0px;
	left: -258px;
	box-shadow: 0 0 10px rgba(163,177,191,0.35);
}
.arr-right{
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 16px;
	right: -10px;
}
.arr-left{
	background: #ffffff;
	border-radius: 4px;
	width: 225px;
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
}
.sidebar-news{
	display: block;
	margin-top: 15px;
	width: 30px;
	height: 190px;
	text-align: center;
	border-radius: 5px;
	padding: 15px 21px;
	background: url(../images/slide-bg.png) #ffffff no-repeat center;
}
.sidebar-news-close{
	font-size: 14px;
	color: #999999;
	padding-top: 5px;
	cursor: pointer;
}
.sidebar-news-close:hover,.sidebar-news-close:active{
	color: #666666;
}
.sidebar-news-text{
	font-size: 18px;
	color: #ffffff;
}