.deep-blue {
	background-color: #1062d0;
}
.text-blue {
	color: #1062d0;
}
.a1 {
	vertical-align: middle;
}
.featured_block {
	padding: 0px 0px 0px 0px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bg-a-50 {
	background-color: rgba(255, 255, 255, 0.2);
}

.rounded-5 {
	border-radius: 5rem !important;
}
.rounded-3 {
	border-radius: 3rem !important;
}

.rounded-L-TB {
	border-top-right-radius: 3rem !important;
	border-bottom-right-radius: 3rem !important;
}

.hand {
	cursor: pointer;
}

.deep-green {
	color: #23391b;
}

.bg-deep-green {
	background-color: #23391b;
}
.bg-cafe {
	background-color: #b67e4d;
}
.t-blue {
	color: #007bff;
}
.border-2 {
	border: 5px solid #eee !important;
}

/*最新消息*/
.bg-new {
	background-color: #828282;
}
.title-new {
	color: #1062d0;
	letter-spacing:8px;
	font-weight:500;
}
.sub-w {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
}

.sub-w:hover {
	color: #fff;
	text-decoration: underline;
}

.bg-word-light {
	color: rgba(0, 0, 0, 0.125);
	font-size: 50px;
	margin:-55px 0 0 50px;
}

#list:hover {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*-- //Responsive Design --*/

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.float-end {
	float: right !important;
}

/*最新消息*/
.accordion {
	background-color: #28a745;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;

}

	.active, .accordion:hover {
		/*background-color: #ccc;*/
	}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}


/* Dropdown Button */
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}

	/* Links inside the dropdown */
	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content a:hover {
			/*background-color: #ddd;*/
		}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}


/* The side navigation menu */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #002a63;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	border-right: 2px solid #fff;
}

.item-title {
	padding-left:20px;
	font-size: 18px;
	color: #818181;
	margin-bottom:0px !important
}

.sidenav a {
  padding: 8px 0px 0px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align:left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.logo {
	margin-top:10px;
	width: 100%;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}
@media (max-width: 768px) {
	.logo {
		width: 100%;
		background-image: url("../images/logo-h.jpg");
		background-position:left;
		height: 85px;
	}

}

.line{
	border:1px solid #eee;
	width:100%;
}


.list-group-item-primary2 {
	color: #fff;
	background-color: #12bbad;
}

	.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
		color: #09615a;
		background-color: #a9e6e1;
	}

	.list-group-item-primary.list-group-item-action.active {
		color: #fff;
		background-color: #09615a;
		border-color: #09615a;
	}


/*rwd-table*/
.rwd-table {
	background: #fff;
	overflow: hidden;
}

	.rwd-table tr:nth-of-type(2n) {
		background: #eee;
	}

	.rwd-table th,
	.rwd-table td {
		margin: 0.5em 1em;
	}

.rwd-table {
	min-width: 100%;
}

	.rwd-table th {
		display: none;
		border-bottom: 2px solid #7a7a7a;
	}

	.rwd-table td {
		display: block;
	}

		.rwd-table td:before {
			content: attr(data-th) " : ";
			font-weight: bold;
			width: 10.5em;
			display: inline-block;
		}

	.rwd-table th, .rwd-table td {
		text-align: left;
	}

		.rwd-table th, .rwd-table td:before {
			color: #000;
			font-weight: bold;
			/*font-size:18px;*/
		}

@media (min-width: 768px) {
	.rwd-table td:before {
		display: none;
	}

	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;

	}

		.rwd-table th:first-child,
		.rwd-table td:first-child {
			padding-left: 0;
		}

		.rwd-table th:last-child,
		.rwd-table td:last-child {
			padding-right: 0;
		}

	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}

}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	/*border: 0px;*/
	outline: none;
	transition: 0.4s;
}

	/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
	.active, .accordion:hover {
		/*background-color: #a7ccff;*/
	}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}

.b15{
	font-size:15px !important
	line-height:20px;
}
.l30{
	line-height:38px!important
}

.f13 {
	font-size: 13px !important;
}