.substance {
    width: 100%;
}

    .substance ul li {
        width: 100%;
        text-align: center;
    }

        .substance ul li:nth-of-type(odd) {
            background-color: #F8F8F8;
        }

        .substance ul li:nth-of-type(even) {
            background-color: #FFFFFF;
        }

        .substance ul li > a {
            display: inline-block;
        }

        .substance ul li .card {
            width: 1200px;
            margin: 0 auto;
            padding: 90px 0 50px 0;
            overflow: hidden;
        }

    .substance .card .headtitle {
        width: 100%;
        margin-bottom: 22px;
    }

        .substance .card .headtitle .name {
            position: relative;
            display: flex;
            width: 100%;
        }



    .substance ul li .headtitle .nameInLeft {
        justify-content: flex-start;
    }

    .substance ul li .headtitle .nameInRight {
        justify-content: flex-end;
    }

    .substance .card .headtitle .name h2 {
        line-height: 40px;
        color: #1F1F1F;
        font-size: 30px;
        font-weight: 500;
        text-align: left;
        display: inline-block;
        position: relative;
    }

        .substance .card .headtitle .name h2:after {
            content: '';
            display: block;
            width: 50px;
            height: 3px;
            background-color: #006AFF;
            position: absolute;
            bottom: -8px;
            left: 0%;
            border-radius: 5px;
        }

    .substance .card .headtitle .name hr {
        width: 42px;
        height: 3px;
        background: #006AFF;
    }

    .substance .card .word {
        width: calc(100% - 680px);
        /*max-width: 600px;*/
        min-height: 290px;
        position: relative;
    }

        .substance .card .word p {
            width: 100%;
            line-height: 28px;
            font-size: 14px;
            font-weight: 200;
            color: #777777;
            display: -webkit-box;
            text-indent: 2em;
            text-align: justify;
            text-justify: inter-ideograph;
            padding-bottom: 35px;
            /*IE*/
        }

    .substance .card .tuimg {
        width: 630px;
        height: 290px;
    }

        .substance .card .tuimg img {
            width: 100%;
            height: 100%;
        }

.infoNo {
    font-size: 18px;
    width: 1200px !important;
    margin: 0 auto;
    height: 150px;
    line-height: 150px;
    background: #fff !important;
}


/* 了解更多弹窗样式开始 */
.ljgd {
    width: 100%;
    height: 35px;
    text-align: right;
    position: absolute;
    bottom: 0px;
}

    .ljgd > div {
        width: 126px;
        height: 35px;
        line-height: 35px;
        background: #1B79F8;
        color: #fff;
        border-radius: 18px;
        text-align: center;
        float: right;
    }

.ljgdAll {
    width: 80%;
    margin: 35px auto;
}

    .ljgdAll > form {
        width: 100%;
        height: 100%;
    }

    .ljgdAll .listinput {
        width: calc(50% - 20px);
        margin: 10px 10px 0 10px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
    }

    .ljgdAll .pull-left {
        float: left !important;
    }

    .ljgdAll .pull-right {
        float: right !important;
    }

    .ljgdAll .listinput label {
        width: 115px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #393939;
        position: relative;
    }

        .ljgdAll .listinput label .required {
            color: red;
            width: 15px;
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute;
            left: 5px;
            justify-content: center;
        }

    .ljgdAll .listinput input {
        width: calc(100% - 115px);
        padding-left: 14px;
        height: 50px;
        color: #393939;
        font-size: 14px;
        border-style: none;
        font-weight: 100;
    }

    .ljgdAll .lastInput {
        margin-bottom: 10px;
    }

    .ljgdAll .word {
        width: calc(100% - 20px);
        float: left;
        padding: 10px 20px;
        border: 1px solid #E4E4E4 !important;
        display: flex;
        margin: 0px 10px 20px;
    }

        .ljgdAll .word label {
            width: 100px;
            align-items: center;
            color: #393939;
        }

        .ljgdAll .word textarea {
            font-size: 14px;
            width: calc(100% - 100px);
            height: 150px;
            color: #393939;
            vertical-align: top;
            border-style: none;
            font-weight: 100;
            padding-left: 10px;
        }

    .ljgdAll form .btn {
        display: block;
        border: none;
        font-size: 18px;
        line-height: 51px;
        width: 231px;
        height: 51px;
        color: white;
        background-color: #1B79F8;
        /*margin: 0px auto;*/
        /*margin-top: 100px;
        margin-bottom: 100px;*/
        margin-bottom: 50px;
        margin-left: calc( ( 100% - 231px ) / 2 );
        cursor: pointer;
        outline: none;
    }

.layui-layer-dialog {
    height: auto !important;
}

    .layui-layer-dialog #okBtn {
        height: 70px !important;
        line-height: 70px !important;
        text-align: center !important;
        padding: 0 !important;
    }

.layui-layer-btn-c {
    text-align: center !important;
    width: 100% !important;
    padding: 12px 15px 30px 15px !important;
}

.layui-layer-btn0 {
    border-color: #1B79F8 !important;
    background-color: #1B79F8 !important;
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
}
/* 了解更多弹窗样式结束 */

/*手机端css样式*/
@media screen and (max-width: 1360px) {
    .substance ul li .card {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 25px 0 25px 0;
    }

    .substance .card .word {
        width: 100%;
    }

        .substance .card .word p {
            padding: 2%;
            padding-bottom: 35px !important;
        }

    .substance .card .tuimg img {
        width: auto;
        height: auto;
        max-width: 80%;
    }

    .substance .card .tuimg {
        width: 100%;
        height: auto;
    }

    .substance .card .headtitle .name h2 {
        font-size: 20px;
        line-height: 30px;
    }

    /* 了解更多弹窗样式开始 */
    .ljxqTableAll {
        max-width: 90% !important;
        left: 5% !important;
        height: 80% !important;
        top: 10% !important;
    }

    #ljxqTable {
        height: calc( 100% - 42px) !important;
        margin: auto 0;
    }

    .ljgdAll {
        margin-top: 5px !important;
    }

        .ljgdAll .listinput {
            width: calc(100% - 20px) !important;
        }

    .ljgdAll {
        width: 100% !important;
    }

        .ljgdAll .listinput input {
            padding: 0px 5px 0 14px !important;
            height: 40px !important;
        }

        .ljgdAll .word textarea {
            height: 90px !important;
        }

        .ljgdAll .word {
            padding: 10px 5px 10px 20px;
        }

            .ljgdAll .word textarea {
                resize: none;
            }

        .ljgdAll form .btn {
            margin-bottom: 20px !important;
            width: 55% !important;
            min-width: 200px !important;
        }
    /* 了解更多弹窗样式结束 */
}