.main-gywm {
    width: 100%;
    background: url(../images/main-gywm-bg.png) center no-repeat;
    background-size: cover;
    padding: 0.6rem 0;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0.5rem 0
}

.column .title {
    color: #3D3D3D;
    font-size: 0.3rem;
    font-weight: bold;
    position: relative;
}

.column .title::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 3px solid #2B80E8;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.column .more {
    font-size: 0.14rem;
    color: rgba(43, 128, 232, 0.84);
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.column .more:hover{
    left: 0.1rem;
}

.column .more::after {
    content: '';
    width: 0.22rem;
    height: 0.08rem;
    display: inline-block;
    background: url(../images/more-icon.png) center no-repeat;
    background-size: cover;
    margin-left: 0.05rem;
}

.main-gywm-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-gywm-text .img {
    width: 6.5rem;
    box-sizing: border-box;
    padding: 0 0 0.2rem 0.2rem;
    position: relative;
}

.main-gywm-text .img::before {
    content: '';
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    display: inline-block;
    background: #2B80E8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-gywm-text .img img {
    width: 100%;
    height: 4.5rem;
    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;
}

.main-gywm-text .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.main-gywm-text .text {
    flex: 1;
    margin-left: 0.8rem;
    box-sizing: border-box;
    padding-top: 0.2rem;
}

.main-gywm-text .name {
    font-size: 0.24rem;
    font-weight: bold;
    color: #3D3D3D;
}

.main-gywm-text .desc {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 2.5em;
    color: #333;
    margin: 0.2rem 0
}

.main-gywm-text .more a {
    color: #2B80E8;
    font-size: 0.14rem;
}

.gywm-btnlist {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.55rem;
}

.gywm-btnlist .box a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gywm-btnlist .box .icon {
    width: 0.87rem;
    height: 0.87rem;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3), inset 0px 8px 10px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.gywm-btnlist .box .icon img {
    height: 0.38rem;
}

.gywm-btnlist .box p {
    font-size: 0.16rem;
    color: #3D3D3D;
    text-align: center;
    margin-top: 0.25rem;
}

.gywm-btnlist .xian {
    width: 0;
    height: 0.4rem;
    border-left: 1px solid #D8D8D8;
}

.gywm-btnlist .box:hover .icon img {
    animation: jello 1s linear;
}

.gywm-btnlist .box:hover p {
    color: #2B80E8;
    font-weight: bold;
}

/* ---------------------------------- */

.main-djgz {
    width: 100%;
    background: url(../images/main-djgz-bg.png) center no-repeat;
    background-size: cover;
    padding: 0.6rem 0;
}

.main-djgz .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.djSlide {
    width: 4.45rem;
    position: relative;
}

.djSlide .swiper-slide img {
    width: 100%;
}

.djSlide .swiper-pagination {
        position: absolute;
    bottom: 0.2rem;
    text-align: center;
    width: 100%;
}

.djSlide .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    margin: 0 3px;
    opacity: 1;
}

.djSlide .swiper-pagination-bullet-active {
    background: #fff;
}

.djgz {
    flex: 1;
    margin-right: 0.32rem;
}

.djgz ul {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
}

.djgz ul li {
    width: 100%;
    height: 1.09rem;
    box-sizing: border-box;
    padding: 0 0.4rem
}

.djgz ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(143, 2, 8, 0.36);
}

.djgz ul li:last-of-type a {
    border-bottom: none;
}

.djgz ul li .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-right: 0.25rem;
}

.djgz ul li .d {
    font-size: 0.3rem;
}

.djgz ul li .y {
    font-size: 0.14rem;
}

.djgz ul li .text {
    flex: 1;
}

.djgz ul li .title {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
}

.djgz ul li .desc {
    font-size: 0.14rem;
    color: #999;
    line-height: 0.25rem;
    height: 0.25rem;
    margin-top: 0.05rem;
}

.djgz ul li:hover {
    background: #2B80E8;
}

.djgz ul li:hover .date {
    color: #fff;
}

.djgz ul li:hover .title,
.djgz ul li:hover .desc {
    color: #fff;
}

/* ------------------------------ */

