html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: '苹方';
  background-color: #f7f7f7;
}

.container {
  width: 100%;
  height: 100%;
}

div {
  cursor: pointer;
}

.visitAreaDetail {
  width: 100%;
  height: 100%;
  /* background-color: tomato; */
}

.typePage {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.visitAreaDetail_main {
  width: 100%;
  min-height: 800px;
  height: auto;
  padding-bottom: 50px;
}

.sc_index_main_boxHeader {
  width: 100%;
  height: 140px;
  /* border: 1px solid tomato; */
}

.sc_index_main_boxHeader_text {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-top: 54px;
  margin-left: 20px;
}

.sc_index_main_boxHeader_text span {
  width: 100%;
  height: 4px;
  background-color: #3b78e2;
  position: absolute;
  top: 0;
  left: 0;
}

.visitAreaDetail_main_title {
  width: 100%;
  height: 122px;
  line-height: 122px;
  font-size: 24px;
  color: #2457ba;
  /* border: 1px solid tomato;*/
}

.visitAreaDetail_con {
  width: 100%;
  height:auto;
  line-height: 40px;
  font-size: 20px;
  color: #525252;
  padding: 10px 50px;
  background-color: #fff;
}

.visitAreaDetail_con img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

/* .visitAreaDetail_con p{
  width: 100%;
  height: 50px;
  line-height: 50px ;
  text-align: center;
  font-size: 22px;
  background-color: teal;
  color: #fff;
  font-weight: bold;
} */