body {
    font-family: "Microsoft YaHei";
}

body.night {
    background: #242424;
    color: #ccc;
}

body.night a {
    color: #ccc;
}

body.night a:hover {
    color: #fff;
}

body.night h2 {
    color: #ccc;
}

body.night .dajia .list_1 a img {
    border-color: #555;
}

body,
h2,
ul {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #d22222;
}

a:active {
    color: #8f001e;
}

.dajia {
    width: 828px;
    height: 400px;
    font-size: 13px;
}

.dajia .h2title:after {
    clear: both;
    display: block;
    height: 0;
    content: "";
}

.dajia .h2title span {
    color: #d22222;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.dajia h2 {
    float: left;
    padding: 0 2px 5px;
    color: #222;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: -1px;
}

.dajia .list_1 {
    margin-top: 15px;
    overflow: hidden;
}

.dajia .list_1 li {
    float: left;
    width: 148px;
    list-style: none;
    margin: 0 20px 0 0;
}

.dajia .list_1 li:nth-child(5),
.dajia .list_1 li:nth-child(10) {
    margin-right: 0;
}

.dajia .list_1 a img {
    width: 146px;
    height: 110px;
    border: 1px solid #cedbeb;
}

.dajia .list_1 .title {
    line-height: 20px;
    margin-top: 10px;
    max-height: 40px;
    overflow: hidden;
}