* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #f5f5f5;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
}
/* 20240802取消滑块 */
/* header .main nav .nav li a {
    white-space:nowrap;
} */

header {
    background: linear-gradient(to bottom, #d6d6d6, #fff);
    width: 100%;
    border-bottom: 2px solid #c2c1c4;
    padding: 4px 0;
}

header .main {
    display: flex;
    justify-content: space-between;
}

header .main nav .nav {
    display: flex;
    align-items: center;
    height: 100%;
}

header .main .logo {
    width: 244px;
    padding: 0 22px;
}

header .main .logo img {
    width: 100%;
}

header .main nav .nav li {
    padding: 0 30px;
    position: relative;
}

header .main nav .nav li::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #000;
    height: 20px;
    left: 100%;
}

header .main nav .nav li:last-child::after {
    display: none;
}

header .main nav .nav li a {
    color: #202020;
    font-size: 17px;
    line-height: 0;
    padding: 5px 20px;
    border-radius: 5px;
}

header .main nav .nav li a.active,
header .main nav .nav li a:hover {
    color: #fff;
    background-color: #85ae2c;
}

.bannerCont .left {
    width: 305px;
    height: auto;
    min-height: 500px;
    background-color: #fff;
    padding: 11px 16px;
    border: 1px solid #c3c5c6;
}

.titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #aeafaf;
    padding: 0 10px;
}
.titles .more {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform .2s;
}
.titles .more:hover {
    transform: rotate(-45deg);
}
.titles .icon {
    width: 18px;
    display: flex;
    align-items: center;
}
.icon img {
    width: 100%;
}

.titles span {
    padding: 0 5px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #88b132;
}

.bannerCont {
    margin-top: 22px;
    display: flex;
}

.bannerCont .main {
    display: flex;
}

.bannerCont .left .newSerBox {
    background-color: #E8E8E8;
    margin-top: 5px;
}
/* 20240802取消滑块 */
/* .bannerCont .left .newSerBox {
    overflow-y: auto;
    height: 433px;
} */

/* .bannerCont .left .newSerBox {
    background-color: #ebf0de;
    margin-top: 10px;
} */

.bannerCont .left .newSerBox .item {
    padding: 10px 17px;
    border-bottom: 1px solid #b1b4a7;
}

.bannerCont .left .newSerBox .item:last-child {
    border-bottom: none;
}

.bannerCont .left .newSerBox .item .tit {
    display: flex;
    align-items: center;
}

