﻿@charset "utf-8";
#container{
  background: url(xy-hd-head-bg.png) no-repeat top center;
}
#container .header{
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#container .header .title{
  font-size: 36px;
  color: #022643;
  height: 110px;
  line-height: 110px;
}
#container .header .address img{
  height: 15px;
}
#container .header .address {
  font-size: 14px;
  color: #999;
  align-items: center;
}
#container .questionnaire-list{
  width: 1200px;
  margin: 15px auto 35px;
}
#container .questionnaire-list li{
  height: 66px;
  line-height: 66px;
  border-bottom: 1px dashed #e6e5e5;
}
#container .questionnaire-list li a{
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#container .questionnaire-list li span{
  float: right;
  font-size: 16px;
  color: #999;
}
/* 翻页 */
#page{
  text-align: center;
  font-size: 14px;
  color: #333;
}
#page a{
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #e8e8e8;
  margin: 0 3px;
}
#page a.cur{
  background-color: #015293;
  color: #fff;
}