.content {
    position: relative;
}

.pages_all {
    font-weight: 400;
}

.p-10 p {
    margin-bottom: 10px;
}

.section_glory {
    position: relative;
    width: 100%;
    background-color: #eaeff3;
    z-index: 1;
    border-bottom: 1px solid #dcdcdc;
}

    .section_glory:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: url(../images/layout/bg-glory.gif) 0 0 no-repeat fixed;
        background-size: 100% auto;
    }

    .section_glory .container {
        padding-top: 50px;
        padding-bottom: 90px;
    }

.section_glory_L .carousel {
    position: relative;
    overflow: hidden;
    max-height: 430px;
}

.section_glory_L .carousel-inner {
    text-align: center;
    height: 100%;
    min-height: 430px;
}

.section_glory_L .carousel img {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100%;
    max-height: 430px;
}

.section_glory_L .carousel-control {
    z-index: 20;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.section_glory_R h1 {
    position: relative;
    font-size: 1.375em;
    color: #555;
    margin-left: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.section_glory_R h2 {
    position: relative;
    font-size: 1.375em;
    color: #555;
    margin-left: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.section_glory_R ul.glory {
    list-style-type: square;
    padding-right: 20px;
}

    .section_glory_R ul.glory li {
        position: relative;
        line-height: 26px;
        color: #2ea7e0;
        height: 26px;
        margin: 23px 0;
        border-bottom: 1px dashed #a2a2a2;
        list-style-type: none;
    }

        .section_glory_R ul.glory li:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #2ea7e0;
            top: 7px;
            left: -19px;
        }

        .section_glory_R ul.glory li a {
            display: block;
            float: left;
            height: 26px;
            line-height: 26px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-weight: 600;
            width: 100%;
        }

            .section_glory_R ul.glory li a:hover {
                text-decoration: none;
                border-bottom: 1px dashed #337ab7;
            }

        .section_glory_R ul.glory li.active a {
            color: red;
            border-bottom: 1px dashed red;
        }

.section_contentTab1 {
    position: relative;
    z-index: 10;
    margin-top: -45px;
}

    .section_contentTab1 .nav-tabs {
        border-bottom: none;
    }

        .section_contentTab1 .nav-tabs > li {
            width: 11.111111111111%;
            text-align: center;
        }

            .section_contentTab1 .nav-tabs > li > a:hover {
                border-bottom: none;
            }

            .section_contentTab1 .nav-tabs > li > a {
                border-radius: 0;
                background-color: #fff;
                margin-right: 4px;
                padding: 10px 0;
            }

            .section_contentTab1 .nav-tabs > li.active > a {
                border-bottom: 3px solid #fff;
                color: #fcc123;
                font-weight: 600;
            }

.tab-content > .active {
    display: block;
    padding: 20px 0;
}

.section_contentTab1 .tab-content a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #555;
    margin: 5px;
    border-radius: 25px;
    color: #555;
}

    .section_contentTab1 .tab-content a:hover {
        background-color: #555;
        color: #fff;
        text-decoration: none;
    }

.section_content3 {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 11;
}

.content3_L {
    height: 300px;
    float: left;
    display: block;
}

    .content3_L .sec {
        width: 50%;
        height: 150px;
        display: block;
        float: left;
        overflow: hidden;
        cursor: pointer;
    }

        .content3_L .sec .secTitle {
            display: block;
            width: 100%;
            height: 30px;
            text-align: center;
            font-size: 1.25em;
            font-weight: 700;
            line-height: 30px;
            color: #fff;
            background: #60A3D8;
            margin-top: 0;
            margin-bottom: 0;
            cursor: default;
        }

    .content3_L .sec {
        background: #BDE6FF;
    }

        .content3_L .sec img {
            width: 100%;
        }

    .content3_L .secimgA {
        width: 96px;
        height: 136px;
        line-height: 120px;
        margin: auto;
    }

    .content3_L .secimgB {
        width: 120px;
        line-height: 118px;
        margin: auto;
    }

    .content3_L .secimgC {
        width: 120px;
        line-height: 120px;
        margin: auto;
    }

    .content3_L .secimgD {
        width: 120px;
        line-height: 120px;
        margin: auto;
    }

.content3_C .labnews li {
    width: 20%;
    height: 40px;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgba(189,189,189,0.5);
    float: left;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
    color: #999;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(hsla(0,0%,100%,.2),transparent);
    background: linear-gradient(hsla(0,0%,100%,.2),transparent);
    overflow: hidden;
    background: #fff;
    font-size: .875em;
    line-height: 42px;
}

    .content3_C .labnews li a {
        margin-right: 0;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding: 8px 0;
    }

    .content3_C .labnews li.active {
        border-bottom: 0;
    }

        .content3_C .labnews li.active a {
            color: #5fa3d8;
            font-weight: 800;
            background-color: #e9f5ff;
        }

.content3_C .text {
    width: 90%;
    height: 270px;
    margin: auto;
    background: #E9F5FF;
    padding: 0;
}

.content3_C.news {
    height: 300px;
    display: block;
    overflow: hidden;
    position: relative;
}

.content3_C .text {
    width: 90%;
    height: 270px;
    margin: auto;
    background: #E9F5FF;
}

    .content3_C .text ul {
        width: 100%;
        height: 83%;
        overflow: hidden;
        list-style-type: none;
        padding-left: 0;
    }

.content3_C .text01 {
    margin-top: 8px;
    border-bottom: 1px dashed #666;
    display: block;
    float: left;
    width: 72%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    letter-spacing: 1px;
}

.content3_C .time {
    margin-top: 8px;
    display: block;
    float: left;
    width: 28%;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-size: .875em;
}

.content3_C .textbg {
    width: 100%;
    height: 90%;
    background: #E9F5FF;
    overflow: hidden;
}

.content3_C h2 {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #BDE6FF;
}

.content3_C .more {
    position: absolute;
    width: 60px;
    height: 20px;
    right: 5%;
    bottom: 2.5%;
    background-color: #7D7D7D;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

@media screen and (mix-width: 1201px) {
    #iface {
        position: absolute;
        top: 0;
        left: 10%;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #iface {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (min-width: 690) and (max-width: 1023) {
    #iface {
        position: absolute;
        top: 0;
        left: 25%;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (min-width: 512) and (max-width: 689) {
    #iface {
        position: absolute;
        top: 0;
        left: 10%;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (min-width: 1) and (max-width: 511) {
    #iface {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
}

#if-id {
    position: absolute;
    top: 100px;
    left: 100px;
    height: 100px;
    width: 100px;
    z-index: 1;
}

#a-id {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.content3_R {
    overflow: hidden;
}

    .content3_R .carousel-inner .item {
        text-align: center;
    }

    .content3_R .facebook {
        height: 300px;
    }

    .content3_R .carousel-inner .item img {
        display: block;
        margin: 0 auto;
    }

.artmidSubNav {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 15px;
}

    .artmidSubNav ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-left: 15px;
    }

        .artmidSubNav ul li {
            float: left;
            overflow: hidden;
            padding: 0;
            text-align: center;
            width: auto;
            padding-left: 5px;
            padding-right: 5px;
            line-height: .4em;
        }

            .artmidSubNav ul li a {
                line-height: 50px;
                color: #18469B;
                display: block;
                padding: 0 8px;
            }

                .artmidSubNav ul li a:hover {
                    text-decoration: none;
                }

            .artmidSubNav ul li:nth-child(even) {
                background: #BDE6FF;
            }

            .artmidSubNav ul li:nth-child(odd) {
                background: #93C9EF;
            }

            .artmidSubNav ul li:hover a {
                color: #fff;
            }

            .artmidSubNav ul li:hover {
                background: #046eb8;
            }

.artmidSubNavX i {
    display: none;
}

#artmidSubNav01, #artmidSubNav02, #artmidSubNav03, #artmidSubNav04 {
    display: none;
}

