﻿@charset "utf-8";
/* CSS Document */
/*common2 for list & view */
#wrap {
	width: 1200px;
	margin: 0 auto;
	min-height: 938px;
	background-color: #f9f9f8;
	box-shadow: 2px 2px 2px rgba(219, 152, 66, 0.3), -2px -2px 2px rgba(219, 152, 66, 0.3);
	margin-top: 23px;
	margin-bottom: 31px;
}
#sidebar-menu {
	width: 195px;
	margin-top: 36px;
	margin-left: 45px;
	float: left;
	min-height: 100px;
	font-family: SimSun;
}
#sidebar-menu .title {
	width: 100%;
	height: 73px;
	line-height: 73px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #866740;
	background: url(../img/sidebar/titleBg.png) no-repeat;
}
#sidebar-menu .nav-1st {
	margin-top: 26px;
}
#sidebar-menu .nav-1st > li {
	position: relative;
}
#sidebar-menu .nav-1st > li > a {
	position: relative;
	display: block;
	width: 195px;
	height: 47px;
	font-size: 23px;
	line-height: 47px;
	transition: 0.3s;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid rgba(174, 133, 20, 0.9);
	box-sizing: border-box;
}
#sidebar-menu .nav-1st > li:last-child > a {
	border-bottom: none;
}
#sidebar-menu .nav-1st > li > a:after {
	display: none;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 29px;
	height: 13px;
	margin-top: -6px;
	background: url("../img/sidebar/arrow.png") no-repeat;
	background-size: 100% 100%;
}
#sidebar-menu .nav-1st > li.on:before {
	display: block;
}
#sidebar-menu .nav-1st > li.on:after {
	display: block;
}
#sidebar-menu .nav-1st > li.on > a:after {
	display: block;
}
#sidebar-menu .nav-1st > li:hover:before {
	display: block;
}
#sidebar-menu .nav-1st > li:hover:after {
	display: block;
}
#sidebar-menu .nav-1st > li:hover > a {
	background-color: #dac8b2;
	font-weight: bold;
	color: #866740; /*text-indent: 0.3em;*/
}
#sidebar-menu .nav-1st > li:hover > a:after {
	display: block;
}
.divider-vline {
	float: left;
	margin-top: 22px;
	margin-left: 44px;
}
#main {
	width: 816px;
	min-height: 866px;
	float: left;
	margin-left: 44px;
	margin-top: 50px;
}
#main .main_title {
	width: 100%;
	height: 40px;
	line-height: 30px;
	border-bottom: 6px solid rgba(217, 196, 179, 0.6);
}
#main .main_title > .title {
	float: left;
	font-family: SimSun;
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
#main .main_title > .location {
	float: right;
	margin-right: 3px;
	font-size: 16px;
	color: #666;
	background: url("../img/news/icon_music.png") no-repeat left center;
	padding-left: 30px;
}