.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: #2a49ca;
    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 #2a49ca;
}
.Body-top h1{
    border-left: 4px solid #2a49ca;
    margin-left: -20px;
    margin-bottom: 15px;
    padding: 5px 0 5px 18px;
    text-align: left;
    color: #ee952f;
    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(1){
    background-color: #ee952f;
}
.Body-top-ul li:nth-child(1) a{
    color: #fff;
}
.Body-top-ul li:hover{
    background-color: #ee952f;
}
.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: #ee952f;
}
.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 #2a49ca;
    margin-top: 20px;
}
.right-list{
    width: 98%;
    height: 182px;
    /*border: 1px solid #eee;*/
    padding: 15px;
    float: left;
    margin-bottom: 30px;
    background: #f8f8f8;
    box-shadow: 5px 5px 5px #eee,0 0 10px #eee inset;
}
.right-list span{
    display: block;
    width: 200px;
    height: 152px;
    float: left;
    margin-right: 20px;
}
.right-list span img{
    width: 100%;
    height: 100%;
}
.right-list a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}
.right-list a h2{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-wai{
    display: block;
    width: 100%;
    height: 187px;
}
.video-wai #about_video{
    width: 100%!important;
    height: 100% !important;
}
/*.right-list a span{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 155px;*/
/*}*/
/*.right-list a span img{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
.right-list a p{
    display: block;
    /*height: 35px;*/
    line-height: 30px;
    color: #333;
    /*background: #eee;*/
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.right-list a h2:hover{
    color: #ee952f;
}















