.global-2{
    width: 100%;
    background: #355e92;
}
.global-1{
    width: 1200px;
    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;
}
body{
    
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color:#FFFFFF; 
}
/*top*/
/*top-left*/
.top{
    color: #fff;
    line-height: 40px;
    font-size: 13px;
     font-family: "微软雅黑";
}
.top a{
    color: #fff;
}
.top-content-left{
    float: left;
}
.top-content-left1{
    float: left;
    background: url(top-01.png) no-repeat left center;
    padding-left: 25px;
}
.top-content-left1 span{
    margin-left: 12px;
}
.top-content-left2 ul li{
    margin-left: 20px; 
}
.top-content-left2{
    float: left;
}
/*top-right*/
.top-content-right{
    float: right;
}
.top-content-right ul li{
    margin-left:20px; 
}
.top-content-right ul li span{
    margin-left:5px; 
    margin-right:5px; 
}
.top-content-right ul li.grzx img{
   margin-top:-4px; 
   margin-right: 5px; 
}
/*banner*/
.banner{
    height: 210px;
   
}
.banner img {
    margin-top:50px;
    margin-left:5px;
}
.banner .search{
    float: right;
    margin-top: 85px;
     position: relative;
}
.banner .search .text{
   width: 335px;
   height: 40px;
   border-radius: 5px 0 0 5px; 
   border: solid  1px #fff;
   background: #fff;
   position: absolute;
   right: 55px;
   top: 0px;
   padding-left: 20px;
   font-size: 13px;
}
.banner .search .submit{
    width: 55px;
    height: 40px;
    border-radius:0 5px 5px 0;  
    border: solid  1px #5494e5;
    background: #5494e5 url(search-bg.png) no-repeat center center;
  position: absolute;
  top:0px;
  right: 0px;
}

/*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; 
}