.title{
    /* border-bottom: 2px solid #E8E7E7; */
    clear: right;
    height: 42px;
    position: relative;
}
.title img{
    height: 34px;
}
/* .title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #2D2D2D;
    padding: 15px 0;
    border-bottom: 3px solid #BA0200;
    position: absolute;
    left: 0;
    bottom: -2px;
} */

.title > a{
    float: right;
    font-size: 14px;
    color: #097935;
    margin-top: 8px;
}
.swiper-box{
    width: 1200px;
    /* height: 360px; */
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 41px;
}
.swiper-container-1{
    width: 580px;
    height: 360px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* margin-left: 20px; */
}
.swiper-box .swiper-slide{
    width: 580px;
    height: 360px;
    background: #F0F0F0;
}
.swiper-box .swiper-slide a{
    display: block;
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 580px;
    height: 360px;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
/* .swiper-box .swiper-slide  > a > p{
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    padding-right: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    height: 58px;
    line-height: 58px;
    background: #990000;
} */
/* .swiper-box .swiper-button-next{
    bottom: 15px !important;
    right: 15px !important;
    top: auto !important;
    width: 29px !important;
    height: 27px !important;
}
.swiper-button-prev{
    bottom: 15px !important;
    right: 50px !important;
    left: auto !important;
    top: auto !important;
    width: 29px !important;
    height: 27px !important;
} */
.swiper-box .swiper-pagination{ 
    top: 315px;
    text-align: right;
    padding-right: 15px;
    width: 150px !important;
    right: 0;
    left: auto !important;
 }
.swiper-box .swiper-pagination-bullet-active{
    background: #167235!important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    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-item{
    width: 580px;
    display: inline-block;
    vertical-align: top;
    margin-left: 33px;
}

.ggtz-item > .one p{
    width: 575px;
    font-weight: 400;
    font-size: 14px;
    color: #545555;
    line-height: 31px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    white-space: wrap;
}
.ggtz-item > a{
    display: block;
    /* height: 25px; */
    /* margin-bottom: 30px; */
    padding: 14px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.15);
}
.ggtz-item > a > span{
    display: inline-block;
    width: 85px;
    font-size: 15px;
    color: #ABAFB6;
    vertical-align: middle;
    margin-left: 6px;
}
.ggtz-item > a > p{
    width: 456px;
    font-size: 15px;
    color: #24272C;
    line-height: 27px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.ggtz-item > a > p::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/list-icon.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 10px -1px 0;
}
.ggtz-item > a:hover{
    background: #FFFFFF;
    box-shadow: 1px 1px 13px 0px rgba(140,140,140,0.3);
}
.ggtz-item > a:hover p,
.ggtz-item > a:hover span{
    color: #097935;
}
.bg{
    background-image: url(../images/top-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 44px;
}


.list-box{
    width: 382px;
    /* height: 471px; */
    background: #FFFFFF;
    /* padding: 26px 0; */
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin: 0 22px;
}

.a-item a{
    display: block;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #1A1A1A;
}
.a-item a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    /* margin: 0 10px -1px 0; */
    margin:0 10px 3px 0;
}

.b-item > a{
    display: block;
    width: 375px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(146,146,146,0.31);
    margin-bottom: 19px;
    transition: all .3s;
}
.b-item a span{
    font-size: 22px;
    color: #097935;
    width: 79px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    border-right: 1px solid #097935;
}
.b-item a p{
    display: inline-block;
    width: 286px;
    font-size: 15px;
    color: #000000;
    line-height: 51px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
}

.b-item > a:hover{
    background: #097935;
    box-shadow: 0px 0px 13px 0px rgba(113,113,113,0.86);
}
.b-item > a:hover p,
.b-item > a:hover span{
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.yl a{
    background: #F6FEF9;
    border: 1px solid #097935;
    font-size: 14px;
    color: #097935;
    padding: 15px 25px;
    display: inline-block;
    margin-right: 15px;
}
.yl a::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #0C7B38;
    border-radius: 50%;
    margin: 0 10px 3px 0;
}
.yl a:last-child{
    margin-right: 0;
}