.swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    margin: 0 0 20px;
    background: url(../images/page_icon.png) no-repeat center center;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

.bg {
    background: #edf9f7 url(../images/bg.jpg) no-repeat center bottom;
}

.main {
    width: 1270px;
    margin: 0 auto;
}


/* 列表 */
.new-list ul{
    height: 216px;
}
.new-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 18px;
    color: #000;
    background: url(../images/new_icon.png) no-repeat 0 center;
}

.new-list li p {
    width: 450px;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list li span {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
}

.new-list li a:hover {
    color: #01843e;
    background-image: url(../images/new_icona.png);
}


/* new-top */

.new-top a {
    display: flex;
    justify-content: space-between;
    margin: 0 0 6px;
}

.new-img {
    flex-shrink: 0;
    width: 250px;
    height: 162px;
    overflow: hidden;
}

.new-img img {
    width: 100%;
    transition: 0.3s;
}

.new-font {
    flex-grow: 1;
    overflow: hidden;
    margin-left: 15px;
    border-bottom: 1px dashed #999999;
}

.new-title {
    height: 48px;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.new-p {
    height: 72px;
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.new-time {
    margin: 2px 0 0;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    text-align: right;
}

.new-top a:hover .new-title {
    color: #bf1627;
}

.new-top a:hover .new-img img {
    transform: scale(1.1);
}


/* ad */

.ad a {
    display: block;
}

.ad a img {
    width: 100%;
}


/* 第1部分 */

.part1 {
    position: relative;
    margin: 0 0 20px;
    padding: 35px;
    background: rgba(255, 255, 255, 0.95);
}

.part1-main {
    display: flex;
    justify-content: space-between;
}

.part1-left {
    width: 800px;
}

.part1-banner {
    position: relative;
    height: auto;
}

#part1-page {
    display: flex;
    justify-content: flex-end;
    left: auto;
    right: 0.5vw;
    bottom: 0;
    width: 180px;
}

#part1-page {
    font-size: 18px;
    line-height: 60px;
    color: #fff;
}

#part1-page span {
    padding: 0 5px;
}

#part1-page .swiper-pagination-current {
    color: #ff0101;
}

.part1-banner a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part1-banner i {
    display: block;
}

.part1-banner i img {
    width: 100%;
    height: 520px;
}

.part1-banner p {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 80px 0 20px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.part1-right {
    width: 375px;
}

.part1-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.part1-title {
    position: relative;
    width: 140px;
    text-align: center;
    background: #01843e;
    border-radius: 5px 5px 0 0;
}

.part1-title span {
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #edf9f7;
}

.part1-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: url(../images/three.png) no-repeat center 0;
}

.part1-more a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.part1-more a:hover {
    color: #c00606;
}

.part1-right-title {
    margin: 18px;
    height: 60px;
    overflow: hidden;
    text-align: center;
}

.part1-right-title a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #c00606;
}

.part1-right .new-list {
    padding: 14px 0 0;
    border-top: 1px dashed #999999;
}

.part1-right .new-list li p {
    width: 290px;
}

.part1-ad a {
    display: block;
    margin-top: 8px;
}

.part1-ad a img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    position: relative;
    padding: 35px;
    background: rgba(255, 255, 255, 0.95);
}

.part2-main {
    display: flex;
    justify-content: space-between;
}

.part2-left {
    width: 545px;
}

.part2-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    border-bottom: 1px solid #ececec;
}

.part2-title {
    position: relative;
    width: 140px;
    font-size: 18px;
    line-height: 48px;
    color: #edf9f7;
    text-align: center;
    background: #01843e;
    border-radius: 5px 5px 0 0;
}

.part2-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: url(../images/three.png) no-repeat center 0;
}

.part2-more a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.part2-more a:hover {
    color: #c00606;
}

.part2 .new-list {
    padding: 17px 0 0;
    border-bottom: 1px solid #ececec;
}

.part2-right {
    width: 630px;
}

.part2-ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}

.part2-li:nth-child(1) {
    width: 188px;
}

.part2-li:nth-child(1) a:nth-of-type(1) {
    background: #24b160;
}

.part2-li:nth-child(1) a:nth-of-type(2) {
    margin-top: 12px;
    background: #e75603;
}

.part2-li:nth-child(1) a {
    display: block;
    position: relative;
    height: 104px;
    padding: 20px 0 0 10px;
    color: #fff;
}

.part2-li:nth-child(2) {
    width: 428px;
    background: url(../images/part2_img2.jpg) no-repeat center center/cover;
}

.part2-li:nth-child(2) a {
    display: block;
    position: relative;
    height: 148px;
    padding: 30px 0 0 30px;
    color: #fff;
}

.part2-li-ch {
    font-size: 18px;
    line-height: 20px;
}

.part2-li-en {
    font-size: 12px;
    line-height: 18px;
}

.part2-li-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.ad2 {
    padding: 0 35px 35px;
    background: #fff;
}

.part2-right ul{
    height: 144px;
}



/* 第3部分 */

