*{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: auto 0;
	font-size: 14px;
	font-family: "微软雅黑";
}
.meet_index_box{
	width: 1200px;
	min-height: 1000px;
	margin: 0px auto;
	background: url("../images/bg.png") no-repeat;
}
.main{
	width: 100%;
	/*padding-left: 80px;*/
	/*padding-right: 25px;*/
	padding-top: 264px;
}
.new_box{
	width: 1060px;
	height: 350px;
	float: left;
	margin-left: 80px;
	margin-bottom: 40px;
	/*background: lightblue;*/
}
.new_t{
	width: 100%;
	height: 89px;
}
.new_t img{
	margin-top: 20px;
}
.title{
	float: right;
	width: 996px;
	height: 89px;
	background: url(../images/index_03.png);
}
.ti_l{
	margin-left: 110px;
	margin-top: 12px;
	color: #fff;
	float: left;
	font-weight: bold;
}
.new_m{
	width: 100%;
	height: 260px;
}
.ti_r{
	color: #fff;
	float: left;
	height: 89px;
	width: 730px;
	margin-left: 18px;
	position: relative;
}
.ti_r p:nth-child(2){
	position: absolute;
	bottom: 2px;
	right: 4px;
}
.new_pic{
	width: 240px;
	height: 260px;
	margin-left: 105px;
	float: left;
}
.new_text{
	width: 715px;
	height: 260px;
	background: #fff;
	float: left;
	color: #333;
}
.new_text p{
	margin: 15px 23px 18px 20px;
}