﻿.container-fluid .textchinese,
.container-fluid .textenglish {
    color: #333;
}

.container-fluid .newslistcon .title a {
    color: #666;
}

.container-fluid .newslistcon .time {
    color: #999;
}

.container-fluid .row .newsrow {
    border-bottom: 1px dashed #999;
}
    .container-fluid .row .newsrow .left,
    .container-fluid .row .newsrow .right{
        padding-left:0;
        padding-right:0;
    }
    /*移动端*/
    @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;
    }

    .container-fluid .newslistcon {
        font-size:14px;
    }

    .container-fluid .row .newsrow .left,
    .container-fluid .row .newsrow .right {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }
        .newslistcon {
            margin-bottom: 10px;
        }

        .pagecon{
            margin-top:8px;
            width:100%;
        }
}

/*pc端*/
@media screen and (min-width:768px) {
    .container-fluid .textchinese {
        font-size: 24px;
        margin-top: 30px;
        width: 100%;
    }

    .contactusinfo .row .item {
        width: 50%;
        height: auto;
        min-height: 300px;
    }

    .container-fluid .row .newsrow {
        height:40px;
        line-height:40px;
        color:#666;
    }
    .newslistcon{
        margin-bottom:20px;
    }

    .pagecon {
        margin-top: 15px;
        width:100%;
    }
}

img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
}

table {
    max-width: 100% !important;
}