.yxt-banner-pc {
    height: 215px;
    background: #f8f8f8;
    text-align: center;
}
.yxt-banner-pc > img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}

/** 新闻列表页-内容 */
.yxt-content-pc {
    position: relative;
}

.yxt-content-pc .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-title-pc {
    width: 235px;
    height: 54px;
    background: #c4241e;
    position: absolute;
    top: -54px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    padding-left: 20px;
    color: white;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc {
    float: left;
    width: 235px;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc .yxt-nav-ul1 {
    padding-top: 17px;
    background: #fafafa;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc .yxt-nav-ul1 li a {
    color: #333;
    width: 235px;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    display: block;
    background: #fafafa;
    padding-left: 20px;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc .yxt-nav-ul1 li a.yxt-active,
.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc .yxt-nav-ul1 li a:hover {
    background: #f5f5f5;
    color: #c4241e;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc .yxt-nav-ul1 li a.hasChilds img {
    width: 12px;
    line-height: 56px;
    height: 56px;
    margin-right: 15px;
}

.yxt-content-pc .yxt-contain-pc .yxt-nav-box-pc .yxt-nav-ul1 .yxt-nav-ul2 {
    display: none;
}

/** 新闻列表 */
.yxt-list-box-pc {
    float: right;
    width: 965px;
    padding-left: 55px;
}

.yxt-list-box-pc .yxt-list-title-pc {
    height: 73px;
    padding: 30px 0 18px 0;
    border-bottom: 1px solid #c4241e;
}

.yxt-list-box-pc .yxt-list-title-pc .yxt-list-title {
    height: 24px;
    line-height: 24px;
    color: #c4241e;
    font-size: 24px;
    float: left;
}

.yxt-list-box-pc .yxt-list-content ul {
    padding: 24px 0 0 0;
    border-bottom: 1px solid #e6e6e6;
}

.yxt-list-box-pc .yxt-list-content ul li span {
    font-size: 12px;
    float: right;
    color: #999;
}

.yxt-list-box-pc .yxt-list-content ul li a {
    font-size: 14px;
    color: #333;
    height: 14px;
    margin-bottom: 20px;
    line-height: 14px;
    display: block;
}

.yxt-pagination {
    margin: 40px 0 150px 0;
    height: 28px;
}

.yxt-pagination ul li {
    min-width: 28px;
    height: 28px;
    float: left;
    margin-left: 15px;
    background: #f8f8f8;
}

.yxt-pagination ul li a {
    font-family: Arial;
    font-size: 14px;
    color: #666;
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    text-align: center;
    background: #f8f8f8;
}

.yxt-pagination .yxt-active {
    color: white;
    cursor: default;
    background: #c4241e;
}

.yxt-pagination .yxt-disabled {
    opacity: .3;
    cursor: not-allowed;
}

.yxt-pagination .yxt-previous {
    margin-left: 0;
    background: #e4e4e4 url(images/arrow4_L.svg) no-repeat center center;
    background-size: 8px;
}

.yxt-pagination .yxt-next {
    background: #e4e4e4 url(images/arrow4_R.svg) no-repeat center center;
    background-size: 8px;
}


.yxt-pagination .p_pages span {
    min-width: 28px;
    height: 28px;
    float: left;
    margin-right: 15px;
    background: #f8f8f8;
    text-align: center;
    line-height: 28px;
}

.yxt-pagination .p_pages span a {
    font-family: Arial;
    font-size: 14px;
    color: #666;
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    text-align: center;
    cursor: pointer;
}

.yxt-pagination .p_pages span a:hover {
    color: white;
    cursor: pointer;
    background: #c4241e;}
span.p_first, span.p_first_d, span.p_last, span.p_last_d {
    display:none;
}

span.p_fun_d {
    cursor: not-allowed;
}
span.p_no_d {
    color: white;
    cursor: default;
    background: #c4241e !important;
}