.main-part {
   width: 1200px;
   margin: 0 auto 30px;
}

.left-part {
   float: left;
   width: 24%;
}

.left-part .cat-item {
   width: 100%;
  margin: 10px 0;
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  background: #f0f0f0;
}

.left-part .current-cat { 
  background: #1e7ab9;
}

.left-part .cat-item a {
    height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
      display: block;
    padding: 0 0 0 10%;
}

.left-part .current-cat a {
   color: #fff;
}

.right-part {
  float: left;
  width: 74%;
  margin: 10px 0 0 2%;
}

.right-part .lan-tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1e7ab9;
}

.right-part .lan-tit span {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-size: 20px;
  color: #fff;
}

.right-part .lan-con {
  width: 100%;
}

.list-0 {
  width: 100%;
}

.list-top {
  width: 100%;
  border-bottom: 2px solid #c4c4c4; 
    background: #f9f9f9;
    margin-top: 8px;
}

.list-0 .list-tit {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 30px;
   font-size: 16px;
  color: #333;
  font-weight: bold;
}

.list-0 .list-more {
  display: block;
  height: 50px;
  line-height: 50px;
  float: right;
  padding-left: 30px;
   font-size: 16px;
  color: #333;
  font-weight: bold;
}

.list-0 .list-more a {
    color: #000;
}

.list-more a:hover {
    color: red;
}

.list-1 {
    width: 100%;
      padding-left: 30px;
}

.list-1 a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  background: url(../images/dot.jpg) left 6px top 23px no-repeat;
}