/*详情内容*/
.detalis{
    padding:0 35px 35px 35px;
    box-sizing: border-box;
    background: #ffffff;
    width:100%;
}
.detalis-tl{
    padding:30px 0;
    border-bottom:1px solid #E5E5E5;
}
.detalis-tl .title{
    font-size: 22px;
    font-weight: 400;
    color: #282828;
    padding-bottom:8px;
}
.detalis-tl .title-con{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:50px;
}
.detalis-tl .title-con img{
    width:14px;
    height:12px;
    object-fit: contain;
    margin-right:2px;
}
.detalis-tl .title-con span{
    font-size: 12px;
    font-weight: 400;
    color: #C2C2C2;
}
/*广告图*/
.detalis-advertising{
    position: relative;
    width:840px;
    height:137px;
    margin-top: 30px;
    overflow: hidden;
}
.detalis-advertising .advertising{
    /*position: absolute;*/
    /*top:0;*/
    /*right:0;*/
    /*bottom:auto;*/
    /*left:auto;*/
    width:840px;
    height:137px;
    display: block;
    padding-left:365px;
    box-sizing: border-box;
}
.detalis-advertising .bd{
    width:100%;
    height:137px;
    overflow: hidden;
}
.detalis-advertising .adv-img1{
    background: url("../images/advertising1.png") no-repeat;
    background-size: cover;
}
.detalis-advertising .adv-img2{
    background: url("../images/advertising2.png") no-repeat;
    background-size: cover;
}
.detalis-advertising .adv-img3{
    background: url("../images/advertising3.png") no-repeat;
    background-size: cover;
}
.advertising .margin30{
    margin-right:30px;
    box-sizing: border-box;
}
.advertising .p1{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-top:30px;
}
.advertising .p2{
    font-size: 12px;
    color: #ffffff;
    padding:2px 0 10px 0;
}
.advertising .advert-but{
    width:89px;
    height:23px;
    background: #F6593A;
    font-size: 10px;
    color:#ffffff;
    text-align: center;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertising .advert-but img{
    width:14px;
    height:7px;
    object-fit: contain;
    margin-left:8px;
}
.advertising:hover .advert-but{
    opacity: 0.9;
}
.detalis .statement{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 20px;
    border-bottom:1px solid #E5E5E5;
    padding:28px 0 32px 0;
}
.filp-box .filp-up{
    display: flex;
    align-items: center;
}
.filp-box .upbg{
    width:13px;
    height:13px;
    background: url("../images/up.png") no-repeat;
    background-size: cover;
}
.filp-box .browsebg{
    width:13px;
    height:13px;
    background: url("../images/below.png") no-repeat;
    background-size: cover;
}
.filp-up .filp2{
    max-width: 350px;
    font-size: 12px;
    font-weight: 400;
    color: #555555;
    padding-left:4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.filp-up:hover .filp2{
    color:#3573EC;
}
.filp-up:hover .upbg{
    background: url("../images/upH.png") no-repeat;
    background-size: cover;
}
.filp-up:hover .browsebg{
    background: url("../images/belowH.png") no-repeat;
    background-size: cover;
}
.tag-box{
    padding:25px 0 20px 0;
}
.tag-select .tags{
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 33px;
}
.tag-select a{
    display: block;
    padding:0 10px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #A8A7A7;
    text-align: center;
    line-height: 33px;
    margin-left:12px;
}
.tag-select a:hover{
    background: #F2F6FF;
    border: 1px solid #93B8FF;
    color: #3573EC;
}
/*相关推荐*/
.correlation{
    margin-top:10px;
    background: #ffffff;
	margin-bottom:57px;
}
.corr-box{
    padding:32px 35px 26px 35px;
    box-sizing: border-box;
    border-bottom:1px solid #EEEEEE;
}
.corr-box .corr-title{
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    padding-bottom:26px;
}
.corr-ul li{
    float:left;
    margin-right:13px;
    margin-bottom: 10px;
}
.corr-ul a{
    display: block;
    width: 93px;
    height: 33px;
    background: #F5F5F9;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #545454;
    text-align: center;
    line-height: 33px;
    border: 1px solid #F5F5F9;
}
.corr-ul a:hover{
    color: #3573EC;
}
.corr-ul .corrOn{
    background: #F2F6FF;
    border: 1px solid #93B8FF;
    color:#3573EC;
}
.corr-ul-a a{
    background: #F2F6FF;
    border: 1px solid #93B8FF;
    color: #3573EC;
}
#detalis-list{
	line-height: 34px!important;
	font-size: 16px!important;
	font-family: '微软雅黑'!important;
	text-indent: 0!important;
}
#detalis-list span,#detalis-list p,#detalis-list a{
	line-height: 34px!important;
	font-size: 16px!important;
	font-family: '微软雅黑'!important;
	text-indent: 0!important;
}
#detalis-list img{
	margin: 20px auto!important;
}












