.Content{
	
				margin:auto;
				display: flex;
				justify-content: space-between;
				margin-top: 30px;
			}
			
			.passageContent{
				width:70%;
			}
			.passageContent .passageTitle font{
				font-family: "Microsoft YaHei Regular";
				font-size: 30px;
                                font-weight:600;
			}
			.passageContent .passageMessage{
				margin:20px 0;
				padding:5px 10px;
				font-family: 微软雅黑;
				font-size: 12px;
				border-left: 1px solid #000000;
			}
			.passageContent .passagedetail{
				margin:20px auto;
                                margin-top:80px;
			}
			.passageContent .passagedetail .passagePicture{
				margin:0 auto;
			}
			.passageContent .passagedetail p{
				font-family: "Microsoft YaHei Regular";
				font-size: 15px;
				line-height: 30px;
			}
			.passageContent .passagedetail p img{
				width:100%;
				height:100%;
			}
			
			.lastest-development{
				width:20%;
				margin-right: 5%;
			}
			.lastest-development .zxdt{
				font-size: 25px;
				color:grey;
				text-align: center;
				padding-bottom: 20px;
			}
			.lastest-development .zxdt-line{
				width:100%;
				height:2px;
				background-color: grey;
			}
			.lastest-development .zxdt #zxdt-title{
				color:#A51A00;
				margin-left: 5px;
				margin-right: 5px;
			}
			#zxdt-title::after{
				content: '  ——';
				color: #000000;
			}
			#zxdt-title::before{
				content: '—— ';
				color: #000000;
			}
			.lastest-development ul{
			    list-style-type: none;
			    margin: 0;
			    padding: 0;
			    position: relative;
			    top:0;
			}
			.lastest-development ul:last-of-type{top:50px;}
			
			.lastest-development ul li{
				list-style: none;
				display: flex;
			}
			.lastest-development ul li .direction-r{
				flex: 1;
			}
			.lastest-development ul li .flag-wrapper{
				height:22px;
				width:55px;
				line-height: 22px;
				font-size: 10px;
				color:#A82200;
				text-align: center;
				margin-left: 10px;
				background: url(../img/TimeMark.png);
				background-repeat: no-repeat;
				background-size: 55px 22px;
			}
			.lastest-development ul li .desc{
				margin:10px 0 30px 10px;
				font-family: 微软雅黑;
				font-size: 13px;
			}
			.lastest-development ul li .desc a{
				text-decoration: none;
				color: black;
			}
			.lastest-development ul li .timelinepic{
				width:15px;
				background:url(../img/TimeLinefuben.png);
				background-size: cover;
				background-repeat: no-repeat;
			}
			
			
			
			
			
			
			
			
			
			
@media (min-width: 768px) {
  .contentContainer {
    width: 750px;
	margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .contentContainer {
    width: 970px;
	margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .contentContainer {
    width: 90%;
	margin-left: 5%;
  }
}