.nav .subnav li a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.footer .footin .bot-nav {width: calc(100% - 160px); }
.footer .footin .bot-nav dl{ width: auto; min-width: 120px; margin-right: 32px;}
.footer .footin .bot-nav dl:last-child{ min-width: 0;margin-right: 0;}


.feedback_main {width: auto;border: none;padding: 0;}
/* .feedback_main textarea {width: 100% !important; box-sizing: border-box;} */
.feed_list {padding-left: 0;}
.feed_button {text-align: left;padding-left: 50px;}
.feed_button input {width: 80px !important;}



.y_pdf_list ul li{
    padding-left:16px;
    padding-right:125px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;

    height: auto;
}
.y_pdf_list ul li i{
    width:6px;
    height: 10px;
    display: inline-block;
    background: url("../images/icon_pie.png") center no-repeat;
    position: absolute;
    left:0;
    top:6px;
}
.y_pdf_list ul li a{
    line-height: 22px;
    color:#464646;
    font-size:14px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    overflow: visible;
    text-overflow: ellipsis;
}
.y_pdf_list ul li a:hover{
    color:#000;
}
.y_pdf_list ul li .date{
    width: 110px;
    text-align: right;
    color:#bdbdbd;
    font-size:14px;
    line-height: 22px;
    padding-right:15px;
    position: absolute;
    right:0;
    top:0;
}

.y_pdf_list {height: auto;}
.y_pdf_list ul{}
.y_pdf_list ul li{margin-bottom: 0;padding-left: 36px;padding-top: 15px;padding-bottom: 15px;font-size: 16px;line-height: 24px;border-bottom: #ddd dashed 1px;}
.y_pdf_list ul li i {top: 15px;left: 0;background-image: url("../images/ico-pdf.png");width: 24px;height: 24px;}
.y_pdf_list ul li .date {top: 15px;line-height: 24px;}
.y_pdf_list {}


.pageListBox {
  padding-top: 60px;
}
.pageListBox .pageList {
  position: relative;
  line-height: 32px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 4px;
  font-size: 14px;
}
.pageListBox .pageList a {
  display: block;
  min-width: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  color: #333;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  z-index: -1;
}
.pageListBox .pageList a.selected {
  background-color: #076bb3;
  color: #fff;
}
.pageListBox .pageList a.selected:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.pageListBox .pageList a:active:after {
  -webkit-transition: all 0ms ease-out 0ms !important;
  transition: all 0ms ease-out 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    background-color: #076bb3;
    color: #fff;
  }
  .pageListBox .pageList a:hover:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .pageListBox .pageList {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pageListBox .pageList a:active {
    background-color: #076bb3;
    color: #fff;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .pageListBox .pageList a:active:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .pageListBox .pageList ul li {
    margin-left: 4px;
    margin-right: 4px;
  }
}


