.similar {
            overflow: hidden;
            padding: 70px 0;
        }

        .similar .title {
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            color: #000000;
            padding: 34px 0;
        }

        .similar .list li {
            float: left;
            width: 288px;
            overflow: hidden;
        }

        .activity {
            padding: 50px 0;
            width: 1200px;
            margin: 0 auto;
        }

        .activity .infoBox {
            width: 100%;
            box-shadow: 0 0 10px rgba(192, 192, 192, 0.4);
            overflow: hidden;
            border-radius: 5px;
            position: relative;
        }

        .activity .infoBox .pic {
            width: 600px;
            height: 100%;
            float: left;
        }

        .activity .infoBox .cont {
            position: absolute;
            right: 0;
            width: 600px;
            height: 100%;
            padding: 60px 40px;
            float: left;
        }

        .activity .infoBox .cont .title {
            font-size: 24px;
            font-weight: 700;
            text-align: left;
            color: #000000;
            line-height: 36px;
        }

        .activity .infoBox .cont .time {
            font-size: 14px;
            margin: 14px 0;
            margin-bottom: 60px;
        }

        .activity .infoBox .cont .desc {
            opacity: 0.5;
            font-size: 14px;
            line-height: 26px;
            font-weight: 500;
        }

        .activity .infoBox .cont .downloads {
            width: 105px;
            height: 35px;
            background: #fff;
            border-radius: 18px;
            font-size: 14px;
            font-weight: 500;
            color: #000000;
            box-shadow: 0 0 5px rgba(192, 192, 192, 0.4);
            position: absolute;
            right: 40px;
            top: 60px;
            line-height: 35px;
            text-align: center;
        }

        .activity .infoBox .cont .downloads .iconfont {
            margin-left: 5px;
        }

        .activity .infoBox .cont .bot {
            padding: 60px 40px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .activity .infoBox .cont .bot .info {
            padding: 26px 0;
            font-size: 14px;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.5);
        }

        .activity .infoBox .cont .bot .info .views {
            float: left;
            margin-right: 50px;
        }

        .activity .infoBox .cont .bot .info .views .iconfont {
            margin-right: 5px;
        }

        .activity .infoBox .cont .bot .info .downloadView .iconfont {
            margin-right: 5px;
        }

        .activity .infoBox .cont .bot .tag {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 24px;
        }

        .activity .infoBox .cont .bot .tag span {
            line-height: 24px;
            padding: 0 10px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 14px;
            font-size: 14px;
            font-weight: 500;
            color: rgba(0, 0, 0, 0.5);
            margin-right: 10px;
            float: left;
        }

        .activity .content {
            padding: 70px 0;
        }