.page-header .navbar-list {
    flex: 1;
    margin-left: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.page-header .navbar-list .nav-item a {
    color: #2A5D84;
    font-size: 19px;
    margin-right: 60px;
    font-weight: 600;
}

@media screen and (max-width: 1450px) {
    .page-header .navbar-list {
        margin-left: 50px;
    }
}

.page-header .btn-nav {
    display: none;
    font-size: 24px;
}

.page-header {
    height: 80px;
    align-items: center;
    position: fixed;
    z-index: 199;
    background: #fff;
    width: 100%;
}

.page-header .top-search {
    height: 80px;
    align-items: center;
    margin-right: 50px;
}

.page-header .top-search .xysy {
    color: rgba(42, 93, 132, 1);
    font-size: 18px;
    margin-left: 20px;
}


.list-banner img {
    width: 100%;
}
 
.page-header-zw {
    height: 80px;
}

.page-header-left {
    flex: auto;
}

.page-header .top-search img {
      height: 18px;
      width: auto;
}

.page-header .sarch {
      display: flex;
      height: 45px;
      align-items: center;
      position: relative;
      border-radius: 24px; 
      background: #d7d7d766;
}

.page-header .sarch .input {
      width: 0px; 
      height: 40px;
      transition: width 0.5s ease-in-out;
      overflow: hidden;
      border: none;
}

.page-header .sarch:hover .input {
    width: 165px;
}

.page-header .sarch .search-query {
      height: 40px; 
      background: transparent; 
      margin-left: 5px;
      border: none;
      color: #fff;
  	  border-radius: 20px;
}

.page-header .sarch .search-query:focus-visible {
    outline-style: none;
}
.page-header .sarch ::placeholder {
      color: #fff;
  }
.page-header .sarch .search-submit {
    width: 45px;
    text-align: center;
}

/*  */
.pages-home-ny {
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

.pages-home-ny .breadcrumb-box {
    border-bottom: none;
    font-size: 22px;
}

.pages-home-ny .Name {
    font-weight: 600;
}

.pages-home-ny .breadcrumb-box a {
    font-size: 22px;
}

.pages-main {
    margin-top: 33px;
}

.pages-home-ny .page-left {
    flex: 1;
    margin-left: 0px;
}

.pages-home-ny .page-right {
    width: 315px;
    margin-left: 40px;
}

.tzgg-nav {
    width: 340px;
    margin-right: 20px;
}

.tzgg-nav .nav-tit {
    justify-content: center;
    height: 100px;
    display: flex;
    background: #2A5D84;
    color: #fff;
    font-size: 32px;
    align-items: center;
    margin-bottom: 10px;
}

.tzgg-nav .nav-item {
    justify-content: center;
    height: 60px;
    display: flex;
    background: rgba(217, 217, 217, 0.5);
    font-size: 24px;
    align-items: center;
    margin-bottom: 10px;
  	color: #595959;
}

.tzgg-nav .nav-item:hover {
    background: #fff;
    color: #2A5D84;
}
 
.nav-item-no {
    justify-content: center;
    height: 60px;
    display: flex;
    background: #fff;
    font-size: 24px;
    align-items: center;
    margin-bottom: 10px;
    color: #2A5D84;
}
 
 

.page-li {
    padding: 20px 20px;
    background: rgba(217, 217, 217, 0.10000000149011612);
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.page-li:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

.page-li .date {
    display: flex;
    height: 70px;
    align-items: center;
    font-size: 20px;
}

.page-li .date strong {
    height: 70px;
    display: block;
    font-size: 48px;
    background: #2A5D84;
    margin-right: 10px;
    color: #ffffff;
}


.page-li .new-date {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 12px;
    background: #2A5D84;
    color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-li .new-date b {
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 30px;
}

.page-li .title {
    margin-top: 15px;
}

.page-li .title a {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.page-li .detail {
    font-size: 22px;
    color: rgb(0, 0, 0, 0.5);
    margin-top: 20px;
}

/* 二级导航 */
.pages-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.LogoFile {
    width: 100%;
}

.banner-nav {
    width: 1200px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.banner-nav-list {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
}

.banner-nav-list li {
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
}

.banner-nav-list li a {
    color: #c2bfbf;
    font-size: 22px;
}

.banner-nav-list .on a {
    color: #ffffff;
}

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination li {
    height: 26px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li a {
    color: #000;
}

.pagination .prev {
    padding: 0 20px;
    width: 44px;
    background-color: #D9D9D9;
    color: #000000;
}

.pagination .next {
    padding: 0 20px;
    background-color: #D9D9D9;
    color: #000000;
}

.pagination .active a {
    background-color: #2A5D84;
    color: #fff;
} 

.hot-sorting .title {
    font-size: 22px;
    color: #595959;
    font-weight: 600;
    border-bottom: 1px solid darkgray;
    padding-bottom: 20px;
}

.hot-sorting .item-list {
    margin-top: 30px;
    display: flex;

}

.hot-sorting .item-list li {
    margin-bottom: 30px;
}

.hot-sorting .item-list .hot-date {
    font-size: 22px;
    color: #00000083;
}

.hot-sorting .item-list a {
    font-size: 22px;
    height: 55px;
    display: block;
    color: #000000;
    margin-top: 10px;
}

.right-line {
    margin-right: 27px;
    width: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.right-line .dian {
    background-color: #2a5d84;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.right-line .line {
    height: 120px;
    width: 2px;
    background-color: #2a5d84;
}

.tj-sorting {
    margin-top: 30px;
}

.tj-sorting .title {
    color: #595959;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.tj-sorting li {
    border-top: 1px dashed #2A5D84;
    padding: 28px 10px;
}

.tj-sorting .date {
    display: flex;
    font-size: 22px;
    color: #2A5D84;
}

.tj-sorting a {
    margin-top: 8px;
    font-size: 22px;
    color: #000;
}
 

/* 内页 */
.pages-ny {
    margin-top: 50px;
}

.pages-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.pages-left {
    width: 340px;
}

.page-nav-list .page-name {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #2A5D84;
    color: #fff;
    font-size: 24px;
}

.page-nav-list .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 2px;
    background-color: #D9D9D9;
}

.page-nav-list .nav-item a {
    font-size: 24px;
    color: #595959;
}

.page-nav-list .on {
    background-color: #fff;
}

.page-nav-list .on a {
    color: #2A5D84;
}

.pages-right {
    flex: 1;
    margin-left: 50px;
}

.breadcrumb-box {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    border-bottom: 1px solid #000;
    font-size: 24px;
}

.page-breadcrumb {
    display: flex;
    align-items: center;
    height: 60px;
}

.page-breadcrumb a {
    padding: 0 10px;
    font-size: 24px;
}

.first {
    color: #c2bfbf;
}

.pages-li {
    padding: 24px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #c2bfbf;
}

.pages-li .box {
    height: 6px;
    width: 6px;
    background-color: #2A5D84;
}

.pages-li .date {
    font-size: 22px;
}

.pages-li .title {
    height: 30px;
    display: flex;
    align-items: center;
}

.pages-li a {
    color: #000000;
    margin-left: 10px;
    font-size: 22px;
}

.pages-li a:hover {
    color: #2A5D84;
}

.pages-li .date {
    color: #c2bfbf;
}

/* 名师 */
.ms-item {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.ms-img {
    min-width: 300px;
    overflow: hidden;
    max-width: 300px;
}

.ms-img img {
    width: 300px;
    height: 383px;
    object-fit: cover;
}

.ms-right { 
    flex: 1;
    height: 383px;
    overflow: hidden;
    margin-left: 20px;
}
.ms-right .content { 
    font-size: 24px;
}
.name {
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 32px;
}
  
.box-tit {
    min-width: 741px;
    height: 110px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    overflow: hidden;
    line-height: 110px;
    border-left: 18px solid rgba(42, 93, 132, 1);
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 28px;
    padding-left: 34px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.name-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.name-list a {
    width: 150px;
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 32px;
    margin-left: 50px;
}

/* 详情 */

.pages-detail {
    padding-top: 100px;
}

.breadcrumb-box {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    border-bottom: 1px solid #a7a4a4;
    font-size: 24px;
}

.page-breadcrumb {
    display: flex;
    align-items: center;
    height: 30px;
}

.first {
    color: #c2bfbf;
}

.page-breadcrumb li {
    border-right: 1px solid #a7a4a4;
    padding: 0 10px;
    font-size: 24px;
}

.page-breadcrumb li:last-child {
    border-right: none;
}

.article-detail {
    padding-top: 50px;
    padding-bottom: 50px;
}

.article-detail h1 {
    font-size: 36px;
    text-align: center;
    line-height: 50px;
}

.article-detail .time {
    font-size: 22px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    color: #9e9b9b;
    margin-top: 30px;
}

.article-detail .time span {
    padding-right: 20px;
}

.article-detail .content .txt {
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 50px;
}

.article-detail .content .fileList {}
.article-detail table {
	border:1px solid #000;
    margin: 10px auto;
}
.article-detail table td{
	border:1px solid #000;
    padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
    .tzgg-nav {
        width: 100%;
    } 
}
@media screen and (max-width: 1200px) {

    .pages-main {
        display: block;
    }

    .page-header .btn-nav {
        display: block;
    }

    .page-header .top-search {
        margin-right: 10px;
    }

    .page-header .navbar-list {
        margin: 0px;
        position: absolute;
        left: 0;
        top: 70px;
        width: 50%;
        background: #fff;
        flex-wrap: wrap;
        box-shadow: 0px 4px 17px #c6bfbf;
        transition: all 2s;
        display: none;
    }

    .page-header .navbar-list .nav-item {
        justify-content: flex-start;
        width: 100%;
        padding: 5px 10px;
    }

    .page-header .navbar-list .nav-item a {
        color: #2A5D84;
        font-size: 19px;
        font-weight: 600;
        margin-right: 60px;
    }

}

@media screen and (max-width:700px) {
    .breadcrumb-box {
        display: none;
    }

    .page-right {
        display: none;
      
    }
  .box-tit {
    min-width: 100%;
    padding-right: 10px;
    height: 110px;  
    line-height: 110px;  
    font-size: 20px;
    padding-left: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 8px solid rgba(42, 93, 132, 1);
}

    /* 名师 */
    .ms-right {
       height: auto;
    }
  .name-list a {
    width: 33%;
    color: rgba(26, 26, 26, 1);
    font-weight: Bold;
    font-size: 18px;
    margin-left: 0px; 
}
    .ms-item {
        flex-wrap: wrap;
        display: block;
    }
    .ms-img { 
        min-width: 100%;
        overflow: hidden;
        max-width: 100%;
        text-align: center; 
    }
  	.ms-right .name{
      margin-top: 20px;
  	}
}
 .hot-sorting {}

    .hot-sorting .title {
        font-size: 22px;
        color: #595959;
        font-weight: 600;
        border-bottom: 1px solid darkgray;
        padding-bottom: 20px;
    }

    .hot-sorting .item-list {
        margin-top: 30px;
        display: flex;

    }

    .hot-sorting .item-list li {
        margin-bottom: 30px;
    }

    .hot-sorting .item-list .hot-date {
        font-size: 22px;
        color: #00000083;
    }

    .hot-sorting .item-list a {
        font-size: 22px;
        height: 55px;
        display: block;
        color: #000000;
        margin-top: 10px;
    }

    .dian-line li {
        position: relative;
        padding-left: 40px;
    }

    .dian-line li::before {
        position: absolute;
        top: 35px;
        left: 0;
        content: '';
        background-color: #2a5d84;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .dian-line li::after {
        position: absolute;
        content: '';
        top: 50px;
        left: 4px;
        height: 100px;
        width: 2px;
        background-color: #2a5d84;
    }

    .dian-line li:last-child::after {
        display: none;
    }

    .tj-sorting {
        margin-top: 30px;
    }

    .tj-sorting .title {
        color: #595959;
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .tj-sorting li {
        border-top: 1px dashed #2A5D84;
        padding: 28px 10px;
    }

    .tj-sorting .date {
        display: flex;
        font-size: 22px;
        color: #2A5D84;
    }

    .tj-sorting a {
        margin-top: 8px;
        font-size: 22px;
        color: #000;
    }
 
