.banner {
    width: 100%;
    height: 428px;
    background: url(../images/banner.jpg) no-repeat top center;
}

.con {
    width: 1200px;
    margin: 0 auto 30px;
}

.main {
    width: 100%;
    height: 1230px;
    background: url(../images/bg.jpg) no-repeat top center;
}


.more {
    margin-top: 25px;
    display: block;
    text-align: center;
}

.title {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
}


.main .ywbd .xwdt {
    position: relative;
    width: 600px;
    height: 390px;
}

.main .ywbd .xwdt .swiper-xwdt {
    width: 600px;
    height: 390px;
}

.main .ywbd .xwdt .swiper-xwdt a {
    position: relative;
    display: block;
}

.main .ywbd .xwdt .swiper-xwdt a img {
    width: 600px;
    height: 390px;
}

.main .ywbd .xwdt .swiper-xwdt a p {
    position: absolute;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-right: 122px;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 14px;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
}

.main .ywbd .xwdt .pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 15px;
    z-index: 10;
    width: 122px;
}

.main .ywbd .xwdt .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 5px;
    cursor: pointer;
}

.main .ywbd .xwdt .swiper-active-switch {
    width: 20px;
    background: #d2161b;
}

.main .ywbd .newlist {
    width: 560px;
    float: right;
}

.main .ywbd .newlist li {
    width: 100%;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .ywbd  .newlist li a {
    line-height: 38px;
    color: #333;
}

.main .ywbd .newlist li a:hover {
    color: #333333;
}

.main .ywbd .newlist li span.point {
    background: #d2161b;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    vertical-align: 2px;
    display: inline-block;
    margin-right: 10px;
}

.main .xxgc .list{
    margin-right: -40px;
}
.main .xxgc .list li{
    padding: 20px 22px 0;
    width: 580px;
    margin-right: 40px;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
    height: 105px;
    box-shadow: 0 0 10px rgb(19 4 67 / 15%);
    float: left;
    margin-bottom: 22px;
    font-size: 20px;
}
.main .xxgc .list li a {
  width: 530px;
  color: #333333;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .xxgc .list li:hover a{
  color:#d2161b;
}