﻿body {
    margin: 0;
    padding: 0;
    background-image: url("../img/backgroundMap.png");
}
/*主体部分*/
#webBody {
    width: 100%;
}

#zxxx {
    background-color: #213d5e;
    color: white;
}
/*面包屑*/
#crumbs {
    margin-top: 20px;
}

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

#crumbsBorder {
    line-height:30px;
    border-bottom: 1px solid #31708F;
}
   
    #title {
        text-align: center;
    }

    #title p {
        font-size: 28px;
        color: #31708F;
    }
/*简介*/
.newsMain {
    border: 1px solid #EAEAEA;
    margin: 10px;
    background-color: #FFFFFF;
    max-height: 200px;
}

.newsSketch {
    height: 95px;
}

    .newsSketch h2 a {
        color: #31708F;
    }

    .newsSketch h2 {
        margin-top: 2%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newsSketch p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.newsPic img {
    width: 100%;
    height: 100%;
    max-height: 177px;
}

.fun {
    margin-top: 3%;
}

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

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

#classificationTit a {
    line-height: 40px;
    font-size: 18px;
}

.Onepage:hover, .toppage:hover, .bottompage:hover, .Atlastpage:hover, .page:hover {
    background: #F0F0F0;
    color: #444444;
}

.Onepage, .toppage, .bottompage, .Atlastpage, .page {
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 2px;
    padding: 0 8px;
    height: 26px;
    line-height: 28px;
    border: 1px solid #E5E5E5;
}

.pageCss {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*分页样式*/
#pagenav {
    overflow: hidden;
    margin-top: 15px;
    text-align: center
}

    #pagenav a, #pagenav strong {
        padding: 5px 12px;
        margin: 1px;
        border: 1px#e5e5e5 solid;
        display: inline-block;
        font-size: 14px
    }

        #pagenav a:hover {
            background-color: #eee
        }
/*侧边栏*/
#sideBorder{
    padding:0 4%;
    margin-left:4%;
}
#navtreeul {
    width: 100%;
    background-image: url("../../MB/TemplateCZ01/img/backgroundMap.png");
}
#rightBor{
    width:100%;
}
#subtitle {
    font-size: 16px;
    background-color: #31708F;
    padding: 5px 10px;
    text-align: left;
    line-height: 35px;
}

    #subtitle a {
        color: white;
    }
#productSubtitle {
    margin:5% 0;
}
#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;
}

@media screen and (max-width:995px) {
    #classificationTit{
        width:100%;
    }
    #newsWebBody {
        padding: 3%;
    }
    .detailed {
        margin-bottom: 3%;
    }

    .fun {
        margin-top: 6%;
    }

    .newsMain {
        border: 1px solid #EAEAEA;
        margin: 10px;
        background-color: #FFFFFF;
        max-height: none;
    }

    .newsSketch {
        text-align: center;
    }

        .newsSketch h2 {
            text-align: center;
            color: #31708F;
        }

        .newsSketch p {
            text-align: left;
            color: #868686;
        }

    #sideBorder {
        margin-top: 5%;
        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;
    }

    .Onepage, .toppage, .bottompage, .Atlastpage, .page {
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .4rem;
    }
}
