﻿@charset "utf-8";
/* CSS Document */

/*领导致辞*/
#speech{
  width:1140px;
  height:300px;
  margin:0 auto;
  background-color:#DADEE9;
  padding:40px 00px 40px 0px;
}
.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;
  font-weight:700;
  color:#1D417C;
}
.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;
}


.news{
  width:100%;
  height:auto;
  overflow:hidden;
  background-color:#DADEE9;
}
.newsWrap{
  width:1140px;
  height:300px;
  margin:0 auto;
  padding:40px 140px 40px 140px;
}
.newsImg{
  width:480px;
  height:300px;
  float:left;
  overflow:hidden;
}
.newsImg img{
  width:480px;
  height:300px;
}
.newsContent{
  width:600px;
  height:300px;
  float:right;
  overflow:hidden;
}
.newsContentTitle{
  width:auto;
  height:40px;
  font-size:20px;
  font-weight:700;
  color:#1D417C;
}
.newsList{
  width:auto;
  height:auto;
  overflow:hidden;
}
.newsList li a{
  width:auto;
  height:30px;
  line-height:28px;
  font-size:16px;
  color:#333333;
}
.newsList li span{
  float:right;
}
.newsStrong{
  font-weight:600;
}

/*分页*/
.paging{
  width:400px;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#1D417C;
  margin-top:10px;
}
.paging a{
  font-size:16px;
  color:#1D417C;
  padding:0px 20px 0px 0px;
}
.pagingPrev{
  width:80px;
  float:left;
}
.pagingPage{
  width:400px;
  float:left;
  margin:0 auto;
}
.pagingnext{
  width:80px;
  float:right;
}