.haibao-wai{
    position: relative;
}
.haibao-wai img{
    width: 100%;
    display: block;
}
.mbx{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 46px;
    background-color: rgba(0,0,0,.5);
}
.mbx .container{

}
.fenye-name{
    width: 330px;
    height: 60px;
    background: #aacf43;
    float: left;
    overflow: hidden;
    margin-top: -14px;
    padding-top: 10px;
    border-radius: 8px 8px 0 0;
}
.fenye-name span{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    margin-top: 4px;
    float: left;
}
.fenye-name span img{
    display: block;
    width: 100%;
    height: 100%;
}
.fenye-name p{
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
    line-height: 40px;
    float: left;
    color: #fff;
}
.where{
    float: right;
    overflow: hidden;
    height: 46px;
    line-height: 45px;
}
.where li{
    display: inline-block;
    margin-right: 10px;
}
.where li a{
    display: inline-block;
    color: #fff;
}


/*  Body*/
.Body-wai{
    padding-bottom: 50px;
}
.Body{
    width: 100%;
}
.Body-left{
    width: 330px;
    float: left;
    margin-right: 20px;
}
.Body-top{
    padding: 15px 20px 20px 20px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    margin-bottom: 20px;
    border-bottom: 3px solid #aacf43;
}
.Body-top h1{
    border-left: 4px solid #aacf43;
    margin-left: -20px;
    margin-bottom: 15px;
    padding: 5px 0 5px 18px;
    text-align: left;
    color: #1689c8;
    font-size: 18px;
    font-weight: 500;
}
.Body-top-ul{
    overflow: hidden;
}
.Body-top-ul li{
    display: block;
    width: 100%;
    text-align: center;
    background: url("../img/ico_jt.png") no-repeat 90% center #eee;
    border-radius: 8px;
    margin-bottom: 10px;
}
.Body-top-ul li a{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #000;
}
.Body-top-ul li:nth-child(3){
    background-color: #1689c8;
}
.Body-top-ul li:nth-child(3) a{
    color: #fff;
}
.Body-top-ul li:hover{
    background-color: #1689c8;
}
.Body-top-ul li:hover a{
    color: #fff;
}
.Body-ul1{
    width: 100%;
}
.Body-list1{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.Body-list1 a{
    display: inline-block;
    width: 220px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.Body-list1:hover a{
    color: #1689c8;
}
.Body-list1 span{
    float: right;
    color: #adacac;
    display: inline-block;
    line-height: 30px;
}
.Body-ul2{

}
.Body-list2{
    line-height: 30px;
    max-height: 60px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.Body-right{
    width: 850px;
    float: right;
}
.right-ul{
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    border-bottom: 3px solid #aacf43;
    margin-top: 20px;
}
.right-list{
    width: 390px;
    height: auto;
    border: 1px solid #eee;
    margin-right: 20px;
    float: left;
    margin-bottom: 24px;
    border-radius: 8px;
    padding-bottom: 25px;
    background-color: #f5f5f5;
}
.right-list:nth-child(2n){
    margin-right: 0;
}
.right-list a{
    display: block;
    width: 100%;
    height: 100%;
}
.right-list a span{
    display: block;
    width: 100%;
    height: 229px;
}
.right-list a span img{
    display: block;
    width: 100%;
    height: 100%;
}
.right-list a h2{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 34px;
    text-align: center;
    color: #333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
}
.right-list:hover a h2{
    color: #1689c8;
}
.right-list a p{
    height: 52px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    width: 100%;
    text-align: left;
    color: #999;
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 0 10px;
}












