
body {
    background-color: white;
}

body h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 2pt 0;
    line-height: 1.5em;
}

body p {
    color: gray;
    margin: 0;
    line-height: 1.5em;
}

/* 椤堕儴 */
.top {
    position: relative;
    text-align: center;
}

.top > div {
    width: 100%;
    position: absolute;
    /*background-color: lightblue;*/
    height: 30pt;
    left: 0;
    top: 61%;
}

.yellow_border {

    background-color: transparent;
    border-color: #ffda1d;
    color: #ffda1d !important;
}

/*鎮诞*/

.suspend_c {
    z-index: 1000;
    overflow: visible;
    /*background-color: lightcoral;*/
}


/* 鐢ㄦ埛浣跨敤鎰熷彈 */
.com {
    /*background-color: lightcoral;*/
    /*padding: 5%;*/
    /*margin: 0 4%;*/
    width: 94%;
    /*margin-left: 3%;*/



    height: 120px;

    margin: 0 auto;
    margin-top: -10%;
    background-color: white;
    /*padding-bottom: 50%;*/
    /*height: 60pt;*/
    /*padding: 4% 0;*/
    box-shadow: 0 3pt 6pt gray;
    /* 蹇呴』瑕佺浉瀵瑰畾浣 */
    position: relative;
    border-radius: 4pt;
}

.com_left {
    /*background-color: lightgreen;*/
    text-align: center;
    display: inline-block;
    width: 25%;
    float: left;

    font-size: 0.8em;
    /*margin-top: 5pt;*/

    padding-top: 2px;
    height: 80px;
    margin-top: 20px;
}

.com_left > img {
    width: 30pt;
    height: 30pt;
    border-radius: 15pt;
    overflow: hidden;
}

/*.com_left>p {*/
    /*font-size: 1.2em;*/
/*}*/
.com_left span {
    font-size: 0.8em;
    line-height: 1.2em;
}
.com_right {
    /*background-color: lightgoldenrodyellow;*/
    text-align: left;
    width: 75%;
    /*height: 60pt;*/
    display: inline-block;
    float: left;
    /*margin-top: 5pt;*/




    height: 80px;
    margin-top: 20px;
}

.com_right > p {
    /*margin-left: 2%;*/
    padding: 0;
    /*margin-left: 5%;*/
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 1.4em;
    font-size: 0.8em;
    /*background-color: lightblue;*/

    width: 80%;
    padding-left: 2px;
}

/* 涓€閲庤璁′簨鍔℃墍 */

.detail {
    padding: 4%;
    /*width: 100%;*/
    /*position: relative;*/
}

.con_left {
    width: 30%;
    float: left;
    margin-top: 2%;
}

.con_left > img {
    width: 80%;
    /*margin-left: 10%;*/
    display: block;
}

.con_right {
    display: inline-block;
    width: 70%;
}

.con_right > img {
    width: 40%;
}

.con_right > .logo {
    width: 10%;
    float: left;
}

.con_right > .address {
    float: left;
    padding: 1% 0 0 3%;
    font-size: 0.9em;
}

.con_right > .detail_con {
    clear: left;
    padding: 2% 0;
}

 .line {
    width: 100%;
    background-color: lightgray;
    height: 1px;
    margin-top: 5%;
}

/* 鍔犺浇鏇村 */
.more {
    text-align: center;
    padding: 4%;
}
.more>p {
    margin-bottom: 1%;
}
.more > img {
    width: 5%;
}

/* 璁捐鍒涙剰涓庢偍鍏变韩 */
.bottom {
    position: relative;
}

.bottom > img {
    width: 100%;
    display: block;
}

.bottom_con {
    position: absolute;
    left: 4%;
    top: 2%;
    color: white;
}

.bottom_con > h4 {
    color: white;
}

.bottom_con > p {
    font-size: 0.8em;
    margin-top: 4%;
}

.bottom_con > a {
    color: #ffda1d;
    font-size: 0.8em;
}