.ui{
			display: none;
		}
		.ui.on{
			display: block;
		}
		.pc.on{
			display: none;
		}
		.m_left{
			width: 773px;
			position: relative;
			float: left;
			background: #fff;
			margin-bottom: 20px;
		}
		.m_left h3{
			font-size: 18px;
			text-align: center;
			color: #666;
			line-height: 60px;
		}
		.m_left .shijian{
			width: 720px;
			font-size: 14px;
			text-align: center;
			line-height: 40px;
			border-bottom: 1px solid #e5e5e5;
			border-top: 1px solid #e5e5e5;
			margin: 0 auto;
		}
		.m_left .neirong{
			display: table;
			max-width: 720px;
			line-height: 30px;
			margin: 0 auto;
			font-size: 14px;
			overflow: hidden;
		}
		.m_left img{
			display: block;
			width: 500px;
			margin: 20px auto;
		}
		.m_left .xiapian{
			width: 720px;
			height: 70px;
			background: #f4f4f4;
			border: 1px solid #e5e5e5;
			margin: 20px auto;
		}
		.m_left .xiapian p{
			font-size: 14px;
			display: block;
			line-height: 34px;
			padding-left: 20px;
		}
		.m_left .xiapian p a{
			font-size: 14px;
			display: inline-block;
			line-height: 34px;
			color: #1285e2;
		}
		
		
/*right*/
.m_right{
	width: 330px;
	float: right;
	overflow: hidden;
}
.m_right .title{
	width: 310px;
	height: 24px;
	margin: 18px 7px;
}
.m_right .title p{
	font-size: 16px;
	border-left: 5px solid #1285e2;
	float: left;
	padding-left: 10px;
	line-height: 24px;
}
.m_right .title p span{
	font-size: 20px;
	color: #1285e2;
	font-weight: bold;
}
.m_right .title a{
	float: right;
    margin-top: 8px;
    font-size: 14px;
}
.m_right .news{
	width: 330px;
	background: #fff;
	height: 404px;
	overflow: hidden;
	margin-bottom: 20px;
}
.m_right .news .m_pic{
	float: left;
	margin:0 7px;
	width:310px;
	height: 180px;
	overflow: hidden;
	border: 3px solid #e5e5e5;
	position: relative;
	margin-bottom: 10px;
}
.m_right .news .m_pic .img{
	height: 180px;
	top: 0;
	left: 0;
	position: absolute;
}
.m_right .news .m_pic .img a{
	display:block;
	float: left;
	width: 310px;
	height: 180px;
}
.m_right .news .m_pic ul{
	position: absolute;
	right:10px;
	bottom: 0;
}
.m_right .news .m_pic ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4f81bd;
	float: left;
	margin: 10px 5px;
}
.m_right .news .m_pic ul li.on{
	background: #fff;
}
.m_right .news .m_list{
	width: 310px;
	margin:7px;
	overflow: hidden;
}
.m_right .news .m_list a{
	font-size: 14px;
	line-height: 28px;
	display: block;
}
.m_right .news .m_list a span{
	width: 8px;
	height: 8px;
	background: #e5e5e5;
	display: inline-block;
	margin: 0 10px;
}
.m_right .news .m_list a:hover span{
	background: #1285e2;
}