.con {
    width: 10rem;
    background-color: white;
    height: auto;
}

.swipper {
    font-size: .2rem;
}

.artOne {
    width: 6.35rem;
    margin: 0 auto;
    font-size: .08rem;
}

.artOne .tit {
    margin: .6rem 0 .3rem;
    width: 6.35rem;
    text-align: center;
    font-weight: bold;
    font-size: .2rem;
}

.artOne .oneText {}

.artOne .texTwo {
    margin: .15rem 0 .3rem;
}

.artOne .icons {
    display: flex;
}

.artOne .icons .iconPage {
    width: 2.3rem;
    box-sizing: border-box;
    text-align: center;
}

.artOne .icons .iconPage .icon {}

.artOne .icons .iconPage .iconTit {
    font-weight: bold;
    font-size: .1rem;
    padding: .08rem 0;
}

.artOne .icons .iconPage .iconText {
    font-size: .06rem;
}

.artwo {
    margin-top: .4rem;
    width: 10rem;
    background-color: #5a964a;
    padding: 0 1.825rem .4rem;
}

.artwo .tit {
    padding: 2em 0 .5em;
    font-size: 2.5em;
    color: white;
}

.artwo .stit {
    color: #e8e8e8;
    font-size: 1.2em;
    margin: 0 0 4em 0;
    letter-spacing: 1px;
}

.artwo .conArt {
    display: flex;
}

.artwo .conArt .list {
    width: 1.35rem;
    margin: 0 .2rem 0 0;
}

