#top {
  background: #b50820;
}
#top .nav_list .nav_item:hover .nav_link {
  color: #b30019;
}
#top .nav_list .nav_item .nav_ej_list .nav_ej_item:hover .nav_ej_link {
  color: #b30019;
}
#links .link-list .link-item a {
  background: url(../images/icon_link_red.png) left center no-repeat;
}
#links .link-list .link-item a:hover {
  color: #b30019;
}
#footer {
  height: 270px;
  overflow: hidden;
  background: #b30019;
}
#footer .logo {
  margin-top: 45px;
}
#footer .line {
  margin-top: 28px;
}
#footer .copyright {
  margin-top: 30px;
  font-size: 15px;
  color: #FFFFFF;
}
#footer .copyright a {
  color: #FFFFFF;
}
#footer .copyright span {
  margin: 0 10px;
}
/* 二级 */
#topPic {
  background: url(../images/topic_dj.jpg) center center no-repeat;
}
.cur-cat {
  background: rgba(99, 0, 14, 0.5);
}
#cur-pos {
  background: rgba(99, 0, 14, 0.5);
}
#wp_paging_w14 {
  margin: 30px 0;
}
#ej-main .ej_menu {
  background: #f5f5f5;
}
#ej-main .ej_menu .ej_nav_list .ej_nav_item:hover,
#ej-main .ej_menu .ej_nav_list .ej_nav_item.selected {
  background: #b30019;
}
#ej-main .ej-news-list .ej-news-item .date {
  width: 110px;
  text-align: center;
  background: url(../images/ej-date.png) right top no-repeat;
}
#ej-main .ej-news-list .ej-news-item .date .md {
  font-size: 24px;
  color: #555555;
}
#ej-main .ej-news-list .ej-news-item .date .y {
  margin-top: 12px;
  font-size: 15px;
  color: #868686;
}
#ej-main .ej-news-list .ej-news-item .info {
  width: 830px;
  padding-right: 20px;
}
#ej-main .ej-news-list .ej-news-item .info .title {
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  color: #202020;
  font-weight: bold;
  background: url(../images/bg_title_red.png) left bottom no-repeat;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ej-main .ej-news-list .ej-news-item .info .title:hover {
  color: #b30019;
}
#ej-main .ej-news-list .ej-news-item .info .desc {
  margin-top: 14px;
  font-size: 15px;
  color: #686868;
  line-height: 28px;
}
#ej-main .ej-news-list .ej-news-item .info .desc a {
  margin-left: 10px;
  color: #b30019;
}
#ej-main .ej-news-list .ej-news-item:hover {
  box-shadow: 0 0 10px #d4d4d4;
}
#ej-main .ej-news-list .ej-news-item:hover .date .md {
  color: #b30019;
}
#ej-main .pager {
  margin: 30px auto;
  text-align: center;
}
#ej-main .pager table {
  display: inline-block;
  margin: auto;
}
#ej-main .detail_content .title {
  margin-top: 45px;
  line-height: 48px;
  font-size: 32px;
  color: #202020;
  padding-left: 10px;
}
#ej-main .detail_content .info {
  height: 42px;
  padding: 0 0 24px 10px;
  line-height: 42px;
  margin: 14px auto 0 auto;
  font-size: 14px;
  color: #666666;
  border-bottom: 2px solid #edebeb;
  background: url(../images/bg_dt_t.png) left bottom no-repeat;
}
#ej-main .detail_content .info span {
  padding-left: 20px;
  margin: 0 20px 0 0;
}
#ej-main .detail_content .info .info_01 {
  background: url(../images/icon_dt_01_red.png) left center no-repeat;
}
#ej-main .detail_content .info .info_02 {
  background: url(../images/icon_dt_02_red.png) left center no-repeat;
}
#ej-main .detail_content .info .info_03 {
  background: url(../images/icon_dt_03_red.png) left center no-repeat;
}
#ej-main .detail_content .showHtml {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 180px;
}
