* {
    margin: 0;
    padding: 0;
}

.sjsnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sjsnav a {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 8px 0;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #282828;
}

#list {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 4%;
}

.list {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 2%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    margin-top: 4%;
    border-radius: 4px;
}

.listimg {
    width: 38%;
    border-radius: 4px;
    overflow: hidden;
}

.listcont {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    box-sizing: border-box;
    padding: 3% 2% 5.5%;
    text-align: justify;
}

.listcont>a {
    height: 76%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #282828;
}

.listcont p.top {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.listcont p.top span {
    display: inline-block;
    font-size: 12px;
    margin-left: 12px;
    box-sizing: border-box;
    padding: 0 6px;
    border-radius: 3px;
    font-weight: lighter;
    letter-spacing: 0;
    position: relative;
    top: -2px;
}

.listcont p.middle {
    box-sizing: border-box;
    padding-left: 24px;
    background-image: url('../images/icon11.png');
    background-size: 16px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, .65);
    letter-spacing: 0;
}

.listcont p.middle span {
    display: block;
    font-size: 14px;
    color: #282828;
    letter-spacing: 0;
}

.listcont p.btm {
    box-sizing: border-box;
    padding-left: 24px;
    background-image: url('../images/icon22.png');
    background-size: 16px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    color: #000000;
}

.listcont .tz {
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 11px;
}

.listcont .tz a:last-child {
    color: #282828;
    background-color: #d2ad6e;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2px 6px 1px;
    border: 1px solid #d2ad6e;
}

.listcont .tz a:first-child {
    color: #282828;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2px 6px 1px;
    border: 1px solid #282828;
    margin-right: 5%;
}


/* 点击加载 */

.clickdiv {
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0;
    margin-top: 12px;
}

.clickdiv a.clicklazy {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 18px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    letter-spacing: 1.5px;
    color: #282828;
}