.container::before,
.container::after {
    display: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

hr {
    border: none;
    margin: 0;
}

.ny-title {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 50px;
}

.ny-title>h3 {
    font-size: 26px;
    color: #238a91;
}

.ny-title>p {
    display: inline-block;
    font-size: 16px;
    padding-top: 5px;
    color: #238a91;
}

.bread {
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 50px;
}

.bread p {
    font-size: 14px;
    color: #238a91;
    margin: 0;
}

.bread a {
    font-size: 14px;
    color: #238a91;
    padding: 0 5px;
}

.bread a i {
    color: #f1b150;
    font-size: 20px;
}

/* left */
.left-menu {
    display: none;
}

.ny-nav {
    margin-top: 50px;
}

.ny-nav>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;

}

.ny-nav>ul>li {
    width: 20%;
    text-align: center;
}

.ny-nav>ul>li>a {
    background: url(../img/yy.png) no-repeat center;
    display: inline-block;
    width: 100%;
    height: 100px;
    padding-top: 50px;
    font-size: 16px;
    color: #238a91;
}

.ny-nav>ul>li.active>a {
    color: #dc9c3b;
}

.ny-nav>ul>li:hover>a {
    color: #dc9c3b;
}

#ip-img-preview {
    width: 50%;
}

.sonmenu {
    display: none;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}






/* content */
.ny-content {
    padding: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}


.ny-content-right {
    width: 100%;
}

.ny-content-work ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-content-work ul>li {
    width: 48%;
    margin: 0 10px;
    padding: 20px;
}

.ny-content-work ul>li p {
    font-size: 16px;
    padding: 10px 0;
    color: #000;
    text-align: center;
}

.ny-content-right>p {
    font-size: 16px;
    line-height: 40px;
    color: #238a91;
    text-indent: 2em;
    padding: 10px 0;
}

.ny-content-admin p {
    font-size: 16px;
    line-height: 30px;
    color: #238a91;
    text-indent: 0;
    padding: 10px 0;
}

.ny-content-admin>p>span {
    width: 100% !important;
    padding: 0 !important;
}

.ny-content-admin>p strong {
    font-size: 22px;
    font-weight: bold;
    color: #238a91;
}

.ny-content-right table {
    width: 100%;
}

.ny-content-right table tr td {
    border: solid 1px #ccc;
    padding: 10px 10px !important;
    text-align: center;
    font-size: 16px;
    color: #238a91;
}

.ny-content-right>p>span {
    display: inline-block;
    padding: 16px 20px;

    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 200px;
    color: #fff;
    letter-spacing: 1px;
}

.ny-content-sm {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-content-sm>img {
    width: 49%;
}


.ny-content-style ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-content-style ul>li {
    width: 31%;
    margin: 10px 10px;
    padding: 0;
}

.ny-content-style ul>li video {
    width: 100%;
}

.ny-content-style ul>li p {
    font-size: 16px;
    padding: 10px 0;
    color: #000;
    text-align: center;
}

.ny-content-ques {
    padding-left: 5%;
}

.ny-content-ques li {
    margin-bottom: 40px;
}

.ny-content-ques li h3 {
    width: 40px;
}

.ny-content-ques li h4 {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 10px 0;
}

.ny-content-ques li h4>i {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 7px 6px;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 5px;
    margin-right: 15px;
}

.ny-content-ques li h4:first-of-type>i {
    padding: 4px 8px;
    font-size: 22px;
}

.ny-content-ques li h4>span {
    font-size: 16px;
    color: #000;
    display: inline-block;
    width: 90%;
    line-height: 30px;
}

.ny-admissions {
    text-align: right;
    margin-bottom: 50px;
}

.ny-admissions>img {
    width: 100px;
    display: inline-block;
}

.ny-content-nl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 100px 0;
}

.ny-content-nl>img {
    width: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-top: 50px;
}

.ny-nl {
    width: 48%;
}

.ny-nl>h3 {
    text-align: center;
    color: #238a91;
    width: 100%;
    margin: 40px 0;
}

.ny-nl>h4 {
    text-align: center;
    margin-bottom: 30px;
}

.ny-nl>h4>span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    background: #d7645d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    letter-spacing: 2px;
    margin: 0 20px;
}

.ny-nl>p {
    font-size: 16px;
    line-height: 44px;
    text-indent: 2em;
    color: #238a91;
}

.ny-mission {
    padding: 0;
    margin-bottom: 50px;
}

.ny-mission>ul>li {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.ny-miss {
    width: 10%;
}

.ny-miss>span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: dashed 2px #000;
    display: inline-block;
}

.ny-miss>span>small {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 8px;
    display: inline-block;
    background: #000;

}

.ny-miss-p {
    width: 88%;
}

.ny-miss-p>p {
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #333;
    padding: 10px 10px;
}

