.banner {
    height: 500px;
}

.banner .swiper-pagination-bullet,
.banner .swiper-pagination-bullet-active {
    background: #fff;
}

main {
    background: url(../images/banner-bg.png) no-repeat top center;
}

.main1 {
    margin-top: 40px;
}

.main1 .w,
.main2 .w,
.main3 .w,
.main4 .w {
    padding: 30px;
    background: #fff;
}
.main3 .w{
    =:
    transparent;
    background: url(../images/bg-ls1.png) no-repeat center / cover;
}
.main3 .title a  {
    color: #999;
}
.main3 .title h3{

}
.xyxw,
.bkjy,
.xsjl {
    width: 72%;
}

.xyxw-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.xyxw-wrap .listbox {

    width: calc(100% - 480px);
}

.tzgg,
.xgdt,
.xsyg {
    width: 25%;
}
.xgdt .listbox  li{
    /* background: url(../images/tzgglist-bg-w.png) left center no-repeat; */
}
.xgdt .listbox li span{
    /* color: #fff; */
}
.xgdt .listbox li a{/* color: #fff; */}
.title {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
}

.title h3 {
    font-size: 26px;
    color: #9b0d14;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.tab-nav li{
    display: flex;
    align-items: center;
    position: relative;
}
.title h3 img{
    width: 25px;
    margin-right: 8px;
}
.title a {
    font-size: 14px;
    color: #999;
}

.title .w4_more img {
    margin-left: 10px;
    vertical-align: baseline;
}

.tp-lbt {
    width: 460px;
    height: 296px;
    margin: 0;
}

.tp-lbt .swiper-pagination {
    padding-right: 5px;
    text-align: right;
}

.tp-lbt .swiper-pagination-bullet {
    background: #dfbb7f;
    margin: 0 4px !important;
    opacity: 1;
}

.tp-lbt .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.tp-lbt>.swiper-pagination-bullets {
    left: auto;
    right: 0;
    width: auto;
}

.tp-lbt .textbox {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(1, 62, 162, 0.6);
    width: 100%;
}

.tp-lbt .textbox p {
    display: block;
    padding: 10px;
    width: 100%;
    padding-right: 75px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.tp-lbt .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listbox li {
    display: flex;
    padding: 10px 0;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
    background: url(../images/tzgglist-bg.png) left center no-repeat;
    border-bottom: 1px solid #fff;
}

.listbox li a {
    display: block;
    width: 90%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #000;
}

.listbox li span {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    font-family: "Arial";
    color: #013EA2;
    transition: all 0.5s ease 0s;
}

.listbox li:hover a {
    color: #013EA2;
    font-weight: bold;
}
.xgdt .listbox li:hover a{
    /* color: #013EA2; */
}

.xsbox {
    /* margin: 20px; */
    margin-bottom: 0;
    height: 408px;
    overflow: hidden;
}


.listbox2 .item {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.listbox2 .date {
    margin-right: 18px;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
    text-align: center;
}

.listbox2 .date1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.listbox2 .date2 {
    color: #999999;
    font-size: 14px;
}

.listbox2 .tit {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
}

.listbox2 .item:hover {
    color: #013EA2;
    transition: all 0.4s;
    border-bottom: 1px solid #013EA2;
    font-weight: bold;
}
.listbox2 .item:hover .date2{
    color: #006cb7;
}
.tab-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 24px;
}

.tab-nav li {
    font-size: 26px;
    color: #999;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}
.tab-nav li::after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
}
.tab-nav li:last-child::after{
    display: none;
}
.tab-nav li i{
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-right: 8px;
}
.tab-nav li:first-child i , 
.tab-nav li:nth-child(2) i{
    background: url(../images/icon-jy-h.png) no-repeat center / 100%;
}
.tab-nav li:nth-child(3) i{
    background: url(../images/icon-xxjs-h.png) no-repeat center / 100%;
}
.tab-nav li.active {
    color: #9b0d14;
}
.tab-nav li:first-child.active i , 
.tab-nav li:nth-child(2).active i{
    background: url(../images/icon-jy.png) no-repeat center / 100%;
}
.tab-nav li:nth-child(3).active i{
    background: url(../images/icon-xxjs.png) no-repeat center / 100%;
}
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-panel ul {
    padding: 15px 0;
    zoom: 1;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.tab-panel ul li {
    width: 50%;
    float: left;
    padding: 20px 10px;
}
.tab-panel ul li a{
    display: flex;
    align-items: center;
}
.tab-panel ul li:hover{
    /* box-shadow: 0px 0px 25px 0px rgb(23 95 169 / 30%); */
}
.tab-panel ul li:hover .jx-title,
.tab-panel ul li:hover .jx-detail{
    color: #013EA2;
    font-weight: bold;
}
.jx-date {
    float: left;
    =: 15%;
    background: #013EA2;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.jx-day {
    font-size: 24px;
    margin-bottom: 0px;
}

.jx-month {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.jx-con {
    width: 85%;
    float: left;
    padding-left: 15px;
}

.jx-title {
    width: 100%;
    text-align: justify;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    overflow: hidden;
}

.jx-title a {
    color: #000;
}

.jx-detail {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    overflow: hidden;
}

.tz-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
}

.tz-list li {
    margin-bottom: 20px;
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border: 1px solid #f0eaea;
    border-bottom: 0;
    background: url(../images/tz2.png) no-repeat;
    background-size: 100% 100%;
}

.tz-list li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 20px;
}

.tz-list li:hover {
    background: #f0eaea;
    border: 1px solid #a11c29;
}
.tz-list li:hover p{
    color: #013EA2;
    font-weight: bold;
}
.tz-list li span {
    padding-left: 23px;
    color: #a3a3a3;
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: "Roboto";
    background: url(../images/date4.png) no-repeat left center;
    transition: all 0.5s ease 0s;
}

.tz-list li p {
    font-size: 17px;
    max-height: 42px;
}

.tz-list li:hover {
    background: url(../images/tz1.png) no-repeat;
    background-size: 100% 100%;
    border: 1px solid transparent;
    border-bottom: 0;
    box-shadow: 0px 0px 25px 0px rgb(23 95 169 / 30%);
}

.tz-list li:hover span {
    color: #333;
    background: url(../images/date3.png) no-repeat left center;
}
.main3{
    /* background: url(../images/bg-ls.png) no-repeat center / cover; */
}
.xsyg li {
    padding: 10px;
    border-bottom: 1px solid #013EA2;
}
.xsyg li:hover{
    color: #013EA2;
}
.xsyg li:hover a{
    color: #013EA2;
    font-weight: bold;
}
.xs-date {
    float: left;
    width: 20%;
    border: 1px solid #384e97;
    text-align: center;
    padding: 0px 0px;
}

.xs-day {
    font-size: 24px;
    background: #384e97;
    color: #fff;
    line-height: 42px;
}

.xs-month {
    font-size: 14px;
    line-height: 18px;
    color: #384e97;
    line-height: 36px;
}

.xs-con {
    width: 100%;
}

.xs-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
}

.xs-title a {
    color: #000;
    
}

.xs-detail {
    font-size: 14px;
    line-height: 1.8em;
}

.fa-user,.fa-clock,.fa-map-marker-alt{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
}
.fa-user{
    background: url(../images/yonghu.png) no-repeat center center;
}
.fa-clock{
    background: url(../images/shijian.png) no-repeat center center;
}
.fa-map-marker-alt{
    background: url(../images/didian.png) no-repeat center center;
}