body {
    background: #0f0d0a;
    min-height: 100%;
}

.newsContainer {
    background: #f7f7f7;
}

.newsBanner,
.newsBanner img {
    display: block;
    width: 100%;
}

.publicMain {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* margin-top: -64px; */
}

.publicMain>.bg_l {
    user-select: none;
    width: 30%;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0;
    top: 0;
}

.publicMain>.bg_r {
    user-select: none;
    width: 30%;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.publicMain .publicMainCenter {
    width: 1200px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.publicMain .publicMainCenter ._lf {
    float: left;
}

.publicMain .publicMainCenter ._lf .erweima {
    margin-bottom: 30px;
    width: 275px;
    height: 274px;
    background: url(../images/news/erweima.png) no-repeat center;
    background-size: 100% auto;
}

.publicMain .publicMainCenter ._lf .erweima img {
    display: block;
    padding-top: 88px;
    margin: 0 auto;
    width: 122px;
    height: 122px;
}

.publicMain .publicMainCenter ._lf .navList {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(216, 218, 226, 0.5);
    padding-top: 22px;
    width: 259px;
    margin-left: 6px;
}

.publicMain .publicMainCenter ._lf .navList a {
    display: block;
    float: left;
    width: 33.3%;
    margin-bottom: 22px;
    height: 55px;
}

.publicMain .publicMainCenter ._lf .navList a img {
    display: block;
    margin: 0 auto 6px;
}

.publicMain .publicMainCenter ._lf .navList a p {
    text-align: center;
    font-size: 14px;
    color: #222222;
}

.publicMain .publicMainCenter ._lf .navList a:hover img {
    transform-style: preserve-3d;
    animation: e-icon 1.8s linear both infinite;
}

.publicMain .publicMainCenter .rightCell {
    width: 915px;
    /* background: url(../images/news/titleBj.png) no-repeat center top #FFF; */
    min-height: 561px;
    margin: 0 auto;
}

.publicMain .publicMainCenter .rightCell ._title {
    overflow: hidden;
    padding: 42px 28px 0;
}

.publicMain .publicMainCenter .rightCell ._title .mianbao {
    float: right;
    font-size: 12px;
    line-height: 25px;
}

.publicMain .publicMainCenter .rightCell ._title .mianbao a {
    color: #222222;
}

.publicMain .publicMainCenter .rightCell ._title .name {
    float: left;
    line-height: 25px;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}

.publicMain .publicMainCenter .rightCell ._title .name img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.publicMain .publicMainCenter .rightCell .newsNav {
    margin: 42px 56px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-bottom: 22px;
    transition: all 0.2s ease-out 0s;
}

.publicMain .publicMainCenter .rightCell .newsNav .item {
    display: inline-block;
    margin: 0 16px;
    padding: 7px 30px 7px 35px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.publicMain .publicMainCenter .rightCell .newsNav .item.active {
    border-radius: 4px;
    color: #000;
    background: url("../../images/newEdition/tab_bg_small.png") no-repeat;
    background-size: 100% 100%;
}

.publicMain .publicMainCenter .rightCell .newsNav .item:hover {
    background: url("../../images/newEdition/tab_bg_small.png") no-repeat;
    background-size: 100% 100%;
}

/* .publicMain .publicMainCenter .rightCell .newsNav .item.active:hover {
    color: #FFF;
} */

.newsListMa {
    padding: 0 56px 24px;
}

.newsListMa .item a {
    display: block;
    overflow: hidden;
    padding: 25px 0 23px;
}

.newsListMa .item .time {
    float: left;
    width: 70px;
    height: 70px;
    background: #dcdcdc;
    color: #666666;
    text-align: center;
    margin-right: 26px;
}

.newsListMa .item .time h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 6px 0 0 0;
}

.newsListMa .item .time p {
    font-size: 14px;
}

.newsListMa .item .copywriting {
    float: right;
    width: 698px;
    border-bottom: 1px solid #e5e5e5;
}

.newsListMa .item .copywriting .__top {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}

.newsListMa .item .copywriting .__cent {
    font-size: 14px;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    margin-top: 8px;
    line-height: 22px;
}

.newsListMa .item a:hover .copywriting .__top {
    color: #ffc300;
}

.newsListMa .item .copywriting .__botom {
    overflow: hidden;
    margin: 8px 0 24px 0;
}

.newsListMa .item .copywriting .__botom .__icon {
    float: left;
    line-height: 18px;
    color: #666666;
    font-size: 12px;
    margin-right: 12px;
}

.newsListMa .item .copywriting .__botom .__icon img {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.newsListMa .item .copywriting .__botom .__icon.fn img {
    width: 16px;
    height: 11px;
}

.newsListIet {
    display: none;
}

.newsDetl {
    overflow: hidden;
    padding-bottom: 30px;
}

.newsDetl .__heade {
    padding: 69px 0 26px;
    margin: 0 56px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.newsDetl .__heade .detlTitle {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.newsDetl .__heade .detTime {
    color: #999999;
    text-align: center;
    font-size: 14px;
}

.newsDetl .detlText {
    margin: 0 56px;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
}

.dataTitle {
    clear: both;
    padding: 24px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.dataTitle img {
    display: block;
    margin: 0 auto 20px;
}

.materialMain {
    padding-top: 46px;
    padding-bottom: 60px;
}

.materialMain .itemCel {
    margin: 0 28px 18px;
    overflow: hidden;
}

.materialMain .itemCel .name {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #da942a;
    margin-right: 38px;
    line-height: 34px;
}

.materialMain .itemCel ._list {
    width: 682px;
    float: left;
}

.materialMain .itemCel ._list a {
    font-size: 16px;
    color: #222222;
    transition: all 0.2s ease-out 0s;
    margin: 0 16px;
    line-height: 34px;
}

.materialMain .itemCel ._list span {
    color: #999999;
}

.materialMain .itemCel ._list a:hover {
    color: #da942a;
}

@keyframes e-icon {
    to {
        transform: rotateY(360deg)
    }
}