* {
    margin: 0 auto;
}

body {
    font-family: "微软雅黑", "Regular";
}

@media screen and (min-width:768px) {
    /*内容*/
    .box {
        width: 1160px;
        overflow: hidden;
        margin: 0 auto;
    }
    /*检索按钮*/
    .jsinput {
        height: 110px;
        position: relative;
        margin: 0 auto;
    }
    .jsbox {
        width: 800px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .js {
        width: 102px;
        height: 42px;
        line-height: 42px;
        float: left;
        font-size: 30px;
    }
    .input input {
        width: 576px;
        height: 38px;
        float: left;
        padding-left: 12px;
    }
    .ss {
        width: 100px;
        height: 42px;
        line-height: 42px;
        background: #00b2b2;
        color: #fff;
        float: left;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
    }
    .jgshow {
        width: 360px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .checkbox {
        width: 30px;
        height: 30px;
        padding: 0 15px 0 55px;
        float: left;
    }
    .checkbox label {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        border: 1px solid #00b2b2;
        cursor: pointer;
    }
    #myCheck {
        display: none;
    }
    #myCheck:checked+label {
        background-color: #eee;
        text-align: center;
        font-size: 20px;
    }
    #myCheck:checked+label:after {
        content: "\2714";
    }
    .jsts {
        font-size: 18px;
        width: 110px;
        float: left;
    }
    /*标题*/
    .title {
        font-family: '微软雅黑', 'Regular';
        border-bottom: 1px dotted #d5d5d5;
        border-top: 1px dotted #d5d5d5;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #8f8f8f;
    }
    .jswenzi {
        font-size: 18px;
        color: #00b2b2;
    }
    .bigjswenzi {
        font-size: 24px;
        color: #00b2b2;
    }
    /*内容*/
    .list {
        padding-bottom: 15px;
        color: #666666;
        border-bottom: 1px dotted #d5d5d5;
        position: relative;
    }
    .listTitle {
        height: 86px;
        line-height: 86px;
        font-size: 24px;
    }
    .listTitle1 {
        float: left;
    }
    .date {
        width: 200px;
        float: left;
        font-size: 18px;
        margin-left: 10px;
    }
    .neir {
        margin-top: 5px;
        font-size: 18px;
        color: #404040;
    }
    .border {
        height: 4px;
        width: 148px;
        background: #00b2b2;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .jiaob {
        height: 164px;
        position: relative;
    }
    .clear {
        clear: both;
    }
    .jbbox {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .jiaob div {
        float: left;
        height: 64px;
        line-height: 64px;
        margin: 0 4px;
        cursor: pointer;
    }
    .back,
    .next {
        width: 129px;
    }
    .last,
    .suoy {
        width: 64px;
    }
    .jiaob .suoy {
        border: 1px solid #00b2b2;
        color: #00b2b2;
        font-size: 30px;
        text-align: center;
        height: 62px;
        width: 62px;
    }
    .back,
    .next,
    .last,
    .jiaob .moren {
        background: #00b2b2;
        color: #fff;
        text-align: center;
        font-size: 24px;
    }
    /*加载更多*/
    .jzgd {
        display: none;
    }
    .daohang {
        display: none;
    }
}


/*手机端*/

@media screen and (max-width:768px) {
    /*导航*/
    .daohang {
        font-size: 0.28rem;
    }
    /*内容*/
    .box {
        width: 93%;
        overflow: hidden;
        margin: 0 auto;
    }
    /*检索按钮*/
    .jsinput {
        position: relative;
        margin: 0 auto;
    }
    .jsbox {
        width: 100%;
        height: 0.7rem;
        padding-top: 0.2rem;
    }
    .js {
        display: none;
    }
    .input input {
        width: 76%;
        height: 0.53rem;
        float: left;
        padding-left: 12px;
    }
    .ss {
        width: 16.6%;
        height: 0.6rem;
        line-height: 0.6rem;
        background: #00b2b2;
        color: #fff;
        float: left;
        text-align: center;
        font-size: 0.18rem;
        cursor: pointer;
    }
    .jgshow {
        width: 100%;
        height: 0.55rem;
        line-height: 0.55rem;
        margin: 0 0 0.2rem 0;
    }
    .checkbox {
        width: 0.5rem;
        height: 0.5rem;
        float: left;
    }
    .checkbox label {
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        display: block;
        border: 0.01rem solid #00b2b2;
        cursor: pointer;
    }
    #myCheck {
        display: none;
    }
    #myCheck:checked+label {
        background-color: #eee;
        text-align: center;
        font-size: 0.2rem;
    }
    #myCheck:checked+label:after {
        content: "\2714";
    }
    .jsts {
        font-size: 0.3rem;
        float: left;
        margin-left: 0.2rem;
    }
    /*标题*/
    .title {
        font-family: '微软雅黑', 'Regular';
        border-bottom: 0.01rem dotted #d5d5d5;
        border-top: 0.01rem dotted #d5d5d5;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.2rem;
        color: #8f8f8f;
    }
    .jswenzi {
        font-size: 0.28rem;
        color: #00b2b2;
    }
    /*内容*/
    .list {
        color: #666666;
        border-bottom: 0.01rem dotted #d5d5d5;
        position: relative;
        padding: 0.2rem 0;
    }
    .listTitle {
        font-size: 0.28rem;
    }
    .listTitle1 {
        line-height: 0.5rem;
    }
    .date {
        font-size: 0.27rem;
    }
    .neir {
        font-size: 0.22rem;
        color: #404040;
        margin: 0.2rem 0;
    }
    .border {
        height: 0.04rem;
        width: 1.4rem;
        background: #00b2b2;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .jiaob {
        display: none;
    }
    .clear {
        clear: both;
    }
    .jbbox {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .jiaob div {
        float: left;
        height: 64px;
        line-height: 64px;
        margin: 0 4px;
        cursor: pointer;
    }
    .back,
    .next {
        width: 129px;
    }
    .last,
    .suoy {
        width: 64px;
    }
    .jiaob .suoy {
        border: 1px solid #00b2b2;
        color: #00b2b2;
        font-size: 30px;
        text-align: center;
        height: 62px;
        width: 62px;
    }
    .back,
    .next,
    .last,
    .jiaob .moren {
        background: #00b2b2;
        color: #fff;
        text-align: center;
        font-size: 24px;
    }
  
}