.bannerCont .left .newSerBox .item .tit span {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

.bannerCont .left .newSerBox .item .tit .icon {
    margin-left: 5px;

}

.bannerCont .left .newSerBox .item .tit .icon img{
    width: auto;
    height: 20px;
}

.bannerCont .left .newSerBox .item .tit .tip {
    color: #ff0000;
    font-weight: bold;
}

.bannerCont .left .newSerBox .item .cont {
    display: flex;
}

.bannerCont .left .newSerBox .item .cont .text {
    flex: 1;
    padding-left: 10px;
}

.bannerCont .left .newSerBox .item .cont .pic {
    width: 66px;
    height: 66px;
}

.bannerCont .left .newSerBox .item .cont .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerCont .left .newSerBox .item .cont .text .date {
    color: #ff0000;
    font-size: 14px;
}

.bannerCont .left .newSerBox .item .cont .text span {
    font-size: 14px;
    color: #000000;
}

.bannerCont .left .newSerBox .item .cont .text a {
    display: block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #88b133;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-top: 2px;
}
.bannerCont .left .newSerBox .item .cont .text a:hover {
    background-color: #95d01f;
}
.bannerCont .main .right {
    flex: 1;
    overflow: hidden;
    height: auto;
    margin-left: 15px;
    align-self: stretch;
}

.bannerCont .main .right .swiper {
    height: 100%;
    min-height: 500px;
}

.bannerCont .main .right .swiper .swiper-wrapper {
    font-size: 0;
    height: 100%;
    background-color: #000;
}

.bannerCont .main .right .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recEdition {
    margin-top: 25px;
}

.recEdition .cont {
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #c3c5c6;
}

.mySwiper1 {
    position: static;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -5px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -5px;
}

.recEdition .recContbox {
    margin-top: 15px;
    position: relative;
    padding: 0 30px;
}

.recContbox .swiper-slide {
    padding: 0 8px;
}

.recEdition .recContbox .item {
    width: 100%;
    padding: 12px;
    border: 1px solid #b8b8b8;
    height: auto;
    overflow: hidden;
}

.recEdition .recContbox .item .pic {
    width: 100%;
}




.recEdition .recContbox .item .pic .serverName {
	padding: 15px 10px;
	font-size: 16px;
	background:#66666669;
	border-radius:5px 5px 0px 0px;
	color:#FFFFFF;
}

.recEdition .recContbox .item .pic .serverName span img{
 width:auto;
 height: 25px;
 display: inline;
 float:right;
}


.recEdition .recContbox .item .pic .icon {
    top:60px;
    z-index: 2;
    position: absolute;
}

.recEdition .recContbox .item .pic .icon img{
   width: auto!important;
   height: auto;
}



.recEdition .recContbox .item .pic .img {
    width: 100%;
    height: 270px;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.recContbox .item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #404040;
    height: 72px;
    /* font-weight: bold; */
}

.recContbox .item a {
    color: #fff;
    background-color: #88b133;
    padding: 6px 0;
    margin: 10px auto;
    display: block;
    width: 80%;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
}
.recContbox .item a:hover {
    background-color: #95d01f;
}
.container {
    margin-top: 15px;
}

.container .main .row {
    display: flex;
    width: 100%;
}

.container .main .row .cont {
    border: 1px solid #c3c4c6;
    padding: 10px;
    background: #fff;
}

.swiper-backface-hidden .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.container .main .row .left {
    flex: 1;
}

.container .main .row .right {
    width: 350px;
    margin-left: 18px;
}

.container .main .row .left .newslist {
    padding: 8px 0;
}

.container .main .row .left .newslist .item {
    display: flex;
    padding: 8px 12px;
}

.container .main .row .left .newslist .item .pic {
    width: 156px;
    height: 90px;

}


.container .main .row .left .newslist .item .pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.container .main .row .left .newslist .item .text {
    flex: 1;
    margin-left: 10px;
}

.container .main .row .left .newslist .item .text .title {
    font-size: 17px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.container .main .row .left .newslist .item .text .title:hover {
    color: #83ae37;
}
.container .main .row .left .newslist .item .text p {
    color: #858484;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    overflow: hidden;
}

.container .main .row .right .row {
    display: flex;
    align-items: center;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e7ebee;
}

.container .main .row .right .row .text {
    margin-left: 20px;
    color: #676666;
    font-size: 18px;
}

.container .main .row .right .row .pic {
    width: 100px;
}

.container .main .row .right .row .pic img {
    width: 100%;
}

.container .main .row .right .row .kf {
    display: flex;
    align-items: center;
}

.container .main .row .right .row .icon {
    width: 42px;
    display: block;
}

.container .main .row .right .row .icon img {
    width: 100%;
}

footer {
    background: linear-gradient(to bottom, #d6d6d6, #fff);
    width: 100%;
    border-bottom: 2px solid #c2c1c4;
    padding: 4px 0;
	margin-top: 22px;
	font-size: 16px;
}
/* footer {
    text-align: center;
    background-color: #85ae2c;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    margin-top: 22px;
} */


.pages {
    display: flex;
    align-items: center;
    margin-top: 13px;
    justify-content: center;
}

.pages .item_page {
    padding: 9px;
    margin: 0 8px;
    border: 1px solid #beaf94;
    color: #beaf94;
}

.pages .item_page:hover {
    padding: 9px;
    margin: 0 8px;
    border: 1px solid #beaf94;
    color: #beaf94;
      transition: transform .3s;
    transform: translateX(3px);
}

.pages .item_page a{
    color: #666;
    
     
 
    
}



.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 25px;
    height: 40px;
    background: url('../images/arrorNext.png') no-repeat;
    background-size: 100% 100%;

}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    transform: rotateZ(180deg);
}
@media screen and (max-width:1200px) {
    .main {
        width: 98%;
    }
}

@media screen and (max-width:1000px) {
    header .main nav .nav li a {
        padding: 4px 10px;
    }

    header .main nav .nav li {
        padding: 0 10px;
    }
}

@media screen and (max-width:900px) {
    .bannerCont .main {
        flex-direction: column-reverse;
    }

    .bannerCont {
        margin-top: 15px;
    }

    .bannerCont .main .right {
        margin-left: 0;
        height: 350px;
        margin-top: 0;
    }

    .bannerCont .main .right .swiper {
        height: 350px;
    }

    .bannerCont .left {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .bannerCont .left .newSerBox {
        display: flex;
        justify-content: space-between;
    }

    .bannerCont .left .newSerBox .item {
        flex: 1;
        border-right: 1px solid #b1b4a7;
        border-bottom: none;
    }

    .bannerCont .left .newSerBox .item:last-child {
        border: none;
    }

    .container .main>.row {
        flex-direction: column;
    }

    .container .main .row .right {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
        order: 2;
    }

    .container .main .row .left {
        order: 1;
    }

    .container .main .row .right .rowM {
        display: flex;
        padding-top: 10px;
    }

    .container .main .row .right .rowM .row {
        border-bottom: none;
        border-right: 1px solid #e7ebee;
    }

    .container .main .row .right .rowM .row:last-child {
        border-right: none;
    }

    footer p {
        font-size: 14px;
        padding: 0 15px;
    }
}


@media screen and (max-width:700px) {
    header .main .logo {
        width: 190px;
        padding: 0;
    }

    header .main nav .nav li {
        padding: 0 5px;
    }

    header .main nav .nav li a {
        padding: 2px 5px;
    }

    .bannerCont .main .right .swiper,
    .bannerCont .main .right {
        height: 260px;
    }

    .bannerCont .left .newSerBox {
        flex-direction: column;
    }

    .bannerCont .left .newSerBox .item {

        border-bottom: 1px solid #b1b4a7;
        border-right: none;
    }

    .container .main .row .right .row {
        padding: 20px 10px;
    }
}


@media screen and (max-width:600px) {
    header .main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    header .main .logo {
        width: 160px;
    }

    header .main nav {
        padding: 10px 0;
    }

    .bannerCont .main .right .swiper,
    .bannerCont .main .right {
        height: 200px;
    }

    .container .main .row .right .rowM {
        flex-direction: column;
    }
    .container .main .row .right .rowM .row{
        border-right: none;
        border-bottom: 1px solid #e7ebee;
    }
    .container .main .row .left .newslist .item .pic {
        width: 120px;
        height: 70px;
    }.container .main .row .left .newslist .item .text p {
        font-size: 14px;
    }.container .main .row .left .newslist .item .text .title {
        font-size: 16px;
    }.container .main .row .left .newslist .item {
        padding: 5px 0;
    }
    .container .main .row .right .row .text p {
        font-size: 14px;
    }
}