*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
body{
    width: 100%;
    height: auto;
}
.banner{
    width: 100%;
    height: 800px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text1{
    /* width: 100%; */
    position: absolute;
    margin-top: -25%;
    margin-left: 35vw;

}
.text1 p:nth-child(1){
    font-size: 3.2vw;
    color: white;
}
.text1 p:nth-child(2){
    font-size: 1.9vw;
    color: white;
}

/* 选项卡导航 */
.option{
    overflow: hidden;
    margin-top: 3%;
    width: 80%;
    margin-left: 13%;
    display: flex;
    justify-content: space-between;
}
.option div p:nth-child(1){
    font-size: 36px;
}
.option div p:nth-child(2){
    font-size: 20px;
}
.option ul{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.option ul li{
    width: 15%;
    height: 75%;
    background-color:white ;
    font-size: 20px;
    line-height: 350%;
    text-align: center;
    cursor: pointer;
}
.option ul li:hover{
    background-color: #439b68;
    color: white;
}

/* 新闻 */
.news{
    overflow: hidden;
    width: 80%;
    margin-top: 3%;
    margin-left: 13%;
}
.news ul li{
    width: 100%;
    display: flex;
}
.img{
    width: 20%;
}
.img img{
    width: 100%;
	height: 237px;
    object-fit: cover;
}
.text{
    width: 40%;
    margin: auto;
    margin-left: 5%;
}
.text p:nth-child(1){
    font-size: 20px;
}
.text p:nth-child(2){
    font-size: 16px;
    color: #999999;
}
.time{
    width: 20%;
    margin: auto;
    margin-left: 15%;
}
.time p:nth-child(1){
    font-size: 36px;
    color: #439b68;
}
.time p:nth-child(2){
    font-size: 16px;
}
.line{
    width: 90%;
    margin-top: 2%;
    margin-bottom: 2%;
    /* margin-left: 10%; */
    height: 2px;
    background-color: #cccccc;
}

/* 页码 */
.pages {
    width: 30%;
    float: right;
    margin-left: 40%;
    display: flex;
    flex-direction: column;

  }
  .pages #Pagination {
    float: left;
    overflow: hidden;
  }
  .pages #Pagination .pagination {
    height: 40px;
    text-align: right;
    font-family: \u5b8b\u4f53,Arial;
  }
  .pages #Pagination .pagination a,
  .pages #Pagination .pagination span {
    margin-left: 10px;
    float: left;
    display: inline;
    padding: 11px 13px;
    border: 1px solid #e6e6e6;
    border-right: none;
    background: #f6f6f6;
    color: #666666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
    cursor: pointer;
  }
  .pages #Pagination .pagination .current {
    background: #439b68;
    color: #fff;
  }
  .pages #Pagination .pagination .prev,
  .pages #Pagination .pagination .next {
    float: left;
    padding: 11px 13px;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    color: #666666;
    cursor: pointer;
  }
  .pages #Pagination .pagination .prev i,
  .pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;
    background: url(../images/icon.fw.png) no-repeat;
  }
  .pages #Pagination .pagination .prev {
    border-right: none;
  }
  .pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    background-position: -144px -4px;
  }
  .pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    background-position: -156px -4px;
  }
  .pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: none;
    cursor: default;
  }
  .pages .searchPage {
    float: left;
    padding: 8px 0;
    margin-left: -20%;
  }
  .pages .searchPage .page-sum {
    padding: 11px 13px;
    color: #999999;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
  }
  .pages .searchPage .page-go {
    padding: 8px 0;
    color: #999999;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
    padding: 10px 0\9;
    padding: 6px 0;
  }
  .pages .searchPage .page-go input {
    width: 21px;
    height: 20px;
    margin: 0 5px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
  }
  .pages .searchPage .page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 5px;
    background: #439b68;
    border-radius: 2px;
    color: #ffffff;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 14px;
    text-decoration: none;
  }

.yema{
    text-align: center;
}


