body {
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}
img, video {
	max-width:100%;
	height:auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}
a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #000;
}
.text-red{
	color:red;
}
/*自动截断字符*/
.text-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height: 1.5em;
}
.text-2-overflow {
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
}
.info-title {
    position: relative;
    padding-right: 100px;
}
.info-date {
    position: absolute;
    right: 0;
}
#homepage header{
    margin-bottom: 15px;
}
header{
    margin-bottom: 0;
}
#top {
    background: #19559d url(../images/top_bg.jpg) center center;
    background-size: cover;
    height: 145px;
}
.bg-navbar {
    background-color: rgba(1,61,133,0.95);
}
.offcanvas-body .dropdown-menu {
	padding-left: 10px;
	padding-top: 0;
    padding-bottom: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}
#search_form {
	margin-top: 20px;
}
#slide_focus .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#focus .active {
    font-weight: bold;
}
#info .title{
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#info .title h4 {
	color: #3f5299;
	margin-bottom: 0;
	letter-spacing: 0.5rem;
}
#info .title .blue-line span{
	border-bottom: 2px solid rgba(63, 82, 153, 0.86);
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#info .title .more{
	display: block;
	position: absolute;
	top: 8px;
	right: 5px;
}
#info .info_list{
	min-height: 278px;
	width: 100%;
}
#album {
	min-height: 150px;
}
#album .title{
	position: relative;
	padding-left: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: rgba(2,95,136,0.95);
	border-radius: 0.375rem;
}
#album .title h4 {
	color: rgba(255,255,255,0.75);
	margin-bottom: 0;
	letter-spacing: 0.5rem;
}
#album .title .more{
	color: rgba(255,255,255,0.75);
	display: block;
	position: absolute;
	top: 13px;
	right: 15px;
}
.photogallery{
	overflow: hidden;
}
.photogallery div{
	display: inline-block;
}
.photogallery .owl-nav{
	display: none;
}
footer{
	width: 100%;
	padding: 20px;
	background-color: #003d83;
	color: rgba(255,255,255,0.75);
	min-height: 185px;
}
footer a{
	color: rgba(255,255,255,0.75);
}
footer a:hover{
	color: rgba(255,255,255,0.95);
}
#breadcrumb{
	width: 100%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.breadcrumb {
    padding-top: 15px;
	padding-bottom: 15px;
}
#content {
    background-color: #fff;
    position: relative;
    z-index: 20;
}
.fit-content {
    width: fit-content;
    display: -webkit-box;
    margin-right: auto;
    margin-left: auto;
}
.under-line{
	border-bottom: 1px dashed rgba(0,0,0,0.365);
	padding-bottom: 10px;
}
.listimgsize{
	width: 120px;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	#top {
		height: 235px;
	}
	#album {
		min-height: 200px;
	}
	.listimgsize{
		width: 220px;
	}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	#top {
		height: 265px;
	}
	#slide_focus .owl-dots {
		bottom: 5px;
	}
	#album {
		min-height: 220px;
	}
	#content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	#top {
		height: 295px;
	}
	#album {
		min-height: 240px;
	}
	#content-section {
		min-height: 100vh;
		display: flex;
	}
	#content-section > aside > article {
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 25px;
		padding-bottom: 15px;
	}
	#content-section .col-lg-9 {
		padding-left: 0;
		padding-right: 25px;
	}
	#content-section .col-lg-3 {
		padding-right: 0;
	}
	#aside_list{
		background-color: #f5f5f5;
		border-radius: 4px;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
	#homepage header{
		margin-bottom: 20px;
	}
	#top {
		height: 365px;
	}
	.nav-item {
		padding-left: 4px;
		padding-right: 4px;
	}
	.nav-link {
		font-size: 18px;
	}
	.offcanvas-body .dropdown-menu {
		top: 49px;
		padding-left: 5px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: rgba(1,61,133,0.95);
    	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: var(--bs-dropdown-border-radius);
    	border-bottom-left-radius: var(--bs-dropdown-border-radius);
	}
	#search_form{
		margin-top: 0;
	}
	#album {
		min-height: 260px;
	}
}
