.yzpageold .con_title {
	height: 72px;
	background-size: 100% 100%;
}

.yzpageold .con_title h3 {
	line-height: 50px;
	font-size: 48px;
}

.yzpageold .con_box ul li {
	width: 380px;
	height: 72px;
}

.yzpageold .con_box ul li a {
	line-height: 72px;
	font-size: 36px;
}
@media only screen  and (max-width: 768px) {
	.con_title {
    height: 55px;
    background-size: auto 100%;
    background-position: left;
  }
  
  .con_title h3 {
    line-height: 48px;
    font-size: 24px;
  }
  
  .con_box ul li {
    width: 48%;
    height: 36px;
    margin-left: 1%;
    margin-right: 1%;
  }
  
  .con_box ul li a {
    line-height: 36px;
    font-size: 18px;
  }
  .top_header {
    height: 125px;
    background-size: auto 100%;
  }
  .container,.top_side {
    width: 100%;
  }
}