.main-ywfw {
    width: 100%;
    padding-bottom: 0.8rem;
    padding-top: 0.6rem;
}

.ywfwlist ul {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 0.2rem);
}

.ywfwlist li {
    width: calc(100% / 6);
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 0.2rem;
    transition: transform 0.3s ease;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.ywfwlist li .title {
    position: absolute;
    left: 0.35rem;
    top: 0.35rem;
    color: #fff;
    font-size: 0.24rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 5px;

    /* 1. 为IE11提供降级方案 */
    -ms-writing-mode: tb-rl;

    /* 2. 现代浏览器标准写法 */
    writing-mode: vertical-rl;

    /* 3. 纯中文内容建议使用 upright，排版更稳定 */
    text-orientation: upright;
}

.ywfwlist li:hover {
    width: 22%;
}

.ywfwlist li a {
    width: 100%;
}

.ywfwlist li .img {
    width: 100%;
    height: 5.1rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: All 0.3s ease-in-out;
}

.ywfwlist li .img img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}

.main-news {
    width: 100%;
    background: url(../images/main-new-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 0.6rem 0;
}

.main-news .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgg {
    width: 50%;
}

.tzgglist {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.tzgglist li {
    width: 100%;
    height: 1.32rem;
    box-sizing: border-box;
    padding: 0.25rem;
}

.tzgglist li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.tzgglist li .date {
    width: 0.9rem;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2B80E8;
    margin-right: 0.2rem;
}

.tzgglist li .d {
    font-size: 0.24rem;
    font-weight: bold;
}

.tzgglist li .y {
    font-size: 0.14rem;
}

.tzgglist li .text {
    flex: 1;
}

.tzgglist li .title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.25rem;
    height: 0.25rem;
}

.tzgglist li .desc {
    color: #999;
    font-size: 0.14rem;
    line-height: 0.25rem;
    height: 0.5rem;
    margin-top: 0.1rem;
}

.tzgglist li:hover {
    background: linear-gradient(270deg, #c4e9ff 0%, #deeef700 100%);
}

.tzgglist li:hover .date {
    background: url(../images/date-bg.jpg) center no-repeat;
    color: #fff;
}

.tzgglist li:hover .title {
    color: #2B80E8;
    font-weight: bold;
}

.newSlide {
    /*flex: 1;*/
    width: 50%;
    box-sizing: border-box;
    padding-right: 0.47rem;
}

.newSlide .bd .con{
    display: none;
}

.newSlide .bd .con.on{
    display: block;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

.tabHead ul {
    display: flex;
    align-items: center;
}

.tabHead ul li {
    color: #3D3D3D;
    font-size: 0.3rem;
    font-weight: bold;
    position: relative;
    opacity: .5;
    cursor: pointer;
    margin-right: 0.65rem;
}

.tabHead ul li.on {
    opacity: 1;
    /* 文字自动回行 */

}

.tabHead ul li.on::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 3px solid #2B80E8;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.tabHead .more a {
    display: none;
    font-size: 0.14rem;
    color: rgba(43, 128, 232, 0.84);
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.tabHead .more a:hover{
    left: 0.1rem;
}

.tabHead .more a.on {
    display: block;
}

.tabHead .more a::after {
    content: '';
    width: 0.22rem;
    height: 0.08rem;
    display: inline-block;
    background: url(../images/more-icon.png) center no-repeat;
    background-size: cover;
    margin-left: 0.05rem;
}

.newSlide .swiper-slide img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    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;
}

.newSlide .swiper-slide .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(43, 128, 232, 0.69);
}

.newSlide .swiper-slide a{
    width: 100%;
    display: block;
}

.newSlide .swiper-slide .d {
    font-size: 0.24rem;
    font-weight: bold;
}

.newSlide .swiper-slide .y {
    font-size: 0.14rem;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 1.6rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newSlide .swiper-slide .title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.2rem;
}

.newSlide .swiper-slide .desc {
    color: #999;
    line-height: 0.3rem;
    height: 0.6rem;
    font-size: 0.14rem;
}

.newSlide .swiper-slide: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);
}

.newSlide .swiper-slide:hover .title {
    color: #2B80E8;
}

