.header-index {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
}

.list-title {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-detail {
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-title {
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0;
}

.news-title h3 {
    display: inline-block;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
}

.news-title i.title-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/title1.png") no-repeat;
    vertical-align: top;
    margin-top: -3px;
}

.swiper-pagination {
    position: absolute;
    overflow: hidden;
}

.swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #000;
    margin-right: 4px;
    border-radius: 2px;
}

.banner .swiper-pagination {
    top: auto;
    bottom: 76px;
    left: 9px;
    height: auto;
    z-index: 10;
}

.banner .swiper-pagination .swiper-pagination-bullet,
.banner .swiper-pagination .swiper-pagination-switch {
    float: left;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    opacity: 1;
    margin: 0 4px 0 0 !important;
}

.banner .swiper-pagination .swiper-pagination-bullet-active,
.banner .swiper-pagination .swiper-active-switch {
    background: #2CB867;
}

.left {
    width: calc((100% - 1200px) / 2 + 380px);
    height: 100%;
    float: left;
    background: #5F85EA;
}

.left .left-content {
    width: 380px;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}

.left .title {
    overflow: hidden;
}

.left .title h3 {
    width: 120px;
    min-height: 120px;
    margin-left: 10px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    letter-spacing: 10px;
    padding: 38px 20px 10px 31px;
    position: relative;
    background: #466ED9;
    cursor: pointer;
    word-break: break-all;
}

.left .title h3:first-child {
    margin-left: 0;
}

.left .title i.icon {
    position: absolute;
    top: 70px;
    left: 57px;
    display: block;
    width: 6px;
    height: 6px;
    background: url("../images/p-blue.png") no-repeat center center;
}

.part4 .left .title i.icon {
    background: url("../images/p-red.png") no-repeat center center;
}

.left .title:last-child {
    margin-right: 0;
}

.right {
    width: calc((100% - 1200px) / 2 + 820px);
    height: 100%;
    float: left;
}

.part2 .right {
    background: #F0F4FF;
}

.right .list {
    position: relative;
    width: 820px;
    padding: 40px 0 0 10px;
    *height: 1%;

}

.right .list:after {
    display: block;
    height: 0;
    content: '.';
    clear: both;
    visibility: hidden;
}

.right .list .more {
    position: absolute;
    top: 0;
    right: 0;
}

.right .list .more a {
    line-height: 40px;
}

.right .list li {
    float: left;
    width: 240px;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 0 30px 30px;
    position: relative;
}

.right .list li img {
    width: 100%;
    height: 133px;
    border-radius: 4px;
}

.right .list li .text {
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, .8);
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.right .list li:nth-child(3n) {
    margin-right: 0;
}

.right .list .date {
    font-size: 10px;
    color: #333;
    line-height: 14px;
    margin-bottom: 6px;
}

.part5 .right .list .date {
    color: #321E14;
}

.right .list .list-title {
    color: #000000;
}

.banner {
    overflow: hidden;
    position: relative;
    background: #EEEEEE;
    margin-top: 60px;
}

.index-banner {
    position: relative;
    padding: 110px 0 86px;
    height: 560px;
}

.banner .swiper-container {
    width: 800px;
    height: 360px;
    overflow: hidden;
    margin-left: 0;
}

.banner .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
}

.banner-bg {
    width: calc((100% - 1200px) / 2 + 400px);
    background: url("../images/bannerbg.png") no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.banner-bg img {
    margin-top: 239px;
    margin-left: 17px;
}

.banner-list {
    width: 400px;
    height: 360px;
    overflow: hidden;
    z-index: 11;
    position: relative;
}

.banner-list li {
    width: 400px;
    height: 120px;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.banner-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 39px 54px 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 100%);
    cursor: pointer;
}

.banner-list li a:first-child {
    border-radius: 0px 4px 0px 0px;
}

.banner-list li a:last-child {
    border-radius: 0px 0px 4px 0px;
}

.banner-list li:after {
    display: inline-block;
    content: '';
    width: 4px;
    height: 40px;
    background: #F8F8F8;
    position: absolute;
    right: 30px;
    top: 40px;
}

.banner-list li p.title {
    position: relative;
    left: auto;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #45D581;
    overflow: hidden;
}

