@CHARSET "UTF-8";
.search a {
    color: #000;
}

.search #search-all {
    margin-right: 40px;
    width: 32px;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
}

.search #search-btn {
    margin-top: 14px;
    width:32px;
    height:32px;
    padding:6px;
    border:1px solid #e4e3e4;
    border-radius: 9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    background-color: #e4e3e4;
    float:left;
}

.search input[name="keyword"] {
    margin-top: 14px;
    min-width: 80px;
    width: 15%;
    height: 32px;
    border:1px solid #e4e3e4;
    border-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #e4e3e4;
    float: left;
}

.box {
    margin-bottom: 20px;
    margin-right: 5%;
    width: 30%;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    float: left;
    display: block;
}

@media screen and (max-width: 768px) {
    .box {
        margin-top: 20px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
        display: block;
    }
}

.box .blog-img {
    width: 100%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box .title {
    padding: 0px 5px 0px 5px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: block;
}

.box .icon {
    padding: 0px 15px 0px 5px;
    width: 100%;
    height: 12px;
    line-height: 12px;
    color: #9B9B9B;
    text-align: right;
    display: block;
}

.box .icon .eye-icon,
.box .icon .view {
    margin-top: 5px;
    margin-right: 5px;
    height: 12px;
    line-height: 12px;
    font-weight: 500;
    display: block;
    float: right;
}

.box a {
    color: #000;
    text-decoration: none;
}
.box a:hover {
    font-weight: bold;
    text-decoration: none;
}

.page {
    margin-top: 15px;
    width: 100%;
    float: left;
    text-align: center;
}

.block {
    padding: 60px 9% 60px 9%;
}

.blog-title {
    margin: 10px 0px 20px 0px;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
}
.blog-time {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    text-align: center;
}
.blog-share {
    min-height: 225px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
}
.blog-share img {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 50px;
}
.blog-min-shape {
    margin-top: 15px;
    width: 25px;
    height: 25px;
    float: right;
}
.blog-tag {
    margin-top: 18px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.blog-tag img {
    margin: 5px;
    width: 20px;
    height: 20px;
    float: left;
}

#weixinurl {
    position: relative;
    left: 0;
    top: -32px;
    width:120px;
    height:120px;
    display: none;
}

#tags {
    top: 25px;
    right: 9%;
    position: absolute;
    width: 400px;
    height: 125px;
    float: right;
}
text {
    cursor:pointer;
}
@media screen and (max-width: 768px) {
    #tags {
        width: 100%;
        height: 90px;
    }
}
