/* CSS Document */
.duty_1 .title{ margin-bottom:25px; font-size:16px; font-weight:bold;}
.duty_1 .pic{ margin-bottom:25px;}
.duty_1 .pic img{width:100%;}
.duty_1 .content{ margin-bottom:50px; }
.duty_1 .content1{ padding-left:35px; margin-bottom:50px; }

.duty_1 .content1 li {
  margin-bottom: 30px;
  overflow: hidden;
}
.duty_1 .content1 li.no1 .left {
  background: url("../images/duty/bar1.png") no-repeat scroll 0 6px;
}
.duty_1 .content1 li.no2 .left {
  background: url("../images/duty/bar2.png") no-repeat scroll 0 4px;
}
.duty_1 .content1 li .left {
  float: left;
  line-height: 22px;
  text-indent: 25px;
  width: 90px;
}
.duty_1 .content1 li .right {
  display: inline-block;
  float:left;
  width:145px;
}



.duty_2 .title{ margin-bottom:25px; font-size:16px; font-weight:bold;}
.duty_2 .content{ margin-bottom:50px; padding-left:35px;}

.duty_2 .content li{ margin-bottom:20px;overflow:hidden;}
.duty_2 .content li .left {
  display: inline-block;
  width: 101px;
  float:left;
}
.duty_2 .content li .right {
  display: inline-block;
  float:left;
  width:134px;
}