* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.header {
    width: 100%;
    min-width: 1440px;
    height: 76px;
    background-image: url(//news.hebccw.cn/images/navBg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.headerItem {
    height: 100%;
    align-items: center;
    display: flex;
    width: 90%;
    justify-content: space-between;
    max-width: 1173px;
    margin: auto;
}

.headerItem a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.mulu {
    float: left;
}

.mulu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-top: 43px;
    color: #666666;
}

.contentItem {
    width: 1440px;
    margin: auto;
}

.wrapper>.content {
    min-width: 1440px;
    background: #F8F8F8;
}

.wrapper {
    min-width: 1440px;
    width: 100%;
}

.bt {
    float: left;
    font-weight: 600;
    font-size: 34px;
    line-height: 90px;
    margin-right: 20px;
    color: #222222;
}

.bt a{

    font-weight: 600;
    font-size: 34px;
    color: #222222;
}

.bt span {
    width: 111px;
    background-image: url(//news.hebccw.cn/images/place_name.png);
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 26px;
    font-size: 34px;
    color: #FFFFFF;
    display: inline-block;
}

.searchBox {
    width: 315px;
    height: 40px;
    float: right;
    background: #FFFFFF;
    margin-top: 29px;
    border-radius: 25px;
    border: 1px solid #C8C8C8;
}

.searchBox input {
    background: #FFFFFF;
    border: none;
    outline: none;
    display: block;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    width: 247px;
    line-height: unset;
    margin-left: 23px;
    margin-right: 20px;
	height:40px;
}

.searchBox img {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-top: 13px;
}

.contentItem {
    width: 1440px;
    margin: auto;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.contentItem a {
    color: #333333;
}

.center {
    width: 1440px;
    margin: 20px auto;
}

.centerTime {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    margin-left: 5px;
    position: relative;
    margin-top: 15px;
    padding-bottom: 30px;

}

.centerTime:after {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-image: url(//news.hebccw.cn/images/centerTimeIcon.png);
    background-size: 100% 100%;
    background-position: center center;
    left: 0;
    bottom: 0;
}

.centerTime span {
    width: 164px;
    display: inline-block;
    height: 27px;
    text-indent: 15px;
    background-image: url(//news.hebccw.cn/images/timeBj.png);
    background-position: center center;
    background-size: 100% 100%;
}

.centerTitle {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.centerMessage {
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin-top: 10px;
    margin-bottom: 14px;
    line-height: 30px;
}

.centerLeft {
    width: 66.25%;
    float: left;
}
.centerLeftLi:hover .centerTitle{
    color: #CA0A0F;
    text-decoration: underline;
}

.centerLeftLi {
    padding-bottom: 31px;
    position: relative;
}

.centerLeftLi:after {
    content: "";
    position: absolute;
    left: -19px;
    width: 1px;
    height: 100%;
    top: 20px;
    background: #E1E1E1;
}

.centerLeftLi:before {
    content: "";
    position: absolute;
    left: -24px;
    width: 10px;
    background-image: url(//news.hebccw.cn/images/centerIcon.png);
    background-position: center center;
    background-size: 100% 100%;
    height: 10px;
    top: 4px;
}

.centerLeft a:last-child .centerLeftLi {
    padding-bottom: 0;
}

.centerLeft a:last-child .centerLeftLi .centerTime:after {
    display: none;
}


.centerLeft a:last-child .centerLeftLi:after {
    display: none;
}

.centerRight {
    width: 445px;
    float: right;
}

.centerRight .firstLi div {
    width: 100%;
}

.rightTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.rightTitle span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #CA0A0F;
    line-height: 28px;
}

.rightTop {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.refresh {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    align-items: center;

}

.refresh img {
    margin-right: 4px;
}

.centerRight .rightLi {
    padding-bottom: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
}


.rightList {
    margin-top: 26px;
}

.rightList1 {
    margin-top: 16px;
}

.rightLi:last-child {
    margin-bottom: 0;
}

.newHd {
    display: block;
    margin-top: 19px;
    margin-bottom: 20px;
}

.rightLi1 {
    display: block;
    margin-bottom: 24px;
}
.rightLi:hover{
    color: #CA0A0F;
}
.rightImg {
    width: 178px;
    overflow: hidden;
    float: right;
    height: 92px;
}

.rightImg img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
}

.rightLi1:hover img {
    transform: scale(1.1);
}

.rightMessage {
    float: left;
}

.rightLititle {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    text-overflow: ellipsis;
}
.rightLititle:hover{
    color: #CA0A0F;
}

.rightDate {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}


.footerItem {
    padding-bottom: 41px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-top: 44px;
}

.footer {
    min-width: 1440px;
    width: 100%;
}

.footerItem .url {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.footerMessage {
    width: 90%;
    max-width: 1440px;
    color: #FFFFFF;
    margin: auto;
}

.url a:nth-child(1) {
    margin-right: 20px;
}

.footer {
    background: #CA0A0F;
}

.footerNav {
    height: 50px;
    background: #272727;
}

.navItem {
    width: 90%;
    max-width: 1095px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navItem a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    margin-left: 12.9%;
    line-height: 50px;
}

.navItem a:first-child {
    margin-left: 0;
}

.returnTop {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.09), 0px -4px 7px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    position: fixed;
    right: 8.1%;
    font-size: 14px;
    bottom: 20vh;
    border-radius: 50%;
    color: #CA0A0F;
    cursor: pointer;
    line-height: 20px;
}

.returnTop img {
    margin-bottom: 5px;
}

.rightTop {
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
}

.rightTop:after {
    content: "";
    width: 85px;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: #CA0A0F;
}

.rightTop1 {
    margin-top: 31px;
}

.rightList2 .rightLi {
    padding-bottom: 0;
    border-bottom: none;
}

.firstLi div {
    width: 384px;
    height: 253px;
    position: relative;
}

.firstLi .firstLiImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoPlay {
    position: absolute;
    width: 47px;
    height: 33px;
    bottom: 45px;
    left: 10px;
}

.firstLi p {
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 16px;
    color: #222222;
    line-height: 44px;
    background: #F6F6F6;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.listItem {
    margin-top: 20px;
}

.liItem {
    font-weight: 400;
    font-size: 16px;
    color: #CA0A0F;
    margin-bottom: 20px;
}

.videoList {
    margin-bottom: 10px;
}

.videoList a {
    display: block
}

.liItem img {
    float: left;
    width: 31px;
    margin-right:3px;
}

.rightMessage {
    width: 249px !important;
}

.liItem span {
    float: right;
    line-height: 31px;
    width: 400px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}
.liItem span:hover{
    color: #CA0A0F;
}


.headernavItem {
    width: 100%;
    text-align: center;
    height: 60px;
    background: #FFFFFF;
}

.headernavItem a {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    margin-left: 30px;
    color: #222222;
}

.headernavItem a:nth-child(1) {
    margin-left: 0;
}

.navList {
    min-width: 1440px;
    height: 60px;
    border-top: 3px solid #CA0A0F;
    border-bottom: 1px solid #E1E1E1;
}
.navList div{
    text-align: center;
}

.navList a {
    text-align: center;
    line-height: 60px;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    color: #222222;
    margin-left: 28px;
}

.navList a:first-child {
    margin-left: 0;
}


.header {
    width: 100%;
}

.headerItem {
    height: 100%;
    align-items: center;
    display: flex;
    width: 90%;
    justify-content: space-between;
    max-width: 1295px;
    margin: auto;
}

.contentItem {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.contentItem a {
    color: #333333;
}

.headerItem a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.content {
    background: #F8F8F8;
}

.contentItem {
    width: 90%;
    max-width: 1440px;
    margin: auto;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.center {
    width: 98%;
    max-width: 1440px;
    margin: 20px auto;
}


.centerRight {
    width: 30.9%;
    float: right;
}

.rightTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.rightTitle span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #CA0A0F;
    line-height: 28px;
}

.rightTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.refresh {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    align-items: center;

}

.refresh img {
    margin-right: 4px;
}

.rightLi {
    padding-bottom: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
}

.rightList {
    margin-top: 26px;
}

.rightList1 {
    margin-top: 16px;
}

.rightLi:last-child {
    margin-bottom: 0;
}

.newHd {
    display: block;
    margin-top: 19px;
    margin-bottom: 20px;
}

.rightLi1 {
    display: block;
    margin-bottom: 24px;
}

.rightImg {
    width: 27.4%;
    overflow: hidden;
    float: right;
    height: 92px;
}

.rightImg img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
}

.rightLi1:hover img {
    transform: scale(1.1);
}

.rightMessage {
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightLititle {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    text-overflow: ellipsis;
}

.rightDate {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.footerItem {
    padding-bottom: 41px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-top: 44px;
}

.footerItem .url {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.footerMessage {
    width: 90%;
    max-width: 1440px;
    margin: auto;
}

.url a:nth-child(1) {
    margin-right: 20px;
}

.footerNav {
    height: 50px;
    background: #CA0A0F;
}

.navItem {
    width: 90%;
    max-width: 1095px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navItem a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.returnTop {
    width: 62px;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.09), 0px -4px 7px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    position: fixed;
    right: 8.1%;
    font-size: 14px;
    bottom: 20vh;
    border-radius: 50%;
    color: #CA0A0F;
    cursor: pointer;
    line-height: 20px;
}

.returnTop img {
    margin-bottom: 5px;
}

.detailTitle img {
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin-left: 7px;
}

.detailTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    align-items: center;
    color: #222222;
    line-height:50px;
    margin-bottom:25px;
	font-weight:bold;
	text-align:center;
}

.topBottom {
    display: flex;
    align-items: center;
	margin-bottom:15px;
}

.topBottom div {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    float: left;
    color: #999999;
    margin-right: 20px;
    line-height: 31px;
}

.topBottom div.bigFont {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topBottom div.bigFont div.active {
    background: #CA0A0F;
    color: #fff;
}

.topBottom div.bigFont div {
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    height: 30px;
}

.topBottom div.bigFont img {
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 7px;
}

.detailMessage {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 36px;
    margin-right: 24px;
    margin-top: 25px;
}

.detailMessage p{ line-height:40px ;TEXT-JUSTIFY: distribute!important; TEXT-ALIGN: justify; margin-bottom:15px;}
.detailMessage p img{ display:block; margin:0 auto;}
.detailMessage img{ margin-bottom:10px;}

.tagBox {
    display: inline-block;
    align-items: center;
    height: 29px;
    border: 1px solid #E6E6E6;
    padding-right: 16px;
}

.tag {
    margin-right: 21px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 29px;
}

.tag:last-child {
    margin-right: 0;
}

.taglabel {
    width: 61px;
    height: 27px;
    margin-right: 13px;
    float: left;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    background: #F8F8F8;
}

.detailBottom {
    width: 100%;
    margin-top: 30px;
}

.author {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: -5px;
    float: right;
    color: #999999;
}

.tjydTitle {
    width: 99px;
    height: 27px;
    background-image: url(//news.hebccw.cn/images/tjydTitle.png);
    background-size: 100% 100%;
    background-position: top left;
    text-align: center;
    line-height: 27px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 21px;
    color: #FFFFFF;

}

.tjyd {
    margin-top: 45px;
}

.tjydLy {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.tjydDate {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.tjydLi div {
    display: flex;
    justify-content: space-between;
}

.tjydLiTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin-bottom: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.tjydLi {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
}
.tjydLi p:hover{
color:#900;
}

audio {
    display: none;
}

.wx {
    background: url(//news.hebccw.cn/images/share.png) 0 0 no-repeat;
}

.wb {
    background: url(//news.hebccw.cn/images/share.png) -45px 0 no-repeat;
}

.xcx {
    background: url(//news.hebccw.cn/images/share.png) -133px 0 no-repeat;
}

.khd {
    background: url(//news.hebccw.cn/images/share.png) -90px 0 no-repeat;
}

.share a {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 5px;
    transition: all .1s;
}

.share {
    display: flex;
    position: relative;
    align-items: center;
}

.share .wx-ewm,
.share .xcx-ewm,
.share .khd-ewm {
    margin-bottom: 24px;
    width: 150px;
    height: 150px;
    background-color: #CA0A0F;
    color: #808080;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 40px;
    display: none;
    z-index: 99;
}
.place_header .content{
    background: none !important;
}
.share .khd-ewm {
    left: 170px;
}

.share .xcx-ewm {
    left: 125px;
}

.share .wx-ewm img,
.share .xcx-ewm img,
.share .khd-ewm img {
    display: block;
    width: 135px;
    height: 135px;
    margin: 8px auto;
}
@media (max-width:800px) {
.detailMessage img{ width:96%!important;  height:auto!important; display:block!important; margin: auto auto 10px auto!important}

    .headernavItem {
        display: none;
    }

    .header {
        display: none;
    }

    .navList {
        display: none;
    }

    .centerRight {
        display: none;
    }

    .centerLeft {
        width: 100%!important;
    }

    .navItem a {
        font-size: 14px;
        margin-left: 0;
    }

    .navItem,
    .contentItem {
        width: 95%;
    }

    .footer {
        width: 100%;
        min-width: auto;
    }

    .wrapper>.content {
        min-width: unset;
    }

    .wrapper {
        min-width: auto;
    }

    .detailTitle {
        font-size: 24px;
		text-align:center!important;
    }

    .searchBox {
        display: none;
    }

    .bt,
    .bt span {
        font-size: 28px;
    }

    .topBottom div {
        margin-right: 10px;
    }

    .topBottom {
        flex-wrap: wrap;
    }

    .detailMessage {
        width: 100%;
        margin-right: 0;
    }

    .center {
        width: 95%;
    }

    .detailMessage {
        font-size: 16px;
    }

    .tjydLiTitle {
        font-size: 16px;
    }

    .centerTitle {
        font-size: 16px;
    }

    .bigFont {
        display: none !important;
    }

    .share {
        display: none;
    }
	.bt {
    float: left;
    font-weight: 600;
    font-size:24px;
    line-height: 90px;
    margin-right:10px;
    color: #222222;
}

.bt a{

    font-weight: 600;
    font-size: 24px;
    color: #222222;
}
.bt span {
    width:65px;
    background-image: url(//news.hebccw.cn/images/place_name.png);
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 26px;
    font-size:20px;
    color: #FFFFFF;
    display: inline-block;
}
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-10-09 10:53:01" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->