@charset "utf-8";

.img_list{
  margin-bottom: 50px;
  padding: 25px 0;
  background-color: #004986;

}
.img_list>li{
  float: left;
  height: 257px;
  width: 257px;
  margin-left: 33px;
}

.img_list>li>a,.img_list>li>a>img{
  display: block;
  height: 100%;
  width: 100%;
}

.content{
  margin-top: 36px;
  margin-bottom: 50px;
}

.content>.top{
  padding-top: 22px;
  border-bottom: 2px solid #004986;
}

.content>.top>.col_name{
  float: left;
  line-height: 50px;
  font-size: 22px;
  color: #004986;
}
.content>.top>.cru_nav{
  float: right;
}

.content>.top>.cru_nav{
  padding-top: 20px;
}
.content>.top>.cru_nav a{
  color: #2b2a2a;
}
.content>.top>.cru_nav a:hover{
  color: #004986;
}
.content>.news_des{
  width: 100%;
  background-color: #eee;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #555;
  box-sizing: border-box;
}
.content>.news_des>.tit{
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.content>.news_des>.des_txt{
  line-height: 200%;
}





