﻿* {
    margin: 0;
    padding: 0;
}
/*文章*/
.Article {
    overflow: hidden;
    /*border: 1px solid #e7e7e7;*/
    padding: 20px;
}

.Article .Article_title {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #c2281f;
}

.Article .Article_time {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    border-bottom: 1px dotted #222222;
    color: #222222;
}

.Article .Article_content {
    width: 100%;
    padding-top: 40px;
    height: auto !important;
    min-height: 450px;
    line-height: 28px;
    color: #222222;
    font-size: 14px;
}
/*新闻详情页*/
.art-cont-wrap {
    overflow: hidden;
    padding-bottom: 80px;
    max-width: 1188px;
    margin: 0 auto;
}

.art-cont-wrap .art-cont-l {
    width: 100%;
    /*float: left;*/
}

.art-cont-wrap .art-cont-l .art-cont-l-main {
    width: 100%;
    border: 1px solid #e7e7e7;
}

.art-cont-wrap .art-cont-r {
    width: 330px;
    float: right;
}

.art-cont-wrap .Article .Article_time {
    border-bottom: 1px dotted #e7e7e7;
    font-size: 14px;
}

.art-cont-wrap .Article .Article_time {
    height: 40px;
    line-height: 40px;
}

.art-cont-wrap .art-box {
    padding: 0 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.art-cont-wrap .art-box .art-box-hd {
    height: 49px;
    line-height: 49px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.art-cont-wrap .art-box .art-box-bd {
    padding: 10px 0px;
}

.art-cont-wrap .art-box .art-box-bd li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.art-cont-wrap .art-box .art-box-bd li a {
    color: #333333;
    transition: all 0.5s;
    font-size: 14px;
    text-decoration: none;
}

.art-cont-wrap .art-box .art-box-bd li:hover a {
    color: #c2281f;
}

.art-cont-wrap .art-box .art-prolist {
    overflow: hidden;
}

.art-cont-wrap .art-box .art-prolist li {
    width: 140px;
    height: 135px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.art-cont-wrap .art-box .art-prolist li .art-prolist-item-pic {
    height: 100px;
    position: relative;
}

.art-cont-wrap .art-box .art-prolist li .art-prolist-item-pic img {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.art-cont-wrap .art-box .art-prolist li:nth-child(2n) {
    margin-right: 0px;
}

.art-cont-wrap .art-prolist-item-tit {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 5px;
}

.udpageBox {
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}

.udpage {
    margin-left: 2%;
    width: 96%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #222222;
    font-size: 14px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}

.udpage a {
    color: #222222;
    text-decoration: none;
}

.udpage a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.newsconTJ {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-top: 30px;
}

.newsconTJ_tit {
    margin-left: 2.5%;
    margin-bottom: 0.5em;
    width: 95%;
    height: 3em;
    line-height: 3em;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: bold;
}

.newsconTJ_con {
    margin-left: 2.5%;
    width: 95%;
    font-size: 14px;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.newsconTJ_con li {
    float: left;
    width: 50%;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}

.newsconTJ_con li a {
    color: #333333;
    transition: all 0.5s;
    text-decoration: none;
}

.newsconTJ_con li a:hover {
    color: #ff0000;
}

@media (max-width: 780px) {
    /*文章详情*/
    .Article,
    .newsconTJ,
    .udpageBox,
    .art-cont-wrap .art-box {
        border: none;
    }

    .Article {
        padding: 0;
    }

    .art-cont-wrap .art-cont-l {
        width: auto;
        float: none;
        padding: 0 30px;
    }

    .art-cont-wrap {
        padding-bottom: 80px;
        max-width: auto;
    }

    .art-cont-wrap .art-cont-r {
        width: auto;
        float: none;
        margin: 20px 30px;
    }

    .Article .Article_content {
        min-height: 250px;
        font-size: 16px;
    }

    .Article .Article_content iframe {
        width: 100% !important;
        height: 200px !important;
    }

    .Article .Article_content img {
        width: auto !important;
        height: auto !important;
        max-width: 100%;
    }

    .newsconTJ_con li {
        width: 100%;
        float: none;
    }

    .newsconTJ_con {
        padding: 0 0 0 0;
        margin-left: 0;
        width: 100%;
    }

    .newsconTJ_tit {
        margin-left: 0;
    }

    .Article .Article_title {
        font-size: 32px;
        color: #222222;
    }

    .art-cont-wrap .Article .Article_time {
        color: #999999;
    }

    #news-page-body .newsShow-main .position {
        padding: 16px 0 20px 30px;
    }

    .art-cont-wrap .art-box {
        padding: 0;
    }

    /*    .art-cont-wrap .art-box .art-prolist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }*/

    /*   .Article .Article_content p {
        margin: 30px 0;
    }*/

    .art-cont-wrap .art-box .art-box-hd {
        font-weight: bold;
    }

    .newsconTJ_con,
    .art-cont-wrap .art-box .art-box-bd li a {
        font-size: 15px;
    }

    /*    .art-cont-wrap .art-box .art-box-bd li,
    .newsconTJ_con li {
        height: 35px;
        line-height: 35px
    }*/

    .art-cont-wrap .art-box .art-box-bd li a, .newsconTJ_con li a {
        font-size: 18px;
    }

    .Article .Article_content p {
        margin: 30px 0;
    }

    .udpage {
        font-size: 15px;
    }

    .Article .Article_content {
        padding-top: 30px;
    }

    .art-cont-wrap .art-box .art-prolist li {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .art-cont-wrap .art-box .art-prolist li,
    .art-cont-wrap .art-box .art-prolist li .art-prolist-item-pic {
        width: 100%;
        height: auto;
    }

    .art-cont-wrap .art-box .art-prolist li .art-prolist-item-pic img {
        width: 100%;
        position: relative;
        left: 0px;
        bottom: 0px;
    }
}

@media (max-width: 640px) {
    .Article .Article_title {
        font-size: 18px;
    }

    .Article .Article_content {
        padding-top: 20px;
    }

    .Article .Article_content p {
        margin: 20px 0;
    }

    .art-cont-wrap {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .Article .Article_title {
        text-align: left;
    }

    .Article .Article_content {
        padding-top: 15px;
    }

    .Article .Article_content p {
        margin: 15px 0;
    }

    .art-cont-wrap {
        padding-bottom: 50px;
    }
}

@media (max-width: 414px) {
    .newsconTJ_con,
    .art-cont-wrap .art-box .art-box-bd li a,
    .newsconTJ_con li a {
        font-size: 15px;
    }

    .art-cont-wrap {
        padding-bottom: 40px;
    }
}
