﻿.shengBoContent {
    text-indent: 2em;
    /*line-height: 20px;*/
    margin-top: 0px;
}
input[type=submit],
input[type=reset],
input[type=button]{
filter:chroma(color=#000000);
}


.hotelInformation
{
    width:780px;
    margin:auto;
    padding-top:10px;
    height:500px;
}
.hotelLink
{
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
   
}
.hotelLink b a
{
    text-decoration:none;
}
.hotelName_en,.hotelName_cn
{
    text-align:center;
}
.hotelName_cn{
    margin-top:5px;
    margin-bottom:5px;
}
.hotel-title {  
    text-indent: 2em;
}
.company-about
{
    border:1px solid black;
}
.company-about span{
    padding:1px;
}
.company-about div span:first-child {
    display:inline-block;
    width:125px;   
}
.company-about div span:last-child
{
    display:inline-block;   
}
.addTable tr{
    /*height:18px;
    line-height:18px;*/
}
.addTable tr:nth-child(1){
    /*height:17px;
    line-height:17px;*/
}
.addTable tr td:nth-child(1){
    /*width:125px;*/
    width:62px;
}
.addTable tr td:nth-child(2)
{

}

@media (max-width:768px) {
    .hotelInformation {
        width: 100%;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        height: 100%;
    }

    .company-about {
        border-width: 0px;
    }

        .company-about div span:first-child {
            display: inline-block;
            width: 70px;
            /*height: 20px;*/
            padding-left: 4px;
        }

    .hotelLink {
        text-indent:0;
    }
}