.ny_about img{    width: 100%;
    height: auto;}
.about_logo{
        margin: 90px auto 30px;
    text-align: center;
    max-width: 270px;
    width: 70%;
}
.ny_about hr{width: 60px; height: 1px; background: #333;margin: 0 auto;}
.about_synopsis{    margin: 60px auto 40px;
    text-align: center;
    max-width: 476px;
    width: 80%;}
.about_Introduction_top{
    max-width: 860px;
    width: 90%;
    margin: auto;
    position: relative;
    min-height: 350px;
    display: flex
;
    align-items: center;
}
.about_Introduction_top ul{
    width: 70%;
}
.about_Introduction_top li{
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 10px;
    list-style: disc;
}
.about_Introduction_top li::marker{
    color: #b11e29;
    font-size: 16px;
}
.about_Introduction_top > p{
    position: absolute;
    max-width: 406px;
    top: 0;
    right: 0;
}
.about_Introduction_bottom{
    display: flex;
    justify-content: space-around;
    width: 90%;
    max-width: 860px;
    margin: 10px auto 50px;
    box-shadow: 2px 2px 3px #ccc;
    border-radius: 10px;
    padding: 40px 10px 50px;
}
.about_honor{display: flex;
    width: 90%;
    max-width: 1270px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 60px;
    border-top: 1px solid #ccc;}
.about_honor_left p:nth-child(1){    font-size: 24px; color: #333;}
.about_honor_left p:nth-child(2){    font-size: 16px; color: #333;}
.about_honor_left hr{  width: 60px; height:1px; background: #333;    margin: 15px 0 40px;}
.about_honor_left span{     font-size: 12px;
    color: #808080;
    display: block;
    line-height: 32px;
    padding: 5px 0;
    text-align: left;}
.about_honor_right{max-width: 998px; width: 100%;}