﻿.presentationData {
    width: 100vw;
    height: 32vh;
   /* background-image: url(/mobile/images/newsConsultation/bg.png);
    background-size: 100% 30vh;*/
    background-repeat: no-repeat;
    overflow: hidden;
}
.intelligentHardware-element2 {
    margin: 0 auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    width: 6vw;
    height: 3vh;
    background-image: url(/mobile/images/intelligentProducts/icon3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.newsConsultation-header {
    margin: 0 auto;
    margin-bottom: 3vh;
    width: inherit;
}

    .newsConsultation-header > p:nth-child(1) {
        width: inherit;
        height: 8vh;
        line-height: 8vh;
        text-align: center;
        font-weight: bold;
    }

    .newsConsultation-header > p:nth-child(2) {
        margin: 0 auto;
        width: 8vw;
        height: 2px;
        line-height: 2px;
        background-color: #3C7AFB;
    }

.newsConsultation-content {
    margin: 0 auto;
    width: 80vw;
}

.newsConsultation-content-header {
    width: inherit;
    height: 8vh;
    text-align: center;
}

    .newsConsultation-content-header > p {
        background-position: 2vw center;
    margin-right: 5vw;
        padding-left: 2vw;
        width: 25vw;
        height: 5vh;
        line-height: 5vh;
        text-align: center;
        font-size: 10px;
        border: 1px solid #B5B5B5;
        background-color: #F5F5F5;
        background-image: url('/mobile/images/newsConsultation/icon1.png');
        background-size: 4vw 2vh;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .newsConsultation-content-header > .newsConsultation-content-headerPSelected {
        background-image: url(/mobile/images/newsConsultation/icon1Selected.png);
        background-color: #3C7AFB;
        color: white;
    }

.newsConsultation-content {
    width: inherit;
    overflow: hidden;
}

.NCC-element {
    margin: 0 auto;
    margin-top: 3vh;
    width: 80vw;
    overflow: hidden;
}
    .NCC-element a {
      text-decoration:none; 
    }

.NCC-element-content {
    width: 35vw;
    height: 15vh;
    float: left;
}

    .NCC-element-content > p:nth-child(1) {
        margin-bottom: 1vh;
        margin-top: 2vh;
        width: inherit;
        height: 5vh;
        overflow: hidden;
        font-size: 11px;
        font-weight: bold;
    }

    .NCC-element-content > p:nth-child(2) {
        padding-left: 6vw;
        width: inherit;
        height: 3vh;
        line-height: 3vh;
        color: #9A9A9A;
        font-size: 8px;
        background-image: url(/mobile/images/homepage/datetime.png);
        background-size: 4vw 2vh;
        background-repeat: no-repeat;
        background-position-y: center;
    }

.NCC-element-bg {
    width: 40vw;
    height: 12vh;
    background-image: url(/mobile/images/homepage/cs4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
}
