* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(7) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .content {
    min-width: 1000px;
    background-color: #f5f6fa;
  }
  .contentList {
   max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    /* height: 750px; */
    background-color: #f5f6fa;
  }
  .contentList p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
    opacity: 0.8;
  }
  .contentList > p:nth-child(2) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
    opacity: 0.8;
    margin-bottom: 30px;
  }
  /* .contentList p:nth-child(3){
	background: #E4E5EB;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #222222;
	line-height: 48px;
	max-width: 1200px;
	height: 48px;
	padding-left: 20px;
} */
  .mapList {
    max-width: 1200px;
    margin: 50px auto;
  }
  .mapList .listItem {
    max-width: 1200px;
    overflow: hidden;
    height: 60px;
    transition: 1s;
    cursor: pointer;
  }
  .mapList .listItem.active {
    height: 400px;
    transition: 1s;
  }
  .mapList .listItem > p {
    background: #e4e5eb;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    line-height: 48px;
    max-width: 1200px;
    height: 48px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .mapList .listItem .itemBottom {
    display: flex;
    max-width: 1200px;
    height: 400px;
  }
  .mapList .left {
    width: 550px;
    height: 300px;
    padding-left: 50px;
  }
  .mapList .left .item {
    display: flex;
    align-items: center;
    width: 500px;
    height: 30px;
    margin-bottom: 10px;
  }
  .mapList .left .item p {
    line-height: 30px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    margin-left: 10px;
  }
  .mapList .left > p:nth-child(4) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #806339;
  }
  .mapList .right {
    width: 600px;
    height: 300px;
  }
  .mapList .right #map_0 {
    width: 600px;
    height: 300px;
  }
  .mapList .right #map_1 {
    width: 600px;
    height: 300px;
  }
  .mapList .right #map_2 {
    width: 600px;
    height: 300px;
  }
  .contentList p:nth-child(5) {
    background: #e4e5eb;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 48px;
    max-width: 1200px;
    height: 48px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .contentList p:nth-child(6) {
    background: #e4e5eb;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 48px;
    max-width: 1200px;
    height: 48px;
    padding-left: 20px;
  }
}
@media (max-width:1199px) {
  .content {
    background-color: #f5f6fa;
  }
  .contentList {
    max-width: 1200px;
	padding:0 15px;
    margin: 0 auto;
    margin-top:20px;
    /* height: 750px; */
    background-color: #f5f6fa;
  }
  .contentList p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
    opacity: 0.8;
  }
  .contentList > p:nth-child(2) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
    opacity: 0.8;
    margin-bottom: 30px;
  }
  /* .contentList p:nth-child(3){
		background: #E4E5EB;
		font-size: 15px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #222222;
		line-height: 48px;
		max-width: 1200px;
		height: 48px;
		padding-left: 20px;
	} */
  .mapList {
    max-width: 1200px;
    margin:20px auto;
  }
  .mapList .listItem {
    max-width: 1200px;
    overflow: hidden;
    height: 60px;
    transition: 1s;
    cursor: pointer;
  }
  .mapList .listItem.active {
    height: auto;
    transition: 1s;
  }
  .mapList .listItem > p {
    background: #e4e5eb;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    line-height: 48px;
    max-width: 1200px;
    height: 48px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .mapList .listItem .itemBottom {
    display: flex;
	flex-wrap: wrap;
    max-width: 1200px;
  }
  .mapList .left {
    padding-left:20px;
	margin-bottom:30px;
  }
  .mapList .left .item {
    display: flex;
    align-items: center;

    height: 30px;
    margin-bottom: 10px;
  }
  .mapList .left .item p {
    line-height: 30px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    margin-left: 10px;
  }
  .mapList .left > p:nth-child(4) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #806339;
  }
  .mapList .right {
   margin-bottom: 15px;
  }
  .mapList .right #map_0 {
    width: 600px;
    height: 300px;
  }
  .mapList .right #map_1 {
    width: 600px;
    height: 300px;
  }
  .mapList .right #map_2 {
    width: 600px;
    height: 300px;
  }
  .contentList p:nth-child(5) {
    background: #e4e5eb;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 48px;
    max-width: 1200px;
    height: 48px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .contentList p:nth-child(6) {
    background: #e4e5eb;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 48px;
    max-width: 1200px;
    height: 48px;
    padding-left: 20px;
  }
}
