.news {
    width: 100%;
    padding-bottom: 50px;
    background: #fafafa
}

.news .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.news .path {
    display: flex;
    padding: 100px 230px 0 230px;
    font-size: 14px
}

.news .path .item {
    display: flex;
    padding-left: 30px
}

.news .path .item:first-child {
    padding-left: 0px
}

.news .path .item p {
    padding-left: 30px;
    color: #333
}

.news .path .red {
    color: #c00301
}

.news .img img {
    margin-top: 20px;
    width: 300px;
    height: 300px
}

.news .content {
    display: flex;
    padding: 0 230px;
    margin-top: 20px
}

.news .content .left {
    width: 75%
}

.news .content .left .item {
    padding: 20px 20px 20px 0
}

.news .content .left .item .title {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 600
}

.news .content .left .item .show {
    display: flex;
    margin-top: 15px;
    color: #8c8c8c;
    font-size: 14px
}

.news .content .left .item .show .flex {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.news .content .left .item .show .flex :last-child img {
    width: 18px;
    height: 12px;
    margin-right: 10px
}

.news .content .left .item .show .flex :last-child :first-child img {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.news .content .left .item .show p {
    margin-left: 5px
}

.news .content .left .html {
    margin-top: 20px
}

.news .content .right {
    width: 25%;
    border-left: 1px solid #ededed
}

.news .content .right .title {
    margin-left: 5%
}

.news .content .right .list {
    margin-bottom: 20px
}

.news .content .right .list .item {
    margin: 20px 5% 0 5%;
    background: #fff;
    padding: 20px
}

.news .content .right .list .item .title {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.news .content .right .list .item .show {
    display: flex;
    margin-top: 15px;
    color: #8c8c8c;
    font-size: 14px
}

.news .content .right .list .item .show .flex {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.news .content .right .list .item .show .flex :last-child img {
    width: 18px;
    height: 12px;
    margin-right: 10px
}

.news .content .right .list .item .show .flex :last-child :first-child img {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.news .content .right .list .item .show p {
    margin-left: 5px
}

.news .content .right .list .item .content {
    color: #8c8c8c;
    padding: 0;
    font-size: 14px;
    margin-top: 25px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.news .content .right .list .item .detail {
    display: flex;
    color: #595959;
    font-size: 14px;
    margin: 25px 0;
    cursor: pointer
}

.news .content .right .list .item:hover .detail {
    color: #c00301
}

.news .content .right .button {
    display: flex;
    justify-content: center
}

.news .content .right .button .pick {
    width: 50px;
    height: 50px;
    border: 1px solid #ededed;
    cursor: pointer
}

.news .content .right .button .pick:hover {
    border: 1px solid #c00301;
    background: #c00301
}

.news .content .right .button .pick img {
    margin: 21px 18px;
    width: 14px;
    height: 8px
}

.news .content .right .skip .left {
    margin-top: 20px;
    width: 100%;
    display: flex;
    font-size: 14px;
    justify-content: center;
}

.news .content .right .skip .left .btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer
}

.news .content .right .skip .left .btn:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.news .skip .left .btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
}