﻿body {
    background-color: #fff;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    font-size: 15px;
}

.bodyMain {
    width: 100%;
    min-width: 1024px;
    min-height: 800px;
}

.grayBgColor {
    background-color: #dbdbdc !important;
}

a {
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

.headTop {
    background-color: #dbdbdc;
    min-width: 1024px;
    width: 100%;
    height: 35px;
}

    .headTop .headMain {
        width: 80%;
        margin: 0px auto;
        color: #616161;
        font-size: 0.8em;
    }

        .headTop .headMain > div:first-of-type {
            float: left;
            width: 60%;
            text-align: left;
            padding-top: 7px;
        }

            .headTop .headMain > div:first-of-type > span {
                padding-left: 6px;
                padding-right: 36px;
            }

        .headTop .headMain > div:last-of-type {
            float: right;
            width: 39%;
            text-align: right;
            padding-top: 7px;
        }

            .headTop .headMain > div:last-of-type > span {
                padding-left: 6px;
            }

.pcMenu {
    background-color: #ffffff;
    min-width: 1024px;
    width: 100%;
    height: 90px;
}

    .pcMenu .menuMain {
        width: 80%;
        margin: 0px auto;
        color: #616161;
        position: relative;
    }

        .pcMenu .menuMain > div:first-of-type {
            position: absolute;
            left: 0px;
            top: 0px;
            padding-top: 20px;
            text-align: left;
            width: 200px;
        }

            .pcMenu .menuMain > div:first-of-type img {
                width: 100%;
            }

        .pcMenu .menuMain > div:nth-of-type(2) {
            margin-left: 200px;
            margin-right: 65px;
            padding-top: 50px;
        }

            .pcMenu .menuMain > div:nth-of-type(2) > ul {
                font-size: 0.9em;
                font-weight: 500;
                color: #000000;
                width: 100%;
                float: right;
            }

                .pcMenu .menuMain > div:nth-of-type(2) > ul > li {
                    display: inline-block;
                    width: 12%;
                    height: 30px;
                    text-align: center;
                    position: relative;
                }

                    .pcMenu .menuMain > div:nth-of-type(2) > ul > li > a {
                        color: #000000;
                    }

                        .pcMenu .menuMain > div:nth-of-type(2) > ul > li > a > i {
                            padding-left: 3px;
                            font-size: 1.3em;
                        }

                        .pcMenu .menuMain > div:nth-of-type(2) > ul > li > a:hover > span {
                            color: #af0000;
                        }

        .pcMenu .menuMain > div:nth-of-type(3) {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 65px;
            height: 40px;
            text-align: right;
            padding-top: 15px;
        }

            .pcMenu .menuMain > div:nth-of-type(3) > a {
                color: #a3a4a5;
                font-size: 13px;
            }

        .pcMenu .menuMain > div:nth-of-type(4) {
            position: absolute;
            right: 0px;
            top: 45px;
            width: 65px;
            height: 30px;
            text-align: right;
        }

            .pcMenu .menuMain > div:nth-of-type(4) > a:first-of-type {
                padding-right: 12px;
            }

            .pcMenu .menuMain > div:nth-of-type(4) img {
                height: 20px;
            }

.menuLiOn {
    color: #b40000 !important;
}

.subMenu {
    margin: 0 auto;
    padding: 0px;
    display: none;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 100;
    font-size: 0.9em;
    font-weight: 500;
    color: #000000;
    width: 100%;
    min-width: 130px;
    text-align: left;
    border-top: 5px solid #b40000;
    border-radius: 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    box-shadow: 0px 2px 2px #8b8a89;
    -webkit-box-shadow: 0px 2px 2px #8b8a89;
    -moz-box-shadow: 0px 2px 2px #8b8a89;
    padding: 12px 0px;
    background-color: #ffffff;
}

    .subMenu > li {
        display: inline-block;
        line-height: 28px;
        width: 100%;
        padding: 0px 12px;
    }

        .subMenu > li:hover {
            background-color: #ededed;
        }

        .subMenu > li > a {
            color: #000000;
        }

            .subMenu > li > a > i {
                font-size: 1.2em;
                padding-right: 2px;
                display: none;
            }

            .subMenu > li > a:hover {
                color: #b40000;
            }

@media screen and (max-width:1290px) {

    .pcMenu {
        height: 83px;
    }

        .pcMenu .menuMain > div:first-of-type {
            width: 160px;
        }

        .pcMenu .menuMain > div:nth-of-type(2) {
            margin-left: 110px;
            margin-right: 35px;
            padding-top: 43px;
        }

            .pcMenu .menuMain > div:nth-of-type(2) > ul {
                font-size: 0.8em;
            }

        .pcMenu .menuMain > div:nth-of-type(3) {
            width: 55px;
        }

        .pcMenu .menuMain > div:nth-of-type(3) {
            width: 55px;
            height: 30px;
            padding-top: 10px;
        }

            .pcMenu .menuMain > div:nth-of-type(3) > a {
                color: #616161;
                font-size: 12px;
            }

        .pcMenu .menuMain > div:nth-of-type(4) {
            top: 38px;
        }

            .pcMenu .menuMain > div:nth-of-type(4) > a:first-of-type {
                padding-right: 2px;
            }

            .pcMenu .menuMain > div:nth-of-type(4) img {
                height: 15px;
            }
}

@media screen and (min-width: 1291px) and (max-width:1390px) {

    .pcMenu .menuMain > div:nth-of-type(2) > ul {
        font-size: 0.9em;
    }
}

@media all and (min-width:1391px) {

    .pcMenu .menuMain > div:nth-of-type(2) > ul {
        font-size: 1em;
    }
}

.pcBottom {
    margin-top: 10px;
    color: #616161;
    min-width: 1024px;
    width: 100%;
    height: 35px;
    font-size: 0.9em;
    background-color: #dbdbdc;
}

    .pcBottom a {
        color: #616161;
    }

    .pcBottom > div {
        width: 80%;
        margin: 0px auto;
        padding-top: 6px;
    }

        .pcBottom > div > div {
            float: left;
            width: 50%;
        }

            .pcBottom > div > div span {
                padding: 0px 8px;
            }

            .pcBottom > div > div dl {
                padding: 0px;
                margin: 0px;
            }

            .pcBottom > div > div:nth-of-type(2) {
                text-align: right;
            }

            .pcBottom > div > div:nth-of-type(1) dd {
                float: left;
                padding-right: 6px;
            }

            .pcBottom > div > div:nth-of-type(2) dd {
                float: right;
            }

.homeSeach {
    position: absolute;
    top: 32px;
    left: -32px;
    min-width: 180px;
    background-color: #fff;
    border-top: 3px solid #b40000;
    border-radius: 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    box-shadow: 0px 1px 1px #efefef;
    -webkit-box-shadow: 0px 1px 1px #efefef;
    -moz-box-shadow: 0px 1px 1px #efefef;
    text-align: left;
    min-height: 40px;
    padding: 3px 3px 0px 3px;
    z-index: 11;
    display: none;
}

    .homeSeach input {
        width: 140px;
        height: 28px;
        border: 0px;
    }

    .homeSeach > div {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #b40000;
        font-size: 1.5em;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .homeSeach > img {
        width: 200px;
        height: 200px !important;
    }

/***********首页幻灯片*******************/

.homeBanner {
    width: 100%;
    min-width: 1024px;
}

    .homeBanner .bannerLeft {
        width: 100%;
        float: left;
    }

.bannerLeft .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bannerLeft .swiper-slide {
    background-size: cover;
    background-position: center;
}

    .bannerLeft .swiper-slide img {
        width: 100%;
    }

.homeBanner .bannerRight {
    width: 10%;
    float: left;
    background-color: #ededed;
    position: relative;
    display: none;
}

.bannerRight .arrow-up {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -11px;
    width: 22px;
    height: 18px;
    z-index: 10;
    font-size: 16pt;
    color: #a3a4a5;
    cursor: pointer;
}

.bannerRight .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -11px;
    width: 22px;
    height: 18px;
    z-index: 10;
    font-size: 16pt;
    color: #a3a4a5;
    cursor: pointer;
}

.bannerRight .swiper-container {
    margin-top: 35px;
}

.bannerRight .swiper-slide {
    padding: 0px 12px;
    border-bottom: 1px solid #dbdbdc;
}

    .bannerRight .swiper-slide:nth-of-type(3n) {
        border-bottom: 0px;
    }

.slideCenter {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-background-clip: content-box;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .slideCenter::after {
        display: block;
        padding-top: 100%;
        content: '';
    }

    .slideCenter img {
        width: 100%;
        display: none;
    }

/*.bannerRight .swiper-slide-active {
    background-color: #dbdbdc;
}*/

.active-nav {
    background-color: #dbdbdc;
}

.newsSwiper {
    width: 100%;
    min-width: 1024px;
}

    .newsSwiper > div {
        width: 80%;
        margin: 0px auto;
        position: relative;
        height: 116px;
        color: #616161;
        border-bottom: 1px solid #aaaaab;
    }

        .newsSwiper > div > div:first-of-type {
            position: absolute;
            top: 12px;
            left: 0px;
            width: 120px;
            text-align: center;
            border-right: 2px solid #616161;
            color: #616161;
            font-size: 1.8em;
            font-weight: 800;
        }

            .newsSwiper > div > div:first-of-type dl {
                margin: 12px;
                padding: 0px;
            }

            .newsSwiper > div > div:first-of-type dd:first-of-type {
                font-size: 15pt;
                font-weight: 600;
            }

        .newsSwiper > div > div:nth-of-type(2) {
            margin-left: 120px;
            margin-right: 60px;
        }

            .newsSwiper > div > div:nth-of-type(2) .swiper-slide {
                padding: 6px 12px 0px 12px;
            }

                .newsSwiper > div > div:nth-of-type(2) .swiper-slide dd {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    height: 26px;
                    width: 100%;
                }

                    .newsSwiper > div > div:nth-of-type(2) .swiper-slide dd a {
                        color: #616161;
                    }

                    .newsSwiper > div > div:nth-of-type(2) .swiper-slide dd:first-of-type {
                        font-size: 1.1em;
                    }

                    .newsSwiper > div > div:nth-of-type(2) .swiper-slide dd:nth-of-type(2) {
                        font-size: 1em;
                        font-weight: 600;
                    }

                    .newsSwiper > div > div:nth-of-type(2) .swiper-slide dd:nth-of-type(3) {
                        font-size: 0.9em;
                        height: 20px;
                    }

        .newsSwiper > div > div:nth-of-type(3) {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 60px;
            font-size: 2.6em;
            font-weight: 900;
            padding-top: 28px;
        }

            .newsSwiper > div > div:nth-of-type(3) i {
                margin-left: 6px;
                cursor: pointer;
            }

    .newsSwiper .swiper-button-disabled {
        color: #a3a4a5;
    }

/***********首页幻灯片 end****************/

.secondBanner {
    width: 100%;
}

    .secondBanner img {
        width: 100%;
    }


.secondMenu {
    width: 100%;
    min-width: 1024px;
    height: 35px;
    background-color: #e5e5e5;
}

    .secondMenu > div {
        width: 80%;
        margin: 0px auto;
    }

        .secondMenu > div a {
            color: #616161;
        }

        .secondMenu > div dl {
            margin: 0px;
            padding: 0px;
        }

        .secondMenu > div dd {
            float: left;
            padding-top: 6px;
            height: 35px;
            width: 128px;
            text-align: center;
        }

            .secondMenu > div dd:hover {
                color: #ffffff;
                background-color: #b40000;
            }

.secondMenuOn {
    color: #ffffff !important;
    background-color: #b40000 !important;
}

.articleDetail {
    width: 80%;
    margin: 0px auto;
    position: relative;
}

    .articleDetail .articleTitle {
        height: 80px;
        font-size: 1.2em;
        color: #616161;
        padding-top: 40px;
    }

        .articleDetail .articleTitle > span {
            font-size: 0.8em;
            padding: 0px;
        }

        .articleDetail .articleTitle > i {
            font-size: 0.8em;
            padding: 0px 8px;
        }

.partingLine {
    width: 100%;
    position: relative;
}

    .partingLine > div:first-of-type {
        border-bottom: 2px solid #b40000;
        height: 0px;
        width: 128px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .partingLine > div:nth-of-type(2) {
        border-bottom: 2px solid #a3a4a5;
        height: 0px;
        width: 100%;
    }

.articleDetail .articleContent {
    width: 100%;
    padding: 30px 60px 50px 91px;
    line-height: 1.8;
}

    .articleDetail .articleContent img {
        max-width: 100%;
    }

.articleDetail .articleImgContent {
    width: 100%;
    padding: 30px 12px 50px 12px;
    position: relative;
}

    .articleDetail .articleImgContent > div:first-of-type {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 250px;
    }

        .articleDetail .articleImgContent > div:first-of-type img {
            max-width: 100%;
        }

    .articleDetail .articleImgContent > div:nth-of-type(2) {
        line-height: 1.8;
        margin-left: 262px;
    }

.articleDetail .detailLeft {
    margin-right: 236px;
}

.articleDetail .detailRight {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
}

    .articleDetail .detailRight .partingLine > div:first-of-type {
        width: 80px;
    }

.historyList {
    width: 100%;
    padding-bottom: 50px;
}

    .historyList > div {
        position: relative;
    }

        .historyList > div > div:first-of-type {
            position: absolute;
            width: 126px;
            top: -4px;
            left: 0px;
            color: #e5e5e5;
            font-size: 2em;
            font-weight: 600;
        }

        .historyList > div > div:nth-of-type(2) {
            margin-left: 126px;
            border-left: 2px solid #b40000;
            padding-bottom: 24px;
            position: relative;
        }

            .historyList > div > div:nth-of-type(2) > div {
                width: 100%;
                min-height: 30px;
                padding-left: 24px;
            }

            .historyList > div > div:nth-of-type(2) .historyTitle {
                color: #b40000;
            }

            .historyList > div > div:nth-of-type(2) > div:first-of-type {
                padding: 0px;
                color: #b40000;
                background-color: #b40000;
                width: 15px;
                height: 15px;
                min-height: 15px !important;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
                position: absolute;
                top: 3px;
                left: -8px;
            }

        .historyList > div:first-of-type > div:first-of-type {
            padding-top: 24px;
        }

        .historyList > div:first-of-type > div:nth-of-type(2) {
            padding-top: 24px;
        }

            .historyList > div:first-of-type > div:nth-of-type(2) > div:first-of-type {
                top: 28px;
            }

.CultureList {
    width: 100%;
    padding: 10px 128px 20px 128px;
}

    .CultureList .CultureItem {
        margin-top: 12px;
        width: 100%;
    }

        .CultureList .CultureItem > div:first-of-type {
            width: 100%;
            min-height: 35px;
            color: #616161;
            position: relative;
        }

            .CultureList .CultureItem > div:first-of-type > div:first-of-type {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 25px;
                height: 25px;
                padding: 13px 0px 0px 0px;
            }

                .CultureList .CultureItem > div:first-of-type > div:first-of-type img {
                    width: 20px;
                    height: 20px;
                }

            .CultureList .CultureItem > div:first-of-type > div:nth-of-type(2) {
                padding-top: 12px;
                font-size: 1.3em;
                width: 100%;
                margin-left: 20px;
            }

                .CultureList .CultureItem > div:first-of-type > div:nth-of-type(2) > span {
                    padding: 0px 12px;
                }

                    .CultureList .CultureItem > div:first-of-type > div:nth-of-type(2) > span:first-of-type {
                        color: #b40000;
                    }

        /*.CultureList .CultureItem > div:first-of-type > div:nth-of-type(3) {
                padding-top: 6px;
                width: 320px;
                float: left;
            }*/

        .CultureList .CultureItem > div:nth-of-type(2) {
            padding: 12px 0px;
            line-height: 1.8;
        }

            .CultureList .CultureItem > div:nth-of-type(2) img {
                max-width: 100%;
            }

.HoldingList {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 24px;
    position: relative;
    min-height: 350px;
}

    .HoldingList > div:first-of-type {
        width: 200px;
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .HoldingList > div:nth-of-type(2) {
        margin-left: 200px;
        padding-left: 36px;
        padding-top: 12px;
        line-height: 1.8;
        padding-right:40px;
    }

    .HoldingList > div:nth-last-of-type(2) img {
        max-width: 100%;
    }

    .HoldingList > div:first-of-type ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .HoldingList > div:first-of-type > ul > li {
        margin: 0px;
        width: 100%;
        height: 35px;
        background-color: #ededed;
        display: inline-block;
        text-align: center;
        color: #616161;
        margin-top: 12px;
    }

        .HoldingList > div:first-of-type > ul > li > div {
            width: 100%;
            height: 35px;
            padding-top: 6px;
            cursor: pointer;
        }

        .HoldingList > div:first-of-type > ul > li > ul {
            margin-top: 6px;
            display: none;
        }

            .HoldingList > div:first-of-type > ul > li > ul > a > li {
                width: 100%;
                height: 25px;
                color: #616161;
                font-size: 0.8em;
                display: inline-block;
                margin-top: 0px;
                text-align: left;
                cursor: pointer;
            }

                .HoldingList > div:first-of-type > ul > li > ul > a > li:hover {
                    color: #b40000 !important;
                }

                .HoldingList > div:first-of-type > ul > li > ul > a > li > i {
                    display: none;
                }

.HoldingLiOn {
    color: #ffffff !important;
    background-color: #b40000 !important;
}

.HoldingSLiOn {
    color: #b40000 !important;
}

    .HoldingSLiOn i {
        display: initial !important;
    }

.NewsList {
    width: 100%;
    padding-left: 128px;
}

    .NewsList > div {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }

        .NewsList > div > a {
            color: #616161;
        }

            .NewsList > div > a:hover {
                color: #b40000;
            }

            .NewsList > div > a i {
                font-size: 12px;
                padding-right: 12px;
                position: absolute;
                left: 0px;
                top: 5px;
            }

            .NewsList > div > a > div:first-of-type {
                padding-left: 24px;
                margin-right: 124px;
            }


            .NewsList > div > a > div:nth-of-type(2) {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 100px;
            }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #b40000;
    border-color: #b40000;
}

.pagination a {
    color: #b40000;
}

.rtitle {
    width: 100%;
    color: #616161;
    font-size: 1.5em !important;
    text-align: center;
    font-weight: 500;
    padding-bottom: 8px;
    font-weight: 600;
    height: 40px;
}


.releaseData {
    width: 100%;
    text-align: left;
    padding-bottom: 6px;
    height: 25px;
    margin-bottom: 0px;
    font-size: 0.8em !important;
    color: #999;
}


    .releaseData span {
        padding-right: 24px;
    }

.newsDetail {
    padding-right: 100px !important;
}

.seachDiv {
    width: 100%;
    padding: 0px;
    padding-top: 12px;
}

    .seachDiv > div {
        border: 2px solid #f6f6f6;
        position: relative;
    }

        .seachDiv > div input {
            border: 0px;
            height: 25px;
            width: 160px;
        }

        .seachDiv > div > div {
            width: 30px;
            height: 29px;
            position: absolute;
            top: -2px;
            right: 0px;
            background-color: #b40000;
            color: #fff;
            padding: 2px 0px 0px 7px;
            cursor: pointer;
        }

.investorList {
    width: 100%;
    padding-bottom: 60px;
}

    .investorList > div {
        position: relative;
    }

        .investorList > div > div:first-of-type {
            position: absolute;
            width: 126px;
            top: 0px;
            left: 0px;
            color: #b40000;
            font-size: 1em;
            text-align: right;
            padding-right: 24px;
        }

    .investorList .investorLine {
        margin-left: 126px;
        border-left: 2px solid #b40000;
        padding-bottom: 36px;
        position: relative;
    }

        .investorList .investorLine > div {
            width: 100%;
            min-height: 30px;
            padding-left: 24px;
        }

            .investorList .investorLine > div span {
                padding-right: 12px;
            }

            .investorList .investorLine > div:first-of-type {
                padding: 0px;
                color: #b40000;
                background-color: #b40000;
                width: 15px;
                height: 15px;
                min-height: 15px !important;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
                position: absolute;
                top: 3px;
                left: -8px;
            }


    .investorList > div:first-of-type > div:first-of-type {
        padding-top: 24px;
    }

    .investorList > div:first-of-type > div:nth-of-type(2) {
        padding-top: 24px;
    }

        .investorList > div:first-of-type > div:nth-of-type(2) > div:first-of-type {
            top: 28px;
        }

.structureContent {
    width: 100%;
    padding: 6px 128px 50px 128px;
}

    .structureContent > div {
        width: 100%;
        height: 110px;
        background-color: #e5e5e5;
        position: relative;
        padding-left: 320px;
        margin-top: 20px;
        color: #616161;
        font-size: 1.1em;
    }

        .structureContent > div > div:first-of-type {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 300px;
            height: 110px;
            text-align: center;
        }

            .structureContent > div > div:first-of-type > div {
                height: 110px;
                display: table;
                margin: 0px auto;
            }

                .structureContent > div > div:first-of-type > div > div {
                    vertical-align: middle;
                    text-align: center;
                    display: table-cell;
                }

        .structureContent > div > div:nth-of-type(2) {
            position: absolute;
            top: 0px;
            left: 300px;
            width: 20px;
            height: 110px;
            background-color: #ffffff;
        }

        .structureContent > div > div:nth-of-type(3) {
            text-align: center;
            width: 100%;
        }

            .structureContent > div > div:nth-of-type(3) > div {
                height: 110px;
                display: table;
                margin: 0px auto;
            }

                .structureContent > div > div:nth-of-type(3) > div > div {
                    vertical-align: middle;
                    text-align: center;
                    display: table-cell;
                }

        .structureContent > div:last-of-type {
            background-color: #fff;
            height: 30px;
            width: 100%;
            text-align: right;
            font-size: 0.8em;
        }

.ReportList {
    width: 100%;
    padding-bottom: 50px;
}

.ReportListItem {
    margin-top: 12px;
    width: 100%;
    position: relative;
}

    .ReportListItem > div:first-of-type {
        position: absolute;
        top: -5px;
        left: 0px;
        width: 128px;
        color: #e5e5e5;
        font-size: 2em;
        font-weight: 600;
        height: 100%;
    }

        .ReportListItem > div:first-of-type > div {
            display: table;
            height: 100%;
        }

            .ReportListItem > div:first-of-type > div > div {
                vertical-align: middle;
                text-align: left;
                display: table-cell;
                height: 100%;
            }

    .ReportListItem > div:nth-of-type(2) {
        margin-left: 128px;
        padding-bottom: 24px;
        padding-top: 1px;
        border-bottom: 1px solid #a3a4a5;
    }

        .ReportListItem > div:nth-of-type(2) > div {
            width: 100%;
            margin-top: 12px;
            position: relative;
        }

            .ReportListItem > div:nth-of-type(2) > div > div:first-of-type {
                margin-right: 70px;
                margin-left: 20px;
            }

                .ReportListItem > div:nth-of-type(2) > div > div:first-of-type i {
                    font-size: 0.6em;
                    padding-right: 12px;
                    position: absolute;
                    left: 0px;
                    top: 8px;
                    color: #c9c9c9;
                }

            .ReportListItem > div:nth-of-type(2) > div > div:nth-of-type(2) {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 60px;
            }

                .ReportListItem > div:nth-of-type(2) > div > div:nth-of-type(2) span {
                    background-color: #b40000;
                    padding: 3px 12px;
                    color: #fff;
                }

.NeswYearListItem {
    margin-top: 12px;
    width: 100%;
    position: relative;
}

    .NeswYearListItem > div:first-of-type {
        position: absolute;
        top: -5px;
        left: 0px;
        width: 128px;
        color: #e5e5e5;
        font-size: 2em;
        font-weight: 600;
        height: 100%;
    }

        .NeswYearListItem > div:first-of-type > div {
            display: table;
            height: 100%;
        }

            .NeswYearListItem > div:first-of-type > div > div {
                vertical-align: middle;
                text-align: left;
                display: table-cell;
                height: 100%;
            }

    .NeswYearListItem > div:nth-of-type(2) {
        margin-left: 128px;
        padding-bottom: 24px;
        padding-top: 1px;
        border-bottom: 1px solid #a3a4a5;
    }

        .NeswYearListItem > div:nth-of-type(2) > div {
            width: 100%;
            margin-top: 12px;
            position: relative;
        }

            .NeswYearListItem > div:nth-of-type(2) > div > a {
                color: #616161;
            }

                .NeswYearListItem > div:nth-of-type(2) > div > a:hover {
                    color: #b40000;
                }

                .NeswYearListItem > div:nth-of-type(2) > div > a i {
                    font-size: 0.6em;
                    padding-right: 12px;
                    position: absolute;
                    left: 0px;
                    top: 8px;
                }

                .NeswYearListItem > div:nth-of-type(2) > div > a > div:first-of-type {
                    padding-left: 24px;
                    margin-right: 124px;
                }


                .NeswYearListItem > div:nth-of-type(2) > div > a > div:nth-of-type(2) {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    width: 100px;
                }

.investorQA {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 50px;
    position: relative;
    min-height: 200px;
}

    .investorQA > div:first-of-type {
        margin: 0px 220px 0px 128px;
    }

    .investorQA > div:nth-of-type(2) {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 200px;
        color: #616161;
    }

        .investorQA > div:nth-of-type(2) > div:first-of-type {
            font-weight: 600;
        }

.investorQAForm {
    width: 100%;
}

    .investorQAForm > div {
        background-color: #fff;
        width: 100%;
        height: 50px;
        margin-top: 12px;
    }

        .investorQAForm > div > div {
            float: left;
            width: 50%;
            height: 50px;
            color: #616161;
        }

            .investorQAForm > div > div label {
                width: 50px;
                color: #616161;
                font-weight: 500;
            }

            .investorQAForm > div > div input {
                width: 73%;
                border: 0px;
                outline: none;
                background-color: #ededed;
            }

            .investorQAForm > div > div:first-of-type {
                padding-right: 12px;
            }

                .investorQAForm > div > div:first-of-type > div {
                    background-color: #ededed;
                    height: 50px;
                    padding: 10px;
                }

            .investorQAForm > div > div:nth-of-type(2) {
                padding-left: 10px;
            }

                .investorQAForm > div > div:nth-of-type(2) > div {
                    background-color: #ededed;
                    height: 50px;
                    padding: 12px;
                }

        .investorQAForm > div:nth-of-type(3) {
            background-color: #ededed;
            height: 120px;
            padding: 10px;
        }

            .investorQAForm > div:nth-of-type(3) textarea {
                width: 100%;
                height: 100px;
                background-color: #ededed;
                outline: none;
                border: 0px;
            }

        .investorQAForm > div:nth-of-type(4) {
            width: 100%;
        }

            .investorQAForm > div:nth-of-type(4) > div {
                float: right;
                width: 120px;
            }

                .investorQAForm > div:nth-of-type(4) > div:first-of-type {
                    width: 100px;
                    text-align: right;
                    padding-top: 6px;
                    padding-right: 0px;
                }

                    .investorQAForm > div:nth-of-type(4) > div:first-of-type span {
                        background-color: #b40000;
                        color: #fff;
                        padding: 6px 12px;
                        cursor: pointer;
                    }

                .investorQAForm > div:nth-of-type(4) > div:nth-of-type(2) {
                    width: 76px;
                    text-align: right;
                }


                    .investorQAForm > div:nth-of-type(4) > div:nth-of-type(2) img {
                        width: 60px;
                        height: 32px;
                    }


                .investorQAForm > div:nth-of-type(4) > div:nth-of-type(3) {
                    width: 88px;
                    height: 34px;
                    text-align: right;
                    border: 1px solid #f6f6f6;
                    padding: 4px;
                }

                    .investorQAForm > div:nth-of-type(4) > div:nth-of-type(3) input {
                        width: 80px;
                        background-color: #fff;
                    }

.investorQAList {
    width: 100%;
    color: #616161;
    padding-bottom: 50px;
}

    .investorQAList > div {
        width: 100%;
        margin-top: 12px;
    }

        .investorQAList > div > div {
            border-bottom: 1px dashed #d6d7d8;
            padding: 12px;
            line-height: 1.8;
        }

            .investorQAList > div > div:first-of-type {
                background-color: #ededed;
                border-bottom: 0px;
            }

                .investorQAList > div > div:first-of-type span {
                    padding: 0px 12px;
                }

                    .investorQAList > div > div:first-of-type span:first-of-type {
                        padding-left: 0px;
                    }

.JointStockList {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 24px;
    position: relative;
    min-height: 350px;
}

    .JointStockList > div:first-of-type {
        width: 200px;
        position: absolute;
        left: 0px;
        top: 16px;
    }

    .JointStockList > div:nth-last-of-type(2) {
        margin-left: 200px;
        padding-left: 36px;
        padding-top: 8px;
        line-height: 1.8;
        padding-right:100px;
    }

        .JointStockList > div:nth-last-of-type(2) img {
            max-width: 100%;
        }

    .JointStockList > div:first-of-type > ul {
        margin: 0px;
        padding: 0px;
        margin-top: 6px;
    }

        .JointStockList > div:first-of-type > ul > a > li {
            width: 100%;
            height: 30px;
            color: #616161;
            font-size: 1em;
            display: inline-block;
            margin-top: 0px;
            text-align: left;
            cursor: pointer;
        }

            .JointStockList > div:first-of-type > ul > a > li:hover {
                color: #b40000 !important;
            }

            .JointStockList > div:first-of-type > ul > a > li > i {
                display: none;
            }

.JobList {
    width: 100%;
    padding-left: 128px;
    padding-top: 12px;
    font-weight: 500;
}

    .JobList > div > div:first-of-type {
        font-weight: 600;
    }

    .JobList .JobItem {
        border-bottom: 1px dashed #d5d6d7;
        min-height: 36px;
        position: relative;
        margin-top: 12px;
        color: #616161;
    }

    .JobList a .JobItem:hover {
        color: #b40000;
    }

    .JobList .JobItem > div:nth-of-type(1) {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 200px;
        text-align: left;
    }

    .JobList .JobItem > div:nth-of-type(2) {
        margin-left: 200px;
        margin-right: 200px;
        text-align: left;
    }


    .JobList .JobItem > div:nth-of-type(3) {
        position: absolute;
        top: 0px;
        right: 120px;
        width: 80px;
        text-align: center;
    }

    .JobList .JobItem > div:nth-of-type(4) {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 120px;
        text-align: center;
    }

.JobDetail {
    width: 100%;
    padding: 12px 0px 0px 128px;
    font-weight: 500;
}

    .JobDetail div {
        float: left;
        width: 50%;
    }

    .JobDetail > div:last-of-type {
        float: initial;
        clear: both;
    }

.swiperFont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

    .swiperFont > div {
        width: 100%;
        height: 100%;
        display: table;
        margin: 0px auto;
    }

        .swiperFont > div > div {
            width: 100%;
            height: 100%;
            vertical-align: middle;
            display: table-cell;
            padding-left: 12%;
            font-size: 22px;
            color: #616161;
            font-weight: 600;
        }


            .swiperFont > div > div span {
                padding-top: 12px;
                display: block;
                font-size: 13px;
                font-weight: 500;
            }
