.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom:25px;
}
.location {
    width: 100%;
    height: 40px;
    line-height: 40px;
   
    box-sizing: border-box;
    background:  no-repeat;
    background-size: 100% 100%;
}


.box_1 {
    height: auto;
    width: 229px;
  border: 1px solid #ccc;    background-color: #fff;
}
.box_2 {
    width: 938px;
    border: 1px solid #ccc;    background-color: #fff; min-height:500px;
}
.fl{float:left;}
.fr{float:right;}


.dw {    font-size: 14px;
    font-family: "微软雅黑";
    color: #303030;}
.dw span a{  font-size: 14px;
    font-family: "微软雅黑";
    color: #303030;}
.content_all{    background: ;}
.art_tit{font-size:16px; line-height:32px;}
.art_tit span{font-size:16px; line-height:32px;}
.art_tit  p,a{font-size:14px; line-height:32px;}

.tit{ background:  no-repeat left;   padding-left: 10px;}
.tit a{font-size:14px;font-family: "微软雅黑";}
.li{background:  no-repeat 15px; line-height: 40px; text-indent: 35px;}
.tsdate{font-size: 14px;  float: right;font-family: "微软雅黑"; width: 150px;text-align: right;}

.syss_body li{    line-height: 40px;text-indent:10px;background:  no-repeat left;}
.syss_body{padding:20px; font-size:16px; line-height:32px;}







.cd-accordion-menu { margin-top:10px;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  
  color: #202020; padding-left: 20px; display: block; line-height:46px;
  
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
  background:  no-repeat 20px center;

height: 46px;
line-height: 46px;
text-decoration: none;
color:
#202020 !important;
font-size: 16px;
font-family: "微软雅黑";
}
.cd-accordion-menu label:hover{
background:#2d60bd; display: block;height: 46px;line-height: 46px;color:#ffffff !important;font-size: 16px;}

.cd-accordion-menu label a:hover{
background:#2d60bd; display: block;height: 46px;line-height: 46px;color:#ffffff !important;font-size: 16px;}

.cd-accordion-menu a:hover{
background:#2d60bd; display: block;height: 46px;line-height: 46px;color:#ffffff !important;font-size: 14px;}

.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: ;
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translatey(-50%) rotate(-90deg);
  -moz-transform: translatey(-50%) rotate(-90deg);
  -ms-transform: translatey(-50%) rotate(-90deg);
  -o-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background:  no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked   label::before {
  /* rotate arrow */
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked   label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked   label   ul,
.cd-accordion-menu input[type=checkbox]:checked   label:nth-of-type(n)   ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
 
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 55px; font-size: 13px;
}

.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a:hover{font-size: 13px;}