/* 导入样式表 */
@import url("/static/public/style-cn.css");
body {
    background: url(/images/banner/a.jpg) no-repeat top;
    background-color: #EEFEFD;
}

h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 100px;
    letter-spacing: 3px;
}

h2 {
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
}

h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
}

.box-main-bg {
    padding:0;
    color: #333;
    background-color:transparent;
}

.box-main {
    padding: 20px 80px;
    box-shadow: none;
    background-color: transparent;
}


.box-child {
    padding: 15px 20px 10px 20px;
    background: linear-gradient(to bottom, rgba(166,230,255,0.8), rgba(228,257,254, 0.85));
    border-radius: 9px;
}

.btn-expo-detail {
    margin: 10px auto;
    padding: 6px 5px;
    width: 180px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(166,230,255,0.7), rgba(228,257,254, 0.8));
    border-radius: 7px;
    box-shadow: rgba(166,230,255,0.8) 4px 4px 4px;
}

.box-IndustryNews {
    margin: 25px auto 10px auto;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, rgba(166,230,255,0.9), rgba(228,257,254, 0.9));
}

    .box-IndustryNews h3 {
        margin: 5px auto;
        font-size: 18px;
        color: #333;
    }

/* === 行业资讯文件列表 ============== */
.ul-fileList {
    margin: 0 auto;
    padding: 0;
    border-top: dotted 1px #ccc;
}

    .ul-fileList li {
        margin: 0 auto 0 25px;
        padding: 0;
        list-style-image: url(/static/public/images/rhombus.png);
        height: 32px;
        line-height: 32px;
        border-bottom: dashed 1px #7DD5FF;
    }

        .ul-fileList li span {
            float: right;
            color: #30A39D;
        }
/* ================================= */

/* === 80.rse首页特殊需求 === */
footer {
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(166,230,255,0.8), rgba(228,257,254, 0.8)); /*#A6E6FF, #E4F6FF*/
}

.tb-footer td {
    color: #444;
}

    .tb-footer td a:link, .tb-footer td a:visited {
        color: #444;
    }

    .tb-footer td a:hover {
        color: #0391DB;
    }

    .tb-footer td a:active {
        color: #444;
    }