.banner-list li.current a,
.banner-list li a:hover {
    background: linear-gradient(90deg, rgba(44, 184, 103, 0.8) 0%, rgba(44, 184, 103, 1) 100%);
}

.banner-list li.current p,
.banner-list li a:hover p {
    color: #F8F8F8;
}

.entry-box {
    overflow: hidden;
    margin: 40px 0;
}

.entry-box a {
    float: left;
    width: 208px;
    height: 90px;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    background-size: 100% 100%;
    margin-left: 40px;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

.entry-box a:first-child {
    margin-left: 0;
}

.entry-box.animals a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #e1e1e1;
}

.animals a i {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;

    background-color: #28af5b;
}

.animals a span.title {
    position: absolute;
    color: #000;
    left: 112px;
    z-index: 1;
}

.animals a .iconfont {
    font-size: 30px;
    color: #fff;
}

.animals a .iconbg {
    position: relative;
    float: right;
    margin-right: -20px;
    font-size: 72px;
    color: #d7d7d7;
}

.title {
    color: #000;
}

.animals a:hover .iconfont {
    color: #28af5b;
}

.animals a:hover i {
    background-color: rgba(0, 0, 0, 0.5);
}

.animals a:hover .iconbg {
    opacity: 0.5;
}

.animals a:hover .title {
    color: #fff;
}

.animals a:hover {
    background-color: #28af5b;
}

