.list-title {
    display: block;
    color: #00192B;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
}

.list-detail-text {
    color: #00192B;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-title:hover {
    color: #78A521;
}

a.a-entry,a.a-entry:hover{
    color: #F3FAF6;
}

h3.title-text {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
}

h3.title-text:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url("../image/titlebg1.png") no-repeat;
    vertical-align: middle;
}

.swiper-container .swiper-pagination {
    width: auto;
    top: 449px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 0 4px 6px;
}

.part1-list .swiper-pagination {
    height: 13px;
    top: 167px;
    padding: 3px 2px 3px 6px;
    border-radius: 7px;
}

.swiper-pagination .swiper-pagination-bullet {
    float: left;
    width: 12px;
    height: 12px;
    background: #023051;
    opacity: 1;
    margin: 0 6px 0 0 !important;
}

.part1-list .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px 0 0 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #78A521;
}

.public-list {
    height: 100%;
    overflow: hidden;
}

.public-list .news-tabs {
    height: 58px;
    font-size: 18px;
    padding-top: 30px;
    border-bottom: 1px solid #78A521;
    color: rgba(0, 25, 43, 0.5);
}

.public-list .news-tabs .more {
    float: right;
    height: 14px;
    line-height: 14px;
    color: rgba(0, 25, 43, 0.5);
    font-size: 14px;
    font-weight: normal;
    background: url("../image/list-more.png") no-repeat center right;
    padding-right: 7px;
    margin-top: 1px;
}

.public-list .news-tabs span {
    float: left;
    position: relative;
    margin-right: 32px;
    line-height: 18px;
    text-align: center;
    padding: 0 4px;
    cursor: pointer;
}

.public-list .news-tabs span.active {
    color: #662D00;
    font-weight: bold;
}

.public-list .news-tabs span.active:before {
    content: '';
    display: block;
    width: 80px;
    height: 8px;
    background: linear-gradient(90deg, #78C3A7 0%, #78A521 100%);
    position: absolute;
    left: 0;
    bottom: -14px;
}

.public-list ul {
    overflow: hidden;
}

.public-list ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.public-list li a.list-name {
    float: left;
    width: 513px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #00192B;
}

.public-list li .list-name:hover {
    color: #78A521;
}

.public-list li span {
    float: right;
    line-height: 14px;
    font-size: 12px;
}

.banner {
    height: 599px;
    overflow: hidden;
    position: relative;
}


.banner .swiper-container {
    width: 100%;
    height: 100%;
}


.banner .swiper-container .img-bg{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    opacity: .5;
    z-index: 1;
}


.banner .swiper-container a{
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,0) 100%);
    position: absolute;
    z-index:10;
}

.banner .swiper-container img{
    display: block;
    width: 1200px;
    height: 500px;
    margin:72px auto 0;
    box-shadow:0px 0px 15px 0px rgba(2,48,81,0.35);
}

.entry-box {
    position: absolute;
    bottom: 0;
    left: calc((100% - 1200px) / 2);
    z-index:11;
    height: 100px;
    background: #023051;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.entry-box a {
    float: left;
    /*width:20%;*/
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    position: relative;
}

.entry-box a:hover {
    color: #FFFFFF;
}
.entry-box a:before{
    display: inline-block;
    content: '';
    width: 2px;
    height: 100px;
    background: #0B3F64;
    position: absolute;
    left: -1px;
    top: 0;
}
.entry-box a:first-child:before{
    display: none;
}

.entry-box a img {
    width:50px;
    height:50px;
    margin: 25px 30px 25px 40px;
}

