.nybanner {
    width: 100%;
    height: 400px;
    padding-top: 64px;
    overflow: hidden;
    background-size: cover !important;
}

.nybanner h2 {
    line-height: 56px;
    margin: 147px 0 22px 0;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
}

.nybanner p {
    line-height: 28px;
    font-size: 20px;
    color: #FFF;
}

.nybanner a {
    width: 128px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #0B7BEF;
    font-size: 16px;
    color: #FFF;
    border-radius: 4px;
    margin: 20px 0 0 0;
    display: block;
}

.casebn h2 {
    margin: 107px 0 22px 0;
    font-size: 50px;
}

.casebn p {
    font-weight: 600;
}

.nytit {
    text-align: center;
}

.nytit h3 {
    line-height: 48px;
    font-size: 34px;
    color: #2A2D2F;
    font-weight: 600;
}

.nytit p {
    line-height: 30px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
}
.detail-box {
    width: 100%;
    background: #FAFBFD;
    margin-top: 0!important;
}
.detail-crumbs {
    width:1200px;
    padding-top:89px;
    margin:0 auto;
    color: #7E8491;
    font-size: 14px;
}
.detail-crumbs a {
    color: #7E8491;
}
.detail-crumbs a:hover {
    color: #0B7BEF;

}
.detail-content {
    background: #FFFFFF;
    min-height: 400px;
    width: 1200px;
    margin: 25px auto;
    /*overflow: auto;*/
}
.detail-title {
    font-size: 26px;
    color: #2A2D2F;
    /*height: 37px;*/
    padding: 40px 150px 0 150px;
    /*margin: 40px 0 0 150px;*/
}
.detail-date{
    margin: 10px 150px 0 150px;
    color: #B2B6BF;
    font-size: 14px;
}
.detail-top {
    color: #7E8491;
    width: 900px;
    margin: 40px 0 20px 150px;
    line-height: 28px;
}
.detail-img {
    width: 820px;
    height: 861px;
    background-size: cover;
    margin: 0 auto;
}
.detail-list {
    margin: 30px 150px;
    width: 900px;
}
.detail-list img {
    width: 100%;
}
/*.detail-list-title {*/
/*    color: #0B7BF0;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*}*/
/*.detail-list-content {*/
/*    margin: 36px 0;*/
/*    color: #7E8491;*/
/*    line-height: 28px;*/
/*    font-size: 16px;*/
/*}*/
/*.newslist ul li:nth-child(4n){*/
/*    margin: 20px 0 0 0;*/
/*}*/