.header-v5 .logo {
	display: block;
	background: #004094;
	padding: 35px 60px;
}
.header-v5 .logo img {
	width: 100%;
    max-width: 496px;
}
@media ( min-width : 992px) {
	.header-v5 .logo {
		display: block;
		text-align: left;
	}
}

.header-v5 .navbar-collapse {
	background: #000066;
}

.header-v5 .navbar-default .navbar-nav>li>a {
	line-height: 35px;
	padding: 12px 18px 8px;
}

/*Navbar Menu*/
.header-v5 .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
/* Headers v5
------------------------------------*/
/*bug fixed v1.9*/
@media ( min-width : 992px) {
	.header-v5 .navbar-default .navbar-nav>li>a:hover, .header-v5 .navbar-default .navbar-nav>.active>a
		{
		border-top: 2px solid #666 !important;
	}
}

.header-v5 .navbar-default .navbar-nav>.active>a {
	color: #ccc !important;
}

.header-v5 .navbar-default .navbar-nav>li:hover>a {
	color: #ccc !important;
}

.header-v5 .navbar-default .navbar-nav>.open>a, .header-v5 .navbar-default .navbar-nav>.open>a:hover,
	.header-v5 .navbar-default .navbar-nav>.open>a:focus {
	color: #004094;
}
.header-v5 .navbar-default .navbar-nav > li:last-child > ul{
    right:0px;
}
/*bug fixed v1.9*/
@media
(
max-width
:
991px)
{
/*Responsive code for max-width: 991px*/
.header-v5 .navbar-default .navbar-nav>.active>a, .header-v5 .navbar-default .navbar-nav>.active>a:hover,
	.header-v5 .navbar-default .navbar-nav>.active>a:focus {
	background: #ccc !important;
}

}
@media ( max-width : 991px) {
	.header-v5 .logo {
		padding: 5px 60px;
	}
	.header-v5 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #ccc;
	}
	.header-v5 .dropdown .dropdown-submenu>a {
		font-size: 13px;
		color: #ccc !important;
		text-transform: uppercase;
	}
	.content-md {
		padding-top: 5px;
	}
}

.logo .right-topbar li, .logo .right-topbar li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.footer-top {
	position: relative;
	padding: 0px 0 0px;
	background: url(footer-bg.jpg) repeat
}

.footer-top .h4 {
	color: white;
	font-size: 13px;
}

.footer-nav {
	background: rgba(0, 64, 148, 0.3);
	width: 100%;
}

.footer-nav .container {
	padding: 80px 0px 10px 0px;
}

.sidebar-nav-v1 {
	background-image: url(template_files/2/img/list-nav-bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 40px;
}

.sidebar-nav-v1 li {
	margin-left: 15px;
	background: #e3e3e3;
	padding: 5px 0;
}

.list-group-item {
	border-top: 1px solid #004090;
	border-left: none;
	border-bottom: 1px solid #004090;
	border-right: none;
}

.list-group-item:first-child {
	border-top: 4px solid #ffcb00 !important;
	border-left: none;
	border-bottom: 1px solid #004090;
	border-right: none;
}
.list-group-item:last-child {
	border-bottom: 4px solid #ffcb00 !important;
	border-left: none;
	border-top: 1px solid #004090;
	border-right: none;
}
.sidebar-nav-v1>li.active, .sidebar-nav-v1>li.active:hover,
	.sidebar-nav-v1>li.active:focus {
	border-top: 1px solid #004090;
	border-left: none;
	border-bottom: 1px solid #004090;
	border-right: none;
}

.sidebar-nav-v1>li.active, .sidebar-nav-v1>li.active:hover {
	background: #004094;
}
.list-group-item:first-child.active{
	border-top: 4px solid #ffcb00 !important;
}
.list-group-item:last-child.active{
	border-bottom: 4px solid #ffcb00 !important;
}
.list .headline {
	border-bottom: 1px solid #989898;
}

.detail .headline {
	margin-bottom: 10px;
}

.list .headline h2 {
	color: #004094;
	border-bottom: none;
}

.latest-news li {
	padding: 10px 10px;
}

.latest-new li span {
	color: #989898;
}

.timeline-v2:before {
	left: 10%;
}

.timeline-v2>li .cbp_tmicon {
	left: -4%;
}

.timeline-v2>li .cbp_tmlabel {
	margin: 0 0 0px 13%;
	background: #fff;
	padding: 10px 5px 10px 5px;
}

.headline-left h2 {
	padding-left: 25px;
	margin: 3px 0;
	font-size: 16px;
	font-weight: 200;
	color: #004094;
	background: url(template_files/2/img/title-icon.png) no-repeat;
	background-size: 14px 16px;
	background-position: center left;
}

.detail-body {
	line-height: 2;
}

.detail-body p {
	font: 18px/32px "Microsoft Yahei";
	color: #404040;
	text-indent: 2em;
}

.detail-body img {
	/*max-width: 90%;
	 width:100% !important;
	height:auto !important; */
}