/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
}
#Content_section{
  width: 100%;
  height: 100%;
  background: url(../images/lb_bj.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.Content_block{
  width: 1300px;
  height: 1100px;
  margin: 0 auto;
  background: white;
  box-shadow:0px 0px 5px #CCCCCC;
      margin-top: 50px;
      margin-bottom: 50px;
}
.Content_left{
  width: 300px;
  height: 1100px;
  border-right: 2px solid rgb(229,229,229);;
  float: left;
}
.Content_title{
  width: 240px;
  height: 100px;
  background: green;
  text-align: center;
  line-height: 100px;
  margin: 25px;
}
.Content_title h1{
  color: white;
  font-size: 20px;
}



@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
}
.list_dt{
  margin: 20px;
    color: black;
    width: 182px;
    padding: 0 40px 0 20px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 2px solid rgb(229,229,229);;
  /* margin: 20px; */
  margin-left: 20px;
  text-align: center;
  
}
.list_dt p{
  font-size: 16px;
}

.list_dt:hover{
    background: rgb(229,229,229);
  color: green;
}

.list_dt_icon{
    position: absolute;
    left: 10px;
    top: 18px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/you.png) no-repeat;
    background-size: cover;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
    background-size: cover;
}
.list_dd{
    display: none;
}
.list_li{
    list-style-type: none;
    color: black;
     width: 180px;
    padding: 0 30px;
    height: 40px;
    line-height: 34px;
    cursor: pointer;
  text-align: center;
  margin-left: 20px;
}
.list_li:hover{
    background: green;
  color: white;
}
.content_rigth{
  width: 980px;
  height: 1100px;
  float: right;
}
.content_r_tit{
  width: 980px;
  height: 50px;
  border-bottom: 1px solid rgb(229,229,229);
  margin-top: 30px;
}
.content_r_tit h1{
  font-size: 20px;
  height: 50px;
  margin: 15px 15px;
  color: #008000;
  display: inline-block;
}
.content_r_tit ol{
  float: right;
      margin-right: 10px;
  margin-top: 18px;
}
.content_r_tit ol img{
  vertical-align: middle;
  margin: 0px 10px;
  display: inline-block;
}
.content_r_tit ol li{
  display: inline-block;
  /* margin: 0px 10px; */
}
.content_r_tit ol li a{
  color: black;
}
.content_r_list{
  
}
.content_r_list ul{
  /* margin-top: 20px; */
  border-bottom: 1px solid rgb(229,229,229);
  padding: 10px;
}
.content_r_list ul li{
  list-style: disc;
  margin-left: 20px;
  line-height: 38px;
}
.content_r_list ul li a{
  font-size: 16px;
  color: black;
}
.content_r_list ul li span{
  float: right;
}
.page{
  width: 980px;
  height: 50px;
  margin-top: 50px;
}

.page{ padding: 3px; text-align: center; width: 980px; margin: 0 auto; margin-top: 50px; border-radius: 4px; }
.page a { border: 1px solid #999; padding: 2px 10px; margin-right: 4px; background: #fff; color: #000; border-radius: 4px; }
.page span{padding:2px 10px;margin-right:4px;color:#fff;background:green;border-radius:4px;}
.page a:hover { border: 1px solid #164fa6; padding: 2px 10px; margin-right: 4px; background: green; color: #fff; text-decoration: none; border-radius: 4px; }
.page input { width: 50px; border-radius: 4px; }
.page .but { background: none; color: #000; float: none; border: 0; border-radius: 4px; }
.page span.current a { background: #164fa6; font-weight: bold; border-radius: 4px; }


