body {
    background: #fff;
}

.title-header, .xwzx {
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    width: 1100px;
    overflow: hidden;
}

.banner {
    /*height: 500px;*/
    overflow: hidden;
}

.banner .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 35px;
    right: 40px;
    background-image: url(../images/home_right.png);
}

.banner .swiper-button-prev {
    width: 35px;
    height: 35px;
    left: 40px;
    background-size: 35px;
    background-image: url(../images/home_left2.png);
}

.title-name {
    padding: 30px 0 20px 0;
    font-size: 30px;
    color: #333333;
}

.title-bread {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
}

.title-bread .title-bread-item {
    color: #333333!important;
    cursor: pointer;
}

.title-bread-item:not(:first-child)::before {
    content: '/';
    margin: 10px;
    color: #888888;
}

.title-bread-item:last-child {
    color: #888888;
}

.xwzx-header {
    margin-top: 66px;
    margin-bottom: 40px;
    text-align: center;
}

.xwzx-wrapper {
    width: 700px;
    float: left;
}

.xwzx-wrapper-header {
    overflow: hidden;
}

.new-title {
    margin-top: 72px;
    font-size: 26px;
    color: #333;
    margin-bottom: 34px;
}

.new-title-time .gray {
    color: #666666;
}

.new-title-time {
height: 50px;
border-bottom: 1px dashed #c7c7c7;
}

.new-title-time span {
    font-size: 14px;
    color: #333;
    margin-right: 40px;
}

.new-content {
    padding: 50px 0;
}

.arrows {
    display: inline-block;
    width: 50px;
    height: 40px;
    border: 1px solid #dedede;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page {
    text-align: center;
    padding-bottom: 60px;
}

.page >a{
  margin-right: 20px;
}

.prev {
    background-image: url(../images/prev.png)
}

.next {
    background-image: url(../images/next.png)
}

.new-content {
  font-size: 16px;
color: #333;
line-height: 32px;
}

.list {
  position: absolute;
    left: 700px;
        top: 0;
    width: 358px;
    margin-left: 40px;
      padding-top: 14px;
}

.list h3 {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    border-bottom: 1px dashed #c7c7c7;
    vertical-align: middle;
    padding-bottom: 16px;
    box-sizing: content-box;
}

.list h3::before {
    display: inline-block;
    content: '';
    background: #18477f;
    width: 4px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.list .list-item {
    padding: 20px 0;
    border-bottom: 1px dashed #c7c7c7;
}

.list .list-item h4 {
    margin-bottom: 20px;
}

.list .list-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 16px;
}

.list .list-item a {
    color: #333;
    display: inline-block;
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.list .list-item a::before {
    content: "·";
    font-weight: 900;
    margin-right: 10px;
}

.list .list-item .time {
    font-size: 14px;
    float: right;
    color: #666;
}

.middle{
  position: relative;
}
