@charset "utf-8";
.area {
  max-width: 1200px;
  min-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}
.banner {
  margin-bottom: 0;
}
.news_con {
  width: 100%;
  margin: 60px auto;
  overflow: hidden;
}
h2 {
  font-size: 22px;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
}
h5 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
p {
  font-size: 14px;
  color: #333;
  line-height: 200%; 
}
.news_con p{
	text-indent: 2em;
}
.news_con img {
  max-width: 100%;
  margin: 20px 20px;
}
.switch {
  width: 100%;
  padding: 0 0 60px;
}
.switch ul {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;	
  width: 100%;
  overflow: hidden;
}
.switch ul li {
  color: #999;
}
.switch ul li a {
  color: #0a63bf;
}
.switch ul li a:hover{
	text-decoration: underline;
}
