a{text-decoration: none;}
body{
	background-image: url(../img/bg.png);
}
.pccontent{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.bennerim{
	width: 1200px;
	margin-top: 20px;
}
.tabitems{
	position: relative;
	background-image: url(../img/banban.jpg);
		background-repeat: repeat-y;
	background-size: 100% 100%;
      height: 55px;
}
.tabitems span{
	    width: 236px;
	    height: 45px;
	display: inline-block;
	cursor: pointer;
	overflow:hidden;
}

.tabitems span:first-child{
	position: absolute;
	
	left:9px;
	 top: 6px;
}
.tabitems span:last-child{
	position: absolute;
	
	left: 269px;
	 top: 6px;
}

.btns1{
	overflow: hidden;
	position: relative;
	padding-top: 2px;
}
.btns1 a{
	position: absolute;
	width: 100px;
	padding: 0 2px;
height: 21px;
cursor: pointer;
}
.btns2{
	overflow: hidden;
	position: relative;
	padding-top: 2px;
}
.btns2 a{
position: absolute;	
width: 127px;
  padding: 5px 0;
height: 21px;
cursor: pointer;
}
.xaizai{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.xaizai .lanb{
	float: left;
}
.innews{
	background: #fff;
	    border: 1px solid #ccc;
	    border-radius: 10px;
	    margin: 0px;
}
.container_list{
	width: 31%;
	    border-width: 1px;
	    border-style: solid;
	    border-color: rgb(204, 204, 204);
	    border-image: initial;
	    border-radius: 10px;
	    padding: 10px;
}
.list_div{
	width: 47%;
	float: left;
	 margin-bottom: 14px;
	 padding: 2px 5px;
}
.qqtoudong a{
	width: 200px;
	display: inline-block;
	    margin: 0 auto;
	    text-align: center;
	    color: #fff;
	    padding: 5px;
	    background: #ff8400;
	    border: 1px solid #ffef5a;
	    border-radius: 4px;
}
.list_div a{
	display: block;
	    overflow: hidden;
		
}
.list_div img{
	width: 100%;
	    height: 140px;
}
.list_div p{
	width: 100%;
	    text-align: center;
	    font-size: 16px;
	    background-color: rgb(255, 0, 0);
	    float: left;
	    color: rgb(255, 255, 255);
	    padding: 5px 0px;
	    margin: 0px;
		margin-top: -4px;
}
.weibimg{
	width: 100%;
	overflow: hidden;
}
.weibimg img{
	width: 100%;
}




























@media (min-width:860px) {
	.pccontent{
		display: block;
	}
	.yidong{
		display: none;
	}
}

@media (max-width:859px){
	.pccontent{
		display: none !important;
	}
	.yidong{
		display: block !important;
	}
}