* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.pos .septumX {
    height: 8px;
    background: url(../images/jcgkback.png) 0 0 repeat-x;
}
.pos{
    color: #333;
    font-size:14px;
    font-family: "Microsoft YaHei";
}

.pos {
    width: 100%;
    height: 65px;
    line-height: 65px;
}

.content::after {
    content: '';
    display:block;
    visibility: hidden;
    clear: both;
}

.content {
    padding-top: 32px;
}

.conleft {
    width: 69%;
    float: left;
    margin-top: -20px;
}

.conright {
    width: 26%;
    float: right;
}

.conright li {
    height: 51px;
    border: 1px #ccc solid;
    line-height: 160%;
    font-size: 118.8%;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
    background: url(../images/column_list20180505.gif)repeat-x;
    margin-bottom: 10px;
    width: 99%;
}
.conleft li a,.conleft li{
   font-size: 16px;
   font-family:"Microsoft YaHei";
   dispaly:block;
  /* width:90%;   
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;*/

}

.conright p {
    padding: 10px 0px 10px 56px;
    margin-bottom: 0px;
    outline: none;
    cursor: pointer;
}

.icon01 {
    background: url(../images/jcgk1.png) no-repeat 15px center;
}

.icon02 {
    background: url(../images/jcgk2.png) no-repeat 15px center;
}

.icon03 {
    background: url(../images/jcgk3.png) no-repeat 15px center;
}
.icon04 {
    background: url(../images/jcgk4.png) no-repeat 15px center;
}

.conleft .list li{
    padding-left: 15px;
    background: url(../images/dian1.jpg) 3px 17px no-repeat;
}
.conleft .list li span{
    /* color: #bd1a2d; */
}
.list li a {
    color: #404040;
}

.list li a span{
    font-size: 16px !important;
    font-family: "Microsoft YaHei" !important;
}

.list li {
   /* height: 38px;*/
    line-height: 38px;
}
.list li:nth-child(5n) {padding-bottom: 20px;border-bottom: 1px dashed #dcdcdc;margin-bottom: 20px;}
.list li:last-child,.list li.no {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 27px;
}
.list {
   padding-bottom:30px;
}
.conleft .list{/* display:none; */height: auto;background: none;margin: 0 auto 30px !important;line-height: inherit;padding: 0px;}


  @media screen and (max-width: 780px) {
      .content{
          position:relative;
      }
      .conleft{
          width:100%;
          padding-top: 100px;
      }
      .conright{
          width:100%;
          height: 126px;
          position: absolute;
          top: 0;
          left: 0;
      }
      .conright li{
          width: 49%;
          float:left;
      }
       .conright li:nth-child(1){
           margin-right:5px;
       }
       .conright li:nth-child(3){
           margin-right:5px;
       }
  } 
