.content1 {

        width: 1200px;

        margin: 50px auto;
        margin-bottom: 40px;
        margin-top:20px;

      }
  .slsearch{width: 1200px;margin:0 auto;margin-top:70px;overflow: hidden;text-align: right;}
      .content1 ul {

        width: 1200px;

        margin: 0 auto;

      }

.jsk{width: 260px;height: 40px;line-height: 40px;padding:0 10px;border:1px solid #ccc}
.tjs{height: 40px;background: url(/cms_files/filemanager/1442220119/picture/20255/9FD2D5EBBA518AE368AF882BAB596A37.png) no-repeat center center #0082C7;width: 50px;
border:none;cursor: pointer;}
      .content1 ul li {

        font-size: 16px;
  	 line-height:30px;
        overflow:hidden;

        color: #666666;

        padding: 6px 0;
        padding-left:15px;
        border-bottom: 1px solid #E5E5E5;
        position:relative;

      }
  .content1 ul li:before{
  position:absolute;
    display:table;
    content:"";
    width:5px;
    height:5px;
    border-radius:50%;
    background:#666;
    top:19px;
    left:0;
  }

i.highlight{font-style: normal;color: #0082C7}
      .content1 ul li:hover {

        color: #0082C7

      }



      .content1 ul li>span {

        font-size: 16px;

        float: right;
        
        color: rgba(192,192,192,1);


      }
  .content1 ul li:hover>span:first-child{color:#0082C7 !important}
      @media screen and (max-width: 750px) {
        .slsearch{width:100%;margin-top:0;padding: 0 0.3rem;}
        .jsk{font-size:16px;float:left;width:80%}
        .tjs{width:20%}
        .content1{width: 100%;margin:0;padding:0 0.2rem;margin-bottom: 1rem}
        .content1 ul{width: 100%;}
        .content1 ul li:before{display:none}
        .content1 ul li{font-size: 0.3rem;line-height: 1.5;list-style: none;padding-left:0}
        .content1 ul li>span{font-size: 0.3rem;float: none;margin-left:0.2rem;margin-left:0}
        .content1 ul li>span:first-child{width:75% !important}
      }