body{
    background: #f8f8f8;
}
.content{
    padding-bottom: 90px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    width: 1065px;
    margin: -10px auto auto auto;
    min-height: 600px;
    box-shadow:
            -5px 0 5px silver,   /*左边阴影*/
            0 -10px 10px transparent,  /*上边阴影*/
            5px 0 5px silver,  /*右边阴影*/
            0 10px 10px transparent; /*下边阴影*/
}

.content .left{
    margin-left: 86px;
    margin-top: 62px;
    width: 182px;
    float: left;
}
.content .left .thumb{
    margin-bottom: 52px;
}
.content .left ul li a{
    display: block;
    width: 182px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #E9E9E9;
    color: #4A4A4A;
    font-size: 17px;
}
.content .left ul li a.active,.content .left ul li a:hover{
    background: #D43434;
    color: #ffffff;
}
.content .right{
    margin-top: 75px;
    margin-right: 86px;
    width: 630px;
    float: right;
}
.content .right .tab-naves{
    height: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D43434 ;
}
.content .right .tab-naves .title{
    border-left: 5px solid #D43434;
    display: inline-block;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #595757;
    padding-left: 10px;
}
.content .right .tab-naves  .navs{
    float: right;
    height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
}
.content .right .tab-naves  .navs a{
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}
.content .right .tab-naves  .navs label{
    color: #D43434 ;
}
.content .right .detail{
    margin-top: 53px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 26px;
}

video{
    width: 100%!important;
    height: auto!important;
}

.content .right .detail img {
  max-width:100%!important;
  height:auto;
}