.content{
    width:1200px;
    margin:0 auto;
    padding:0px 10px 40px 10px;
  
}
.jrscbox{
  margin-bottom:15px;
}
.con1left,.con1right{
    width: 48%;
  }
  .con1left{
    float: left;
  }
  .con1right{
    float: right;
  }

.comtit {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding: 16px 0px;
}
.comtit span {
    border-left: 6px solid #ae1110;
}
.comtit span  {
    color: #cc2728;
    font-weight: bold;
    padding: 0 15px;
    font-size: 22px;
    display: inline-block;
    height: 24px;
}
.comtit a {
    float: right;
    line-height: 24px;
    color: #333;
}
.comul ul li {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    background: url(../images/index202109/scindex_comdian.png) no-repeat 0px 18px;
}
.comul ul li a {
    font-size: 18px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color:#000;
    float: left;
    width: 85%;
}
.comul ul li span{
  float:right;
}
.comul ul li a:hover {
    color: red;
    text-decoration: underline;
}
.pos{
    line-height: 24px;
    font-size: 16px;
    padding: 18px 0;
  
}
@media (max-width:1200px){
  .container{
    width:100%;
  }
  .content{
    width:100%;
    box-sizing: border-box;padding:20px 8px;
  }
  .pos {
    padding: 13px 10px;
    box-sizing: border-box;
}
}

@media (max-width:768px){
  .comul ul li span{
    display:none;
  }
  .comul ul li a{
    width:100%;
    overflow: unset;
    white-space: unset;
    float: none;
   }
   .comul ul li{
     height:auto;
     background: url(../images/index202109/scindex_comdian.png) no-repeat 0px 16px;
   }
}
@media (max-width: 600px){
  .con1left,.con1right{
    width: 100%;
  }
  .comul ul li a{
    line-height:32px;
    font-size: 16px;
  }
  .comtit span{
    font-size:18px;
    height:18px;
    line-height:18px;
  }
  .comul ul li {
    background: url(../images/index202109/scindex_comdian.png) no-repeat 0px 15px;
  }
}
