 .daojishi-div-box {
            width: 100%;
        }
        .daojishi-div-box .daojishi-div-box-top {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        .daojishi-div-box .daojishi-div-box-top .daojishi-first-box {
            width: 620px;
            height: 244px;
            background-color: #e5be6b;
            /*text-align: center;*/
        }
.daojishi-div-box .daojishi-div-box-top .daojishi-second-box {
    width: 455px;
    height: 187px;
    border: 8px solid #d38310;
    background-color: #244242;
    text-align: center;
    padding: 20px 80px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 10px;
}
        .daojishi-div-box .daojishi-div-box-top .daojishi-second-box .title {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .daojishi-second-box p span {
            color: #eef903;
            font-weight: 600;
        }
        .daojishi-div-box .daojishi-div-box-top .daojishi-second-box .time {
            font-size: 35px;
            margin-top: 8px;
        }
        .daojishi-div-box .daojishi-div-box-bottom {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .daojishi-div-box .daojishi-div-box-bottom .item {
            width: 240px;
            height: 160px;
            padding: 10px 0;
            background-color: #f8fafd;
            text-align: center;
        }
        .daojishi-div-box .daojishi-div-box-bottom .item .title {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
        }
        .daojishi-div-box .daojishi-div-box-bottom .item .title img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        .daojishi-div-box .daojishi-div-box-bottom .item .title span {
            font-size: 18px;
            color: #338fff;
            font-weight: bold;
        }
        .daojishi-div-box .daojishi-div-box-bottom .item>img {
            width: 100px;
            height: 100px;
            display: inline-block;
            margin: 0 auto;

        }
        .daojishi-div-box .daojishi-div-box-bottom .item-info {
            text-align: center;
            font-size: 14px;
            color: #666666;
            line-height: 2;
        }
        .daojishi-div-box .daojishi-div-box-bottom .item-info a {
            color: #338fff;
            text-decoration: underline;
        }
        p {
              margin: 0;
              padding: 0;
          }