.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.banner .swiper-button-next {
    background: url(../images/next.png) no-repeat center center;
    background-color: rgb(0, 0, 0, .4);
    right: 8%;
}

.banner .swiper-button-prev {
    background: url(../images/prev.png) no-repeat center center;
    background-color: rgb(0, 0, 0, .4);
    left: 8%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 25px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    position: relative;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.paginations {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 75px;
    left: 0;
    right: 0;
}

.banner .swiper-pagination {
    position: relative;
}

.zt {
    width: 30px;
    height: 30px;
    background: url(../images/zt.png) no-repeat center center #fff;
    border-radius: 50%;
}

.bf {
    background: url(../images/bofanganniu.png) no-repeat center center #fff;
}

.main1 {
    padding: 90px 0 70px;
    overflow-x: hidden;
}

.gzdt {
    width: 64%;
}

.tzgg {
    width: 33.7%;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title .text h1 {
    font-size: 38px;
    margin-bottom: 15px;
}

.title h1 span {
    color: rgb(38, 71, 141);
}

.title .text p {
    font-size: 18px;
    font-family: "Arial";
    color: rgb(153, 153, 153);
    text-transform: uppercase;
}

.title .text p i {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 2px;
    background-color: rgb(179, 0, 10);
    vertical-align: middle;
}

.gzdtbox,
.tzggbox {
    margin-top: 30px;
}

.gzdtbox a {
    display: flex;
    width: 100%;
}

.gzdtbox .imgbox {
    width: 54.7%;
    height: 395px;
}

.gzdtbox .textbox {
    width: 45.3%;
    padding: 45px 20px;
    background: #f7f9ff;
}

.gzdtbox .textbox h1 {
    font-size: 24px;
    color: rgb(38, 71, 141);
    line-height: 1.4;
    height: 65px;
    margin-bottom: 0px;
}

.gzdtbox .textbox .date {
    font-size: 16px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: right;
}

.gzdtbox .textbox .date i {
    display: none;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/date.png) no-repeat center center;
    vertical-align: bottom;
}

.gzdtbox .textbox p {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.6);
    line-height: 1.7;
    height: 82px;
}

.gzdtbox .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: 65px;
    right: 34%;
}

.gzdtbox .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.gzdtbox .swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 10px;
    background: #f7ab00;
}

.gzdtbox2 {
    margin-top: 15px;
    padding: 18px 15px 50px;
    background: #f7f9ff;
}

.gzdtbox2 a {
    display: block;
    padding: 30px;
    background: url(../images/bg1.png) no-repeat bottom left;
}

.gzdtbox2 h1 {
    font-size: 20px;
    line-height: 1.6;
    height: 64px;
    margin-bottom: 30px;
}

.gzdtbox2 p {
    font-size: 16px;
    color: rgb(113, 121, 139);
    line-height: 1.875;
    height: 90px;
    margin-bottom: 35px;
}

.gzdtbox2 .more {
    font-size: 16px;
    color: rgb(38, 71, 141);
    line-height: 1.875;
}

.gzdtbox2 .more i {
    display: inline-block;
    margin-right: 10px;
    width: 19px;
    height: 19px;
    background: url(../images/more2.png) no-repeat center center;
    vertical-align: text-bottom;
}

.gzdtbox2 .swiper-slide-active h1 {
    /*! color: rgb(38, 71, 141); */
}

.gzdtbox2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #26478d;
}

.tzggbox li {
    margin-bottom: 22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-bottom: 2px solid #26478d;
}

.tzggbox li a {
    display: block;
    padding: 19px 20px 10px;
    background: #f7f9ff;
}

.tzggbox li a p {
    font-size: 20px;
    height: 56px;
    line-height: 1.5;
}

.tzggbox li a span {
    display: flex;
    text-align: right;
    /* width: 100%; */
    justify-content: end;
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    align-items: center;
}

.tzggbox li a i {
    display: none;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background: url(../images/date.png) no-repeat center center;
    vertical-align: bottom;
}

.tzggbox li:hover {
    border-bottom: 2px solid #f8b669
}

.tzggbox li:hover a {
    background: url(../images/tzbg.png) no-repeat;
    background-size: cover;
}

.tzggbox li:hover a p {
    font-weight: bold;
}

.tzggbox li:hover a p,
.tzggbox li:hover a span {
    color: #fff;
}

.tzggbox li:hover a i {
    background: url(../images/date2.png) no-repeat center center;
}

.main2 {
    padding: 90px 0;
    background: #f7f9ff;
    overflow-x: hidden;
}

.rdjj {
    width: 46.9%;
}

.jlfx {
    width: 49%;
}

.rdjlbox,
.jlfxbox {
    margin-top: 40px;
}

.rdjlbox {
    padding: 25px 40px 0 35px;
    background: #fff;
}

.list li>a {
    padding: 30px 0;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    background: url(../images/icon6.png) no-repeat left center;
}

.list li>a p {
    font-size: 20px;
    /* color: #000; */
    /* font-weight: 600; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list li>a:hover p,.jlfxbox li a:hover h1,.gzdtbox2 .swiper-slide>a:hover h1,.bsznbox li a:hover p{
    color:#506ca8;
}
.list li>a span {
    font-size: 16px;
    color: #999;
    white-space: nowrap;
}

.list li:last-child>a {
    border-bottom: none;
}

.jlfxbox li {
    margin-bottom: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.jlfxbox li a {
    display: block;
    padding: 20px 30px 30px;
    background: #fff;
}

.jlfxbox li a h1 {
    font-size: 20px;
    /* color: #333; */
    /* font-weight: 600; */
    font-weight: normal;
}

.jlfxbox li a i {
    display: block;
    margin: 15px 0 13px;
    height: 7px;
    background: url(../images/icon1.png) no-repeat;
}

.jlfxbox li a p {
    font-size: 16px;
    color: #777;
    height: 52px;
    line-height: 1.6;
}

.jlfxbox li a span {
    display: block;
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height: 1.25;
    margin-bottom: 12px;
}

.main3 {
    padding: 90px 0 70px;
    background: #fff;
    overflow-x: hidden;
}

.main3>.w {
    display: flex;
}

.yqlj {
    width: 30.6%;
    display: flex;
    flex-wrap: wrap;
}

.yqlj a {
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 72px 10px 40px;
    background: #f3f8fe;
}

.yqlj a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
}

.yqlj a p {
    font-size: 18px;
    color: rgb(80, 108, 168);
    font-weight: bold;
    text-align: center;
}

.yqlj a:first-child,
.yqlj a:last-child {
    background: #506ca8;
}

.yqlj a:first-child p,
.yqlj a:last-child p {
    color: #fff;
}

.bszn {
    width: 51.9%;
    padding: 20px 45px 28px;
    background: #f9fcff;
}

.zstp {
    width: 22.5%;

}

.zstp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bsznbox li{
    position: relative;
    margin-bottom: 11px;
}
.bsznbox li::after{
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a72c31;
}
.bsznbox li:last-child{
    margin-bottom: 0;
}
.bsznbox li a {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.bsznbox li a p {
    font-size: 20px;
    /* color: rgb(68, 68, 68); */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bsznbox li a span {
    font-size: 16px;
    color: rgb(153, 153, 153);
    white-space: nowrap;
}
.title .more span{
    /* display:none; */
}
.lxwm{margin-top: 54px;}