.hydtSlide,
.sqdtSlide {
    width: 100%;
    position: relative;
}

.newSlide .swiper-pagination {
    bottom: 1.75rem;
    right: 0.25rem;
    z-index: 11;
}

.newSlide .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-radius: 50%;
    opacity: 0.4;
    margin: 0 0.05rem;
}

.newSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

/* ------------------------------------------- */

.main-jtdt {
    width: 100%;
    padding: 0.6rem 0;
}

.jtdtBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jtdtSlide {
    width: calc((100% - 0.3rem) / 2);
    position: relative;
}


.jtdtlist {
    width: calc((100% - 0.3rem) / 2);
}

.jtdtlist_pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.jtdtlist_pic li {
    width: calc((100% - 0.2rem) / 2);
}

.jtdtlist_pic li .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    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;
}

.jtdtlist_pic li .text {
    width: 100%;
    height: 0.76rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
}

.jtdtlist_pic li .title {
    font-size: 0.16rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    color: #3D3D3D;
    text-align: center;
    width: 100%;
}

.jtdtlist_pic li .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0.55rem;
    height: 0.55rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.jtdtlist_pic li .d {
    font-size: 0.18rem;
    font-weight: bold;
}

.jtdtlist_pic li .y {
    font-size: 0.1rem;
}

.jtdtlist_pic 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);
}

.jtdtlist_pic li:hover:hover .title {
    color: #2B80E8;
}

.jtdtlist_pic li:hover .date {
    background: rgba(43, 128, 232, 0.8);
}

.jtdtlist_list li {
    width: 100%;
    margin-top: 0.27rem;
}

.jtdtlist_list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jtdtlist_list li .date {
    width: 1rem;
    color: rgba(102, 102, 102, 0.8);
    font-size: 0.14rem;
    text-align: right;
}

.jtdtlist_list li .title {
    flex: 1;
    color: #3D3D3D;
    font-size: 0.16rem;
    line-height: 0.25rem;
    height: 0.25rem;
    box-sizing: border-box;
    padding-left: 0.15rem;
    position: relative;
}

.jtdtlist_list li .title::before {
    content: '';
    width: 0.05rem;
    height: 0.05rem;
    background: #DBDBDB;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.jtdtlist_list li:hover .title {
    color: #2B80E8;
}


.jtdtlist_list li:hover .date {
    color: rgba(102, 102, 102, 0.8);
}


.jtdtlist_list li:hover .title::before {
    background: #2B80E8;
}


.jtdtSlide {
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.jtdtSlide .swiper-slide img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    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;

}

.jtdtSlide .swiper-slide .text {
    width: 100%;
    height: 1.9rem;
    box-sizing: border-box;
    padding-left: 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0.35rem;
    background: url(../images/jtdt-slide-bg.png) center no-repeat;
    background-size: cover;
}


.jtdtSlide .swiper-slide .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0.72rem;
    height: 0.82rem;
    background: rgba(43, 128, 232, 0.8);
    left: 0.2rem;
    bottom: 1.4rem;
    position: absolute;
    z-index: 11;
    color: #fff;
}


.jtdtSlide .swiper-slide .d {
    font-size: 0.24rem;
    font-weight: bold;
}

.jtdtSlide .swiper-slide .y {
    font-size: 0.14rem;
}

.jtdtSlide .swiper-slide .xian {
    width: 0.24rem;
    height: 0;
    display: block;
    margin: 0.05rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.jtdtSlide .swiper-slide .title {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.25rem;
    height: 0.25rem;
    box-sizing: border-box;
    padding-right: 0.4rem;
    position: relative;
}

.jtdtSlide .swiper-slide .title::after {
    content: '';
    width: 0.3rem;
    height: 0.2rem;
    max-width: 30px;
    max-height: 20px;
    display: inline-block;
    background: url(../images/title-icon.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jtdtSlide .swiper-slide .desc {
    font-size: 0.14rem;
    color: #999;
    line-height: 0.3rem;
    height: 0.9rem;
    margin-top: 0.2rem;
}

.jtdtSlide .swiper-slide: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);

}

.jtdtSlide .swiper-slide:hover .title {
    color: #2B80E8;
    font-weight: bold;
}

.jtdtSlide .swiper-pagination{
    right: 0.25rem;
    bottom: 2.1rem;
    z-index: 11;
}

.jtdtSlide .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    border: 1px solid #fff;
    opacity: 1;
    background: none;
    margin: 0 0.05rem;
}

