@charset "utf-8";

.banner img {
    display: block;
    width: 100%;
}


/* 分页 */

 

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #616161;
    color: #fff;
    border: 1px solid #616161;
}

.pagination a:hover {
    background: #616161;
    color: #fff;
    border: 1px solid #616161;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain .leftNav {
    float: left;
    width: 250px;
    position: relative;
    margin-right: 55px;
    margin-top: 50px;
}

.nymain .leftNav>h2 {
    line-height: 105px;
    text-align: center;
    color: #fff;
    background: #7d7d7d;
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background: #616161;
    background-position: center bottom;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding-right: 7px;
    overflow: hidden;
    margin-bottom: 15px;
}

.nymain .leftNav>ul>li::after {
    content: "";
    position: absolute;
    right: 0;
    border-left: 22px solid #fefefe;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0;
    left: 100%;
    margin-left: -7px;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    padding-left: 35px;
    background: #fefefe;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 25px;
    top: 15px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;
    /* background-size: 14px 14px; */
}

.nymain .leftNav>ul>li.active {
    padding-right: 7px;
}

.nymain .leftNav>ul>li.active>a {
    background: #7d7d7d;
    font-weight: 600;
    color: #fff;
}

.nymain .leftNav>ul>li.active.on>span {
    background: url(../images/sub_left_up3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down3.png) no-repeat center center;
}

.nymain .leftNav>ul>li.active::after {
    border-left-color: #7d7d7d;
    content: "";
    position: absolute;
    right: 0;
    border-left: 22px solid #7d7d7d;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0;
    left: 100%;
    margin-left: -7px;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {text-decoration: underline;}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 55px;
    padding-top: 15px;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
    line-height: 30px;
    padding-left: 20px;
    background: none;
    color: #fff;
    position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
}

.ny-right {
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}

.ny-rcom {
    font-size: 24px;
    color: #616161;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    background: #f2f2f2;
    padding-right: 15px;
    margin-top: 50px;
}

.position>div {
    position: relative;
    text-align: right;
   /* font-size: 0;*/
    line-height: 42px;
}

.position h3 {
    position: absolute;
    width: 235px;
    padding-left: 35px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    background: #616161;

    background-position: center top;
    text-align: left;
    line-height: 100px;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;
   
    background-size: 100% 100%;
    z-index: 9;
}

.position span {
    color: #888888;
    font-size: 16px;
    /*vertical-align: middle;*/
}

.position h2 {
    float: left;
    padding-left: 40px;
    position: relative;
    color: #616161;
    font-size: 20px;
    font-weight: 600;
}

.position h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #616161;
    width: 10px;
    height: 4px;
}

.position h2::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #616161;
    width: 10px;
    height: 4px;
}

.position img {
    height: 16px;
    /*vertical-align: middle;*/
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #666666;
    margin: 0 5px;
    /*vertical-align: middle;*/
}

.position a:hover {
    color: #616161;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #444444;
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.art-main .art-tit h4 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 31px;
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px dashed #d9d9d9;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    margin: 0 10px;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.pnext p a {
    font-size: 16px;
    color: #555555;
}

.pnext p:hover {
    color: #616161;
}

.pnext p:hover a {text-decoration: underline;}


/* 列表 */
.text-list{ padding-top: 30px;}
.text-list ul li a {
    display: block;
    overflow: hidden;
    padding-top: 30px;padding-top: 0px;
    transition: all 0.3s;
}
.text-list li {overflow: hidden;}
.text-ldata {
    float: left;
    width: 120px;
    margin-right: 30px;
}

.text-ldata img {
    display: block;
}

.text-ldata div {
    margin-left: 30px;
    height: 80px;
    transition: all 0.3s;
}

.text-ldata div p {
    color: #616161;
    font-size: 26px;
    line-height: 28px;
    padding-top: 15px;
}

.text-ldata div span {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}

.text-linfo {
    overflow: hidden;
    padding-bottom: 30px; padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.text-linfo h3 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-linfo p {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 15px;
}

.text-list ul li a:hover {
}

.text-list ul li a:hover .text-ldata img {
    display: none;
}

.text-list ul li a:hover .text-ldata div {
}

.text-list ul li a:hover .text-ldata div p {
}

.text-list ul li a:hover .text-ldata div span {
}

.text-list ul li a:hover .text-linfo {
}

.text-list ul li a:hover .text-linfo h3 {
    text-decoration: underline;
    font-weight: 600;
    color: #616161;
    font-size: 18px;
}


/* 图片列表 */
.img-lists {margin-bottom: 20px;}
.img-lists ul {
    overflow: hidden;
    margin-top: 10px;
}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 35px;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
}

.img-lists ul li:hover .info p {
    color: #616161;
    font-weight: 600;
    text-decoration: underline;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 56%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a > div.info {
    padding: 10px 10px 10px 10px;
    font-size: 0;
  
}

.img-lists ul li a > div.info p {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-lists ul li a > div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a > div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 li {
    float: left;
    width: 48%;
    margin-top: 40px;
}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 4%;
}

.dt-list2 li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #f2f2f2;
    padding: 30px 25px;
    box-shadow: 6px 6px 0 0px #dbe8f7;
    transition: all 0.3s;
}

.dt-list2 li a h3 {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dt-list2 li a h4 {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 28px;
}

.dt-list2 li a div {
    height: 1px;
    background: #cccccc;
    position: relative;
}

.dt-list2 li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    background: #616161;
    width: 50px;
    height: 3px;
}

.dt-list2 li a div::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -2px;
    transform: translateY(-50%);
    background: #616161;
    width: 50px;
    height: 3px;
}

.dt-list2 li a p {
    overflow: hidden;
    line-height: 24px;
    margin-top: 25px;
}

.dt-list2 li a p span {
    float: left;
    background-position: left center;
    color: #616161;
}

.dt-list2 li a p em {
    float: right;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #616161;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-family: 宋体;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
}

.dt-list2 li a:hover {
    background: #616161;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, .3);
}

.dt-list2 li a:hover h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.dt-list2 li a:hover h4 {
    color: rgba(255,255,255,.6);
}

.dt-list2 li a:hover p em {
    background: none;
    border: 1px solid #fff;
}

.dt-list2 li a:hover p span {
    color: #fff;
   
}

.dt-list2 li a:hover div::before {
    background: #9c9c9c;
}

.dt-list2 li a:hover div::after {
    background: #9c9c9c;
}

/*pages*/
.comp-pages {
  padding-top: 10px;
}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #575757;
  border: 1px solid #575757;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #575757;
  border: 1px solid #575757;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #575757;
  border: 1px solid #575757;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.comp-pages .page-pc em {font-style: normal;font-size: 15px;color: #999;margin-right: 15px;}
