/*清除浮动*/
.clearfix:after{
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
  content:" ";
}
.clearfix{zoom:1;}
.hide{
    display: none;
}
.breadcrumbs {
  width: 1134px;
  padding: 0 15px;
}
.main {
  width: 100%;
  min-width: 1164px;
  margin: 0 auto;
}
.main_con {
  padding: 0 15px;
  width: 1134px;
  margin: 0px auto 0;
  overflow: hidden;
}
.sidebar{
    width: 165px;
    float: left;
    border: 1px solid #dfdfdf;
}
.sidebar>ul > li{
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    color: #333333;
}
.sidebar img{
    width: 18px;
    height: 10px;
    float: right;
    margin-top: 2px;
}
.sidebar >ul  .sidebar-title{
    padding: 15px;
font-weight: bold;
}
.sidebar .active{
    background-color: #fe8b00;
    color: #fff;
}
.sidebar-health{
    background-color: #fff;
    padding-bottom: 15px;
}
.sidebar-health li{
    color: #666;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
}
.health-active{
    color: #fe8b00 !important;
}
/*右侧列表*/
.right {
  width:937px;
  margin-left:20px;
  margin-bottom: 30px;
  background-color: #fff;
}
.main_con h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.main_top {
  width: 100%;
  height: 370px;
  background: #fff url(../image/bg_duty.png) center center/100% 370px no-repeat;
  margin-top: 36px;
}
.main_top img {
  width: 27px;
  height: 27px;
  margin-top: 87px;
  margin-left: 85px;
}
.main_top h2 {
  color: #fff;
  font-size: 42px;
  margin-top: 29px;
  margin-left: 85px;
}
.main_top p {
  color: #fff;
  margin-left: 85px;
  margin-top: 22px;
  font-size: 26px;
}
.main_list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main_list li {
  width: 458px;
  min-height: 296px;
  background-color: #f6f6f6;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
}
.main_list li:nth-child(2n) {
  margin-right: 0;
}
.main_list li div {
  padding:15px 15px 0 15px;
  width: 242px;
  height: 100%;
  box-sizing: border-box;
}
.main_list li h3 {
  margin-bottom: 10px;
  color: #fe8b00;
  font-size: 30px;
}
.main_list li h4 {
  margin-top:2px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold;
}
.main_list li:last-child h4 {
  /*margin-top: 10px;*/
}
.main_list li p {
  margin-top:5px;
  color: #666;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
}
.main_list img {
  width: 214px;
  height: 296px;
  position: absolute;
  top: 0;
  right: 0;
}
