.top-text-md-lg {
	padding-top:4px;
	padding-right:35px;
	height:18px;"
}

.top-text-xs-sm {
	text-align: center;
	padding-top:9px;
}

.logo-kmcc-md-lg-position {
	margin: 26px 0 26px 0;
}

.logo-code-position {
	margin-top: 28px;
	padding-left: 45px;
}

.logo-ynnubs-position {
	margin: 37px 0 26px 0;
}

.logo-kmcc-xs-sm-position {
	width: 80%;
	margin: 0 auto;
}

.logo-navbar-divide-hr {
	background-color:#7A1214;
	height:10px;
	margin-top:0px;
	margin-bottom:0px;
}

a:link {
  color:#333333;
  text-decoration:none;
}

.navbar {
	margin-bottom: 0px;
	background-color: #20274C;
}

/*a:visited {color:#368eb7;}*/

a:visited {color:#331C1C;}

a:hover {color:#b0252b;}

a:active {color:#b0252b;}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.navbar-nav li {
    margin-left: -1px;
}

.topdistance {
	margin-top: 16px;
}

.panel-white {
	height: auto;
	border: hidden;
}

.glyphicon {
	color: #b1262b;
}

.more-text {
	font-size:small;
	padding-top:8px;
}

.title-list-divide-hr {
	background-color: #7A1214;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.col-md-4, .col-md-6, .col-md-8 {
	margin: 0px;
	padding: 0px;
}

.panel-body-ul {
	margin-top: 4px; 
	margin-bottom: 0px;
	padding: 0px;
}

.panel-body li {
	list-style-type: none;
	line-height: 30px;
	color: #b0252b;
}

.index-title-list {
	flex: 1; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.index-title-list-li {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}

.index-time {
/*	margin-left: 10px;*/
}

.hot-text-style {
	text-align: left; 
	background-color: #fff8eb; 
	margin-top: 15px; 
	margin-bottom: -20px;
	padding-bottom: 0px;
}

.hot-text-style p {
	line-height: 16px;
	font-size: 14px;
}

.hot-pic-style {
/*	background-color: aqua; */
	padding-top: 15px;
	padding-bottom: 0px;
}

.list-pic {
	margin-top: -6px;
	margin-left: 30px;
	width: 360px;
}

.list-pic img {
	display: inline;
	float: left;
}

.list-pic .col-md-6:nth-child(1) {
	background: red;
	width: 178px;
	padding-left: 0px;
}

.list-pic .col-md-6:nth-child(2) {
/*	background: red;*/
	width: 178px;
	margin-left: 5px;
	padding-left: 0px;
}

.list-pic .row {
	margin-bottom: 4px;
}

.center-link {
/*	background-color: red;*/
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
}

.center-link-phone {
/*	background-color: red;*/
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
}

.center-link-glyphicon {
	font-size: 40px;
	color: lightcoral;
}

.center-link-text {
	font-size: 20px;
	margin-left: 8px;
}

.box, .div1, .div2, .div3 {
	width: 360px;
	height: 200px;
}

.box {
	overflow: hidden;
}

.system-link {
	margin: 0;
	padding: 0;
}

.system-link-text {
	margin-right: 18px;
}

.footer-text {
	margin-top: 50px;
}

.back-top-button {
	background-color: #9A8170;
	color: white;
	margin-top: 40px;
}

.kmcc-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}

.path-nav {
	margin-bottom: 0px;
}

.kmcc-content p {
	text-indent: 2em;
	line-height: 2em;
}

.carousel-inner img {
	width:100%
}

.bus-table-tr th, .bus-table-tr td {
	text-align: center !important;
	vertical-align: middle !important;
}

/* 小屏幕上的footer设置 */
.footer {
	background-color:#7A1214;
	height: 200px;
}


/* 768px以上屏幕，设备：iPad 竖屏 */
@media (min-width: 768px) {
	.footer {
		height: 150px;
	}
	/* 住宿标准单选按钮换行,手机端对其 */
	.br-radio {
		padding-left: 20px;	/* 恢复默认间隔距离 */
	}
}