.entry-box a p {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.part1 .notice-list {
    width: 890px;
    height: 50px;
    background: #fff;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    margin-top: -26px;
    position: relative;
    padding: 10px 90px 0 60px;
    z-index: 1;
}

.part1 .notice-list:after {
    display: inline-block;
    content: '';
    width: 850px;
    height: 1px;
    background: linear-gradient(90deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 40px;
    bottom: 0;
}

.part1 .notice-list .label {
    width: 40px;
    height: 50px;
    background: #2CB867;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    padding: 10px 0;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
}

.part1 .notice-list .date {
    font-size: 10px;
    color: #777777;
    line-height: 14px;
    margin-bottom: 2px;
}

.part1 .notice-list p {
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.part1-list {
    padding: 0px 20px 40px;
    position: relative;
}

.part1-list .swiper-container {
    height: 376px;
    overflow: hidden;
}

.part1-list .news-title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.part1-list .news-title .more {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 14px;
    color: #333;
}

.part1-list .swiper-slide {
    width: auto !important;
    float: left;
    overflow: hidden;
}

.part1-list .swiper-slide a {
    display: block;
    width: 358px;
    height: 374px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    margin-right: 40px;
    overflow: hidden;
}

.part1-list .swiper-slide:last-child a {
    margin-right: 0;
}

.part1-list .swiper-slide img {
    width: 100%;
    height: 200px;
    border-radius: 4px 4px 0px 0px;
}

.part1-list .swiper-slide p {
    padding: 0 20px;
    line-height: 28px;
    color: #333;
    height: 50px;
}

.part1-list .swiper-slide h3 {
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 20px 0;
    height: 50px;
    color: #000;
}

.part1-list .swiper-button {
    width: 20px;
    height: 40px;
    border-radius: 4px;
    background: url("../images/swiperl.png") no-repeat center center;
    background-color: #000;
    position: absolute;
    top: 240px;
    left: -20px;
}

.part1-list .swiper-button-next {
    background: url("../images/swiperr.png") no-repeat center center;
    background-color: #000;
    right: -20px;
    left: auto;
}

.part2, .part4 {
    height: 474px;
    overflow: hidden;
}

.part2 .left .leftbg {
    padding-left: 45px;
    text-align: left;
}

.part3 {
    height: 460px;
    overflow: hidden;
}

.part3 .left {
    background: #fff;
}

.part3 .left-content {
    padding: 92px 63px 0 0;
    position: relative;
    overflow: inherit;
}

.part3 .left-content:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.part3 .left-list .book-label {
    width: 259px;
    height: 243px;
    background: url("../images/img-book-new.jpg") no-repeat top right;
}

.part3 .left-list .book-label p {
    width: 240px;
    height: 80px;
    background: rgba(44, 184, 103, 0.8);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    letter-spacing: 10px;
    text-align: center;
    position: absolute;
    top: 173px;
    right: 0;
    z-index: 10;
}

.part3 .right .list {
    padding: 60px 0 20px 40px;
}

.part3 .right li {
    margin: 0 30px 40px 0;
    overflow: initial;
}

.part3 .right li img {
    width: 108px;
    height: 150px;
    box-shadow: 0px 0px 10px 0px rgba(10, 15, 26, 0.8);
    border-radius: 4px;
    float: left;
}

.part3 .right li .center-text {
    height: 110px;
    margin-left: 128px;
    margin-top: 18px;
    color: #000;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.part2 .left {
    background: url("../images/blue.png") no-repeat;
    background-size: 100% 100%;
}

.part4 .left {
    background: url("../images/pink.png") no-repeat;
    background-size: 100% 100%;
}

.part4 .title h3 {
    background: #E48666;
}

.part4 .title h3 span.icon {
    color: #894128;
}

.part4 .right {
    background: #FAEFEC;
}

.part5-swiper:first-child .news-title .title-icon {
    background: url("../images/title2.png") no-repeat;
    background-size: 100% 100%;
}

.part5-swiper:last-child {
    margin-bottom: 60px;
}

.part5-swiper:last-child .news-title .title-icon {
    background: url("../images/title3.png") no-repeat;
    background-size: 100% 100%;
}

.part5 .left {
    background: #fff;
}

.part5 .right {
    padding-top: 90px;
}

.part5 .list {
    position: relative;
    padding-top: 0;
    padding-left: 10px;
    margin-bottom: 74px;
    height: 238px;
}

.part5 .list-no-bottom {
    margin-bottom: 0;;
}

.part5 .list .more {
    position: absolute;
    right: 0;
    top: -40px;
    line-height: 40px;
}

.part5 .list li {
    height: 104px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #E5E5E5;
    padding: 20px;
    margin: 0 0 30px 30px;
    position: relative;
    overflow: unset;
}

.part5 .list li:hover:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 104px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-left: 2px solid #2CB867;
    border-radius: 4px;
}

.part5 .list .list-title {
    margin-top: 6px;
}

.part5 .left-content {
    padding: 40px 40px 0 0;
}

.part5 .left-content:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.part5 .left .leftbg {
    background: url(../images/part6bg.png) no-repeat;
}

.part5-swiper .part5-item {
    height: 238px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
}

.part5-item img {
    width: 100%;
    height: 238px;
}

.part5-item p {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.part6 {
    height: 572px;
    overflow: hidden;
}

.part6 .left {
    background: url(../images/green.png) no-repeat right bottom;
    background-color: #A1BD76;
}

.part6 .title h3 {
    background: #708A48;
    color: #B9D889;
}

.part6 .title h3 i.icon {
    background: url(../images/p-green2.png) no-repeat center center;

}

.part6 .title h3.active {
    background: #B9D889;
    color: #32312C;
}

.part6 .title h3.active i.icon {
    background: url(../images/p-green.png) no-repeat center center;
}

.part6 .right {
    background: #ECFCEB;
}

.part6 .list {
    display: none;
}

.part6 .list:first-child {
    display: block;
}

.part6 .list li {
    width: 370px;
    float: left;
    margin: 0;
}

.part6 .list li:nth-child(odd) {
    margin-right: 40px;
}

.part6 .list .list-title {
    height: 52px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 0;
    overflow: hidden;
}

.part6 .list {
    position: relative;
    padding-left: 40px;
}

.part6 .list .more-pos {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    line-height: 40px;
}

.part6 .list .list-detail {
    height: 72px;
}

.part6 .list .date {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0 15px;
    color: #333;
}

.part6 .list .btn {
    display: block;
    width: 80px;
    background: #2CB867;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin: 28px 0 40px;
}

.part7, .part5 {
    overflow: hidden;
}

.part7 {
    padding-top: 60px;
}

.part7 .news-title .title-icon {
    background: url("../images/title4.png") no-repeat;
    background-size: 100% 100%;
}

.part7 .links {
    height: 130px;
    font-size: 0;
    margin-bottom: 60px;
    overflow: hidden;
}

.part7 .links .swiper-slide {
    margin-top: 20px;

}

.part7 .links a {
    display: inline-block;
    width: 150px;
    height: 80px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
}

.part7 .links a img {
    width: 100%;
    height: 100%;
}

.part7 .links a:last-child {
    margin-right: 0;
}

.news-con {
    overflow: hidden;
    margin-top: 20px;
}






