* {
  text-align: left;
}
#bodyBg {
  background-color: #ffffff;
}
#body-area {
  padding: 20px 0px;
  margin: auto;
  width: 1190px;
}
#left-select {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
#left-select {
  *display: inline;
}
#left-title {
  background-color: #155a93;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  padding: 0px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
}
#left-list {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 10px;
  box-shadow: 2px 2px 5px #888888;
}
.list-item {
  height: 50px;
  color: #000000;
  padding: 0px 10px;
  line-height: 50px;
  font-size: 15px;
}
.list-item:hover {
  background-color: #e1eef6;
  cursor: pointer;
}
.list-item-current {
  background-color: #e1eef6;
}
#left-select .icon-elem {
  display: inline-block;
  min-width: 18px;
  margin-left: 7px;
  margin-right: 1em;
  /* vertical-align: text-bottom; */
}
/*右侧*/
#right-area {
  width: 956px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}
#right-area {
  *display: inline;
}
#right-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 2em;
  color: #ffffff;
  font-size: 15px;
  background: -webkit-linear-gradient(
    left,
    #175f9a,
    #e8f1f6
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    right,
    #175f9a,
    #e8f1f6
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    right,
    #175f9a,
    #e8f1f6
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #175f9a, #e8f1f6); /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(grandientType=1,startColorstr=#175F9A,endColorstr=#E8F1F6);
}
#right-title a {
  color: #ffffff;
}
#right-title a:hover {
  color: #e1eef6;
}
#right-content {
  box-shadow: 2px 2px 5px #888888;
  min-height: 500px;
  margin-top: 20px;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px 30px 0px 30px;
}
#aList .aList-item {
  height: 40px;
  line-height: 40px;
}
#aList .aList-item .aTitle {
  float: left;
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
#aList .aList-item .aDate {
  width: 15%;
  text-align: right;
  font-size: 14px;
  display: block;
  float: left;
}
/*分页样式*/
#pageArea {
  text-align: center;
}
#pageArea .layui-laypage a,
.layui-laypage span {
  margin: 0px 5px;
}
#pageArea .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #ffffff;
}
#pageArea .layui-laypage .layui-laypage-curr em {
  color: #000000;
}
#pageArea .layui-laypage a:hover {
  color: #195f9b;
}
