#vueDemo header{
	width: 100%;
}
#vueDemo header img{
	width: 100%;
	z-index: 999;
}

/* 标题 */
#vueDemo  .news_title{
	height: 50px;
	margin-top: -60px;
	z-index: 1;
	background: #F7F6F9;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #666666;
}


/* 左右 */


#vueDemo .news_all{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}

/* 左边标题 */
#vueDemo .news_all .new_left {
	flex-basis : 160px;
}
#vueDemo .news_all .new_left p {
	font-size: 24px;
	color: #666666;
	margin: 0px  0  30px  20px   ;
}
#vueDemo .news_all .new_left .teb {
	background-color: #F7F6F9 ;
	height: 50px;
	color: 333;
	padding-left: 10px;
}
#vueDemo .news_all .new_left .teb img {
	vertical-align:middle; 
}
#vueDemo .news_all .new_left .teb span {
	vertical-align:middle; 
	font-size:16px ;
	line-height: 50px;
}

/* 右边信息 */
#vueDemo .news_all .new_right {
	flex-basis : 900px;
}
#vueDemo .news_all .new_right>p {
	font-size: 24px;
	color: #363636;
	border-left: 5px solid #5371ED;
	padding-left: 15px;
	margin:  10px 0  20px 0 ;
}
#vueDemo .news_all .new_right .news_one {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
#vueDemo .news_all .new_right .news_one .news_one_img {
	flex-basis : 270px;
}
#vueDemo .news_all .new_right .news_one .news_one_world {
	flex-basis : 600px;
}

#vueDemo .news_all .new_right .news_one .news_one_world  p:nth-of-type(1) {
	font-size: 22px;
	color: #363636;
	line-height: 45px;
}
#vueDemo .news_all .new_right .news_one .news_one_world  p:nth-of-type(2) {
	font-size: 14px;
	color: #979797;
	line-height: 25px;
}
#vueDemo .news_all .new_right .news_one .news_one_world  p:nth-of-type(3) {
	font-size: 16px;
	color: #3178F8;
	line-height: 25px;
	padding: 6px  26px;
	text-align: center;
	border-radius: 50px;
	width: 150px;
	margin-top: 10px ;
	border: 1px solid #3178F8;
	cursor: pointer;
}
#vueDemo .news_all .new_right .news_one .news_one_world  p:nth-of-type(3):hover {
	color: #fff;
	background-color: #4C42F3;
}



@font-face{
  font-family: 苹方啊啊;
  src:  url("https://tupian.xingyunol.com/PingFang%20Bold.ttf"),
		url("https://tupian.xingyunol.com/PingFang%20ExtraLight.ttf"),
		url("https://tupian.xingyunol.com/PingFang%20Heavy.ttf"),
		url("https://tupian.xingyunol.com/PingFang%20Light.ttf"),
		url("https://tupian.xingyunol.com/PingFang%20Medium.ttf"),
		url("https://tupian.xingyunol.com/PingFang%20Regular.ttf");
}

