div.productbox_con{
    padding:15px;
    line-height:27px;
}
div.main-title{
    font-weight:bolder;
    color:#000000;
    margin-bottom:10px;
}

div#companyname{
    margin-top:15px;
    font-weight:bolder;
    line-height:10px;
    color:#11539C;
}
div#companyname-english{
    font-weight: bolder;
    line-height:25px;
    font-size:10px;
}
div#companyProfile-title{
    color:#000000;
    line-height:10px;
    font-weight:bolder;
    color:#11539C;
}


ul.newsClass li{
    display: block;
    padding-top:5px;
    padding-bottom:5px;
    color:#11539C;
}

ul.newsClass li.bottom_border{
     border-bottom:1px solid #CCCCCC;
    padding-bottom:10px;
}

@media only screen and (max-width: 767px){

    ul.newsClass li{
        margin:10px;
        text-align:center;
    }


}
