.home {
    height: 748px;
    background: url(../img/home_bj.png) no-repeat #fff;
    background-size: 100%;
    position: relative;
}
.container{
	width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
}
.logo {
    padding: 24px 0 0 24px;
}
.title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    font-family: '方正正中黑简体','微软雅黑';
}
.main{
    width: 920px;
    margin: 0 auto;
    box-shadow: 0 2px 16px rgba(54,153,221,.55);
    background: #eff7fc;
    margin-bottom: 20px;
}
.main h1 {
    line-height: 40px;
    background: #3699dd;
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-family: '方正正中黑简体','微软雅黑';
}
.main h1:before, .main h1:after {
    content: '·············';
    font-family: '宋体';
    font-size: 14px;
    letter-spacing: -8px;
    margin: 0 20px;
}
.homeCont{
    text-align: center;
    min-height: 463px;
}
.list{
    overflow: hidden;
    padding: 30px 30px 0;
}
.jurisdiction,.jurisdiction1{
  display: none;
}
.list li{
  position: relative;
  float:left;
  width:186px;
  height:168px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(224,224,224,.75);
  text-align: center;
  margin-right:12px;
  margin-bottom: 20px;
  cursor: pointer;
}
.list li img{
  position: absolute;
  right:-1px;
  top:-1px;
}
.list li:first-child{
    margin-left:0;
}
.list li h3{
  padding-top: 45px;
  font-size: 17px;
}
.list li h4{
  width:88px;
  font-size: 14px;
  line-height: 30px;
  background:#f9ffff;
  border:2px solid #bedbff;
  border-radius: 15px;
  margin:15px auto 25px;
}
.list li p{
  font-size: 14px;
  color:#999;
}