.section_otherTab {
    padding-bottom: 50px;
}

    .section_otherTab .nav-tabs > li {
        width: 20%;
        text-align: center;
    }

        .section_otherTab .nav-tabs > li a {
            border-radius: 20px 20px 0 0;
            color: #fff;
            cursor: default;
            background-color: #60A3D8;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            font-size: 1.125em;
            font-weight: 700;
            cursor: pointer;
        }

        .section_otherTab .nav-tabs > li.active a {
            background-color: #f5bf2f;
            cursor: pointer;
        }

        .section_otherTab .nav-tabs > li:hover a {
            background-color: #f5bf2f;
        }

        .section_otherTab .nav-tabs > li a:hover {
            color: #fff;
        }

    .section_otherTab .tab-content {
        border-bottom: 6px solid #60a3d8;
        border-right: 1px solid #c7c7c7;
        border-left: 1px solid #c7c7c7;
    }

    .section_otherTab .tab-pane {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section_otherTab #otherTab2 .column-block img {
        width: 100%;
    }

    .section_otherTab #otherTab2 .column-block span {
        display: block;
        text-align: center;
    }

        .section_otherTab #otherTab2 .column-block span i {
            margin-left: -5px;
        }

    .section_otherTab #otherTab1 {
        padding-left: 50px;
        padding-right: 50px;
    }

        .section_otherTab #otherTab1 img {
            width: 100%;
            height: 80px;
        }

