.con {
    width: 10rem;
    background-color: white;
    height: auto;
}

.top {
    position: relative;
}

.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 {
    width: 6.35rem;
    margin: 0 auto;
    font-size: .08rem;
    background-color: #ffffff;
    
}

.choice {
    border-radius: .1rem;
    margin: 0 auto;
    height: .46rem;
    width: 2.4rem;
    background-color: rgb(243, 243, 243);
    position: relative;
}

.picture {
    font-weight: 700;
    color: white;
    position: absolute;
    line-height: .46rem;
    font-size: .134rem;
    text-align: center;
    width: 1.2rem;
    height: .46rem;
    border-radius: .1rem;
    z-index: 3;
}

.video {
    font-weight: 700;
    left: 1.2rem;
    position: absolute;
    line-height: .46rem;
    font-size: .134rem;
    text-align: center;
    width: 1.2rem;
    height: .46rem;
    border-radius: .1rem;
    z-index: 999;
}

.choicecheck {
    z-index: 1;
    line-height: .46rem;
    font-size: .134rem;
    text-align: center;
    width: 1.2rem;
    height: .46rem;
    border-radius: .1rem;
    background-color: #5a964a;
    position: absolute;
}

.videocontent {
    display: block;
}

.picturecontent {
    display: block;
}

.videonav ul {
    position: relative;
    display: flex;
    
    padding: 0.15rem 0;
    margin-bottom: .1rem;
    /* border: 1px solid red; */
}

.videonav ul li {
    margin-right: .20rem;
    font-size: .107rem;
    list-style: none;
}

.videonav ul li:nth-child(1) {
    color: #5a964a;
}

.videonav ul li:nth-child(even) {
    color: wheat;
}


/* .videonav ul li:nth-child(6){
	border: 1px solid #BFBFBF;
	border-radius: 1rem;
	margin-top: -.05rem;
	padding: .05rem;
	margin-left: 2.7rem;
	margin-right: 0rem;
	width: 1.3rem;
}
.videonav ul li:nth-child(6) input{
	width: 1rem;
	float: right;
	color: #BFBFBF;
	border: none;
	padding: 0rem;
	padding-top: .01rem;
	padding-left: .02rem;
}
.videonav ul li:nth-child(6) input:focus{
	outline: none;
}
.videonav ul li:nth-child(6) img{
	margin-left: .05rem;
	width: 10%;
} */

.box4content {
    width: 6.35rem;
    height: 1.9rem;
    background-color: #ffffff;
}

.box4tw {
    float: left;
    width: 2.01rem;
    /*新增20230829*/
    height: 1.8rem;
}

.box4tw:nth-child(3n+2) {
    margin: 0 .1599rem;
}

.box4img {
    width: 100%;
    border-radius: 6px;
}

.box4text {
    margin-top: .1rem;
}

.box4text p {
    font-size: .106rem;
}

.box4text div {
    color: rgb(191, 191, 191);
    font-size: .085rem;
}

.box4texttwo {
    height: .3rem;
}

.box4texttwo div {
    float: left;
}

.box4texttwo div:nth-child(2) {
    float: right;
    width: .4rem
}

.box4texttwo div:nth-child(2) img {
    width: 30%;
}

.box4content1 {
    width: 6.35rem;
    height: 1.9rem;
    background-color: #ffffff;
}

.box4tw1 {
    float: left;
    width: 2.01rem;
}

.box4tw1:nth-child(3n+2) {
    margin: 0 .1599rem;
}

.box4img1 {
    width: 100%;
    border-radius: 6px;
}

.box4text1 {
    margin-top: .1rem;
}

.box4text1 p {
    font-size: .106rem;
}

.box4text1 div {
    color: rgb(150, 150, 150);
    font-size: .085rem;
}

.box4texttwo1 {
    height: .3rem;
}

.box4texttwo1 div {
    float: left;
    width: .2rem;
}

.box4texttwo1 div:nth-child(2) {
    font-size: .08rem;
    color: #7e7e7e;
    margin-left: .05rem;
    margin-top: .04rem;
    float: left;
    width: .4rem
}

.box4texttwo1 div:nth-child(1) img {
    width: 100%;
}

.clear {
    clear: both;
}

footer {
    /* margin-top: .5rem; */
    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;
}