﻿@media screen and (max-width: 1200px) {
	.yw-sidebar {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.container {
		margin-left: 15px;
		margin-right: 15px;
	}

	/* reset */
	#header{
		position: sticky;
    	top: 0;
   	 	width: 100%;
	}
	/* header */
	.dh{
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(3,1fr);
		padding-bottom: 15px;
	}
	.dh>a{
		display: inline-block;
		text-align: center;
		background: var(--border-color);
		padding: 5px;
		border-radius: 5px;
		font-size: 14px;
	}
	/* header */
	/* layout */
	.index-content-ul>li{
		justify-content: space-between;
		align-items: center;
		text-align: center;
		padding: 15px 15px 15px 40px;
	}
	.index-content-ul>li::before{
		padding: 3px 5px;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.index-item{
		width: 70%;
		gap: 15px;
	}
	.index-fen{
		display: none;
	}
	.index-img{
		width: auto;
	}
	.index-img img{
		max-width: 50px;
		margin: 0;
	}
	.index-text{
		gap: 5px;
	}
	.index-text h3{
		font-size: 16px;
		text-align: left;
		display: -webkit-box;
    	-webkit-line-clamp: 1;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
	}
	.lx{
		display: none;
	}
	.index-text p{
		font-size: 12px;
		display: none;
		display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
	}
	.index-button .btn{
		padding: 5px;
	}
	.topmain-img img{
		max-width: 120px;
		margin: 0 auto;
	}
	.topmain-text{
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.yxlist{
		grid-template-columns: repeat(2,1fr);
	}
	/* layout */
	/* single */
	.single-title h1 {
		font-size: 24px;
		line-height: 34px;
	}

	/* single */

}