* {
font-family: '微软雅黑', sans-serif;
box-sizing: border-box;
}
 
.has-navbar{
background: #ebf5fc;
}

#main {
   width: 70%;
   margin: 0 auto;
    background-color: #fff;
    border-left: 0 solid #555;
    border-bottom: 0 solid #47f;
    padding-right: 20px;
    text-decoration: none;
}

.post{
 padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 10px;
 background: #32a3b1;
 border-radius: 40px;
 box-shadow: -6px -6px 20px rgba(255, 255, 255, 1),6px 6px 20px rgba(0, 0, 0, .1);
}

.post:hover {
box-shadow: inset -6px -6px 10px rgba(255, 255, 255, 0.5),inset 6px 6px 20px rgba(0, 0, 0, 0.05);
}

.post h2{
color: #32a3b1;
font-weight: 700;
font-size: 1.4em;
letter-spacing: 2px;
}

.post h2 a{
 display: inline-block;
 padding: 10px 20px;
 margin-top: 15px;
 border-radius: 40px;
 color: #32a3b1;
font-size: 16px;
text-decoration: none;
box-shadow: -4px -4px 15px rgba(255, 255, 255, 1),4px 4px 15px rgba(0, 0, 0, .1);
}

.post h2 a:hover{
 box-shadow: inset -4px -4px 10px rgba(255, 255, 255, 0.5),
                    inset 4px 4px 10px rgba(0, 0, 0, .1)
}

.post h2 a:hover span{
display: block;
                transform: scale(0.98);
}

.c_b_p_desc{
color: #32a3b1;
color: #32a3b1;
}

.c_b_p_desc a{
 display: inline-block;
 padding: 10px 20px;
 margin-top: 15px;
 border-radius: 40px;
 color: #32a3b1;
font-size: 16px;
text-decoration: none;
box-shadow: -4px -4px 15px rgba(255, 255, 255, 1),4px 4px 15px rgba(0, 0, 0, .1);
}

.c_b_p_desc a:hover{
 box-shadow: inset -4px -4px 10px rgba(255, 255, 255, 0.5),
                    inset 4px 4px 10px rgba(0, 0, 0, .1)
}