h1 {
    font-size: 2.4rem;
}

body, div, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
  
}
.content {
    padding: 5px;
}
.con_item {
    width: 100%;
    display: block;
    text-decoration: none
}
.con_item_name {
    width: 34%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
      position: relative;
}
.con_item_name p {
  color: #fff;
  padding: 0.5rem 0 0 0.5rem;
}
    .con_item_name .pic {
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    text-align: right;
    color: #fff;
    }
     .con_item_name .right {
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    text-align: left;
    color: #fff;
    }
.con_item_img {
    width: 66%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.con_item_navname {
    font-size: 20px;
    color: #fff;
    padding: 10px;
}
.con_item_navinfo {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
}
.c0 .con_item_name {
    background-color: #F90;
}
.c1 .con_item_name {
    background-color: #0CC
}
.c2 .con_item_name {
    background-color: #0C3
}
.c3 .con_item_name {
    background-color: #36C
}
.c0 .con_item_name, .c2 .con_item_name, .c1 .con_item_img, .c3 .con_item_img {
    float: left;
}
.c1 .con_item_name, .c3 .con_item_name, .c0 .con_item_img, .c2 .con_item_img {
    float: right;
}
.c0 .con_item_name, .c2 .con_item_name {
    
    background-position: right bottom;
}
.c1 .con_item_name, .c3 .con_item_name {
    
    background-position: left bottom;
}
.footer {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    text-align: center;
}
.con_item_name img{
        width: 1rem;
    height: 1rem;
    
}
::-webkit-scrollbar {  
    width: 0px;  
}  
::-webkit-scrollbar {  
    width: 0px;  
}
.weiba-content {
    overflow:hidden;
}

.clear {
    width: 100%;
    height:50px;
    overflow:hidden;
}
