*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
body {
  background-color: #eff7fd;
}
a{
  text-decoration: none;

}
.top {
  width: 100%;
  height: 200px;
  background: url(./top_bj.png);
}
.top_con {
  width: 1100px;
  margin: auto;
  height: 200px;
  background:  url(./top.png);
  z-index: 99;
}
.dqwz {
  width: 1100px;
  height: 57px;
  margin: auto;
  background: url(./dqwz.png);
}
.content {
  width: 1100px;
  height: auto;
  margin: 0 auto 40px;

}
.left {
  width: 251px;
  min-height: 844px;
  background-color: #fff;
  background-image: url(./left.png);
  float: left;
}
.right {
  width: 840px;
  height: 844px;
  float: right;
  background-color: #fff;
  padding:10px 20px;
}
.search {
  width: 100%;
  height: 62px;
  background: url(./search.png) no-repeat;
}
.xxlist{
  width: 100%;
  padding: 15px 0;
}
.xxlist li{
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0 ;
  width: 100%;
  padding-left: 20px;
  background: url(./pic_18.86441f6c.jpg) 8px center no-repeat;
  background-size: 5px 5px;
}
.xxlist li .tit {
  width: 620px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.xxlist li .time {
  float: right;

}

.bottom{
  width: 100%;
  height: 159px;
  background-color: #ebebeb;

}
.bot {
  width: 1100px;
  height: 159px;
  margin: auto;
  background-image: url(./bottom.png);
}


.tab_box {
  width: 716px;
  height: 238px;
  float: left;
  margin: 30px 220px;
}
.tab_top {
  width: 100%;
  height: 44px;

}
.tab_top li{
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 12px

}
.tab_top a{
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.tab_top li.bt_on{
  color:#008cff;
  border-bottom: 3px solid #008cff;
}
.tab_top .bt_on a{
  color:#008cff;
}

.more{
  float: right;
  line-height: 44px;
}
.tab_bottom{
  width: 716px;
  height: 190px;
  padding: 12px 0;
}
.tab_bottom li {
  width: 100%;
  height: 32px;
  line-height: 32px;

}
.tab_bottom .tit{
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.tab_bottom .time{
  float: right;
}
.tab_bottom a{
  color: #333;
}
.tab_bottom a:hover{
  color:#008cff;

}
