.banner {
  width: 100%;
}
.banner img{
  width: 100%;
  display: block;
}
.main{
    padding: 60px 0 40px;
    background-color: #e4eed9;
}
.con {
    width: 1200px;
    margin: 0 auto 40px;
    background: #ffffff;
    border-radius: 15px;
}

.con .content {
    padding: 30px;
}
.con.part1 {
    background: url(../images/bg_part1.png) no-repeat;
    width: 1200px;
    height: 921px;
}
.con.part1 .title {
    margin-bottom: 25px;
}
.pcsl {
    margin-bottom: 50px;
}

.pcslCon {
    background: url(../images/BG1.png) no-repeat;
    width: 1137px;
    height: 313px;
    margin-top: -25px;
}

.pcslCon a {
    padding: 60px 30px 0 30px;
    line-height: 36px;
    display: block;
}

.itm {
    background: url(../images/BG2.png) no-repeat;
    width: 535px;
    height: 313px;
    margin-top: -25px;
}

.itm a {
    padding: 60px 30px 0 30px;
    line-height: 36px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

/*新闻大图*/
.main .con .news {
    margin-bottom: 30px;
}

.main .con .news .newsPic {
    width: 566px;
    height: 420px;
    position: relative;
}

.main .con .news .newsPic .swiper-newsPic {
    width: 566px;
    height: 420px;
}

.main .con .news .newsPic .section {
    width: 566px;
    height: 420px;
    position: relative;
}

.main .con .news .newsPic .section img {
    width: 566px;
    height: 420px;
}

.main .con .news .newsPic .section p {
    position: absolute;
    font-size: 18px;
    width: 100%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 125px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

.main .con .news .newsPic .pagination {
    position: absolute;
    text-align: right;
    bottom: 12px;
    z-index: 2;
    right: 10px;
}

.main .con .news .newsPic .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}

.main .con .news .newsPic .pagination .swiper-active-switch {
    background: #3e6529;
}

.newsList {
    width: 535px;
    /* margin-top: 12px; */
}

.newsList ul {
    margin-top: 12px;
}

.newsList li {
    line-height: 35px;
    position: relative;
}
.newsList li em{
    color: #3e6529;
    margin-right: 8px;
}
.newsList li:hover a {
   color: #3e6529;
}

.newsList li a {
    width: 78%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 3px;
    background: #3e6529;
    border-radius: 15px;
}

.newsList li span.time {
    text-align: right;
    color: #8d8d8d;
    float: right;
}

.more {
    border-bottom: 1px dashed;
    position: relative;
    margin-top: 15px;
}

.more a {
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 25px;
    background: #3e6529;
    top: -15px;
    right: 0;
    position: absolute;
}