.global-2{
    width: 100%;
    background: #355e92;
}
.global-1{
    width: 1000px;
    margin: 0 auto;
}
.top{
    height: 40px;
}
.footer{
    height: 170px;
}
a{
    color: #000;
}
ul li{
    list-style: none;
    float: left;
}
ul{
    margin: 0;
    padding:0;
}
.clear{
    clear: both;
}


/*news-title*/
.news-title{
  height: 143px;
  background: #fff;
  padding-left:30px; 
  padding-right:30px; 
  padding-bottom: 20px;
  padding-top:10px; 
  text-align: center;
  font-family: '微软雅黑';
  border-bottom:#f7f7f7 solid 10px;
    
}
.news-title h1{
   font-size: 30px;
   color: #366fb8;
   font-weight:bold;
}
.news-title p{
  color: #5f7ca2;
  text-align: left;
  font-size:15px;
  line-height: 33px; 
  margin-top:5px; 
  text-indent:2em;
}
.news-title a{
  display:inline;
  color: #e40c0c;
  font-size:15px; 
}
.news-lists3-bottom ul li a{
  color: #333;
}
