* {
    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: 60%;
    float: left;
}

.conright {
    width: 35%;
    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%;
    font-size: 14px;
    line-height: 53px;
}
.conright li.on{
    background: rgb(177, 0, 1);;
}
.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;
    text-indent: 56px;
    line-height: 53px;
}
.conright p  a{
    display: block;
    width: 100%;
    height: 100%;
}

.icon01 {
    background: url(../images/jcgk1.png) no-repeat 15px center;
}
.icon022{
     background: url(../images/jcgk22.png) no-repeat 15px center;
}
.on .icon01{
    background: url(../images/jcgk1_active.png) no-repeat 15px center;
    color:#fff;
}
.icon02 {
    background: url(../images/jcgk2.png) no-repeat 15px center;
}

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

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

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

div#container {
    margin: 0 auto;
    text-align: left;
    width: 990px;
    background: #FFFFFF;
}


@media(max-width:1200px){
    .container{
        width:100%;
    }
}
@media(max-width:990px){
    div#container {
        width:100%;
        padding:0px 8px;
        box-sizing: border-box;
    }

}

@media(max-width:700px){
    .conleft,
    .conright {
        width:100%;
   
    }
    .conright{
        font-size:0px;
    }
    .conright li{
        width:49%;
        display: inline-block;
        margin-left: 0px;
        box-sizing: border-box;
    }
    .conright li:nth-child(2n){
        margin-left:1%;
    }
    .content{
        position: relative;
        padding-top: 190px;
    }
    .conright{
        position: absolute;
        top: 15px;
        left: 0px;
    }
}
