body{
    background: #f7f8fa;
}

.weizhi{
    width: 1176px;
    margin: 20px auto;
    padding: 12px;
    background: #ffffff;
    border-radius: 5px;
}

.weizhi p{
    font-size: 14px;
    padding-left: 22px;
    background: url(/static/images/iibs/icon_02.png) no-repeat 0px -80px;
}

.weizhi p a, .weizhi p span{
    color: #999;
    font-size: 14px;
}

.weizhi p strong{
    font-weight: normal;
}

.weizhi p a:hover{
    color: red;
    text-decoration: underline;
}

.title{
    padding-bottom:20px;
    position: relative;
}

.title.flex{
    align-items: center;
}

.title h1{
    font-size: 24px;
    padding-left:26px;
    background: url('/static/images/product/list02.png') no-repeat 0px 7px;
}

.title p{
    color: #777;
    font-size: 15px;
    margin-left: 20px;
}

.title .show_img{
    position: absolute;
    right: 0px;
}

.title .show_img a{
    font-size: 14px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
}

.title .show_img a:first-child{
    background: green;
}

.title .show_img a:last-child{
    background: red;
}

.title .show_img a:hover{
    text-decoration: underline;
}

.title .show_img i{
    display: inline-block;
    width: 1px ;
    height: 11px;
    padding: 0 2px;
}

.zmtz{
    width: 1200px;
    margin: 0px auto 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tmz{
    justify-content: space-between;
}

.sidebar{
    width: 280px;
    position: relative;
}

.sidebar .fixed{
    position: fixed;
    top: 0px;
}

.sidebar .absolute {
    position: absolute;
    bottom: 0px;
}

.sidebar .staicTop{
    width: 280px;
}

.sidebar dl{
    margin-bottom: 10px;
    background: #e7e7e7;
    position: relative;
}

.sidebar dl dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    background: #0d3475;
    margin-bottom: 8px;
    color: #fff;
}

.sidebar dl dd{
    padding: 0px 10px;
    border-bottom: 1px dashed #b9b9b9;
    position: relative;
}

.sidebar dl dd:last-child{
    border-bottom: none;
}

.sidebar dl dd:hover{
    background:#dfdfdf;
}

.sidebar dl dd a{
    display: flex;
    align-items: center;
    line-height: 45px;
    font-size: 16px;
}

.sidebar dl dd a:before{
    content: '';
    width: 16px;
    height:16px;
    background: url("/static/images/product/ico_12.png") no-repeat center center;
    margin-right: 10px;
}

.List-End .Right{
    width: 900px;
}

.List-End .Right dl{
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    padding-bottom: 4px;
    background: #fff;
}

.List-End .Right dl dt{
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left:16px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ededed;
}

.List-End .Right dl dd{
    float: left;
    width: 30%;
    padding-left: 16px;

}

.List-End .Right dl dd a{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}

.List-End .Right dl dd a:hover{
    color: #4e3838;
}

.page{
    clear: both;
    text-align: center;
    padding: 12px 0px;
    background: #f5f5f5;
    border: 1px solid #efefef;
}

.page a{
    display: inline-block;
    padding: 1px 8px;
    border-radius: 2px;
    margin-right: 2px;
}

.page a.active{
    background: red;
    color: #fff;
}

.page a:hover{
    background: red;
    color: #fff;
}
