@charset "utf-8";

/* CSS Document */
a {
	color: #333;
}

a:hover {
	color: brown;
}

#toplink a {
	color: #CCC;
	border-bottom: 1px solid #444;
	margin-left: 3px;
	margin-right: 3px;
}

#toplink a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

header .btn-danger {
	background-color: brown;
	border: 1px solid brown;
}

header .btn-danger:hover {
	background-color: crimson;
}

#daoh {
	background-color: rgba(0, 0, 0, 0.4);
}

#daoh li:hover {
	background-color: brown;
	transition: 0.3s;
}

.dropdown-menu {
	background-color: rgba(165, 42, 42, 0.9);
}

.dropdown-menu a.dropdown-item {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
}

.dropdown-menu a.dropdown-item:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

/* 画外布 */
#nav-md {
	text-shadow: 1px 1px 1px #666;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#nav-md button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
}

#news .col-head {
	border-bottom: 1px solid #DDD;
}

#news .col-head h5 {
	border-bottom: 3px solid brown;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}

#news .col-head a {
	border-bottom: 1px solid #FFF;
}

#news .col-head a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

#ppt .carousel-caption {
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0px;
	left: 0px;
}

#ppt span {
	width: 90%;
	font-size: 15px;
}

.col-body .hotnews {
	border-bottom: 1px dashed #CCC;
	display: block;
}

.col-body a {
	color: brown;
	padding-top: 7px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #CCC;
}

.col-body a:hover .color-333 {
	color: brown;
}

.col-body a:hover .color-999 {
	color: #333;
	color: brown;
}

#myTab .nav-item .nav-link {
	border: none;
	color: #999;
	font-size: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 15px;
}

#myTab .nav-item .active {
	color: brown;
	border-bottom: 3px solid brown;
}

#myTabContent .col a,
#mdTabContent .col a {
	border-bottom: 1px dashed #CCC;
}

#meiti .col-head {
	border-bottom: 1px solid #DDD;
}

#meiti .col-head h5 {
	border-bottom: 3px solid brown;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}

#meiti .col-head a {
	border-bottom: 1px solid #F1F1F1;
}

#meiti .col-head a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

#zhuanlan .col a {
	display: block;
	border: 1px solid #F7F7F7;
	border-radius: 5px;
	background: linen;
	text-align: center;
	color: #666;
	font-size: 15px;
}

#zhuanlan .col a:hover {
	color: #CCC;
	background-color: #333;
}

#pic {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
}

#pic .img-wrap {
	position: relative;
}

#pic .img-wrap span {
	position: absolute;
	left: 25px;
	bottom: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 4px 8px;
	color: #FFF;
	font-size: 13px;
	border-radius: 5px;
}

#pic .bg-baise {
	background-color: rgba(255, 255, 255, 1.0);
}

#myServer .col a {
	display: block;
	height: 100px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bolder;
}

footer.container-fluid {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

footer .quickLink a {
	display: inline-block;
	color: #CCC;
	font-size: 14px;
	border: 1px solid #999;
}

footer .quickLink a:hover {
	background: brown;
	color: #DDD;
}

#img-page {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-white .list-group-item .d-flex-row-center-between .font-12{font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";}

#field {
	min-height: 500px;
	height: auto;
	line-height: 200%;
	color: #333;
	font-size: 15px;
	text-align: justify;
}
#field img {
	padding: 0.25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block !important;
}

#field a {
	color: #0d6efd;
}

#field a:hover {
	border-bottom: 1px solid #0d6efd;
}

#field p{text-indent: 2em }



#depart div.p-3:hover {
	background-color: #f8f9fa;

}



.search_words{ color: red; }