.ny-miss-p>p>b {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.ny-mission>ul>li:nth-of-type(2) .ny-miss-p>p>b {
    text-align: right;
}



.ny-team {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-team>li {
    width: 48%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.ny-team-left {
    width: 58%;
    display: flex;
    align-items: center;
    border: solid 3px #498957;
    position: relative;
    text-align: center;
}

.ny-team-icon {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
    width: 240px;
    background: #fff;
    padding: 0 100px;
}

.ny-team-left>p {
    font-size: 18px;
    color: #238a91;
    line-height: 30px;
    width: 100%;
}

.ny-team-left>p>b {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.ny-team-right {
    width: 40%;
    position: relative;
}

.ny-team-right>img {
    /* border: dashed 2px #238a91; */
    position: relative;
    z-index: 1;
}

.ny-team-bg {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 50%;
    height: 60%;
    background: #d2d2d2;
    z-index: 0;
}


.ny-principal {
    width: 85%;
    padding-left: 15%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 5%;
}

.ny-principal-left {
    width: 35%;
}

.ny-principal-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.ny-principal-right>p {
    font-size: 18px;
    color: #238a91;
    line-height: 26px;
}

.ny-principal-right>p>b {
    font-size: 28px;
    border-bottom: 2px solid #f2bc66;
    padding-bottom: 3px;
    margin-bottom: 20px;
    display: inline-block;
}

.ny-jy {
    width: 85%;
    margin-left: 15%;
    margin-top: 50px;
    background: #fdfdfd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: solid 2px #f1bb63;
    padding: 80px 40px;
    position: relative;
}

.ny-jy>hr {
    position: absolute;
    left: 0;
    top: -2px;
    width: 90%;
    height: 2px;
    background: #fff;
    margin: 0 5%;
}

.ny-jy>h3 {
    font-size: 18px;
    color: #238a91;
    margin-bottom: 20px;
}

.ny-jy>p {
    font-size: 18px;
    color: #238a91;
    text-indent: 2em;
    line-height: 30px;
}

.ny-pics>li {
    padding: 0 10% 50px;
}









.ny-news-x {
    margin: 80px 0;
}

.ny-content-news-x li {
    padding: 40px 30px;
    border-bottom: 1px solid #ccc;
}

.ny-content-news-x li>a {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-news-time {
    width: 6%;
    padding-top: 50px;
}

.ny-news-time>span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.ny-news-time>h4 {
    font-size: 44px;
    font-weight: bold;
    color: #f1b150;
    margin-top: 10px;
}

.ny-news-con {
    width: 46%;
    padding-top: 50px;
}

.ny-news-con>h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}

.ny-news-con>p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    margin-top: 20px;
}

.ny-news-img {
    width: 46%;
}




.ny-news {
    padding: 50px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-content-news {
    width: 100%;
}

.ny-content-news ul {
    display: flex;
    flex-flow: row wrap;
}

.ny-content-news ul>li {
    width: 31%;
    margin: 10px 10px;
}

.ny-content-news ul>li p {
    font-size: 16px;
    color: #000;
    padding: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny-content-news ul>li span {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #999;
}



.ny-content-news-xq {
    width: 100%;
    padding: 0 7%;
}

.ny-content-news-xq>h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.ny-content-news-xq>h3 {
    font-size: 16px;
    color: #000;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.ny-content-news-xq>h3>span {
    display: inline-block;
    margin-right: 20px;
}
.ny-content-news-xq img{
    /* width: 20%;
    padding: 0 5px;
    float: left; */
}


.ny-content-wisdom {
    width: 100%;
    text-align: center;
}

.ny-content-wisdom>p>span {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 20px;
    border: solid 1px #ccc;
    font-size: 16px;
}

.ny-content-wisdom>p>span.wisdom-video {
    background: #dbdce0;
}

.ny-wisdom-box>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.ny-wisdom-box>ul>li {
    width: 48%;
    margin: 10px 0;
}

.ny-wisdom-box>ul>li video {
    width: 100%;
}

.ny-wisdom-box>ul>li p {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}




.ny-content-recruitment {
    width: 100%;
    padding: 0 15%;
}

.ny-content-recruitment table {
    width: 100%;
}

.ny-content-recruitment table tr:nth-of-type(1) {
    background: #f1b251;
    color: #fff;
}

.ny-content-recruitment table td {
    border: solid 1px #ccc;
    padding: 10px 10px !important;
    font-size: 16px;
}

.ny-ditu {
    margin: 50px 0;
}

.page,
.page1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}

.page span,
.page1 span {
    width: 50%;
    color: #000;
    font-size: 14px;
}

.page span:last-of-type,
.page1 span:last-of-type {
    text-align: right;
}

.page span>a {
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}

.page span>a>select,
.page span>a>select:focus {
    border: none;
}

.page-nums {
    display: none;
}

.page1 span>a {
    color: #000;
}

.page-num {
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}

@media all and (max-width:768px) {
    .container {
        width: 100%;
    }

    .bread {
        top: -5px;
    }

    .ny-nav>ul>li {
        margin: 5px 5px;
        width: 30%;
    }

    .ny-nav>ul>li>a {
        background: #238a8f;
        width: 100%;
        height: auto;
        padding: 5px 5px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font-size: 14px;
        color: #fff;
    }

    .ny-content-right>p {
        margin-top: 0 !important;
    }

    .ny-content-right>p>span{
        width: 166px;
        font-size: 14px;
    }
    .ny-content-nl{
        margin: 30px 0;
    }
    .ny-nl{
        width: 100%;
    }
    .ny-nl>h4>span{
        margin: 0;
    }
    .ny-content-nl>img{
        width: 100%;
        margin-top: 0;
    }
    .ny-content{
        padding: 20px 0;
    }
    .ny-miss{
        display: none;
    }
    .ny-miss-p{
        width: 100%;
    }
    .ny-team>li{
        width: 100%;
    }
    .ny-team-right{
        width: 100%;
    }
    .ny-team-left{
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
    }
    .ny-content-work ul>li{
        width: 100%;
    }
}

@media all and (min-width: 960px) and (max-width:1440px) {}