 .title-color {
                height:5px;
                background-color:#ff0000
            }
            .title-color-b{
                height:5px;
                background-image:-webkit-linear-gradient(to right,gray, white);
                background-image:linear-gradient(to right,gray,white);
            }
            .title-b {
                height: 40px;
                line-height: 40px;
                font-size: 1.2em;
                font-weight: bold;
                color: #ff0000
            }
            .cpzx {
                font-size: 2em;
                color: #ff0000;
                font-weight: bold
            }

            .cpzx-en {
                font-size: 1.4em;
                color: #ff0000;
                font-weight: bold
            }
        @media (max-width:761px) {
            .title-1 {
                color: #846000;
                margin: 15px 0 15px 0;
                font-size: 1.3em
            }
            .title-2 {
                font-family: ËÎÌå;
                font-size: 12pt;
                margin: 5px 0 5px 0
            }
            .container-detail-footer {
                margin-bottom: 20px
            }
        }

        @media (min-width:762px) and (max-width:991px) {
            .title-1 {
                color: #846000;
                margin: 50px 0 30px 0;
                font-size: 1.3em
            }
            .title-2 {
                font-family: ËÎÌå;
                font-size: 12pt;
                margin: 10px 0 10px 0
            }
            .container-detail-footer {
                margin-bottom: 30px
            }
        }

        @media (min-width:992px) {
            .container-detail-title {
                width: 1400px
            }
            .title-1 {
                color: #ff0000eb;
                margin: 50px 0 30px 0;
                font-size: 1.3em
            }
            .title-2 {
                font-family: ËÎÌå;
                font-size: 12pt;
                margin: 10px 0 10px 0
            }
            .container-detail-footer {
                margin-bottom: 50px
            }
            .col-main-padding{
                padding:5px
            }
        }