/* 日期浏览量区域样式 */
.r_con .content .item_info_right {
    padding-top: 15px;
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
    border-top: 1px dashed #eeeeee;
}
.r_con .content .item_info_right span {
    color: #999999;
    font-size: 16px;
    font-family: Roboto-Regular;
    margin-left: 8px;
    line-height: 28px;
}
/* 左侧区域样式 */
.l_nav {
  width: 278px;
  float:left;
/*height:0; */
}
.l_nav .top_title {
  width: 100%;
  height: 86px;
  background: url(../images/title-bg.png) ;
 /*  background-color: #003f88; */
}
.l_nav .top_title .catalog {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  font-family: twoFont;
  text-align: center;
  line-height: 86px;
}
.l_nav .link_nav {
  width: 100%;
  padding-bottom: 32px;
  background-color: #f8fafd;
  margin-bottom:20px;
}
.l_nav .link_nav li {
  height: 58px;
  background-color: #f8fafd;
  padding: 0 20px;
}
.l_nav .link_nav li a {
  display: block;
  width: 100%;
  padding-left: 33px;
  line-height: 57px;
  font-size: 18px;
  color: #333333;
  font-family: fourFont;
  border-bottom: 1px solid #dbdbdb;
  overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
}
.l_nav .link_nav li .drop-link {
    display: none;
}
.l_nav .link_nav li .drop-link a{
  height: 58px;
  width: 100%;
  line-height: 58px;
  color: #333333;
  font-size: 16px;
  font-family: fourFont;
  padding-left: 24px;
  border: none;
  font-weight: normal;
 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l_nav .link_nav li .drop-link .on{
  color: #003f88;
}
.l_nav .link_nav .selected {
  background: url(../images/rec.png) no-repeat left 12px;
  background-color: #f8fafd;
}
.l_nav .link_nav .selected a {
  color: #003f88;
  font-weight: bold;
  border-bottom: 1px solid #003f88;
  /*padding-left: 60px;*/
}
.l_nav .link_nav .selected .drop-link a{
  padding-left: 60px;
  background: url(../images/left-icon.png)no-repeat 40px center;
}
.r_con .ad a:hover{
  color: #003f88;
}
@media screen and (max-width: 950px) {
  .l_nav {
    width: 100%;
    /*position: initial;*/
   height:auto;
    margin-top: 0px;
  }
/*   .l_nav .top_title {
    width: 100%;
    height: 100px;
    background: url(../images/title_bg.png) repeat;
  } */
}