.slick-initialized .slick-slide {
    padding-right: 5px;
}

.slick-prev {
    background: url(../images/layout/icon02.gif) 0 0 no-repeat;
    background-size: 20px;
    box-shadow: none;
    margin-top: 0;
    box-shadow: none;
    width: 20px;
    height: 46px;
    left: -30px;
    top: 48%;
}

    .slick-prev:hover, .slick-prev:active, .slick-prev:focus {
        background: url(../images/layout/icon02.gif) 0 0 no-repeat;
        background-size: 20px;
        opacity: .5;
    }

.slick-next {
    background: url(../images/layout/icon03.gif) 0 0 no-repeat;
    background-size: 20px;
    box-shadow: none;
    box-shadow: none;
    width: 20px;
    height: 46px;
    margin-top: 0;
    right: -30px;
    top: 48%;
}

    .slick-next:hover, .slick-next:active, .slick-next:focus {
        background: url(../images/layout/icon03.gif) 0 0 no-repeat;
        background-size: 20px;
        opacity: .5;
    }

    .slick-prev:before, .slick-next:before, .slick-dots li button:before {
        content: '';
    }

.slick-dots li button {
    box-shadow: none;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #32a9e0;
    width: 5px;
    height: 5px;
}

    .slick-dots li button:hover {
        background-color: #32a9e0;
    }

.slick-dots li.slick-active button {
    background-color: #32a9e0;
}

.pages_all {
    padding: 30px 0;
    background-color: #F6F6F6;
}

    .pages_all .breadcrum {
        width: 100%;
        display: block;
        font-size: 1.5em;
        color: #2EA7E0;
        text-align: left;
        padding: 10px;
        margin-top: 0;
        margin-bottom: 35px;
    }

        .pages_all .breadcrum > a {
            color: #2EA7E0;
        }

        .pages_all .breadcrum span a {
            color: gray;
            font-size: 1em;
            padding: 0 0 0 10px;
            text-decoration: none;
        }

            .pages_all .breadcrum span a:hover {
                color: #2EA7E0;
                text-decoration: none;
            }

    .pages_all .contenR {
        border: 1px solid #EAE9ED;
        background-color: #fff;
        padding: 30px 50px;
    }

        .pages_all .contenR .container {
            margin-right: 0;
            margin-left: 0;
            padding: 0;
        }

        .pages_all .contenR.lower {
            margin-top: 30px;
        }

            .pages_all .contenR.lower .breadcrum {
                margin-bottom: 5px;
            }

        .pages_all .contenR.dortorIntro .doctor-img {
            box-shadow: 10px 10px 0 #F6F6F6;
            margin-bottom: 40px;
            width: 100%;
            max-width: 100%;
        }

.dortorIntro h2 {
    font-size: 1.5em;
    color: #fcc123;
    margin-top: 0;
    margin-bottom: 40px;
}

.dortorIntro h3 {
    position: relative;
    font-size: 1.125em;
    color: #828282;
    font-weight: 800;
    z-index: 2;
    clear: both;
}

    .dortorIntro h3 span {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        background-color: #f6f6f6;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.dortorMore .breadcrum a, .dortorMore .breadcrum a i {
    float: right;
    line-height: 24px;
    font-size: 1em;
    color: #828282;
}

.dortorMore .slider p {
    text-align: center;
    padding: 15px 0;
}

.dortorMore .slick-prev, .dortorMore .slick-next {
    top: 45%;
}

.listBlockWrap > div.column-block {
    padding: 0 8px 15px;
    margin: 0;
}

    .listBlockWrap > div.column-block a {
        display: block;
        background: url(../images/layout/icon06.png) right 32px no-repeat;
        text-align: center;
        border: 1px solid #bcbcbc;
        padding: 20px 10px;
        box-shadow: 2px 2px 0 #b5b5b5;
    }

        .listBlockWrap > div.column-block a:hover {
            box-shadow: 2px 2px 0 #6b6b6b;
            color: #f3b91e;
            text-decoration: none;
            transition: .1s;
        }

