.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide img:hover{
    transform: scale(1.1);
}
.banner .swiper-pagination {
    bottom: 50px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px !important;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #fcbe00;
    opacity: 1;
}

.main1,
.main2 {
    padding: 60px 0 40px 0;
}

.main1 {
    background: url(/dwkjxy/images/main1bg.png) no-repeat;
    background-size: cover;
}

.xyxw {
    width: 62.4%;
}

.tzgg {
    width: 33.3%;
}

.titbox {
    position: relative;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.titbox h1 {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(36, 114, 215);
    font-weight: bold;
}

.titbox a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #1a1a1a;
    line-height: 1.2;
    text-transform: uppercase;
}

.xyxw .titbox>h1 {
    padding-left: 20px;
}

.titbox h1::after {
    content: '';
    display: block;
    width: 21%;
    height: 3px;
    background-color: rgb(36, 114, 215);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.xyxw-list {
    margin-top: 30px;
}

.xyxw-list .list-img {
    width: 50.4%;
    height: 265px;
    overflow: hidden;
}

.xyxw-list .list-content {
    width: 47%;
}

.xyxw-list .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xyxw-list .list-img img:hover{
    transform: scale(1.1);
}

.first-list {
    margin-bottom: 10px;
}

.list-tit {
    margin-bottom: 35px;
}

.list-tit a {
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.6;
}

.list-tit span {.tspt-items li
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: #fea500;
}

.list-attr {
    margin-bottom: 30px;
    max-height:96px;
}

.list-attr a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.xyxw .date,.mySwiper5 .date,.xyxw-list .date{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    text-align: right;
    padding-right: 15px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #dddee0;
    /* background: url(/dwkjxy/images/time.png) left center no-repeat; */
}
.xyxw-list .list-content .date i{
    margin-right: 5px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/dwkjxy/images/time.png) left center no-repeat;
}
.xyxw-list .list-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 0;
    border-bottom: 1px solid #ccc;
}

.xyxw-list .list-items li a {
    padding-left: 35px;
    display: block;
    width: 82%;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    background: url(/dwkjxy/images/listbg.png) 1% center no-repeat;
}

.xyxw-list .list-items li span {
    display: flex;
    /* width: 13%; */
    white-space: nowrap;
    align-items: center;
    justify-content:flex-end;
    text-align: right;
    /* background: url(/dwkjxy/images/time.png) left center no-repeat; */
}
.xyxw-list .list-items li span i{
    margin-right: 5px;
    display: block;
    /* width: calc(100% - 20px); */
    width: 18px;
    height: 18px;
    background: url(/dwkjxy/images/time.png) left center no-repeat;
}
.xyxw-list .list-items li:hover a {
    font-weight: bold;
    color: #2472d7;
}

.xyxw-list .list-items ul {
    margin-bottom: 40px;
}

.xyxw-list .list-items .more {
    text-align: center;
}

.xyxw-list .list-items .more a {
    display: block;
    width: 120px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    background-color: #2472d7;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
}

.tzgg .titbox::after {
    width: 30%;
}

.tzgg-list ul li {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.tzgg-list .date {
    width: 16.7%;
    text-align: center;
}

.tzgg-list .date .mmdd {
    border-radius: 5px 5px 0 0;
    padding: 8px 0 5px 0;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    background-color: #ebebeb;
}

.tzgg-list .date .yy {
    border-radius: 0 0 5px 5px;
    padding: 8px 0 5px 0;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    background-color: #2472d7;
}

.tzgg-list a {
    width: 79%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.6;
}

.tzgg-list ul li:hover a,
.tzgg-list ul li:hover .mmdd {
    color: #f29f06;
}

.tzgg-list ul li:hover a {
    color: #f29f06;
}

.tzgg-list ul li:hover .yy {
    background-color: #f29f06;
}

.jxzy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background: url(/dwkjxy/images/jxzybg.png) no-repeat;
    background-size: cover;
    margin-top: 63px;
}

