/* - 综合新闻 - */

.zhxwlist {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-bottom: 55px;
}

.zhxwlist .position {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}

.zhxwlist .column {
    text-align: center;
    background: url(../img/zhxw-column-bg.png) center no-repeat;
    background-size: 100%;
    margin-bottom: 33px;
}

.zhxwlist .column a {
    font-size: 30px;
    color: #14316f;
    font-weight: bold;
}

.zhxwlist ul li {
    width: 440px;
    height: 153px;
    float: left;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 25px 20px;
}

.zhxwlist ul li.li3,
.zhxwlist ul li.li6 {
    margin-right: 0;
}

.zhxwlist ul li .title {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zhxwlist ul li .desc {
    color: #1e1e1e;
    opacity: .5;
    margin: 10px 0;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zhxwlist ul li .dete {
    color: #1e1e1e;
    opacity: .5;
    line-height: 20px;
}

.zhxwlist ul li:hover {
    background: #143270;
}

.zhxwlist ul li:hover .title {
    color: #fff;
}

.zhxwlist ul li:hover .desc {
    color: #fff;
}

.zhxwlist ul li:hover .dete {
    color: #fff;
}

.zhxw-more {
    width: 158px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #d9d9d9;
    text-align: center;
    margin: 2px auto 0 auto;
}

.zhxw-more a {
    color: #929292;
}

.zhxw-more:hover {
    background: #143270;
}

.zhxw-more:hover a {
    color: #fff;
}

/* ---- 3-11 ----- */

.banlist .swiper-slide {
    overflow: hidden;
}

.banlist .swiper-slide .img {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease1s;
}

.banlist .swiper-slide video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}


/* ----2025-6-12修改 */

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zhxw_mtgz {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zhxw_mtgz .zhxw,
.zhxw_mtgz .mtgz {
    width: calc((100% - 40px) / 2);
}

.zhxwlist_new li {
    width: 100%;
    background: #fff;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 25px;
}

.zhxwlist_new li:last-of-type {
    margin-bottom: 0;
}

.zhxwlist_new li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhxwlist_new li .title {
    font-size: 16px;
    color: #303030;
    line-height: 25px;
    height: 25px;
    flex: 1;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.zhxwlist_new li .title::before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #F4F4F4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.zhxwlist_new li .dete {
    color: #303030;
    opacity: .5;
    font-size: 16px;
    width: 85px;
    text-align: right;
}

.zhxwlist_new li:hover {
    background: #143270;
}

.zhxwlist_new li:hover .title {
    font-weight: bold;
    color: #fff;
}

.zhxwlist_new li:hover .title::before {
    background: #fff;
}

.zhxwlist_new li:hover .dete {
    color: #fff;
}

.mtgzSlide {
    width: 100%;
    position: relative;
    margin-bottom: 29px;
}

.mtgzSlide .bd li {
    width: 100%;
    background: #fff;
    height: 195px;
    padding: 0;
}

.mtgzSlide .bd li a {
    display: flex;
}

.mtgzSlide .bd li .img {
    width: 345px;
    overflow: hidden;
}

.mtgzSlide .bd li .img img {
    width: 100%;
    height: 195px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.mtgzSlide .bd li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 28px 20px;
}

.mtgzSlide .bd li .title {
    font-weight: bold;
    font-size: 18px;
    color: #143270;
    line-height: 30px;
    height: 90px;
}

.mtgzSlide .bd li .timer {
    display: flex;
    align-content: center;
    margin-top: 25px;
}

.mtgzSlide .bd li .col {
    width: auto;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #143270;
    text-align: center;
    background: #EEF4FF;
}

.mtgzSlide .bd li .dete {
    color: #1e1e1e;
    opacity: .5;
    margin-left: 10px;
}

.mtgzSlide .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.mtgzSlide .hd {
    position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 9;
}

.mtgzSlide .hd li {
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    border-radius: 50%;
    margin: 0 2px;
    float: left;
}

.mtgzSlide .hd li.on {
    background: #143270;
}



.mtgzlist_new li {
    width: 100%;
    background: #fff;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 25px;
}

.mtgzlist_new li:last-of-type {
    margin-bottom: 0;
}

.mtgzlist_new li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mtgzlist_new li .title {
    font-size: 16px;
    color: #303030;
    line-height: 25px;
    height: 25px;
    flex: 1;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.mtgzlist_new li .title::before {
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #F4F4F4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.mtgzlist_new li .dete {
    color: #303030;
    opacity: .5;
    font-size: 16px;
    width: 85px;
    text-align: right;
}

.mtgzlist_new li:hover {
    background: #143270;
}

.mtgzlist_new li:hover .title {
    font-weight: bold;
    color: #fff;
}

.mtgzlist_new li:hover .title::before {
    background: #fff;
}

.mtgzlist_new li:hover .dete {
    color: #fff;
}