.navbar-xmly {
	background: #fff;
	color: #563d7c;
}
.navbar-xmly .navbar-brand {
	height: 50px;
}
.navbar-xmly .navbar-nav {
	margin-top: 7.5px;
}
.navbar-xmly .navbar-nav>li {
	position: relative;
}
.navbar-xmly .navbar-nav>li>a {
	color: #333;
	text-align: center;
	padding: 8px 30px;
}
.navbar-xmly .navbar-nav>li>ul {
	display: none;
	position: absolute;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #fff;
	top: 36px;
	left: 0;
	z-index: 9999;
	list-style: none;
	width: 100%;
	padding-top: 2px;
}
.navbar-xmly .navbar-nav>li>ul li {
	text-align: center;
	background-color: #f9f9f9;
	margin-top: -5px;
}
.navbar-xmly .navbar-nav>li>ul li:first-child {
	margin-top: 0;
}
.navbar-xmly .navbar-nav>li>ul li>a {
	color: #666;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}
.navbar-xmly .navbar-nav li:hover>a {
	background-color: #f9f9f9;
	color: #5991ee;
}
.navbar-xmly .navbar-nav>li:hover>ul {
	display: block;
}
.navbar-xmly .navbar-nav>li.active>a {
	background-color: #f9f9f9;
	color: #5991ee
}
.carousel-inner > .item> img {
	width: 100%;
}
.rownews {
	position: relative;
	background: #f7f7f7;
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
}
.rownews .tit {
	background: #999;
	font-size: 18px;
	color: #333;
	width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	line-height: 60px;
	text-align: center;
}
.rownews .news {
	position: absolute;
	bottom: 0;
	list-style-type:none;
	margin: 0;padding: 0;
	left: 140px;
	right: 0;
}
.rownews .news li{height: 60px;line-height: 60px;font-size: 18px;}
.rownews .news li a{color:#999;}
.rownews span {
	position: absolute;
	right: 0;
	top: 0;
}
.rownews span a {
	font-size: 20px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #999;
	text-decoration: none;
}
.rownews span a:hover{color:#666;}


@media (max-width: 767px) {
	.rownews{padding: 0;margin:20px 15px 0 15px;height: auto;background:#fff;}
	.rownews .tit{width: 100%;position: static;background:#f7f7f7}
	.rownews .news{position: static;margin-top: 60px;margin: 0;}
	.rownews span{display: none;}
}
.bottom{color: #777;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 70px;
  text-align:center;
  background:#f7f7f7;
}
body{min-width:1200px;}
body>div{min-width:1200px;}