.jxzytit {
    position: relative;
    width: 30px;
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: rgb(47, 119, 216);
    font-weight: bold;
    text-align: center;
}

.jxzytit::before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 68px;
    background: url(/dwkjxy/images/jxzytit.png) no-repeat;
    top: -75px;
    left: 7px;
}

.jxzytit::after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 68px;
    background: url(/dwkjxy/images/jxzytit2.png) no-repeat;
    bottom: -75px;
    left: 7px;
}

.jxzy-items {
    width: 77%;
    text-align: center;
}

.jxzy-items div {
    margin-bottom: 15px;
    padding: 23px 0;
    font-size: 23px;
    font-family: "Microsoft YaHei";
    color: #fff;
    background: url(/dwkjxy/images/listbg2.png) no-repeat;
    background-size: 100% 100%;
}

.jxzy-items div a {
    color: #fff;
}
.jxzy-items div:hover a{
    color: #f29f06;
}
.main1-container2 {
    margin-top: 100px;
    height: 180px;
}

.swiper-pagination2 {
    position: absolute;
    text-align: center;
}

.mySwiper2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 15px !important;
}

.mySwiper2 .swiper-pagination-bullet-active {
    background-color: #2472d7;
    opacity: 1;
}

.main2 {
    background: url(/dwkjxy/images/main2bg.png) no-repeat;
    background-size: cover;
}

.main2-l {
    width: 64.5%;
}

.main2-r {
    width: 32%;
}

.main2-l,
.main2-r {
    padding: 40px 40px 0px;
    background-color: #fff;
}

.main2-l .titbox {
    margin-bottom: 60px;
    padding-left: 50px;
    background: url(/dwkjxy/images/djzgtit.png) left 5% no-repeat;
}

.djzc-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.djzc-items div {
    width: 47.6%;
    padding: 40px 20px 20px 20px;
    box-shadow: 0px 0px 12px 0px rgba(28, 101, 201, 0.25);
    transition: all 0.5s ease 0s;
}

