﻿body {
    margin: 0;
    padding: 0;
    background-image: url("../img/backgroundMap.png");
}

#zxxx {
    background-color: #213d5e;
    color: white;
}
/*主体部分*/
#webBody {
    /*height: 800px;*/
    width: 100%;
}
/*面包屑*/
#crumbs {
    margin-top: 20px;
}

    #crumbs a {
        font-size: 16px;
    }

#crumbsBorder {
    line-height: 30px;
    border-bottom: 1px solid #31708F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    #title {
        text-align: center;
    }

    #title p {
        font-size: 22px;
        color: #31708F;
    }
/*简介*/
#pre {
    line-height: 30px;
    float: left;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#pre_a {
    color: #31708F;
    font-size: 16px;
    text-decoration: underline;
}

#next {
    line-height: 30px;
    float: right;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#next_a {
    color: #31708F;
    font-size: 16px;
    text-decoration: underline;
}

#newsContent {
    margin-top: 3%;
    padding:1%;
}

    #newsContent img {
        width: 100%;
        max-width: 100%;
    }

    #newsContent p img {
        width: 100%;
        max-width: 100%;
    }

#newsDate {
    font-size: 20px;
}

#newsPic img {
    width: 100%;
    height: 100%;
}

#fun {
    margin-top: 3%;
}

.classification {
    font-size: 16px;
    color: #31708F;
}

.detailed {
    float: right;
    font-size: 16px;
    background-color: #31708F;
    color: white;
    padding: 5px 10px
}

#classificationTit a {
    line-height: 40px;
    font-size: 18px;
}
/*侧边栏*/
#sideBorder{
    padding:0 4%;
    margin-left:4%;
}
#navtreeul {
    width: 100%;
}

#rightBor {
    width: calc( 100% - 20px);
    margin: 0 auto;
}
#subtitle {
    font-size: 16px;
    background-color: #31708F;
    padding: 5px 10px;
    text-align: left;
    line-height:35px;
}

    #subtitle a {
        color: white;
    }

#productSubtitle {
    margin: 5% auto;
    width: calc( 100% - 20px);
}
#productSubtitle a {
    text-align: center;
}

#productSubtitle img {
    width: 100%;
    height: 100%;
    position: absolute;
}

#productSubtitle h2 {
    line-height:50px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-box {
    text-align: left;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}

#mainContent {
}

@media screen and (max-width:995px) {
    #classificationTit {
        width: 100%;
    }
    #next {
        float: left;
    }
    #newsChildWebBody {
        padding: 5%;
    }
    #newsContent{
        padding:0;
    }
    #newsContent img {
        max-width: 100%;
    }

    .productSketch h2 {
        text-align: center;
        font-size: 40px;
    }

    .productSketch p {
        line-height: 50px;
        font-size: 30px;
    }
    #sideBorder {
        padding: 0 ;
        margin-left: 0;
    }
    #subtitle {
        margin-top: 50px;
        margin-right: 20px;
        width:calc(100% - 20px);
    }

   
        #productSubtitle h2 {
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
}
