﻿@media screen and (max-width: 768px) {
	.container{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.search{
		width: 300px;
		height: 36px;
		margin-left: -150px;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.search input[type="text"]{
		height: 32px;
		font-size: 14px;
	}
	.searchbtn{
		width: 70px;
		height: 32px;
		font-size: 14px;
	}
	.sbanner img{
		max-width: 100%;
                object-fit: cover;
                height: 130px;
	}
	.side{
		display: none;
	}
	.column{
		width: 100%;
	}

	.bread {
		height: 47px;
		line-height: 46px;
                overflow: hidden;
	}
	.bread h1 {
		font-size: 20px;
	}
	.bread .rt {
		display: none;
	}

	.common-list {
		min-height: 200px
	}
	.common-list li {
		font-size: 16px;
	}
	.common-list li span {
		width: auto;
		padding-right: 0;
	}

        .wz{
		padding: 20px 15px;
	}
	.wz-title{
		font-size: 20px;
	}

                        .video-list {
				margin: 10px -10px -10px;
			}
			.video-list li{
				width: 50%;
				padding: 10px;
			}
			.video-list li .img {
				height: 120px;
			}
			.video-list li p{
				font-size: 14px;
			}

}