.djzc-items .items1 {
    margin-bottom: 37px;
}
.djzc-items .items1 .items-attr{
    max-height:38px;
}
.djzc-items .date {
    /* width: 37%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    box-shadow: none;
    margin-top: -60px;
    margin-bottom: 20px;
    background-color: #2472d7;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.djzc-items .date i {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(/dwkjxy/images/time2.png) no-repeat;
}
.djzc-items .items-tit{
    margin-bottom: 15px;
}
.djzc-items .items-tit a {
    display: block;
    padding-left: 28px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    line-height: 1.6;
    background: url(/dwkjxy/images/djzcbg.png) left 6% no-repeat;
}

.djzc-items .items-attr a {
    display: block;
    padding-left: 28px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}

.djzc-items div:hover {
    box-shadow: 0px 0px 12px 0px rgba(219, 142, 0, 0.25);
}

.djzc-items div:hover .items-tit>a {
    color: #e1960c;
    text-decoration: underline;
}

.djzc-items div:hover .date {
    background-color: #e1960c;
}

.main2-r .titbox {
    margin-bottom: 41px;
}

.main2-r .titbox::after {
    width: 33%;
}

.main2-r li {
    margin-bottom: 20px;
    padding: 17px;
    box-shadow: 0px 0px 12px 0px rgba(28, 101, 201, 0.25);
}

.main2-r li a {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.4;
}

.main2-r li h1 {
    margin-bottom: 10px;
}
.main2-r li:hover h1>a{
    color: #f29f06;
}
.main2-r .date {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.4;
    padding-left: 26px;
    background: url(/dwkjxy/images/time3.png) left center no-repeat;
}

.main3 {
    padding: 30px 0 70px 0;
    background: url(/dwkjxy/images/main3bg.png) no-repeat;
    background-size: cover;
}

.main3-l {
    width: 64.5%;
    padding: 30px;
    background-color: #fff;
}

.main3-r {
    width: 32%;
    padding: 25px;
    background: url(/dwkjxy/images/tsptbg.png) no-repeat;
    background-size: cover;
}

.main3-l .titbox {
    margin-bottom: 20px;
}

.main3-l .titbox span {
    color: #333;
}

.main3-l .titbox::after {
    width: 13%;
}

.main3-l .imgbox {
    margin-bottom: 15px;
    height: 290px;
    overflow: hidden;
}

.main3-l .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main3-l .imgbox img:hover{
    transform: scale(1.1);
}
.main3-l li {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main3-l li a {
    padding-left: 20px;
    width: 75%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    background: url(/dwkjxy/images/main3-listbg.png) 1% center no-repeat;
}

.main3-l li span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}

.main3-l li:hover a {
    font-weight: bold;
    color: #2f77d8;
    background: url(/dwkjxy/images/main3-listbg2.png) 1% center no-repeat;
}

.main3-r .titbox h1,
.main3-r .titbox a {
    color: #fff;
}

.main3-r .titbox::after {
    background-color: #fff;
}

.main3-r .titbox {
    margin-bottom: 22px;
}

.tspt-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tspt-items li {
    position: relative;
    text-align: center;
    width: 47.5%;
    margin-bottom: 25px;
}

.tspt-items li i {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/dwkjxy/images/tspt1.png) center no-repeat #fff;
transition: all 0.5s ease 0s;
}

.tspt-items li .clamp2 a {
    display:block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 1.6;
    height: 31px;
}
.tspt-items li:hover a>i{
    transform: rotate(360deg);
}
.tspt-items li:hover .clamp2>a{
    color:#e1960c;
}
.tspt-items .last {
    margin-bottom: 0;
}

.tspt-items .tspt2 i {
    background: url(/dwkjxy/images/tspt2.png) center no-repeat #fff;
}

.tspt-items .tspt3 i {
    background: url(/dwkjxy/images/tspt3.png) center no-repeat #fff;
}

.tspt-items .tspt4 i {
    background: url(/dwkjxy/images/tspt4.png) center no-repeat #fff;
}

.tspt-items .tspt5 i {
    background: url(/dwkjxy/images/tspt5.png) center no-repeat #fff;
}

.tspt-items .tspt6 i {
    background: url(/dwkjxy/images/tspt6.png) center no-repeat #fff;
}

.tspt-items .tspt7 i {
    background: url(/dwkjxy/images/tspt7.png) center no-repeat #fff;
}

.tspt-items .tspt8 i {
    background: url(/dwkjxy/images/tspt8.png) center no-repeat #fff;
}

.ksdh {
    height: 120px;
    background: url(/dwkjxy/images/ksdh-bg.png) no-repeat;
    background-size: cover;
}

.ksdh h1 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.ksdh-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.ksdh-list {
    width: 83%;
}

.ksdh-list li {
    position: relative;
    width: 33%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ksdh-list li:hover a{
    color:#e1960c;
}
.ksdh-list li a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

.ksdh-list li i {
    margin-right: 35px;
    display: block;
    width: 59px;
    height: 57px;
    transition: all 0.5s ease 0s;
}

.ksdh-list .ksdh1 i {
    background: url(/dwkjxy/images/OA.png) center no-repeat;
    background-size: 100%;
}

.ksdh-list .ksdh2 i {
    background: url(/dwkjxy/images/wsfw.png) center no-repeat;
    background-size: 100%;
}

.ksdh-list .ksdh3 i {
    background: url(/dwkjxy/images/email.png) center no-repeat;
    background-size: 100%;
}
.ksdh-list li:hover i{
    transform: rotate(360deg);
}
.ksdh-list .ksdh1::after,.ksdh-list .ksdh2::after{
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background-color: #5b75a0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}