.part1 {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.part1:before {
    display: inline-block;
    content: '';
    width: calc((100% - 1200px) / 2);
    height: 1481px;
    background: url("../image/bg-linel.png") repeat-y;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50px;
}

.part1:after {
    display: inline-block;
    content: '';
    width: calc((100% - 1200px) / 2);
    height: 1481px;
    background: url("../image/bg-liner.png") repeat-y;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50px;
}

.part1 .left {
    width: 480px;
    float: left;
    overflow: hidden;
}

.part1 .right {
    height: 100%;
    overflow: hidden;
    margin-left: 480px;
}

.part1 .news-title {
    width: 66px;
    height: 324px;
    background: url("../image/leftbg.png") no-repeat;
    float: left;
    padding: 72px 10px 0;
    color: #F3FAF6;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.part1 .news-title:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 19px;
    background: url("../image/titlebg2.png") no-repeat center center;
    margin: 0 0 6px 1px;
}
.news-title .more{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.part1-1 {
    height: 380px;
    overflow: hidden;
    position: relative;
}

.part1-1 .news-title {
    margin-top: 27px;
}

.part1-1 .news-title:before {
    width: 22px;
    height: 20px;
    background: url("../image/titlebg1.png") no-repeat center center;
    margin: 0 0 8px 2px;
}

.part1-1:before {
    display: inline-block;
    content: '';
    border-width: 27px 18px;
    border-style: solid;
    border-color: transparent #021522 #021522 transparent;
    position: absolute;
    top: -27px;
    left: 48px;
    z-index: -1;
}

.part1 .part1-list {
    width: 414px;
    height: 100%;
    overflow: hidden;
    background: #023051;
    float: left;
    padding: 27px 27px 19px;
    color: #F3FAF6;

}

.part1 .part1-list .imgs {
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.part1 .part1-list .imgs img {
    width: 100%;
}

.part1 .part1-list .title {
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.part1 .part1-list p {
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.part1-1 .right {
    padding-left: 40px;
}

.part1-1 .right .top-list {
    height: 54px;
    background: #78A521;
    overflow: hidden;
    position: relative;
}
.part1-1 .right .top-list .more{
    position: absolute;
    right: 10px;
    top:0px;
    z-index: 10;
}

.part1-1 .right .top-list a {
    color: #F3FAF6;
    display: block;
    margin-left: 73px;
    line-height: 54px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.part1-1 .top-list .date-box {
    width: 52px;
    height: 34px;
    background: url("../image/date.png") no-repeat;
    color: #78A521;
    font-size: 12px;
    float: left;
    margin: 10px;
}

.part1-1 .top-list .date-box span {
    display: block;
    line-height: 17px;
    text-align: center;
    color: #F3FAF6;
}

.part1-1 .top-list .date-box span:first-child {
    color: #662D00;
}

.part1-1 .public-list ul {
    padding-top: 33px;
}

.part1-1 .public-list ul li {
    margin-bottom: 22px;
    overflow: hidden;
}

.part1-2 {
    margin: 20px auto;
    overflow: hidden;
}

.part1-2 .book-swiper {
    height: 316px;
}

.part1-2 .book-swiper a {
    display: block;
    height: 100%;
    background: rgba(243, 250, 246, .9);
    padding-top: 32px;
    color: #342411;
}

.part1-2 .book-swiper a:hover {
    background: rgba(2, 48, 81, .9);
    color: #fff;
}

.part1-2 .book-swiper img {
    display: block;
    width: 158px;
    height: 200px;
    margin: 0 auto;
}

.part1-2 .book-swiper p {
    width: 150px;
    height: 55px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.part1-3 {
    height: 324px;
    overflow: hidden;
}

.part1-3 .news-list {
    width: 414px;
    height: 324px;
    overflow: hidden;
    background: #023051;
    float: left;
    padding: 19px 20px 0;
}

.part1-3 .news-list li {
    height: 82px;
    overflow: hidden;
    background: #00243E;
    margin-bottom: 20px;
}

.part1-3 .news-list a {
    color: #F3FAF6;
}

.part1-3 .news-list img {
    width: 149px;
    height: 82px;
    float: left;
}

.part1-3 .news-list .text-box {
    margin-left: 150px;
    padding: 18px 14px;
}

.part1-3 .news-list .text-box p {
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part1-3 .news-list .text-box span {
    line-height: 17px;
    font-size: 12px;
}

.part1-3 .right {
    background: #F3FAF6;
    padding: 0 40px;
    position: relative;
}

.part1-3 .right li {
    margin: 20px 0 0;
    overflow: hidden;
}
.part1-3 .right a.more{
    position: absolute;
    right: 10px;
    top:10px;
    color: rgba(0, 25, 43, 0.5);
}
.part1-3 .right .date {
    width: 41px;
    height: 51px;
    background: url("../image/datebg.png") no-repeat;
    float: left;
    text-align: center;
    margin-top: 14px;
}

.part1-3 .right .date span {
    display: block;
    color: #F3FAF6;
    font-size: 12px;
    line-height: 14px;
}

.part1-3 .right .date span:first-child {
    color: #00192B;
    font-size: 20px;
    line-height: 30px;
    margin: 4px 0 1px;
}

.part1-3 .right .text-box {
    margin-left: 61px;
}

.part1-3 .right .list-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.part2 {
    height: 368px;
    overflow: hidden;
    position: relative;
    background: #F3FAF6;
}

.part2:before {
    display: inline-block;
    content: '';
    width: calc((100% - 1200px) / 2);
    height: 368px;
    background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #F3FAF6 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.part2:after {
    display: inline-block;
    content: '';
    width: calc((100% - 1200px) / 2);
    height: 368px;
    background: linear-gradient(90deg, #F3FAF6 0%, rgba(238, 238, 238, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.part2 .left {
    float: left;
    width: calc((100% - 1200px) / 2);
    height: 368px;
    background: url("../image/part2bgl.png") no-repeat;
    background-size: 100% 100%;
}

.part2 .left-list a {
    float: inherit;
    width: 100%;
    white-space: inherit;
    color: #00192B;
}

.part2 .left-list a.list-title {
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;

}

.part2 .left-list .img-li .item {
    width: 230px;
    height: 128px;
    float: left;
    position: relative;
}

.public-list .img-li .item:last-child {
    float: right;
}

.public-list .img-li .item img {
    width: 100%;
}

.public-list .img-li .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(243, 250, 246, .79);
}

.part2 .right {
    float: left;
    width: calc((100% - 1200px) / 2);
    background: url("../image/part2bgr.png") no-repeat;
    background-size: 100% 100%;
    height: 368px;
}

.part2 .part2-content {
    height: 100%;
    float: left;
    padding: 30px 0;
}

.part2 .left-list {
    float: left;
    width: 480px;
}

.part2 .left-list .title-text:before {
    background: url("../image/titlebg3.png") no-repeat;
}

.part2 .right-list {
    margin-left: 480px;
    padding-left: 40px;
}

.part2 .right-list ul {
    padding-top: 6px;
}

.part2 .right-list .title-text:before {
    background: url("../image/titlebg4.png") no-repeat;
}
h3.title-text .more{
    width: auto;
    color: rgba(0, 25, 43, 0.5);
    float: right;
    font-size: 14px;
}
.part3 {
    padding-top: 50px;
    overflow: hidden;
}

.part3 li {
    overflow: hidden;
    margin-bottom: 20px;
}

.part3 .left-type {
    float: left;
    width: 156px;
    height: 156px;
    color: #F3FAF6;
    font-size: 28px;
    line-height: 30px;
    padding: 48px 0;
    text-align: center;
    background: url("../image/type1bg.png") no-repeat center center;
    position: relative;
    background-color: #023051;
}

.part3 .right-btn {
    float: right;
    width: 80px;
    height: 156px;
    background: url("../image/more-circle.png") no-repeat center center;
    background-color: #023051;
}

.part3 .left-type i {
    display: block;
    width: 24px;
    height: 38px;
    background: url("../image/type1-icon.png") no-repeat center center;
    position: absolute;
    top: 0;
    left: 13px;
}

.part3 li:nth-child(2) .left-type {
    background: url("../image/type2bg.png") no-repeat center center;
    background-color: #78A521;
}

.part3 li:nth-child(2) .right-btn {
    background-color: #78A521;
}

.part3 li:nth-child(3) .left-type {
    background: url("../image/type3bg.png") no-repeat center center;
    background-color: #023051;
}

.part3 li:nth-child(2) .left-type i {
    background: url("../image/type2-icon.png") no-repeat center center;
}

.part3 li:nth-child(3) .left-type i {
    background: url("../image/type3-icon.png") no-repeat center center;
}

.part3 .list {
    float: left;
    width: 964px;
    overflow: hidden;
    background-color: #F3FAF6;
    position: relative;
}

.part3 .list:after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 116px;
    background: rgba(6, 92, 154, 0.1);
    position: absolute;
    left: 50%;
    top: 20px;
}

.part3 .list .item {
    float: left;
    width: 50%;
    height: 156px;
    overflow: hidden;
    padding: 20px;
    background-color: #F3FAF6;
}

.part3 .list .list-title {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part3 .list .list-detail-text {
    margin: 6px 0 19px;
}

.part3 .list span {
    float: left;
    color: rgba(0, 25, 43, 0.5);
}

.part3 .list a.detail-btn{
    float: right;
    color: rgba(0, 25, 43, 0.5);
}

.part4 h3.title-text {
    width: 203px;
    height: 58px;
    background: url("../image/titlebg5.png") no-repeat;
    margin: 30px auto 25px;
}
.part4 .links{
    height:150px;
}
.part-link h3.title-text {
    background: url("../image/titlebg6.png") no-repeat;
    margin: 30px auto 25px;
}

.part4 h3:before {
    display: none;
}

.part4 .links {
    font-size: 0;
    padding-bottom: 50px;
    margin-right: -25px;
}

.part4 .links a {
    display: inline-block;
    width: 150px;
    height: 80px;
    margin: 20px 25px 0 0;
    border: 1px solid #00192B;
    border-radius: 6px;
    overflow: hidden;
}

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

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

.list-page .banner {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    background: none !important;
}