/* 底部 */
.footer{
    overflow: hidden;
    width: 100%;
    color: white;
    background-color: #11914f;
    overflow: hidden;
}
.f-top{
    padding-top: 1%;
    width: 84%;
    margin-left: 8%;
    display: flex;
}
/* .f-left{
    width: 50%;
    margin-left: 25%;
} */
.f-left .erweima{
    width: 100%;
    margin-top: 5%;
    margin-left: 10%;
}
.f-left .erweima span{
    display: inline-block;
    /* width: 50%; */
    margin-top: 10%;
    font-size: 20px;
}
.f-left .erweima img{
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.f-right{
    width: 60%;
    display: flex;
    margin-top: 1%;
    margin-left: auto;
    justify-content: space-around;
}
.f-right ul li{
    font-size: 16px;
    line-height: 30px;
}
.f-right ul li:nth-child(1){
    font-size: 20px;
    line-height: 48px;
}
.footer p{
    width: 84%;
    height: 2px;
    margin-left: 8%;
    margin-top: 2%;
    background-color: white;
}
.f-bottom{
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}

@media screen and (max-width: 1000px){
    .banner{
        height: 450px;
    }
	.text1{
    width: 100%;
    position: absolute;
    margin-top: -50%;
	margin-left: 0;
	text-align:center;

}
.text1 p:nth-child(1){
    font-size: 30px;
    color: white;
}
.text1 p:nth-child(2){
    font-size: 18px;
    color: white;
}
    /* 导航 */
    .option div p:nth-child(1) {
        font-size: 20px;
    }
    .option div p:nth-child(2) {
        font-size: 14px;
    }
    .option ul {
        display: none;
    }
    .news ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .img {
        width: 50%;
    }
    .text {
        width: 80%;
        margin: auto;
        margin-left: 0%;
    }
    .text p:nth-child(1) {
        font-size: 16px;
    }
    .text p:nth-child(2) {
        font-size: 14px;
        color: #999999;
        display: -webkit-box; /* 创建一个弹性容器盒子模型 */
        -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
        -webkit-line-clamp: 3; /* 限制在3行内 */
        word-break: break-all; /* 允许在单词内换行 */
        overflow: hidden; /* 隐藏溢出的文本 */
        text-overflow: ellipsis; /* 溢出部分用省略号表示 */
    }
    .time {
        width: 80%;
        margin: auto;
        margin-left: 0%;
        display: none;
    }

    /* 页码 */
    .pages {
        width: 100%;
        float: right;
        margin-left: 0%;
        display: flex;
        flex-direction: column;
    }
    .pages #Pagination .pagination .prev, 
    .pages #Pagination .pagination .next {
        float: left;
        padding: 5px 0px;
        border: 1px solid #e6e6e6;
        background: #f6f6f6;
        color: #666666;
        cursor: pointer;
    }
    .pages #Pagination .pagination a, 
    .pages #Pagination .pagination span {
        margin-left: 10px;
        float: left;
        display: inline;
        padding: 5px 5px;
        border: 1px solid #e6e6e6;
        border-right: none;
        background: #f6f6f6;
        color: #666666;
        font-family: \u5b8b\u4f53, Arial;
        font-size: 14px;
        cursor: pointer;
    }
    .pagination .next {
        float: left;
        padding: 5px 0px;
        border: 1px solid #e6e6e6;
        background: #f6f6f6;
        color: #666666;
        cursor: pointer;
    }

    /* 底部 */
    .f-top{
        width: 100%;
        margin-left: 0%;
        padding-left: 0
    }
    .f-top .f-left{
        width: 60%;
    }
    .f-right{
        display: none;
    }
    .f-left .erweima {
        width: 100%;
        margin-top: 5%;
        margin-left: 60%;
    }
    .f-left .erweima span{
        display: block;
        font-size: 16px;
    }
    .f-right{
        width: 60%;
        /* display: flex; */
        margin-top: 1%;
        margin-left: 0;
        /* justify-content: space-around; */
    }
    .footer ul:nth-child(1){
        display: none;
    }
    .footer ul:nth-child(2){
        display: none;
    }
    .footer ul:nth-child(3){
        display: none;
    }
    .footer ul:nth-child(4){
        display: none;
    }
    .f-img{
        width: 100%;
    }
    .f-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-left: 35%;
    }
}