.blogmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.blogmenu li a {
    display: block;
    color: #d32936;
    padding: 15px 25px;
    text-decoration: none;
}

.blogmenu li a.active {
    background-color: rgba(211,41,54,0.9);
    color: white;
}

.blogmenu li a:hover:not(.active) {
    background-color: rgba(211,41,54,0.9);
    color: white;
}

.blogmenu li:nth-child(odd) {
  background-color: rgba(250,250,250,0.9);
}
.blogmenu li:nth-child(even) {
  background-color: rgba(210,210,210,0.9);
}

.blogsearch {
    background: rgba(0,0,0,0.5);
    width: 100%;
}
.inputsearch {
  background: transparent;
  width: 100%;
  position: relative;
  font-size: 18px;
  color: white;
  height: auto;
  padding: 20px;
  border: 0px
}
.icosearch {
    color: #f1f1f1;
    padding-left: 25px;
}

.blogdate {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 100px;
    height: 100px;
    background: #fafafa;
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 50%;
    margin-left:-50px;
    padding: 15px;
}

.blogdd {
    font-size: 30px;
    font-weight: bold;
    color: #535456;
}
.blogmm {
    font-size: 20px;
    font-weight: bold;
    color: #535456;
}
.blogyy {
    font-size: 20px;
    font-weight: bold;
    color: #16b3c4;
}
.blogtitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px; 
    color: #4b4b4d;
}
.blogdesc {
    color: #c0c0c2;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 20px; 
}
.blogdescdetail {
    color: #999;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 20px; 
}
.blogcontent{
    color: #4b4b4d;
    font-size: 14px;
    height: 220px;
}
.blogmore{
    position: absolute;
    bottom: 20px;
    color: #4b4b4d;
    font-size: 18px;
}
.blogmorearrow{
    color:#e31d2a;
}