.swiper-box{
    width: 850px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 35px;
}
.swiper-container{
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 34px;
}
.swiper-container .leftBtn,.rightBtn {
    position: absolute;
    margin-top: -52px;
    z-index: 9;
}
.swiper-container .leftBtn {
    margin-left: 78%;
}
.swiper-container .rightBtn {
    margin-left: 88%;
}
.swiper-box .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #0E7F36;
    line-height: 60px;
    width: 100%;
    padding-bottom: 16px;
}
.swiper-box .title p:first-child {
    display: inline-block;
    border-bottom: 2px solid;
    vertical-align: middle;
}
.swiper-box .title p:nth-child(2) {
    display: inline-block;
    width: 730px;
    border-bottom: 1px solid #D2D2D2;
    vertical-align: middle;
    margin-left: -7px;
}
.swiper-box .title a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #268748;
    float: right;
}
.swiper-box .item-two {
    display: inline-block;
}
.swiper-box .item-two a:first-child p {
    padding-top: 0 !important;
}
.swiper-box .item-two a:last-child p {
    border-bottom: 0 !important;
}
.swiper-box .item-two a p:first-child {
    width: 333px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 12px;
}
.swiper-box .item-two a p:nth-child(2) {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #ABAFB6;
    padding-bottom: 12px;
    border-bottom: 1px solid #EDEDED;
}
.swiper-box .item-two a p:nth-child(2) img {
    padding-right: 8px;
}
.swiper-box .swiper-container-1 {
    width: 470px;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.swiper-box .swiper-slide{
    width: 577px;
    height: 342px;
    background: #F0F0F0;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    /* width: 577px; */
    height: 360px;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  > a > p{
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 10px;
    position: fixed;
    margin-top: -72px;
    background: #000000;
    opacity: 0.75;
}
.swiper-box .swiper-pagination{ 
    top: 240px;
    text-align: right;
 }
 .swiper-box .swiper-pagination-bullet-active{
    background: #268748 !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    text-align: center;
    line-height: 30px;
}
.swiper-box .swiper-pagination-bullet:last-child::after{
    display: none;
}

.ggtz-box{
    width: 307px;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    margin-left: 10px;
}
.ggtz-box .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #0E7F36;
    line-height: 60px;
    width: 100%;
    padding-bottom: 16px;
}
.ggtz-box .title p:first-child {
    display: inline-block;
    border-bottom: 2px solid;
    vertical-align: middle;
}
.ggtz-box .title p:nth-child(2) {
    display: inline-block;
    width: 210px;
    border-bottom: 1px solid #D2D2D2;
    vertical-align: middle;
    margin-left: -7px;
}
.ggtz-box .title a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #268748;
    float: right;
}
.ggtz-item {
    padding: 0px 0px 31px 0px;
}
.ggtz-item > h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 23px;
}
.ggtz-item > a > p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    margin-bottom: 10px;
}
.ggtz-item > a > p > span {
    float: right;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #ABAFB6;
    line-height: 31px;
}
.ggtz-item > p > a {
    color: #1352BA;
}
.a-item {
    padding-right: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.a-item> a{
    display: block;
    margin-bottom: 13px;
    clear: both;
}
.a-item > a > p{
    width: 437px;
    font-size: 15px;
    color: #24272C;
    line-height: 25.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.a-item > a > p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.a-item > a > span{
    width: 85px;
    font-weight: 400;
    font-size: 15px;
    color: #ABAFB6;
    text-align: right;
    float: right;
    line-height: 24px;
}
.notice .noticeItem {
    width: 600px;
    float: left;
    margin-bottom: 27px;
}
.notice .noticeItem .time {
    float: left;
    padding: 20px 16px;
    color: #ffffff;
    background: linear-gradient(90deg, #2F5BAB, #2C99DF);
}
.notice .noticeItem .info {
    float: left;
    padding: 20px 16px;
    background: #F0F9FF;
}
.list-box{
    width: 576px;
    margin-top: 60px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin-left: 36px;
}
.list-box > a{
    display: block;
    margin-bottom: 39px;
}
.list-box > a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
/* .list-box1 {
    width: 576px;
    margin-top: 60px;
    display: inline-block;
    vertical-align: top;
} */
.list-box1 {
    width: 585px;
    display: inline-block;
    vertical-align: top;
}
.list-box1 .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #0E7F36;
    line-height: 60px;
    width: 100%;
    padding-bottom: 16px;
}
.list-box1 .title p:first-child {
    display: inline-block;
    border-bottom: 2px solid;
    vertical-align: middle;
}
.list-box1 .title p:nth-child(2) {
    display: inline-block;
    width: 465px;
    border-bottom: 1px solid #D2D2D2;
    vertical-align: middle;
    margin-left: -7px;
}
.list-box1 .title a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #268748;
    float: right;
}
.list-box1 .a-item {
    display: inline-block;
    width: 304px;
    vertical-align: top;
    padding: 0;
}
.list-box1 .a-item a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #1F2123;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-box1 .a-item a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: 5px;
}
.list-box2{
    width: 580px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.list-box2 .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #0E7F36;
    line-height: 60px;
    width: 100%;
    padding-bottom: 16px;
}
.list-box2 .title p:first-child {
    display: inline-block;
    border-bottom: 2px solid;
    vertical-align: middle;
}
.list-box2 .title p:nth-child(2) {
    display: inline-block;
    width: 478px;
    border-bottom: 1px solid #D2D2D2;
    vertical-align: middle;
    margin-left: -7px;
}
.list-box2 .title a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #268748;
    float: right;
}