.part3 {
    position: relative;
    margin: 20px 0 0;
    padding: 15px 35px 35px;
    background: rgba(255, 255, 255, 0.95);
}

.part3-main {
    display: flex;
    justify-content: space-between;
}

.part3-left {
    width: 587px;
}

.part3-right {
    width: 587px;
}

.part3-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part3-nav ul {
    display: flex;
}

.part3-nav ul li {
    padding-right: 30px;
}

.part3-nav ul a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #000;
    text-align: center;
}

.part3-nav ul li.active a {
    color: #01843e;
    background: url(../images/line_g.png) no-repeat 0 bottom;
}

.part3-more {
    position: relative;
    width: 100px;
    height: 60px;
    text-align: right;
}

.part3-more a {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.part3-more a:hover {
    color: #c00606;
}

.part3-box {
    padding: 20px;
    border: 1px solid #ececec;
}

.part3-con:nth-child(1) {
    display: block;
}

.part3-con {
    display: none;
}

.part3 .new-list {
    padding: 10px 0 0;
}


/* 第4部分 */

.part4 {
    position: relative;
    margin: 20px 0 0;
    padding: 15px 35px 35px;
    background: rgba(255, 255, 255, 0.95);
}

.part4-main {
    display: flex;
    justify-content: space-between;
}

.part4-left {
    width: 587px;
}

.part4-right {
    width: 587px;
}

.part4-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part4-nav ul {
    display: flex;
}

.part4-nav ul li {
    padding-right: 30px;
}

.part4-nav ul a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #000;
    text-align: center;
}

.part4-nav ul li.active a {
    color: #01843e;
    background: url(../images/line_g.png) no-repeat 0 bottom;
}

.part4-more {
    position: relative;
    width: 100px;
    height: 60px;
    text-align: right;
}

.part4-more a {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.part4-more a:hover {
    color: #c00606;
}

.part4-box {
    padding: 20px;
    border: 1px solid #ececec;
}

.part4-con:nth-child(1) {
    display: block;
}

.part4-con {
    display: none;
}

.part4 .new-list {
    padding: 10px 0 0;
}

.ad3 {
    padding: 0 35px 35px;
    background: rgba(255, 255, 255, 0.95);
}


/* 第5部分 */

.part5 {
    position: relative;
    margin: 20px 0 0;
    padding: 15px 35px;
    background: rgba(255, 255, 255, 0.95);
}

.part5-main {
    padding: 0;
}

.part5-title {
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
}

.part5-title a {
    display: block;
    padding: 0 0 0 30px;
    font-size: 24px;
    line-height: 36px;
    color: #c80708;
    background: url(../images/total_icon1.png) no-repeat 0 center;
}

.part5-kind {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    background: url(../images/part5_line.png) no-repeat center center/cover;
}

.part5-kind-li {
    display: flex;
    width: 33.3%;
    padding: 0 20px;
}

.part5-kind-li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 18px;
    color: #b31617;
    background: #fff;
    border-radius: 50%;
}

.part5-box {
    display: flex;
    justify-content: space-between;
}

.part5-month {
    width: 380px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.part5-year {
    width: 380px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.part5-total {
    width: 380px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.part5-essay-tab {
    display: flex;
    margin: 0 0 10px;
}

.part5-essay-li {
    position: relative;
    width: 50%;
    font-size: 16px;
    line-height: 36px;
   
    text-align: center;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.part5-essay-li a{
     color: #000;
}

.part5-essay-li.active {
    background: #ebebeb;
}

.part5-essay-li.active::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background: url(../images/three2.png) no-repeat center 0;
}

.part5-essay-con {
    display: block;
    height: 216px;
    overflow: hidden;
}

.part5-ul {
    display: none;
}

.part5-ul:nth-child(1) {
    display: block;
}

.part5-li {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
}

.part5-li:nth-child(1) {
    padding-left: 5px;
}

.part5-li:nth-child(2n) {
    background: #ebebeb;
}

.part5-li-right {
    width: 72px;
    text-align: center;
}

.part6 {
    margin: 20px 0 0;
    padding: 0 35px 35px;
    background: rgba(255, 255, 255, 0.95);
}

.part6-main {
    padding: 0;
}

.part6-nav ul {
    display: flex;
}

.part6-nav ul li {
    padding-right: 30px;
}

.part6-nav ul a {
    display: block;
    padding: 3px 0;
    font-size: 18px;
    line-height: 64px;
    color: #000;
}

.part6-nav ul a:hover {
    color: #01843e;
    background: url(../images/line_g.png) no-repeat 0 0;
}

.part6-box {
    position: relative;
}

#marquee {
    position: relative;
    height: 196px;
    overflow: hidden;
}

#marquee ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

#marquee ul li {
    width: 270px;
    padding: 0 5px;
}

#marquee ul li img {
    width: 100%;
    height: 196px;
}

 /* 节日 */
  .festival {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  }
  
  .festival-close{
  position: absolute;
  z-index: 25;
  right: 2vw;
  top: 2vw;
  width: 48px;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  }
  
  .festival-img {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  }
  .festival-img img {
  width: 100%;
  }