﻿.container-fluid .textchinese, 
.container-fluid .textenglish {
    color: #333;
}
/*移动端*/
@media screen and (max-width:768px) {
    .hline {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #1599d7;
        width: 80px;
        padding: 0;
        margin: 0 auto;
    }
    .container-fluid .textchinese p{
        margin-bottom:8px;
    }
}

/*pc端*/
@media screen and (min-width:768px) {
    .container-fluid .textchinese {
        font-size: 24px;
        margin-top: 30px;
        width: 100%;
    }
}

img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
}

table{
    max-width:100% !important;
}