@charset "utf-8";

.erji_nav{
	display:none;
}
@media only screen and (max-width:1400px) {
	.w1350 {
		width:92%;
	}
}
@media only screen and (max-width:1200px) {
	.box {
		padding:40px;
	}	
}
@media only screen and (max-width:768px) {
	.w1350 {
	width:100%;
	padding: 0;
}
}
@media only screen and (max-width:1050px) {
	.list li .img {
		width:25%;
	}
	.list li .txt {
		width:72%;
	}
}
@media only screen and (max-width:960px) {
	.content p {
	    font-size: 16px;
	}
	.brief .tit {
	    font-size: 22px;
	    text-align: center;
	    padding: 0;
	}
	.search-box .serBox {
	    width: 60%;
	}
}
@media only screen and (max-width:840px){ 
	.list li .img {
		width:30%;
	}
	.list li .txt {
		width:67%;
	}
}
@media only screen and (max-width:768px){ 
	.box {
		padding: 3.5%;
		margin: 0;
	}
	.content p {
	    font-size: 15px;
	    margin: 0.5em 0;
	}
	.ej-nav{
		display:none;
	}
	.nr{
		width:100%;
	}
	.erji_nav {
		width: 100%;
		margin-top: 0;
		position: relative;
		text-indent: 20px;
	}

	.erji_nav h2 {
		height: 50px;
		line-height: 50px;
		background: #7ba917;
		font-size: 17px;
		color: #fff;
		cursor: pointer;
	}

	.erji_nav h2 em {
		display: inline-block;
		position: absolute;
		width: 0.9118em;
		height: 0.45em;
		top: 0;
		bottom: 0;
		right: 1.5em;
		margin: auto;
		background-image: url(../img/icoright.png);
		background-size: 100%;
		background-position: right center;
	}

	.erji_nav ul {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 50px;
		z-index: 9999;
		padding: 10px 0;
		background: #cded86;
	}

	.erji_nav ul ol {
		text-indent: 30px;
		background: #bbd978;
		display: none;
		padding: 10px 0;
	}

	.erji_nav ul li {
		line-height: 45px;
		position: relative;
	}

	.erji_nav ul li i {
		position: absolute;
		right: 0;
		width: 8%;
		height: 45px;
		top: 0;
		background: url(../img/jia1.png) no-repeat center center;
		margin: auto;
		z-index: 10;
		cursor: pointer;
		transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-webkit-transition: all .2s ease;
	}

	.erji_nav ul li i.on {
		background: url(../img/jian1.png) no-repeat center center;
	}

	.erji_nav ul li a {
		display: block;
		font-size: 15px;
		color: #333;
		width: 85%;
	}

	.erji_nav ul ol li a {
		font-size: 14px;
	}
	.erji_nav {
		display: block;
	}
}
@media only screen and (max-width:640px){ 
	.list li {
		padding:20px 0;
	}
	.list li h2 {
		font-size:17px;
	}
	.list li .time {
		font-size:13px;
	}
		.brief .tit {
	    font-size: 20px;
	    margin-top: 12px;
	}
	.lmmc,.dqwz{
		float:none;
		width:100%;
	}
	.lmmc h2{
		font-size:20px;
		line-height: 38px;
	}
	.dqwz{
	    font-size: 12px;
	    line-height: 25px;
	}
	.content p video, .content p.vsbcontent_img img, .content p img.img_vsb_content, .content p img, .content iframe{
		max-width:100%;
	}
	.content iframe{
		width:100%;
		height: 375px !important;
	}
	.search-box .serBox {
	    width: 65%;
	}
	.search-box .text{
	    height: 48px;
	    line-height: 48px;
	    padding-right: 105px;
	    font-size: 15px;
	}
	.search-box .btn {
	    font-size: 15px;
	    height: 48px;
	    line-height: 48px;
	    width: 100px;
	}
	.search-box input::-webkit-input-placeholder {
	  color: #848484;
	  font-size: 15px;
	}
	
	.search-box input::-moz-placeholder {
	  color: #848484;
	  font-size: 15px;
	}
	
	.search-box input:-ms-input-placeholder {
	  color: #848484;
	  font-size: 15px;
	}
}
@media only screen and (max-width:540px){ 
	.list li .img {
		float:none;
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	.list li .txt {
		width:100%;
	}
	.list li h2 {
		font-size:16px;
		line-height:35px;
	}
}

@media only screen and (max-width:480px){
	.page-list {
	    padding: 15px 0 10px;
	}
	.brief .tit {
	    font-size: 18px;
	}
	.search-box .serBox {
	    width: 85%;
	}
	.xxtj tr {
	    line-height: 50px;
	}
	.xxtj tr td font {
	    font-size: 16px;
	    font-weight: normal;
	}
	.xxtj tr td {
	    width: 100px;
	}
	.xxtj tr td:nth-child(2) {
	    width: calc(100% - 105px);
	}
	.xxtj h2 {
	    text-align: center;
	    font-size: 15px;
	    margin: 0px 0 10px;
	    font-weight: normal;
	}
}

