@import "../../common/css/com.css";
.detail{
    background: #F6F9FE;
    padding-bottom: 60px;
}
.footer{
    margin-top: 0;
}
.span-box{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #2B2B2B;
}
.span-box span+span:before{
    display: inline-block;
    content: '';
    width: 2px;
    height: 8px;
    background: #2B2B2B;
    margin: 0 10px;
}
/*comm*/
.banner{
    position: relative;
}
.breadcrumb{
    position: absolute;
    top: 24px;
    left: 48px;

}
.breadcrumb a{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #999999;
    vertical-align: middle;
}
.breadcrumb a:hover{
    color: #3D7EFF;
}
.breadcrumb a+a:before{
    content: '';
    background-image: url("../img/next.png");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.banner .banner_bg{
    width: 100%;
    height: 180px;
}
.banner .text-box{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.banner .text-box .title{
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #2B2B2B;
}
.banner .text-box .sub-title{
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #2B2B2B;
}
.banner .text-box span+span:before{
    display: inline-block;
    content: '';
    width: 2px;
    height: 8px;
    background: #2B2B2B;
    margin: 0 10px;
}

.main{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 40px auto 0;
}
.main .con{
    width: 850px;
    background-color: #ffffff;
    border-radius: 12px;
    padding-bottom: 28px;
    padding-top: 32px;
}
.main .con .title{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #2B2B2B;
    /*margin: 32px 46px 32px 36px;*/
}
.main .con .content{
    margin: 0 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.main .con .content img{
    width: 100%;
    height: auto;
}
.main .con .ad-img{
    width: calc(100% - 72px);
    height: auto;
    margin: 0 36px;
}
.main .con .ad-img.first-img{
    margin-bottom: 28px;
}
.main .con .ad-img.last-img{
    margin-top: 28px;
}
.main .con .other{
    padding: 31px 55px;
    height: 80px;
    box-sizing: border-box;
}
.main .con .other .prev{
    float: left;
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
.main .con .other .next{
    float: right;
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}
.main .con .other .prev:active, .main .con .other .next:hover{
    color: #3D7EFF;
}
.main .con .keyword{
    height: 60px;
    background: #EBF1FF;
    border-radius: 8px;
    margin: 0 36px;
    display: flex;
    align-items: center;
}
.main .con .keyword img{
    width: 132px;
    height: 48px;
}
.main .con .span-box{

}
.main .con .span-box span{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}
.main .con .span-box span a{
    color: #414957;
}
.main .con .span-box span:hover{
    color: #3D7EFF;
}
.main .con .span-box span+span:before{
    background: #7A7E84;
}
.main .new_list{
    width: 330px;
    height: fit-content;
    background: #FFFFFF;
    border-radius: 12px;
}
.main .new_list .title{
    display: flex;
    align-items: center;
    padding: 16px;
}
.main .new_list .title .icon{
    width: 24px;
    height: 24px;
    margin-right: 2px;
}
.main .new_list .title .text{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #2B2B2B;
}
.main .new_list .list{
    padding: 0 21px 0 19px;
}
.main .new_list .list .item{
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 14px 0;
    border-bottom: 1px dashed #EAEAEA;
    cursor: pointer;
}
.main .new_list .list .item a{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2B2B2B;
}
.main .new_list .list .item a:hover{
    color: #3D7EFF;
}
.new_list .wx-custom{
    background: #F7F9FF;
    border-radius: 8px;
    margin: 32px 22px 22px 18px;
    text-align: center;
    padding: 32px 0 24px;
}
.new_list .img-box{
    width: 102px;
    height: 102px;
    padding: 6px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 20px 21px rgba(27, 53, 84, 0.08);
    border-radius: 8px;
    margin: auto;

}
.new_list .img-box .code{
    width: 90px;
    height: 90px;
    display: block;
}
.new_list .wx-custom .text{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #2B2B2B;
    margin-top: 16px;

}
.new_list .wx-custom .tip{
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #797F91;
    margin-top: 8px;
}