.listBlockWrap.unitsection > div.column-block a {
    background: url(../images/layout/icon15.png) right 18px no-repeat;
    border-radius: 50px;
}

.listBlockWrap.qestionsection > div.column-block a {
    background: url(../images/layout/icon17.png) right 25px no-repeat;
    border-radius: 0 0 0 0;
}

.listBlockWrap.qestionsection > div.column-block:hover a {
    background-color: #78b9e2;
    color: #fff;
}

.listBlockWrap.infosection > div.column-block a {
    background: url(../images/layout/icon18.png) right bottom no-repeat;
    padding: 30px 10px;
    border-radius: 5px 5px 5px 5px;
}

.listBlockWrap.infosection > div.column-block:hover a {
    background-color: #fcc123;
    color: #fff;
}

.listBlockWrap.sicksection > div.column-block a {
    background: url(../images/layout/icon20.png) right 15px no-repeat;
    box-shadow: none;
    padding: 10px;
    background-color: #848484;
    color: #fff;
}

.listBlockWrap.sicksection > div.column-block p {
    margin-bottom: 0;
    border: 1px solid #bcbcbc;
    border-top: none;
    border-radius: 0 0 11px 10px;
    padding: 10px;
}

.listBlockWrap.healthy > div.column-block a {
    background: url(../images/layout/icon23.png) right 21px no-repeat;
    border-radius: 0 0 0 0;
}

.listBlockWrap.healthy > div.column-block:hover a {
    background-color: #78b9e2;
    color: #fff;
}

.listBlockWrap > div.column-block.doctor-block a {
    padding: 0;
}

.listBlockWrap > div.column-block.doctor-block p {
    margin-top: 20px;
}

.listBlockWrap > div.column-block.doctor-block img {
    width: 100%;
}

.listBlockWrap .lg-txt a {
    font-size: 1.25em;
}

.pagerlist {
    text-align: center;
}

    .pagerlist li {
        padding: 0 4px;
        display: inline-block;
    }

        .pagerlist li a {
            border: none;
        }

            .pagerlist li a:hover {
                background-color: transparent;
            }

    .pagerlist a.arrow {
        padding: 0;
    }

        .pagerlist a.arrow i {
            font-size: 2.125em;
            padding: 0;
            color: #cbcbcb;
        }

        .pagerlist a.arrow:hover i {
            color: #a5a5a5;
        }

    .pagerlist a.number {
        border-radius: 50%;
        border: 1px solid #756c6c;
        color: #756c6c;
    }

        .pagerlist a.number:hover {
            background-color: #a5a5a5;
            color: #fff;
        }

        .pagerlist a.number.active {
            position: relative;
            background-color: #2ea7e0;
            color: #fff;
            border: none;
            overflow: hidden;
        }

            .pagerlist a.number.active:before {
                position: absolute;
                content: '';
                width: 200%;
                height: 100%;
                top: -16px;
                left: -25px;
                background-color: rgba(255,255,255,0.26);
                transform: rotate(159deg);
            }

.shareIcon {
    text-align: right;
    padding-top: 10px;
}

    .shareIcon a:hover {
        text-decoration: none;
    }

        .shareIcon a:hover img {
            opacity: .5;
        }

    .shareIcon a img {
        width: 27px;
    }

.pages_all .contenR .pageBottom {
    border-top: 1px dashed #cbcbcb;
    padding: 10px 0;
    margin-top: 20px;
}

.pageBtn a {
    margin-right: 20px;
    color: #adadad;
}

    .pageBtn a i {
        color: #adadad;
    }

    .pageBtn a:hover {
        color: #585858;
    }

        .pageBtn a:hover i {
            color: #585858;
        }

.pageDescription span {
    display: block;
    text-align: right;
}

