﻿@charset "utf-8";

/*领导致辞*/
#speechWrap{
  width:100%;
  height:300px;
  background-color:#DADEE9;
  margin-top:30px;
  padding:40px 0px 40px 0px;
}
#speech{
  width:1140px;
  height:300px;
  margin:0 auto;
}
.speechImg{
  width:480px;
  height:300px;
  float:left;
  overflow:hidden;
}
.speechImg img{
  width:480px;
  height:300px;
}
.speechSummary{
  width:600px;
  height:300px;
  float:right;
  overflow:hidden;
}
.speechSummaryTitle{
  width:auto;
  height:40px;
  font-size:20px;
  color:#111111;
  overflow:hidden; 
  text-overflow:ellipsis;
  white-space:nowrap; 
}
.speechSummaryContent{
  width:auto;
  height:30px;
  line-height:28px;
  font-size:16px;
  color:#333333;
}
.speechSummaryContentDiv {
    height:200px;
    overflow:hidden;
}
.speechSummaryMore{
  width:110px;
  height:40px;
  line-height:40px;
  float:right;
  background-color:#014898;
  margin-top:10px;
  text-align:center;
}
.speechSummaryMore a{
  color:#FFFFFF;
}


/*分支机构*/
#engineering{
  width:1140px;
  height:780px;
  margin:0 auto;
  margin-top:15px;
}
#engineeringTitle{
  width:1140px;
  height:70px;
  line-height:70px;
  text-align:center;
  font-size:22px;
  font-weight:700;
  color:#333333;
}
#engineeringWrap{
  width:1100px;
  height:780px;
  margin:0 auto;
  position:relative;
}
#engineeringMain{
  width:1000px;
  height:780px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
.engineeringList{
  width:99999px;
  height:330px;
  position:absolute;
  left:0px;
}
.engineeringList li{
  width:323px;
  float:left;
  height:330px;
  padding:0px 5px 0px 5px;
}
.engineeringList li img{
  width:100%;
}
.engineeringListTitle{
  width:100%;
  height:50px;
  line-height:50px;
  font-size:18px;
  font-weight:600;
  color:#333333;
}
.engineeringListImg {
  height:200px;
  overflow:hidden;
}
.engineeringListSummary{
  width:100%;
  height:16px;
  line-height:16px;
  font-size:12px;
  color:#666666;
}
.engineeringLeft{
  width:50px;
  height:50px;
  position:absolute;
  top:300px;
  left:-10px;
  cursor:pointer;
  background-image:url(../img/engineering.png);
  background-position:0px 0px;
}
.engineeringRight{
  width:50px;
  height:50px;
  position:absolute;
  top:300px;
  right:-10px;
  cursor:pointer;
  background-image:url(../img/engineering.png);
  background-position:-50px 0px;
}
.engineeringLeft:hover{
  background-image:url(../img/engineeringBG.png);
}
.engineeringRight:hover{
  background-image:url(../img/engineeringBG.png);
}