/*广告栏开始*/
.adv{
    background: url(../img/details/adv-2.jpg) no-repeat;
    background-size: 100% 100%;
}
/*广告栏结束*/

/*内容导航开始*/
.main{
    padding: 74px;
}
.main .floor{
    display: flex;
    justify-content: space-between;
}
.content-nav .content-nav-item ul{
    margin: 0px;
    margin-left: 20px;
}
.content-nav .content-nav-item ul li{
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
}
.content-nav .content-nav-item ul li:last-child{
    border: 2px solid #f4f4f4;
}
.content-nav .content-nav-item ul li.active::after{
    content: "";
    background:#f4f4f4;
    width: 205px;
    left: -2px;
}
.main .floor .floor1-left-share{
    display: flex;
    justify-content: space-between;
}
.main .floor .floor1-left-share>span{
    font-size: 14px;
    color: #848181;
    display: block;
    line-height: 44px;
}
.main .floor .floor1-left-share .bds_weixin,
.main .floor .floor1-left-share .bds_tsina,
.main .floor .floor1-left-share .bds_qzone,
.main .floor .floor1-left-share .bds_sqq{
    background: url(../img/details/weixin.png) no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-right: 11px;
    border-radius: 50%;
    position: relative;
    top: 6.5px;
}
.main .floor .floor1-left-share .bds_tsina{
    background:url('../img/details/tsina.png') no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor1-left-share .bds_qzone{
    background:url('../img/details/qzone.png') no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor1-left-share .bds_sqq{
    background:url('../img/details/qq.png') no-repeat;
    background-size: 100% 100%;
}
.main .floor .floor1-left-share a{
    margin-right: 10px;
}
.main .floor .floor1-left-share a:last-child{
    margin-right: 0px;
}
.main .floor .floor-left{
    width: 750px;
}
.main .floor .floor-left .left-item1-content{
    display: flex;
    text-align: left;
    margin-top: 30px;
}
.main .floor .floor-left .left-item1-title{
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
    color: black;
}
.main .floor .floor-left .left-item1-content .time{
    width: 150px;
    height: 24px;
    line-height: 42px;
}
.main .floor .floor-left .left-item1-content .views{
    line-height: 45px;
    margin-left: 48px;
    margin-right:32px;
    color: #797a81;
}
.main .floor .floor-left .floor-left-item2{
    text-align: left;
    margin-top: 50px;
}
.main .floor .floor-left .left-item2-title{
    border-bottom:2px solid #f4f4f4;
    padding-bottom: 40px;
    font-weight: bolder;
    color: black;
    font-size: 16px;
    margin-bottom: 31px;
}
.main .floor .floor-left .left-item2-content p{
    color: #8c8a8a;
    text-indent: 32px;
    line-height: 26px;
    text-align: justify;
}
.main .floor .floor-left .left-item2-content .item2-content-item3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main .floor .floor-left .left-item2-content .item2-content-item3 img{
    margin-bottom:10px ;
    width: 370px;
    height: 210px;
}
.main .floor .floor-left .left-item2-content .item2-content-item5{
    width: 696px;
    height: 465px;
    margin:40px auto;
}
.main .floor .floor-right{
    width: 272px;
    background: #f4f4f4;
    height: 512px;
    text-align: left;
    padding: 30px 32px 24px 28px;
}
.main .floor .floor-right .right-top-item1{
    font-weight: bolder;
    font-size: 16px;
    color: #999999;
}
.main .floor .floor-right .right-top-item2,
.main .floor .floor-right .right-top-item3{
    font-weight: bolder;
    font-size: 16px;
    color: black;
}
.main .floor .floor-right .right-top-item2{
    margin-top: 17px;
    margin-bottom:13px;
}
.main .floor .floor-right .right-top-item4{
    width: 98px;
    height:21px;
    margin-top: 20px;
    margin-bottom:30px;
}
.main .floor .floor-right .right-top-item5{
    text-align: justify;
    line-height: 24px;
}
.main .floor .floor-right .right-top-item5,
.main .floor .floor-right .right-top-item6{
    color:#8c8a8a ;
}
.main .floor .floor-right .right-top-item6{
    margin-top: 20px;
    margin-bottom:40px;
}
.main .floor .floor-right .floor-right-bottom{
    border-top: 2px solid #a0a0a0;
    padding-top: 17px;
    position: relative;
}
.main .floor .floor-right .floor-right-bottom::before{
    content: "";
    width: 80px;
    height: 2px;
    display: inline-block;
    background: #f5a100;
    position: absolute;
    top: -2px;
    left: 0px;
}
.main .floor .floor-right .floor-right-bottom p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #8c8a8a;
    margin-top: 13px;
}
/*内容导航结束*/