.artwo .conArt .list ul,
.artwo .conArt .list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.artwo .conArt .list ul {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

.artwo .conArt .list li {
    box-sizing: border-box;
    padding: .16rem 0 .06rem .1rem;
    color: white;
    display: flex;
}

.artwo .conArt .list li .left {
    padding: 0 .06rem 0 0;
    font-size: .12rem;
    font-weight: bold;
}

.artwo .conArt .list li .xian {
    width: 1px;
    height: .15rem;
    background-color: #ffffff;
}

.artwo .conArt .list li:hover .xian {
    background-color: #538b44;
}

.artwo .conArt .list li .right {
    padding-left: .08rem;
}

.artwo .conArt .list li .right div {
    margin-top: -.04rem;
    font-size: .09rem;
    font-weight: bold;
}

.artwo .conArt .list li .right p {
    font-size: .1rem;
    color: rgba(255, 255, 255, 0.5);
}

.artwo .conArt .list li:hover .gysjp {
    color: rgba(83, 139, 68, .4);
}

.artwo .conArt .list li:hover {
    background-color: white;
    border-radius: 10px;
    color: #538b44;
}

.artwo .conArt .art {
    margin-top: .17rem;
    width: 4.8rem;
}

.artwo .conArt .art .sstit {
    color: white;
    font-size: .1rem;
}

.artwo .conArt .art .yw {
    float: right;
    margin-top: -.2rem;
}

.artwo .conArt .art .yw .img-thumbnail {
    border: 0;
    padding: 2px;
}

.artwo .conArt .art .text {
    margin-top: .3rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: .082rem;
}

.artwo .conArt .art .text p:nth-child(3) {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    -ms-overflow-style: none;
}

.artwo .conArt .art .text p:nth-child(3)::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.artwo .conArt .art a {
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: .05rem;
    margin-top: .1rem;
}

.artwo .conArt .art a .right {
    font-size: .12rem;
    margin-left: .07rem;
    color: white;
}

.artThree {
    width: 6.35rem;
    margin: .5rem auto;
}

.artThree .tit {
    font-size: 2.5em;
    font-weight: bold;
}

.artThree .stit {
    font-size: 1.2em;
    margin: 1em 0 3em 0;
    letter-spacing: 1px;
}

.artThree .left {
    width: 2.45rem;
    padding-top: 1.48rem;
    margin-right: .12rem;
    height: 3rem;
    background-image: url(../img/新闻中心.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.artThree .threeCon {
    display: flex;
}

.artThree .threeCon ul,
.artThree .threeCon li {
    padding: 0;
    margin: 0;
}

.artThree .threeCon .mid li {
    width: .75rem;
    height: .5rem;
    margin-bottom: .12rem;
    list-style-type: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.artThree .threeCon .mid li:nth-child(1) {
    background-image: url(../img/新闻中心1.webp);
}

.artThree .threeCon .mid li:nth-child(2) {
    background-image: url(../img/新闻中心2.webp);
}

.artThree .threeCon .mid li:nth-child(3) {
    background-image: url(../img/新闻中心3.webp);
}

.artThree .threeCon .right li {
    margin-left: .1rem;
    list-style-type: none;
    width: 2.93rem;
    color: aqua;
    background-color: #538b44;
}

.box1 {
    margin: 0 auto;
    height: .4rem;
    width: 6.35rem;
}

.box1 ul {
    display: flex;
    list-style: none;
    padding: 0rem;
    padding-top: .2rem;
}

.box1 ul li {
    font-size: .1rem;
    letter-spacing: .015rem;
    padding-right: .1rem;
    color: gray;
}
.box1 a{
    color: gray;
}
.box2bg {
    position: relative;
    margin: 0 auto;
    width: 7.5rem;
}

.butleft {
    position: absolute;
    left: .15rem;
    top: .43rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 999rem;
    text-align: center;
    line-height: 0.2rem;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    box-shadow: 2px 2px 4px #e1e1e1, -2px -2px 4px #e1e1e1;
    color: rgb(90, 150, 74);
}

.butright {
    position: absolute;
    right: .15rem;
    top: .43rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 999rem;
    text-align: center;
    line-height: 0.2rem;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    box-shadow: 2px 2px 4px #e1e1e1, -2px -2px 4px #e1e1e1;
    color: rgb(90, 150, 74);
}

.box2 {
    border-radius: 5px;
    padding: .1rem .2rem;
    width: 6.35rem;
    box-shadow: 2px 2px 4px #e1e1e1, -2px -2px 4px #e1e1e1;
    background-color: rgb(255, 255, 255);
    margin: .14rem auto;
}

.box2 .box2nav {
    height: .3rem;
    width: 6.15rem;
    float: left;
}

.box2 .box2nav div {
    font-size: .1rem;
    float: left;
    color: rgb(93, 152, 77);
    margin-top: 0.03rem;
    border-radius: 5px;
    text-align: center;
    width: 0.6rem;
    line-height: .2rem;
    height: .2rem;
    background-color: rgb(213, 244, 205);
}

.box2 .box2nav p {
    margin-left: .1rem;
    margin-top: .04rem;
    float: left;
    font-weight: 700;
    color: black;
    font-size: .13rem;
}

.box2 .box2content {
    width: 6rem;
    height: .9rem;
}

.box2 .box2content p {
    line-height: .1rem;
    font-size: .085rem;
    color: #b6b6b6;
}

.box2 p span {
    color: black;
}

.box4 {
    width: 6.35rem;
    margin: 0 auto;
    font-size: .08rem;
    /* height: 9.8rem; */
}

.box4nav img {
    margin-left: -.06rem;
    width: 2.5%;
}

.box4nav {
    color: rgb(90, 150, 74);
    padding: 0rem;
    font-size: .1rem;
    margin-bottom: .14rem;
}

.box4btzs {
    line-height: .16rem;
    padding: .12rem;
    height: .7rem;
    background-color: rgb(90, 150, 74);
    margin-bottom: .15rem;
}

.box4btzs p {
    color: white;
    font-size: .085rem;
    margin-bottom: 0rem;
}

.box4img {
    border-radius: 5px;
    width: 6.35rem;
    margin-bottom: .15rem;
}

.box4img img {
    border-radius: 5px;
    /* width: 100%; */
}

.box4 .box4content p {
    font-size: .085rem;
    margin-bottom: .15rem;
    line-height: .16rem;
}

.box4 .box4content p:nth-child(11) {
    margin-bottom: 0rem;
}

footer {
    width: 10rem;
    background-color: rgb(0, 0, 0);
}

.footer {
    z-index: 1;
    height: .7rem;
    line-height: .7rem;
    color: white;
    width: 6.35rem;
    margin: 0 auto;
}

.footer .icon {
    float: left;
}

.footer .icon .iconimg {
    display: block;
    float: left;
    padding-right: .06rem;
    margin-top: -.02rem;
}

.footer .icon .iconimg img {
    width: .12rem;
}

.footer .tit {
    list-style-type: none;
    float: left;
    padding-left: .6rem;
}

.footer .tit li {
    float: left;
}

.footer .tit a {
    display: inline-block;
    border: none;
    text-decoration: none;
    padding: 0rem .17rem 0rem .17rem;
    color: #b6b6b6;
}

.footer .last {
    margin: 0;
    padding: 0;
}

footer .last {
    border-top: 1px solid rgb(114, 114, 114, .4);
    padding-top: .2rem;
    padding-bottom: .2rem;
    width: 6.35rem;
    color: rgb(187, 187, 187);
    margin: 0 auto;
    background-color: black;
    text-align: center;
}
