body {
    background-color: #F5F5F5;
}

.news {
    /* margin-top: 67px; */
}

.news .banner img {
    width: 100%;
    /* height: 264px; */
}

.news .main {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.news .main-left {
    flex: 1;
    min-width: 0;
    padding: 30px 50px;
    margin-bottom: 43px;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.news .main-left .detail-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #333333;
}

.news .main-left .detail-attribute {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #BBBBBB;
}

.news .detail-attribute .tags {
    display: flex;
    align-items: center;
}

.news .detail-attribute .tags:empty {
    display: none;
}

.news .detail-attribute .tag {
    height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    background-color: #FFB301;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.news .detail-attribute .tag+.tag {
    margin-left: 8px;
}

.news .detail-attribute>div:last-child {
    display: flex;
    align-items: center;
}

.news .detail-attribute .time {
    margin-right: 40px;
}

.news .detail-attribute .iconfont {
    margin-right: 6px;
    font-size: 14px;
}

.news .main-left .detail-content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.news .main-left .detail-content p{
    margin: 20px 0;
    line-height: 30px;
}

.news .main-left .detail-content img {
    max-width: 100%;
}

.news .main-right {
    width: 386px;
    margin-left: 14px;
}

.news .main-right .wrapper {
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.news .main-right .wrapper+.wrapper {
    margin-top: 14px;
}

.news .main-right .wrapper .head {
    padding-top: 26px;
    background: url("/static/images/news_title_bg.png") center 38px/180px no-repeat;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.news .main-right .wrapper.qrcode img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 30px auto 40px;
}

.news .main-right .wrapper.tags .list {
    padding: 21px 28px 28px;
    font-size: 0;
}

.news .main-right .wrapper.tags .tag {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 2px;
    margin: 0 12px 14px 0;
    background-color: #F4F4F4;
    font-size: 14px;
    line-height: 14px;
    color: #555555;
}

.news .main-right .wrapper.article .list {
    padding: 27px 28px 26px;
}

.news .main-right .wrapper.article .item {
    position: relative;
    display: block;
    padding-left: 16px;
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.news .main-right .wrapper.article .item:first-child {
    margin-top: 0;
}

.news .main-right .wrapper.article .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -3px;
    background-color: #2A7EFB;
}

.news .main-right .wrapper.article .item:hover {
    color: #2A7EFB;
}

.breadcrumb {
    display: flex;
    width: 1200px;
    padding: 12px 0;
    margin: 0 auto;
}

.breadcrumb .item {
    font-size: 0;
    line-height: 20px;
}

.breadcrumb a {
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.breadcrumb a:hover {
    color: #2A7EFB;
}

.breadcrumb .iconfont {
    margin: 0 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
}

.breadcrumb .item:last-child a {
    color: #2A7EFB;
    cursor: default;
}

.breadcrumb .item:last-child .iconfont {
    display: none;
}

.pagination {
    margin-top: 40px;
}

.pagination .item {
    font-size: 0;
}

.pagination .item+.item {
    margin-top: 18px;
}

.pagination a {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #2A7EFB;
}

.pagination span {
    color: #777777;
}