.jtdtSlide .swiper-pagination-bullet-active{
    background: #fff;
}

.toutiao {
    width: 100%;
    box-sizing: border-box;
    padding: 0.25rem;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
}

.toutiao .name {
    width: 1.08rem;
    height: 1rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    background: url(../images/toutiao-bg.svg) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toutiao .name img {
    height: 0.3rem;
    position: relative;
    left: -0.05rem;
}

.ttSlide {
    flex: 1;
    box-sizing: border-box;
    padding: 0 0.3rem;
    position: relative;
}

.ttSlide .swiper-container {
    width: 100%;
    height: 1rem;
}

.ttSlide .swiper-slide {
    height: 1rem;
    display: flex;
    align-items: center;
}

.ttSlide .swiper-slide .title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 0.2rem;
    line-height: 0.35rem;
    height: 0.35rem;
    text-align: center;
}

.ttSlide .swiper-slide .desc {
    font-size: 0.16rem;
    color: #999;
    line-height: 0.25rem;
    height: 0.25rem;
    text-align: center;
}

.ttSlide .swiper-slide:hover .title {
    color: #2B80E8;
}

.ttSlide .swiper-slide:hover .desc {
    color: #666;
}

.ttSlide .swiper-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.ttSlide .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    opacity: 1;
    margin: 0.05rem 0;
    background: none;
    box-sizing: border-box;
    border: 1px solid #2B80E8;
}

.ttSlide .swiper-pagination-bullet-active {
    background: #2B80E8;
}


.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a{
    width: 100%;
    display: block;
}

.banlist .swiper-slide .imgBg{
    width: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    padding-bottom: 43.125%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banlist .swiper-slide img {
    width: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    opacity: 0 !important;
    display: none;
}

.banlist .swiper-slide-active .imgBg,
.banlist .swiper-slide-duplicate-active .imgBg{
    transition: 5s linear;
    transform: scale(1, 1);
}


.banlist .swiper-slide-active img,
.banlist .swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.6rem;
    z-index: 11;
}

.banlist .swiper-prev img,
.banlist .swiper-next img {
    height: 0.21rem;
}

.banlist .swiper-next {
    left: auto;
    right: 0.6rem;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: rgba(43, 128, 232, 0.66);
}

.banlist .swiper-pagination {
    width: 100%;
    bottom: 0.32rem;
    text-align: center;
    z-index: 11;
}

