﻿@charset "utf-8";

.news{
  width:100%;
  height:auto;
  overflow:hidden;
  padding:40px 0px 40px 0px;
  background-color:#DADEE9;
}
.speech{
  width:1140px;
  height:300px;
  margin:0 auto;
  background-color:#DADEE9;
}
.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:auto;
  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;
}
