.pic {
  position: relative;
  background: no-repeat center;
  background-size: cover;
}
.pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
  background: url("../images/black-a0.4-bg.png");
}
.pic .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: white;
  padding: 5px 10px;
  background: url("../images/black-a0.4-bg.png");
  transition: top .25s;
}
.pic:hover .title {
  display: none;
}
.pic:hover .desc {
  top: 0 !important;
}
/*顶部幻灯片*/
#slideBox {
  width: 100%;
  max-height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#slideBox .hd {
  z-index: 1000;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
#slideBox .hd ul {
  margin: 0;
  padding: 0;
}
#slideBox .hd ul li {
  list-style-type: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}
#slideBox .hd ul li.on {
  background: #B60005;
}
#slideBox .bd {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#slideBox .bd ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#slideBox .bd ul li {
  width: 100%;
  vertical-align: middle;
  list-style: none;
  float: left;
}
#slideBox .bd ul li .pic {
  width: 100%;
  height: 300px;
}
#slideBox .bd ul li img {
  width: 100%;
  display: none;
  display: block \9;
}
#slideBox .departments {
  position: absolute;
  background: url("../images/black-a.2-bg.png");
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
#slideBox .departments ul {
  margin: 0;
  padding: 0;
}
#slideBox .departments ul li {
  list-style: none;
  display: inline-block;
}
#slideBox .departments ul li a {
  color: white;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  width: 130px;
  text-align: right;
}
#slideBox .departments ul li a:hover {
  color: #e60012;
}
#slideBox .departments ul li a .spell {
  font-size: 12px;
}
#slideBox .departments ul li a .text {
  font-size: 16px;
  font-weight: bold;
}
#slideBox .search {
  position: absolute;
  right: 200px;
  bottom: 15px;
  width: 340px;
  overflow: hidden;
  background: url("../images/white-a.8-bg.png");
  margin-left: 300px;
  border-radius: 5px;
  border: 1px solid #B60005;
  box-shadow: 0 0 6px #B60005;
}
#slideBox .search:hover {
  background: white;
}
#slideBox .search input {
  height: 50px;
  width: 260px;
  font-size: 18px;
  line-height: 32px;
  background: url("../images/a.0.png");
  padding: 0 12px;
  border: none;
  float: left;
}
#slideBox .search  .tj{
 width: 46px;
    height: 34px;
    font-size: 16px;
    border: none;
    background: url(../images/ico_search.png) center no-repeat;
    cursor: pointer;
    margin-top: 7px;
}


#slideBox .search input:focus {
  outline: none;
}
#slideBox .search input::placeholder {
  color: black;
}
#slideBox .search .iconfont {
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
}
#slideBox .search .iconfont:hover {
  color: #B60005;
}
#main {
  width: 1180px;
  margin: 0 auto;
}
#main > .title {
  margin: 40px 0;
  height: 36px;
  line-height: 36px;
}
#main > .title .line {
  border-bottom: 2px solid #c9302c;
  height: 50%;
}
#main > .title .text {
  color: #c9302c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px #ccc;
  border-left: 2px solid #c9302c;
  border-right: 2px solid #c9302c;
  background: white;
  height: 100%;
  width: 140px;
  margin: -18px auto;
}
#main > .title .text.title-animation {
  position: relative;
}
#main > .title .text.title-animation:before,
#main > .title .text.title-animation:after {
  border: 0 solid transparent;
  transition: all 0.25s;
  content: '';
  height: 24px;
  position: absolute;
  width: 24px;
}
#main > .title .text.title-animation:before {
  border-top: 2px solid #c9302c;
  left: 0;
  top: 0;
}
#main > .title .text.title-animation:after {
  border-bottom: 2px solid #c9302c;
  bottom: 0;
  right: 0;
}
#main > .title .text.title-animation:hover:before,
#main > .title .text.title-animation:hover:after {
  height: 100%;
  width: 100%;
}
#main .empty {
  width: 200px;
  font-size: 15px;
  color: #969696;
  text-align: center;
}
#main .empty .iconfont {
  font-size: 50px;
}
#main .news-notice {
  overflow: hidden;
  min-height: 300px;
}
#main .news {
  float: left;
}
#main .notice {
  float: right;
}
#main .news,
#main .notice {
  width: 45%;
}
#main .news table,
#main .notice table {
  width: 100%;
  border-top: 1px solid #B60005;
  padding-top: 10px;
}
#main .news td,
#main .notice td {
  vertical-align: middle;
  padding-bottom: 6px;
}
#main .news td.date,
#main .notice td.date {
  vertical-align: top;
  color: #666;
  text-align: center;
  font-size: 12px;
}
#main .news td.date .year,
#main .notice td.date .year {
  color: #B60005;
  font-size: 14px;
  padding: 2px 20px;
  background: #f7f7f7;
}
#main .news td.date .monthAndDay,
#main .notice td.date .monthAndDay {
  padding: 2px 20px;
  border-top: 1px solid #ddd;
  background: #f7f7f7;
}
#main .news td.title,
#main .notice td.title {
  font-size: 14px;
  vertical-align: top;
  padding-left: 5px;
}
#main .news td.title a,
#main .notice td.title a {
  color: #24292E;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  max-width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#main .news td.title a .iconfont,
#main .notice td.title a .iconfont {
  font-size: 14px;
}
#main .news td.title a:hover,
#main .notice td.title a:hover {
  color: #d81e06;
}
#main .news td.title .desc,
#main .notice td.title .desc {
  color: #969696;
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .pic-news {
  margin: 45px 0 55px;
}
#main .pic-news .pics {
  overflow: hidden;
}
#main .pic-news .pics .pic {
  position: relative;
  float: left;
  margin: 5px 8px;
  width: 220px;
  height: 150px;
  overflow: hidden;
}
#main .pic-news .pics .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
  background: url("../images/black-a0.4-bg.png");
}
#main .pic-news .pics .pic .desc {
  top: 150px;
  line-height: 18px;
}
#main .departments {
  height: 340px;
  /*分部幻灯片*/
}
#main .departments .department {
  width: 360px;
  margin: 0 15px;
  float: left;
}
#main .departments .slideBox {
  width: 100%;
  position: relative;
}
#main .departments .slideBox .hd {
  z-index: 1000;
  position: absolute;
  bottom: -35px;
  right: 0;
}
#main .departments .slideBox .hd ul {
  margin: 0;
  padding: 0;
}
#main .departments .slideBox .hd ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
  margin: 0 2px;
  background: #f7f7f7;
  color: #B60005;
  cursor: pointer;
}
#main .departments .slideBox .hd ul li.on {
  background: #B60005;
  color: white;
}
#main .departments .slideBox .bd {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#main .departments .slideBox .bd ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .departments .slideBox .bd ul li {
  width: 100%;
  vertical-align: middle;
  list-style: none;
  float: left;
}
#main .departments .slideBox .bd ul li .pic {
  width: 100%;
  height: 200px;
}
#main .departments .slideBox .bd ul li .pic .desc {
  top: 200px;
  line-height: 16px;
}
#footer {
  margin-top: 30px;
}
