* {
				padding: 0;
				margin: 0;
				list-style: none;
				font-family: "microsoft yahei";
			}

			body {
				background-color: #191a20;
			}

			.HEAD_NAV {
				width: 100%;
				height: 120px;
			}
			
			

			.HEAD_NAV:after {
				content: '';
				height: 1px;
				background-color: rgba(255, 255, 255, .1);
				width: 100%;
				top: 24px;
				left: 0;
				position: absolute;
				z-index: 2;
			}

			#FOOTER {
				width: 100%;
				height: 380px;
			}

			iframe {
				width: 100%;
				height: 100%;
				border: none;
				/* background-color: #212229; */
				position: relative;
				overflow: hidden;
				z-index: 2;
			}

			#CONTENT {
				background-color: #191a20;
				color: #FFF;
			}

			#BANNER {
				position: relative;
				color: #FFF;
				height: 300px;
			}

			#BANNER>img {
				position: absolute;
				width: 100%;
				min-height: 600px;
				max-height: 600px;
				z-index: 0;
				transform: translateY(-200px) scale(1);
			}

			.search>form {
				display: flex;
				flex-direction: row;
			}

			#BANNER>.search {
				width: 1200px;
				display: flex;
				justify-content: center;
				position: relative;
				margin: 0 auto;
				padding-top: 140px;
			}


			#BANNER #search_1 {
				width: 400px;
				border: none;
				padding: 20px;
				/* color: #FFF; */
				font-size: 16px;
				border-radius: 6px 0 0 6px;
			}

			#BANNER .post_search_btn {
				font-size: 1.2em;
				font-weight: bold;
				color: #4A2B0E;
				cursor: pointer;
				background: linear-gradient(180deg, #F3E2BF, #D7B587);
				border-radius: 0 10px 10px 0;
				width: 30%;
			}

			#BANNER input:focus {
				outline: none;
			}

			.search_btn>img {
				margin-right: 0;
			}

			.search_btn {
				border-radius: 0 6px 6px 0;
				display: flex;
				align-items: center;
				background: linear-gradient(180deg, #F3E2BF, #D7B587);
				padding: 20px 30px;
				font-size: 17px;
				color: #4A2B0E;
			}

			#CONTENT_BOX {
				width: 1200px;
				margin: 0 auto;
				padding-top: 10rem;
				display: flex;
			}

			#LEFT_BOX {
				width: 200px;
				height: 100%;
				background-color: #24262e;
				margin-right: 40px;
				border-radius: 4px;
			}

			#LEFT_BOX>p {
				font-size: 16px;
				font-weight: bold;
				color: #FFF;
				padding: 30px;
				border-bottom: #191A20 solid 1px;
			}

			#LEFT_BOX li {
				cursor: pointer;
				padding: 20px 25px;
				font-size: 14px;
				color: #9FA3B5;
			}

			#LEFT_BOX li:hover {
				color: #D7B587;
			}

			#RIGHT_BOX {
				width: 960px;
			}

			.right_list_head li {
				padding: 16px 30px;
				/* background-color: #006400; */
				width: 100%;
				text-align: center;
				color: #666976;
				font-size: 14px;
			}

			.right_list li {
				background-color: #24262e;
				border-radius: 4px;
				margin: 5px;
				height: 52px;
				overflow: hidden;
				cursor: pointer;
				color: #9FA3B5;
				font-size: 15px;
			}

			.right_list li p {
				/* display: block; */
				width: 100%;
				white-space: nowrap;
				height: 1em;
				overflow: hidden;
				text-overflow: ellipsis;
				text-align: center;
				padding: 16px 30px;

			}

			.right_list li a{
				width: 100%;
				white-space: nowrap;
				height: 1em;
				overflow: hidden;
				text-overflow: ellipsis;
				text-align: center;
				padding: 16px 30px;
				width: 100%;
				color: #D7B587;
				position: relative;

			}

			.right_list li a:hover:after {
				content: '';
				border: #D7B587 solid 1px;
				border-radius: 50px;
				position: absolute;
				width: 80%;
				height: 80%;
				top: 12%;
				right: 10%;
			}

			#list_info {
				display: flex;
				justify-content: space-between;
			}

			.right_list_head {
				width: 100%;
			}

			.right_list_head ul {
				width: 100%;
				display: flex;
				justify-content: space-between;
			}

			@media screen and (max-width:512px) {
				body .change_menu_height {
					height: 100vh;
				}

				body #FOOTER {
					height: 600px;
				}

				.noscorll {
					overflow: hidden;
				}

				.HEAD_NAV:after {
					display: none;
				}
			}

			@media screen and (max-width:1000px) {
				.active_color{
					font-size: 18px;
					position: relative;
				}
				.active_color:after{
					content: '';
					position: absolute;
					width: 50%;
					height: 4px;
					background-color: #dcb785;
					bottom: -10px;
					left: 50%;
					border-radius: 10px;
					transform: translateX(-50%);
				}
				#BANNER {
					height: 4rem;
				}

				#BANNER #search_1 {
					width: 90%;
					margin: 0 auto;
					padding: .5rem;
				}

				#BANNER .post_search_btn {
					font-size: 16px;
				}

				#BANNER>img {
					display: none;
				}

				.search input {
					padding: .5rem;
				}

				#BANNER>.search {
					padding-top: 30px;
					width: 100%;
				}

				#CONTENT {
					width: 100%;
					margin-top: 0;
				}

				#RIGHT_BOX {
					overflow-x: scroll;
					width: 100%;
				}

				#CONTENT_BOX {
					padding-top: 0;
					width: 100%;
					flex-wrap: wrap;
					align-items: center;
					justify-content: center;
				}

				#list_info {
					align-items: baseline;
				}

				#LEFT_BOX {
					width: 100%;
					display: flex;
					background-color: unset;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					margin-right: 0;
				}

				#LEFT_BOX ul {
					white-space: nowrap;
					overflow-x: scroll;
					width: 100%;
					justify-content: space-between;
					display: flex;
					padding: 10px 0;

				}

				.right_list li a:hover:after {
					display: none;
				}

				#LEFT_BOX p {
					padding: 30px 0 0 0;
					font-size: 1.5em;
					font-weight: normal;
				}

				#LEFT_BOX li {
					padding: .5rem;
					font-size: 1em;
				}

				.right_list_head li {
					width: 25%;
					/* overflow-x: hidden; */
					/* text-overflow: ellipsis; */
					word-break: break-all;
					word-break: break-word;
					word-wrap: break-word;
					font-size: 1em;
					/* white-space: nowrap; */
					padding: .5rem;
					text-align: start;
				}

				.right_list_head>ul>li:last-child {
					/* text-align: center; */
				}
				.right_list_head{
					background-color: #1e202b;
				}
				.right_list_head>ul{
					padding: 10px 0;
				}
				.right_list li {
					padding: 10px 0;
					border-radius: 0;
					border-bottom: rgba(255,255,255,.1) solid .1px;
					background-color: unset;
					height: 100%;
					font-size: 1em;
				}

				.right_list li p {
					text-align: start;
					height: unset;
					width: 30%;
					overflow: hidden;
					padding: .5rem;
				}

				/* .last_page,
				.next_page,
				#PAGE_LIST li,
				#PAGE_LIST {
					font-size: 1em;
					padding: .5rem 1rem;
				} */

				.right_list li a {
					overflow: unset;
					padding: 0;
					text-align: start;
					font-size: 1em;
					width: 30%;
					color: #D7B587;
					position: relative;
				}
			}
