/* 顶部图 */
.xds_container .xds_banner {
    width: 100%;}

.xds_container .xds_banner img {
    max-width: 100%;
    vertical-align: middle;}

.xds_container .indexTitle {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 3px solid #b92626;
    position: relative;
    text-align: left;
    margin-bottom: 40px;}

/* .xds_container .indexTitle img {
    position: absolute;
    top: 30px;
    left: 466px;
} */

.xds_container .indexTitle p {
    color: #b92626;
    font-size: 25px;
    font-weight: 600;}

.xds_container .indexTitle span {
    display: block;
    width: 77px;
    height: 6px;
    background-color: #b92626;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: -5px;}

.xds_container .indexTitle a {
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;}

.xds_container .page-box {
    padding-bottom: 50px;}

/* 学习动态 */

.xds_container .xds_xxdt .indexTitle {
    margin-bottom: 40px;}

.xds_container .xds_xxdt {
    width: 98%;
    overflow: hidden;
    background-color: #fff;
    padding: 0 1%;}

.xds_container .xds_xxdt::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;}

.xds_container .xds_xxdt>ul {
    width: 100%;
    height: 170px;}

.xds_container .xds_xxdt>ul li {
    margin-top: 20px;}

.xds_container .xds_xxdt>ul li>a {
    width: 100%;
    height: 64px;}

.xds_container .xds_xxdt>ul li>a p {
    color: #b92626;
    font-size: 28px;
    line-height: 64px;
    text-align: center;}

.xds_container .xds_xxdt>ul li>a p img {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: 6px;}

