@charset "UTF-8";
.footerCnLaw, .headerNavTop,
.container {
  min-width: 1170px; }

/*面包屑导航*/
.navLaw .breadTop li a {
  cursor: auto; }

.navLaw .breadTop li:first-child a {
  cursor: pointer; }

.navLaw .breadTop li:nth-child(2) a:hover {
  color: #333333; }

.navLaw .breadTop li:first-child a:hover {
  color: #da2d29; }

.listContent {
  width: 1170px;
  margin: auto; }
  .listContent .videoTit {
    height: 40px;
    border: 1px solid #ededed;
    background: #fafafa; }
    .listContent .videoTit .titText {
      display: inline-block;
      font: 21px/38px 'kaiti';
      margin: 0;
      padding: 0 96px 0 26px;
      color: #db2b2b;
      background: url(../selfBuildLiterature/imgs/titShadow.png) no-repeat right 0;
      background-color: #fff;
      font-weight: 600; }
  .listContent .resultList {
    padding: 40px 15px 0 15px;
    overflow: hidden; }
    .listContent .resultList .list_item {
      width: 50%;
      float: left;
      margin-bottom: 40px;
      height: 42px;
      padding-left: 62px;
      padding-right: 20px;
      background: url(../judicialPractice/img/i-ancient.png) no-repeat left center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .listContent .resultList .list_item .item_title {
        width: 100%;
        line-height: 42px;
        margin-bottom: 3px;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .listContent .resultList .list_item .item_title:hover {
        color: #cc3333; }
