﻿.template-title {
    font-size: 1.8em;
}
/*文字列表*/
.template-1 {
    margin-bottom: 15px;
    cursor: default;
}

    .template-1 ul li {
        border: 0 none;
        color: #555555 !important;
        font-size: 1.3em !important;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        list-style: disc;
        width: 98%;
        margin: 0 0 0 22px;
        padding-left: 1px;
        display: list-item;
        cursor: default !important;
        line-height: 32px !important;
    }

/*end文字列表-----------------------------------------*/

/*图片并列列表*/
.template-2 {
    margin-bottom: 15px;
    cursor: default;
}



    .template-2 img {
        max-width: 65%;
    }

/*end 图片并列列表*/

/*图片并排列表（一排2个）*/
.template-3 {
    margin-bottom: 15px;
    cursor: default;
}

    .template-3 img {
        max-width: 46% !important;
    }

/*文字 + 图片列表*/
.template-4 {
    margin-bottom: 15px;
    cursor: default;
}

    .template-4 img {
        max-width: 99% !important;
    }

    .template-4 .item_da_title {
        font-size: 2em;
        color: #337FE5;
        padding-bottom: 0.2em;
    }

    .template-4 .item_xiao_title {
        font-size: 1.3em;
        color: #000000;
        padding-bottom: 0.2em;
    }

/*end文字 + 图片列表 --------------------*/

/*文字段落*/
.template-5 {
    margin-bottom: 15px;
    cursor: default;
}

    .template-5 .duanluo {
        text-indent: 2em;
        font-size: 1.3em;
        line-height: 32px !important;
        color: #555555;
    }

/* end文字段落 ----------------------*/

/* 表格 */
.template-6 {
    margin-bottom: 15px;
    cursor: default;
}

    .template-6 .one-table {
        padding-bottom: 10px;
    }
/* end 表格------------------- */


/* 文字+图片列表左右结构 */
.template-7 {
    margin-bottom: 15px;
    cursor: default;
    background: #F7F7F7;
}

    .template-7 .textimgItem {
        margin-bottom: 30px;
        background: white;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .template-7 .textimgItem .textimgItem_1 {
            width: 100%;
        }

        .template-7 .textimgItem .textimgItem_2 {
            width: 100%;
        }

    .template-7 .txt-title {
        color: #333333;
        font-size: 2em;
        padding-bottom:0.2em;
        overflow: hidden;
    }

    .template-7 .txt-neirong {
        color: #464444;
        font-size: 1.3em;
        padding-bottom: 0.2em;
        overflow: hidden;
    }
/* end 文字+图片列表左右结构 ------------------- */


/* 型号表格  */
.template-8 {
    margin-bottom: 30px;
    cursor: default;
    background: white;
}

    .template-8 .template-8-table {
        /*padding: 5px !important;*/
        overflow-x: auto;
    }

        #template-8 .template-8-table table {
            width: 1200px !important;
            max-width: 1200px !important;
        }

        .template-8 .template-8-table td {
            text-align: center;
            border-top: 0px !important;
            border-bottom: 0px !important;
            border-left: 0px !important;
            border-right: 0px !important;
            font-size: 14px;
        }

        .template-8 .template-8-table table tr:nth-child(odd) {
            background: white;
        }

            .template-8 .template-8-table table tr:nth-child(odd) td {
                border-left: 1px solid white !important;
            }

                .template-8 .template-8-table table tr:nth-child(odd) td:first-child {
                    border-left: 0px !important;
                }

        .template-8 .template-8-table table tr:nth-child(even) {
            background: #EDECEE;
        }

            .template-8 .template-8-table table tr:nth-child(even) td {
                border-left: 1px solid white !important;
            }

                .template-8 .template-8-table table tr:nth-child(even) td:first-child {
                    border-left: 0px !important;
                }

        .template-8 .template-8-table table tr:first-child {
            background: #1d1e20;
            color: white;
        }

            .template-8 .template-8-table table tr:first-child td {
                text-align: center;
                padding: 10px 5px;
                color: #ffffff;
                line-height: 14px;
                line-height: 20px;
                border-left: 1px solid #1d1e20 !important;
            }

                .template-8 .template-8-table table tr:first-child td:first-child {
                    text-align: center;
                    padding: 10px 5px;
                    color: #ffffff;
                    line-height: 14px;
                    line-height: 20px;
                    border-left: 0px !important;
                }
/* end 型号表格 -------------------------  */