/**组件样式*/
.jgyjs input {
    line-height: 36px;
    width: calc(100% - 10px);
    border: 1px solid #bbb;
    margin-bottom: 10px;
    padding-left: 10px;}
.jgyjs .sszy{
    width: 78%;
    float:left;
    margin-right:2%
;}
.jgyjs .search-btn{
       width: 20%;
    float: left;
    background: #9e2e24;
    border: 1px solid #9e2e24;
    color: #fff;
    padding-left: 0;}

ul.jsqh li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    line-height: 36px;
    cursor: pointer;
    padding-left: 10px;}

ul.jsqh li a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    margin-right: 3px;
    border-radius: 50%;}

ul.jsqh li a.on span {
       border: 1px solid #9e2e24;
    background: #9e2e24;}
.keywordfontcolor1073624{ color: red;}
    .leftcontent {
        border-bottom: 2px solid #EEEEEE;
        width: 100%;
        height: 200px;}

    .leftcontent>a>.biaoti {
      
      width: 95%;
        margin: 0 auto;}

    .leftcontent>a>img {
        width: 20%;
        height: 146px;
        margin: 13px;
        float: left;}

    .leftcontent>a>.biaoti>h3 {
        display: inline-block;
        float: left;
        margin-top: 13px;
        color: #9e2e24;
        width: 543px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;}

    .leftcontent>a>.biaoti>span {
        float: right;
        margin-top: 16px;
        margin-left: 13px;
        color: #666666;}

    .bcontent {
       width: 95%;
        margin: 0 auto;
     
     
        text-indent: 2em;
        color: #999999;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 30px;}

    .leftcontent>a>p {
        display: inline-block;
        float: right;
        color: #9e2e24;
        margin-right: 7px;}

    @media (max-width: 1240px) {
        .leftcontent>a>img {
             width: 96%;
    height: auto;
    margin: 2%;
    float: none;}

        .leftcontent>a>.biaoti {
                display: block;
    float: none;
    width: 95%;
    margin: 10px auto;}

        .bcontent {
          width: 95%;
    display: inline-block;
    float: none;
    text-indent: 2em;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    margin: 10px auto;}

        .leftcontent {
            border-top: 2px solid #EEEEEE;
            width: 100%;
            height: auto;}
    }
