

.swiper-pagination {
    position: absolute;
    bottom: 22px;
    right: 40px;
    height: 30px;  
}
.swiper-pagination span {
    display: inline-block;
    width: 40px;
    height: 6px;
    background-color: #fff;
    margin-right: 10px;
    border-radius:initial;
}
.swiper-pagination span:hover {
    background-color: #1ac1b0;
}
.swiper-pagination-bullet-active{
    background-color: #1ac1b0 !important;
}

/* 列表模块 */
.list {
    float: left;
    width: 923px;
    margin-right: 20px;
    min-height: 900px;
    margin-bottom: 200px;
}

.list ul li {
    width: 923px;
    height: 203px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
}
.list ul li:last-child {
    margin-bottom: 0;
}
.list ul li a {
    display: block;
    width: 923px;
    height: 203px;
}
.list ul li a:hover{
    color: #1e9a66  !important;
}
.list ul li a img {
    float: left;
    width: 313px;
    height: 203px;
    margin-right: 33px;
}
.list ul li a div {
    float: left;
    margin-top: 20px;
    width: 565px;
    height: 148px;
}
.list ul li a div h5 {
    margin-bottom: 32px;
    font-size: 14px;
}
.list ul li a div p {
    word-wrap: break-word;
    font-size: 14px;
    line-height: 32px;
    color: #646464;
    width: 565px;
    height: 96px;
}
.list ul li a span {
    /*position: absolute;*/
    /*right: 20px;*/
    /*bottom: 16px;*/
    color: #cacaca;
}
/* 动态模块 */

.dongtai .box1 {
  
    float: right;
    width: 260px;
    height: 472px;
    background-color: #fff;
}
.dongtai .title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    padding: 0 18px;
    line-height: 58px;
    font-size: 16px;
    border-bottom: 2px solid #d5d5d5;
}
.dongtai .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 2px;
    height: 21px;
    background-color: #e6530e;
}
.dongtai .box1 .con {
    padding: 20px 35px 0;
    height: 342px;
    width: 225px;
}
.dongtai .box1 .con ul li {
    list-style-type: disc;
    height: 35px; 
    line-height: 35px;
}
.dongtai .box1 .con ul li a {
    color: #666;
}
.dongtai .box1 .con ul li a:hover {
    color: #1e9a66;
}
.dongtai .box2 {
    float: right;
    width: 260px;
    height: 307px;
    background-color: #fff;
    margin-top: 20px;
}

.dongtai .box2 .con {
    width: 260px;
    height: 247px;
    /* text-align: center; */
}
.dongtai .box2 .con img {
    margin-left: 45px;
    margin-top: 30px;
}
.dongtai .box2 .con p {
    margin-left: 70px;
    margin-top: 18px;
}

/* 页数模块 */
.mainContent {
    position: relative;
    margin-top: 40px;
}

.page {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    height: 156px;
    box-sizing: border-box;
    /* padding: 60px 0 0 238px; */
    /* text-align: center; */
}
.pageContent{
    margin: 0 auto;
}
.page ul {
    /* margin-left: 245px; */
}
.page ul li {
    float: left;
    margin-right: 10px;
    margin-top: 62px;

}
.page ul li a {
    display: block;
    padding: 12px 15px;
    /* margin-top: 12px; */
    box-sizing: border-box;
    background-color: #fff;
}
.page ul li a:hover {
    background-color: #ffa200;
    color: #fff;
}

.page .active a{
    background-color: #ffa200;
    color: #fff;
}

