@charset "UTF-8";
/* CSS Document */
body {
	background-color: #F2F2F2;;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
/*side nav*/
.side-nav {
	background-color: #fff;
	width: 226px;
	height: 480px;
	float: left;
	margin-right: 20px;
}
.side-nav .tit {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #b48732;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
}
.side-nav-list {
	padding-top: 10px;
}
.side-nav-list li{
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    margin-left: 30px;
    margin-right:30px;
    background:url(../images/pic-uku.png)  no-repeat center center;
    background-position: 160px center;
}
.side-nav-list li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #3E3A39;
}
.side-nav-list li.current,.side-nav-list li:hover {
	color: #3E3A39;
  background:url(../images/pic-uku_current.png)  no-repeat center center;
  background-position: 160px center;
	border-bottom: 1px solid #B48732;
	cursor: auto;
  padding-right:30px;
}
/* text content */
.con-box {
	float: right;
	width: 854px;
	padding: 20px 50px;
	background-color: #fff;

}
.con-box h1 {
	position: relative;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 20px;
	height: 40px;
	line-height: 100%;
	width: 100%;
	margin-bottom: 24px;
	font-size: 20px;
}
.con-box h1 .time {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 12px;
	color: #999494;
	text-align: right;
	font-weight: normal;
}
.con-box h2 {
	padding-bottom: 10px;
}
.con-text p {
	font-size: 14px;
	color: #3E3A39;
	line-height: 24px;
	padding-bottom: 24px;
	text-align:  justify;
}

.con-text a {
	color: #B48732;
  text-decoration:none;
}

.con-text .tel{
	color: #B48732;
}
