﻿/**************************************************************/
body {
	background: #5b3607;
}

/**************************************************************/
.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}

/**************************************************************/

.vmc-header {
	position: relative;
	height: 160px;
	min-width: 1220px;
	background: #FFFFFF;
}

.vmc-header .header-wrap {
	height: 160px;
	width: 1220px !important;
	margin: 0 auto;
	padding: 0 10px;
	background: url("../images/logo.png") no-repeat center top;
}

/**************************************************************/
.vmc-nav {
	height: 50px;
	min-width: 1220px;
	margin: 0 auto;
	background: url("../images/menu-bg.png") repeat-x center top;
}

.vmc-nav .nav-wrap {
	height: 50px;
	width: 1220px !important;
	margin: 0 auto;
	padding: 0 10px;
}

/**************************************************************/

.vmc-main {
	min-height: 400px;
	min-width: 1220px;
	background:#FFF url("../images/body-bg.png") repeat-x center top;
}

.vmc-main .main-wrap {
	width: 1220px !important;
	padding: 0 10px;
}

/**************************************************************/
.vmc-foot {
	min-width: 1220px;
	background: #c79c5a;
	border-top: 1px solid #000000;
}

.vmc-foot .foot-wrap {
	width: 1220px !important;
	padding: 0 10px;
	margin:0 auto;
}

.vmc-fast {
	margin: 30px 0;
	color: #FFFFFF;
	font-size: 14px;
}

.vmc-fast a {
	color: #FFFFFF;
}

.vmc-fast h6 {
	font-size: 16px;
}

.vmc-fast li {
	line-height: 24px;
}

.foot-logo {
	margin-top: 40px;
}

/**************************************************************/
.vmc-bottom {
	min-width: 1220px;
}

.vmc-bottom .bottom-wrap {
	width: 1220px !important;
	padding: 0 10px;
}

.bottom-wrap .info {
	margin: 30px 0;
}

.bottom-wrap p {
	margin-bottom: 0;
	color: #c79c5a;
}

/**************************************************************/
.vmc-home-side {
	float: left;
	display: inline;
	height: 450px;
	width: 300px;
	padding: 0 30px;
	background: #FFFFFF url("../images/home-side-bg.png") no-repeat;
}

.vmc-home-side .address {
	margin: 80px 10px 0 10px;
	font-size: 14px;
	line-height: 26px;
	height: 186px;
}

.vmc-home-side .link {
	margin-top: 60px;
}

/**************************************************************/
.vmc-home-news {
	float: left;
	display: inline;
	height: 450px;
	width: 430px;
	margin-left: 20px;
	background: #FFFFFF;
}

.vmc-home-news > .title {
	position: relative;
	height: 60px;
	background: #c79c5a no-repeat;
}

.vmc-home-news > .title.notice {
	background-image: url("../images/notice-tit.png");
}

.vmc-home-news > .title.news {
	background-image: url("../images/news-tit.png");
}

.vmc-home-news > .title > .more {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 60px;
}

.vmc-home-news > .content {
	margin: 35px 15px auto 15px;
}

.vmc-home-news > .content > .item {
	position: relative;
	height: 36px;
	background: url("../images/arrow.png") no-repeat left top;
}

.vmc-home-news > .content > .item > .text {
	display: block;
	height: 36px;
	padding: 8px 0;
	margin-left: 34px;
	width: 286px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 16px;
}

.vmc-home-news > .content > .item > .text:hover {
	color: #380e0a;
	text-decoration: none;
}

.vmc-home-news > .content > .item > .time {
	position: absolute;
	top: 8px;
	right: 8px;
	line-height: 20px;
	color: #999999;
}

/**************************************************************/

.vmc-list {
	margin: 35px 25px;
}

.vmc-list > .item {
	position: relative;
	height: 36px;
	background: url("../images/arrow.png") no-repeat left top;
}

.vmc-list > .item > .text {
	display: block;
	height: 36px;
	padding: 8px 0;
	margin-left: 34px;
	width: 700px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 16px;
}

.vmc-list > .item > .text:hover {
	color: #380e0a;
	text-decoration: none;
}

.vmc-list > .item > .time {
	position: absolute;
	top: 8px;
	right: 8px;
	line-height: 20px;
	color: #999999;
}

/**************************************************************/
.vmc-path-nav {
	height: 50px;
	background: #c79c5a;
}

.vmc-path-nav ul {
	margin-left: 20px;
}

.vmc-path-nav li {
	padding: 15px 0;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
}

.vmc-path-nav li:after {
	content: " > ";
}

.vmc-path-nav li:last-child:after {
	content: "";
}

.vmc-path-nav a {
	color: #FFFFFF;
}

.vmc-path-nav a:hover {
	text-decoration: none;
}

/**************************************************************/
.vmc-side h4 {
	height: 50px;
	padding: 15px;
	background: #5b3607;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 16px;
}

.vmc-side li {

}

.vmc-side li > a {
	display: block;
	height: 50px;
	padding: 15px;
	background: #c79c5a;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 16px;
}

.vmc-side li > a:hover {
	background: #daac60;
	text-decoration: none;
}

.vmc-side li > a.active {
	border-right: 8px solid #5b3607;
}

.vmc-side li > a.active:hover {
}

/**************************************************************/
.vmc-article {
	margin: 0 25px;
}

.vmc-article .info {
	margin-top: -15px;
	color: #ADADAD;
}

.vmc-article .content {
	margin: 40px 0;
	line-height: 26px;
	font-size: 14px;
}

.vmc-article .content p {
	text-indent: 2em;
}

/**************************************************************/