.xds_container .xds_xxdt>ul li>p {
    line-height: 26px;
    font-size: 15px;
    color: #7a7a7a;}

.xds_container .xds_xxdt>ul li>p a {
    color: #cf6a6a;}

.xds_container .xds_xxdt .detail {
    display: none;}

.xds_container .xds_xxdt .newsLeft {
    width: 50%;
    height: 370px;
    float: left;
    background-color: #000;}

.xds_container .xds_xxdt .newsLeft .bannerBox {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;}

.xds_container .xds_xxdt .newsLeft .bannerBox .slides li {
    width: 100%;
    height: 370px;
    position: relative;}

.xds_container .xds_xxdt .newsLeft .bannerBox .slides li a img {
    width: 100%;
    height: 100%;}

.xds_container .xds_xxdt .newsLeft .bannerBox .slides li a p {
    width: 100%;
    height: 45px;
    background-color: rgba(209, 209, 209, 0.9);
    line-height: 45px;
    font-size: 15px;
    color: #b92626;
    position: absolute;
    bottom: 0;
    text-indent: 3%;}

.xds_container .xds_xxdt .newsLeft .bannerBox .banner-direction-nav {
    display: none;}

.xds_container .xds_xxdt .newsLeft .bannerBox .banner-control-nav {
    position: absolute;
    bottom: 15px;
    right: 10px;}

.xds_container .xds_xxdt .newsLeft .bannerBox .banner-control-nav li {
    float: left;
    margin-right: 8px;}

.xds_container .xds_xxdt .newsLeft .bannerBox .banner-control-nav li a {
    width: 9px;
    height: 9px;
    display: block;
    background-color: #c57b7b;
    border-radius: 50%;}

.xds_container .xds_xxdt .newsLeft .bannerBox .banner-control-nav li .banner-active {
    background: #b92626;}

.xds_container .xds_xxdt .newsRight {
    float: right;
    height: 370px;
    width: 50%;}

.xds_container .xds_xxdt .newsRight>ul {
    width: 100%;
    height: 370px;
    background-color: #b82626;}

.xds_container .xds_xxdt .newsRight>ul li {
    width: 100%;
    height: 58px;
    overflow: hidden;}

.xds_container .xds_xxdt .newsRight>ul li p {
    width: 100%;
    height: 58px;
    color: #fff;
    font-size: 14px;}

.xds_container .xds_xxdt .newsRight>ul li p a,
.xds_container .xds_xxdt .newsRight>ul li p span {
    position: relative;
    line-height: 58px;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    font-size: 15px;}

.xds_container .xds_xxdt .newsRight>ul li p span {
    float: right;
    font-size: 14px;
    color: #e6b4b4;
    padding-right: 2%;}

.xds_container .xds_xxdt .newsRight>ul li p:first-of-type a {
    color: #f0d3d3;
    float: left;
    font-size: 16px;
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2%;}

.xds_container .xds_xxdt .newsRight>ul li:first-of-type {
    height: auto;
    position: relative;}

.xds_container .xds_xxdt .newsRight>ul li:first-of-type p:last-of-type {
    padding: 0 2%;
    width: 78%;
    height: auto;
    color: #f0d3d3;}

.xds_container .xds_xxdt .newsRight>ul li:first-of-type p:last-of-type a {
    color: #f0d3d3;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 2%;
    line-height: 20px;}

.xds_container .xds_xxdt .newsRight>ul li:hover {
    background-color: #f1d4d4;}

.xds_container .xds_xxdt .newsRight>ul li:hover p,
.xds_container .xds_xxdt .newsRight>ul li:hover a,
.xds_container .xds_xxdt .newsRight>ul li:hover span {
    color: #b82626 !important;}

.xds_container .xds_xxdt .newsRight>ul li:first-of-type {
    height: auto;
    padding-bottom: 10px;}

.xds_container .more {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #bf3939;
    border: 1px solid #f0cfcf;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);}

.xds_container .more:hover {
    background-color: #b92626;
    border: none;
    color: #fdf8f8;}

/* 榜样力量 */
.xds_container .xds_sdhj {
    width: 98%;
    background-color: #fff;
    padding: 0 1%;}

.xds_container .xds_sdhj .indexTitle img {
    left: 486px;}

.xds_container .xds_sdhj .topicList {
    width: 100%;
    position: relative;
    overflow: hidden;}

.xds_container .xds_sdhj .topicList .topicList-viewport {
    width: 100%;
    float: left;}

.xds_container .xds_sdhj .topicList .slides {
    width: 100%;}

.xds_container .xds_sdhj .topicList .slides li {
    width: 300px;
    height: 181px;
    margin-right: 20px;
    position: relative;}

.xds_container .xds_sdhj .topicList .slides li img {
    vertical-align: middle;
    width: 100%;}

.xds_container .xds_sdhj .topicList .slides li p {
    width: 100%;
    height: 36px;
    background-color: #b92626;
    position: absolute;
    bottom: 0;
    line-height: 36px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 13px;}

.xds_container .xds_sdhj .topicList .slides li:nth-last-of-type(1) {
    margin-right: 0;}

/* .xds_container .xds_sdhj .topicList .slides li:hover {
    margin-top: -20px;
} */

.xds_container .xds_sdhj .topicList .slides li:hover p {
    display: block;}

.xds_container .xds_sdhj .topicList .topicList-direction-nav li {
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #ce6767;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);}

.xds_container .xds_sdhj .topicList .topicList-direction-nav li:hover {
    background-color: #b92626;}

.xds_container .xds_sdhj .topicList .topicList-direction-nav .topicList-nav-prev {
    left: 0;}

.xds_container .xds_sdhj .topicList .topicList-direction-nav .topicList-nav-next {
    right: 0;}

.xds_container .xds_sdhj .topicList .topicList-direction-nav .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);}

.xds_container .xds_xxdt .newsList {
    width: 100%;}

.xds_container .xds_xxdt .newsList ul li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/dot_3px.jpg) no-repeat 5px center;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.xds_container .xds_xxdt .newsList ul li a {
    transition: color .3s;
    -webkit-transition: color .3s;
    display: block;}

.xds_container .xds_xxdt .newsList ul li span {
    transition: color .3s;
    -webkit-transition: color .3s;
    color: #999;
    font-size: 12px;}

.xds_container .xds_xxdt .newsList ul li:hover a,
.xds_container .xds_xxdt .newsList ul li:hover span {
    color: #b82626;}

/* 采购信息 */
.xds_container .list-cgxx-public {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;}

.xds_container .list-cgxx-public .xds_xxdt {
    width: 92%;
    padding: 0 4%;}

.xds_container .list-cgxx-public .xds_xxdt .indexTitle {
    margin-bottom: 24px;}

.xds_container .list-cgxx-public .indexTitle p {
    font-size: 20px;}

@media screen and (max-device-width: 767px) {

    /* 学习动态 */
    .xds_container .xds_xxdt {
        padding: 0 2%;
        width: 100%;
        height: auto;}

    .xds_container .xds_xxdt>ul li>a p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}

    .xds_container .xds_xxdt>ul li>a p img {
        width: 1.2rem;
        margin-right: 0.5rem;
        top: 0.6vh;}
.xds_container .xds_sdhj .topicList .slides li img {
    vertical-align: middle;
    width: 100%;
    height: 240px;
}
    .xds_container .xds_xxdt>ul li>p {
        margin-top: 1vh;
        line-height: 3.4vh;
        font-size: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;}

    .xds_container .xds_xxdt .detail {
        display: block;
        width: 90px;
        height: 30px;
        min-height: unset;
        margin: 0 auto;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #bf3939;
        border: 1px solid #f0cfcf;}

    .xds_container .xds_xxdt .newsLeft {
        width: 100%;
        height: auto;
        float: none;}

    .xds_container .xds_xxdt .newsLeft .bannerBox {
        height: auto;}

    .xds_container .xds_xxdt .newsLeft .bannerBox .slides li {
        width: 100%;
        height: auto;
        position: relative;}

    .xds_container .xds_xxdt .newsLeft .bannerBox .slides li a p {
        height: 80px;
        line-height: 80px;
        font-size: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}

    .xds_container .xds_xxdt .newsLeft .bannerBox .banner-control-nav {
        bottom: 30px;
        right: 2%;}

    .xds_container .xds_xxdt .newsLeft .bannerBox .banner-control-nav li a {
        width: 16px;
        height: 16px;}

    .xds_container .xds_xxdt .newsRight>ul li p:first-of-type a {
        font-size: 25px;}

    .xds_container .xds_xxdt .newsRight>ul li:first-of-type p:last-of-type {
        font-size: 22px;}

    .xds_container .xds_xxdt .newsRight {
        width: 100%;
        height: auto;}

    .xds_container .xds_xxdt .newsRight>ul {
        height: auto;
        padding: 1vh 0;}

    .xds_container .xds_xxdt .newsRight>ul li p span {
        font-size: 22px;}

    .xds_container .xds_xxdt .newsRight>ul li:first-of-type p:last-of-type a {
        font-size: 22px;}

    .xds_container .xds_xxdt .newsRight>ul li:first-of-type {
        padding-bottom: 20px;}

    .xds_container .xds_xxdt .newsRight>ul li:first-of-type p:last-of-type {
        font-size: 22px;}

    /* 榜样力量 */
    .xds_container .xds_sdhj {
        height: auto;
        padding: 0 2%;
        width: 100%;}

    /* .xds_container .xds_sdhj .indexTitle img {
        width: 1.5rem;
        left: 6rem;
        top: 3.7vh;
    } */

    .xds_container .xds_sdhj .topicList .slides::after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;}

    .xds_container .xds_sdhj .topicList .slides li {
        float: left;
        margin-right: 0;
        margin-bottom: 1vh;
        position: relative;
        width: 49%;
        height: auto;}

    .xds_container .xds_sdhj .topicList .slides li p {
        display: block;
        font-size: 22px;
        width: 100%;
        height: 60px;
        line-height: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}

    .xds_container .xds_sdhj .topicList .slides li:nth-of-type(2n) {
        float: right;}

    .xds_container .xds_sdhj .topicList .slides li:nth-last-of-type(1) {
        margin-right: 0;}

    .xds_container .more {
        right: 0;
        font-size: 22px;
        height: 40px;
        line-height: 40px;}


    .xds_container .xds_xxdt .newsList ul li {
        height: 60px;
        line-height: 60px;}

    .xds_container .xds_xxdt .newsList ul li a {
        display: block;
        font-size: 24px;
        width: calc(100% - 150px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;}

    .xds_container .xds_xxdt .newsList ul li span {
        font-size: 20px;
        width: 140px;
        text-align: right;}

    /* 采购信息 */
    .xds_container .list-cgxx-public {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;}

    .xds_container .list-cgxx-public .xds_xxdt {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 20px;}

    .xds_container .list-cgxx-public .indexTitle p {
        font-size: 25px;}
}