.banlist .swiper-pagination-bullet {
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.05rem;
    background: unset;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.banlist .swiper-pagination-bullet-active {
    background: #fff;
}

/* ----------------------------------------------------------------- */

@media screen and (max-width: 1124px) {
    .tzgglist li{
        height: 1.55rem;
    }
}



@media screen and (max-width: 768px) {

    .jtdtSlide {
        width: 100%;
    }

    .main-gywm-text .img,
    .djSlide,
    .tzgg,
    .jtdtlist {
        width: 100%;
    }


    .djgz,
    .newSlide {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .tzgg,
    .djSlide {
        margin-top: 25px;
    }

    .column {
        padding-bottom: 25px;
    }

    .column .title {
        font-size: 20px;
    }

    .tabHead ul li.on::before,
    .column .title::before {
        border-bottom: 2px solid #2B80E8;
        bottom: -5px;
    }

    .tabHead .more a,
    .column .more {
        font-size: 14px;
    }

    .tabHead .more a::after,
    .column .more::after {
        width: 22px;
        height: 8px;
        margin-left: 5px;
    }

    .main-gywm-text .text {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .main-gywm-text .name {
        font-size: 18px;
    }

    .main-gywm-text .desc {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0;
    }

    .main-gywm-text .more a {
        font-size: 14px;
    }

    .gywm-btnlist .box .icon {
        width: 50px;
        height: 50px;
    }

    .gywm-btnlist .box .icon img {
        height: 20px;
    }

    .gywm-btnlist .box p {
        margin-top: 10px;
        font-size: 16px;
    }

    .djgz ul li {
        height: auto;
        padding: 0 15px;
    }

    .djgz ul li a {
        padding: 15px 0;
    }

    .jtdtSlide .swiper-slide .title,
    .newSlide .swiper-slide .title,
    .tzgglist li .title,
    .djgz ul li .title {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
    }

    .tzgglist li .desc,
    .djgz ul li .desc {
        font-size: 14px;
        line-height: 21px;
        height: 21px;
        margin-top: 5px;
    }

    .jtdtSlide .swiper-slide .d,
    .newSlide .swiper-slide .d,
    .tzgglist li .d,
    .djgz ul li .d {
        font-size: 22px;
    }

    .jtdtSlide .swiper-slide .y,
    .newSlide .swiper-slide .y,
    .tzgglist li .y,
    .djgz ul li .y {
        font-size: 14px;
    }

    .newSlide .swiper-slide .date,
    .tzgglist li .date {
        width: 60px;
        height: 60px;
    }

    .ywfwlist ul {
        flex-wrap: wrap;
    }

    .ywfwlist li:hover,
    .ywfwlist li {
        width: 48.5%;
        padding: 0;
        margin-bottom: 0.2rem;
    }

    .ywfwlist li .img {
        height: 2rem;
    }

    .tzgglist li {
        height: auto;
        padding: 10px;
        border-bottom: 1px dashed #eee;
    }

    .newSlide .swiper-slide .text {
        height: auto;
        padding: 15px;
    }

    .newSlide .swiper-slide .desc {
        line-height: 21px;
        height: 42px;
        font-size: 14px;
    }

    .tabHead ul li {
        font-size: 20px;
        margin-right: 20px;
    }

    .jtdtlist_list li a {
        flex-direction: column;
    }

    .jtdtlist_list li .title {
        font-size: 16px;
        line-height: 25px;
        height: auto;
        -webkit-line-clamp: unset;
        margin-bottom: 5px;
        padding-left: 15px;
    }

    .jtdtlist_list li .date {
        font-size: 14px;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .jtdtlist_list li .title::before {
        width: 5px;
        height: 5px;
        top: 11px;
        transform: none;
    }

    .jtdtlist_pic {
        margin: 20px 0;
    }

    .jtdtSlide .swiper-slide .date {
        width: 60px;
        height: 60px;
        left: 0;
        top: 0;
    }

    .jtdtSlide .swiper-slide .text {
        height: auto;
        padding: 15px;
    }

    .jtdtSlide .swiper-slide .desc {
        line-height: 21px;
        height: 42px;
        font-size: 14px;
        text-align: justify;
        -webkit-line-clamp: 2;
    }

    .jtdtlist_pic li .title {
        font-size: 15px;
        line-height: 21px;
        height: 21px;
        -webkit-line-clamp: 1;
    }

    .jtdtlist_pic li .date {
        width: 45px;
        height: 42px;
    }

    .jtdtlist_pic li .d {
        font-size: 14px;
    }

    .jtdtlist_pic li .y {
        font-size: 10px;
    }

    .ttSlide .swiper-slide .title {
        font-size: 18px;
        line-height: 28px;
        height: 28px;
        margin-bottom: 5px;
    }

    .ttSlide .swiper-slide .desc {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    .toutiao .name {
        width: 56px;
    }

    .djSlide .swiper-pagination {
        display: block;
        text-align: center;
        margin-top: 20px;
        width: 100%;
        position: unset;
    }

    .ywfwlist li .title {
        font-size: 18px;
        letter-spacing: 0px;
        writing-mode: unset;
        left: 15px;
        top: 15px;
    }

    .jtdtSlide .swiper-pagination{
        bottom: 38%;
        right: 15px;
    }

    .jtdtlist_list li:nth-child(4),
    .jtdtlist_list li:nth-child(5),
    .jtdtlist_list li:nth-child(6){
        display: none;
    }

    .banlist .swiper-prev,
    .banlist .swiper-next{
        top: 65%;
    }


}