*{margin: 0;padding: 0}
        a,a:hover{text-decoration: none}
        .content-wrapper{margin-top: 30px; min-height: 600px;}
        .hot-coll-cell {
            margin: 15px 0;
            border: 1px solid #d4dae6;
            border-radius: 5px;
        }
        .top-wrapper {
            padding: 10px;
        }
        .first-line{
            padding-bottom: 5px;
            border-bottom: 1px dashed #d4dae6;
        }
        .coll-baseinfo .coll-name {
            color: #1e77bd;
            font-size: 16px;
        }
        .bottom-wrapper {
            box-sizing: border-box;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            text-align: center;
            background-color: #1e77bd;
        }
        .bottom-wrapper a {
            display: block;
            color: #fff;
            width: 100%;
            height: 38px;
            line-height: 38px;

        }