.banner {
    height: 480px;
}

.banner .swiper-container {
    height: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .swiper-pagination {
    bottom: 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #006229;
    opacity: 1;
}

.news-list {
    margin-top: 42px;
    margin-bottom: 35px;
}

.news-list a {
    display: block;
}

.news-list a:hover {
    color: #006229;
}

.news-list img {
    display: block;
    width: 100%;
}

.news-list p {
    margin-top: 15px;
}

.news-big {
    margin-bottom: 22px;
}

.news-big a:hover .txt {
    border-color: #006229;
}

.news-big a:hover p {
    color: #006229;
}

.news-big .img {
    width: 280px;
    height: 158px;
}

.news-big .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-big .txt {
    margin-left: 15px;
    padding-bottom: 25px;
    border-bottom: 2px dashed #e5e5e5;
}

.news-big .txt h4 {
    margin-bottom: 15px;
    color: #006229;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.news-big .txt p {
    color: #999;
    line-height: 24px;
}

.news-section {
    margin-bottom: 35px;
}

.notice-box .hd {
    margin-bottom: 10px;
}

.notice-box .bd a {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px dashed #e5e5e5;
}

.notice-box .bd a:hover {
    color: #006229;
}

.notice-box .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3px;
    padding-bottom: 0;
    background: #006229;
    width: 52px;
    height: 50px;
}

.notice-box .time .t1 {
    background: #fff;
    line-height: 25px;
    text-align: center;
    color: #006229;
    font-size: 19px;
    font-weight: bold;
}

.notice-box .time .t2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    color: #e2cf8e;
}

.notice-box .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 13px;
}

.news-box .tabs {
    margin-bottom: 17px;
    color: #272727;
    font-weight: bold;
    border-bottom: solid 2px #e6e6e6;
    height: 40px;
    line-height: 40px;
}

.news-box .tabs li {
    position: relative;
    width: 23%;
    text-align: center;
}

.news-box .tabs li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,0);
}

.news-box .tabs li.active::before {
    background: #006229;
}

.news-box .tabs li a {
    display: block;
    width: 100%;
}

.news-box .tabs-content ul {
    display: none;
}

.news-box .tabs-content ul.show {
    display: block;
}

.education-notice .hd {
    margin-bottom: 0;
}

.link-wrap {
    padding: 50px 0;
}

.link-wrap li {
    text-align: center;
}

.link-wrap li:hover p {
    color: #006229;
}

.link-wrap .img {
    margin: 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(1,125,44,.12);
}

.link-wrap .img img {
    width: 100%;
}

.link-wrap p {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
}

.page-banner {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-navbar {
    width: 210px;
    margin-right: 40px;
}

.news-navbar h3 {
    margin-top: -50px;
    background: #006229;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.news-navbar a {
    padding-left: 20px;
    display: block;
    line-height: 44px;
    background: #eee;
    border-bottom: #ddd 1px solid;
}

.news-navbar a:hover {
    color: #006229;
}

.news-list-wrap {
    padding: 20px 0;
    min-height: 300px;
}

.news-list-wrap .hd {
    margin-bottom: 30px;
    border-bottom: #006229 1px solid;
}

.news-list-wrap .hd h3 {
    position: relative;
    font-size: 24px;
    padding-bottom: 7px;
    color: #006229;
}

.news-list-wrap .hd h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: #006229;
}

.news-list-wrap .bd {
    font-size: 14px;
}

.news-list-wrap .list li {
    padding: 10px 0;
    border-bottom: 1px dashed #006229;
}

.news-list-wrap .list a {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-list-wrap .list a:hover {
    color: #006229;
}

.news-list-wrap .list a span {
    margin-right: 20px;
    padding: 5px 10px;
    display: block;
    background: #006229;
    color: #fff;
    width: auto;
    line-height: 1;
}

.news-list-wrap .list .info span {
    margin-right: 20px;
}

.news-list-wrap .title {
    margin-bottom: 30px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #666;
}

.news-list-wrap .title h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #006229;
    font-weight: 600;
}

.news-list-wrap .title .info span {
    margin-right: 30px;
}

.news-list-wrap .title .info span:last-child {
    margin-right: 0;
}

.news-list-wrap .detail p {
    margin-bottom: 30px;
    text-indent: 2em;
    font-size: 14pt;
    line-height: 2;
}

.news-list-wrap .detail .img {
    margin-bottom: 30px;
    text-align: center;
}

.news-list-wrap .detail .img img {
    display: inline-block;
}

.pages {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.pages a {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin-right: 5px;
    height: 24px;
    line-height: 12px;
}

.pages a.active {
    border-color: #006229;
    background: #006229;
    color: #fff;
}

.breadcrumb {
    font-size: 12px;
    color: #006229;
}

.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb li::after {
    content: ">";
    display: block;
    margin: 0 7px;
    color: #006229;
}

.breadcrumb li:last-child::after {
    display: none;
}
