main{
    position:relative;
}
.product_parent a{
    cursor: pointer;
}
.product_child{
    width:200px;
    min-height:20px;
    position:absolute;
    top:68px;
    right:245px;
    z-index:5000;
    display:none;
}
.product_child > li > a{
    display:block;
    width:100%;
    text-align: center;
    color:#ffffff;
    padding:12px 0;
    font-size:13px;
    background-color: #0063B1;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.product_child > li:nth-child(even) > a{
    background-color: #0071ca;
}
.product_child > li > a:hover{
    background-color: #005191;
}
@media only screen and (max-width: 1060px){
    .product_child{
        top:210px;
        right:0px;
        width:100%;
    }
    menu li {
        padding: 2px 7px 0 7px !important;
    }

}
.post-title, .post-lable{
height:auto !important;
}
.text-post p{ font-size: 13px; color:#333333;}