.table-style-a {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

    .table-style-a th {
        text-align: center;
        text-align: center;
        background-color: #d4d4d4;
        padding: 10px 0;
        color: #000;
        font-weight: 400 .table-style-a td;

{
    text-align: left;
}

.table-style-a .tdViews {
    text-align: center;
}

.table-new td {
    text-align: center;
}

img.download {
    width: 25px;
}

.table-rwd th, .table-rwd td {
    display: table-cell;
}

.table-rwd span.title {
    display: none;
}

.table-td-20 td {
    width: 20%;
}

    .table-td-20 td img {
        width: 100%;
    }

.table-scroll table {
    text-align: center;
    border: 1px solid #cdd6e0;
    margin-top: 10px;
    width: 100%;
    min-width: 800px;
}

h2.title {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
}

h2.title02 {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
    font-size: 1.4375em;
}

h3.title {
    position: relative;
    font-size: 1.125em;
    color: #828282;
    font-weight: 800;
    z-index: 2;
    clear: both;
}

    h3.title span {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        background-color: #f6f6f6;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

div.title01 {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
    font-size: 1.875em;
    margin-bottom: 10px;
}

div.title02 {
    border-bottom: 1px dotted #949494;
    padding-bottom: 10px;
    color: #949494;
    margin-top: 0;
    font-size: 1.4375em;
    margin-bottom: 10px;
}

div.title {
    position: relative;
    font-size: 1.125em;
    color: #828282;
    font-weight: 800;
    z-index: 2;
    clear: both;
    padding-bottom: 10px;
}

    div.title span {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        background-color: #f6f6f6;
        bottom: 13px;
        left: 0;
        z-index: -1;
    }

.editor span.time {
    background-color: #edc454;
    border-radius: 11px;
    padding: 1px 13px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    margin-bottom: 25px;
}

.editor table.table-new {
    table-layout: auto;
}

.temptitle {
    font-size: 1.3125em;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 1270px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 1024px) {
    .section_contentTab1 .nav-tabs > li > a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .content3_L, .content3_C {
        margin-bottom: 50px;
    }

    .pages_all .breadcrum {
        margin-bottom: 0;
    }

    .shareIcon {
        text-align: left;
        padding: 10px 25px 20px;
    }
}

@media screen and (max-width: 980px) {
    .section_contentTab1 {
        background: #eaeff3;
    }

        .section_contentTab1 .nav-tabs {
            padding-bottom: 20px;
            background-color: #eaeff3;
            border-bottom: 1px solid #ddd;
        }

            .section_contentTab1 .nav-tabs > li {
                text-align: center;
                display: inline-block;
                width: 48.5%;
                float: none;
                margin-bottom: 6px;
            }

                .section_contentTab1 .nav-tabs > li > a {
                    border-radius: 0;
                    background-color: #fff;
                    margin-right: 4px;
                    border: 1px solid #a8a8a8;
                }

                .section_contentTab1 .nav-tabs > li:hover > a {
                    border: 1px solid #a8a8a8;
                }

                .section_contentTab1 .nav-tabs > li.active > a {
                    border: 1px solid #fdd05d;
                }

        .section_contentTab1 .tab-content {
            background: #fff;
            margin-top: 20px;
            padding: 0 20px;
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 991px) {
    .section_glory .container {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .section_glory_L .carousel {
        min-height: inherit;
        height: inherit;
    }

    .section_glory_L .carousel-inner {
        text-align: center;
        height: 100%;
        min-height: inherit;
    }

    .section_glory_L .carousel img {
        max-height: none;
        width: 100%;
    }

    .artmidSubNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 7;
        margin-top: 0;
        display: none;
    }

    .artmidSubNavX {
        display: block;
        position: relative;
        z-index: 8;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

        .artmidSubNavX i {
            display: block;
            font-size: 2em;
            color: #fff;
        }

    .artmidSubNavFox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.9);
    }

    .artmidSubNav ul {
        width: 90%;
        margin: auto;
        margin-top: 10%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 8;
    }

        .artmidSubNav ul li {
            padding: 0;
            text-align: center;
            margin: 1.5%;
            border-radius: 5px;
        }

            .artmidSubNav ul li:nth-child(even) {
                background: #BDE6FF;
            }

            .artmidSubNav ul li:nth-child(odd) {
                background: #93C9EF;
            }

            .artmidSubNav ul li a {
                color: #18469B;
                line-height: 60px;
                display: block;
                padding: 0 10px;
            }

            .artmidSubNav ul li:hover a {
                color: #fff;
            }

            .artmidSubNav ul li:hover {
                background: #046eb8;
            }
}

@media (max-width: 900px) {
    .table-style-a {
        text-align: left;
        border: none;
    }

    .table-rwd th {
        display: none;
    }

    .table-rwd tr {
        border: 1px solid #dedede;
    }

    .table-rwd td {
        display: block;
        padding-left: 90px;
        position: relative;
    }

    .table-rwd span.title {
        display: inline-block;
        width: 90px;
        font-weight: 600;
        position: absolute;
        left: 10px;
    }
}

@media screen and (max-width: 850px) {
    .section_otherTab .nav-tabs > li a {
        padding-left: 0;
        padding-right: 0;
        font-size: .9375em;
        overflow: hidden;
        height: 38px;
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .section_glory .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section_otherTab .nav-tabs > li a {
        padding-left: 0;
        padding-right: 0;
        font-size: .75em;
        overflow: hidden;
        height: 38px;
        line-height: 24px;
    }

    .pages_all .contenR {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 480px) {
    .dortorMore .breadcrum a {
        display: block;
        float: none;
        text-align: center;
        padding: 5px 0;
        margin: 20px 0 5px;
        border: 1px solid #adadad;
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .content3_C .labnews li a {
        font-size: .625em;
        line-height: 22px;
    }
}

.logo:focus {
    border: red 2px dashed;
}

.sub1 > li > a:focus, .sub2 > li > a:focus {
    border: red 2px dashed;
}

.slide > a:focus {
    border: red 2px dashed;
}

#CommWeb > div > a:focus {
    border: red 2px dashed !important;
    display: inline-table;
    width: 27px;
}

.sec > div > a:focus {
    border: red 2px dashed;
    display: inline-table;
}

.item > a:focus {
    border: red 2px dashed;
    display: block;
}

#tabIndexTxt {
    margin: 0;
    padding: 0;
    background-color: #E9F5FF;
    border-radius: 11px;
    padding: 5px 18px;
    color: #000;
    font-size: 1em;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-tabs > li > a:focus {
    border: red 2px dashed !important;
}

.nbs-flexisel-item > a:focus {
    display: block;
    width: inherit;
    height: inherit;
    border: red 2px dashed !important;
}

.nbs-flexisel-nav-left:focus {
    border: red 2px dashed;
}

.nbs-flexisel-nav-right:focus {
    border: red 2px dashed;
}

.footer_nav_title a:focus {
    border: red 2px dashed;
}

.footer_hidden > ul > li > a:focus {
    border: red 2px dashed;
}

.footericon > div > a:focus {
    border: red 2px dashed;
}

.footericon > a:focus {
    border: red 2px dashed;
}

.navF > li > a:focus {
    border: red 2px dashed;
}

.navL > li > a:focus {
    border: red 2px dashed;
}

li:focus {
    border: red 2px dashed;
}

.ui-accordion-header:focus {
    border: red 2px dashed;
}

.qanda_control:focus {
    border: red 2px dashed;
}

#CPTTreeView {
    overflow: hidden;
}

.node {
    white-space: normal !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dxtvControl_Moderno .dxtv-subnd {
    overflow-x: hidden;
    overflow-y: hidden;
    word-break: break-all !important;
}

.dxtvControl_Moderno ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.tv_menu_child {
    width: 200px;
    white-space: normal !important;
    overflow: hidden;
}

    .tv_menu_child span {
        line-height: 30px;
        font-family: "å¾®è»Ÿæ­£é»‘é«”","Microsoft JhengHei";
        font-size: 1em !important;
        color: #969696;
        font-weight: 900;
        display: list-item;
        text-align: -webkit-match-parent;
    }

.dxtv-nd:hover {
    background-color: #aaa;
}

    .dxtv-nd:hover .tv_menu_child span {
        line-height: 30px;
        font-family: "å¾®è»Ÿæ­£é»‘é«”","Microsoft JhengHei";
        font-size: 1em !important;
        color: #fff;
        font-weight: 900;
        display: list-item;
        text-align: -webkit-match-parent;
    }

.printLogo {
    display: none;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    .printLogo {
        display: block;
        width: 200px;
    }
}

.pages_all .sidenav_ul > li {
    border-bottom: #c9c9c9 1px solid;
    border-left: #c9c9c9 1px solid;
    border-right: #c9c9c9 1px solid;
    text-indent: 0;
    background: none;
}

.page-R .title {
    position: relative;
    margin-left: 13px;
}

    .page-R .title:before {
        content: '';
        position: absolute;
        top: 0;
        left: -13px;
        display: block;
        width: 5px;
        height: 100%;
        background: #ccc url(../images/layout/icon04.png);
    }

.page-R .info {
    margin-bottom: 50px;
}

.page-R li {
    list-style: none;
}

    .page-R li:before {
        content: '';
        display: inline-block;
        height: 10px;
        width: 15px;
        background: url(../images/layout/list.png) no-repeat;
        background-size: 10px 10px;
    }

.page-R p {
    margin-bottom: 3px;
}

td[Attributes Style] {
    width: 570px;
    background-color: #fff;
}

.page-R table tr:nth-of-type(odd) {
    background-color: #fff;
}

.page-R .MsoNormalTable tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.title002 {
    width: 6.5%;
}
