* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ccc;
}

.box {
    width: 700px;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: #fff;
}

.box h1 {
    text-align: center;
}

.box p {
    color: rgb(254, 66, 69);
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.box span {
    text-align: center;
    display: block;
}

.box h3 {
    width: 150px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    background-color: rgb(254, 66, 69);
}

.box h4 {
    text-align: center;
}

.box .banner {
    width: 100%;
    height: auto;
}

.box .banner img {
    width: 100%;
}

.item {
    width: 700px;
    height: auto;
    margin: auto;
    padding-top: 20px;
    padding: 10px;
    background: #fff;
}

.item h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: rgb(254, 66, 69);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.list {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}


.list .top {
    display: flex;
    align-items: center;
}

.top img {
    width: 40px;
    margin-right: 10px;
    border: 1px solid #f5f6f7;
    border-radius: 3px;
}

.top p {
    display: flex;
    flex-direction: column;
}

.top .s1 {
    font-size: 16px;
    color: red;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 5px;
}

.top .s2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #000;
    opacity: 0.5;
}

.bottom {
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    opacity: 0.7;
}

.news {
    width: 100%;
    margin: auto;
}

.news .list {
    cursor: pointer;
}
.news .list .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.news .list .con {
    color: #000;
    opacity: 0.7;
    font-size: 16px;
    line-height: 28px;
    text-align: left !important;
    display: flex;
}

.items {
    width: 700px;
    height: auto;
    min-height: 100vh;
    margin: auto;
    background-color: #fff;
}

.items .list {
    width: 95%;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    cursor: pointer;
}

.items .list .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.items .list span {
    color: rgba(0,0,0,0.8);
    font-size: 15px;
    margin-left: 10px;
}

.items .list .con {
    color: #000;
    opacity: 0.6;
    font-size: 15px;
}

.details {
    width: 700px;
}

.details .title {
    width: 95%;
    height: 70px;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: auto;
}

.details .title span {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: #000;
    opacity: 0.7;
}

.details .con {
    width: 95%;
    margin: 20px auto;
}