/* sunjiabin 2021-03-03 */

.ej_banner {
    background-position: center center;
    background: url(../images/ej_banner_02.jpg) no-repeat center top;
    height: 248px;
    width: 100%
}

.ej_tab {
    height: 541px;
    background: url(../images/ej_tab_bg_02.jpg) center bottom no-repeat;
}

.ej_zchg {
    background: url(../images/ej_bot_04.jpg) center no-repeat;
    height: 665px;
    width: 100%;
}

.home_layer.ej {
    background-color: #fff;
}

.ej_zchg .zch {
    position: relative;
}

.ej_zchg ul {
    position: absolute;
    color: #fff;
}

.ej_zchg ul h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.ej_zchg ul li {
    font-size: 14px;
    line-height: 24px;
}

.ej_zchg ul li a {
    display: inline-block;
    color: #fff;
}

.ej_zchg ul li a:hover {
    color: #999999;
}

.zchg_01 {
    top: 300px;
    left: 110px;
}

.zchg_02 {
    top: 300px;
    left: 670px;
}


/* tab f */

.wrap {
    width: 1200px;
    margin: 60px auto;
}

#tab {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 50px;
}

#tab li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    padding: 3px 8px;
    cursor: pointer;
}

.ej_tab #tab li:before {
    display: none;
}

#tab .current {
    color: #fff;
    background: #ba0001;
    border-radius: 10px;
}

#tabContent {
    background: url(../images/icon/line.png) center top no-repeat;
    padding-top: 4px;
    border-radius: 7px;
    position: absolute;
}

.tabContent_nav {
    width: 1200px;
    box-shadow: 0px 0px 10px #c8c8c8;
    border-top: none;
    height: 470px;
    display: none;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 70px 0;
}


/* tap 02 f*/

.tabContent_tab {
    float: left;
    margin-right: 36px;
    width: 220px;
    border-right: 1px solid #999;
    margin-top: 14px;
}

.tabContent_tab li {
    line-height: 44px;
    cursor: pointer;
    height: 44px;
    position: relative;
    margin-bottom: 60px;
}

.tabContent_tab li:after {
    bottom: 4px;
}

.tabContent_tab li:before {
    bottom: 0;
}

.tabContent_tab li:after,
.tabContent_tab li:before {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #bf2122;
    position: absolute;
    left: 40px;
    transition: 0.5s;
}

.tabContent_tab li:before {
    transform: rotate(180deg);
    left: auto;
    right: 20px;
}

.tabContent_tab .active:after,
.tabContent_tab .active:before,
.tabContent_tab li:hover:after,
.tabContent_tab li:hover:before {
    width: 100px;
}

.tabContent_tab li:last-child {
    margin-bottom: 0;
}

.tabContent_tab li span {
    position: absolute;
    left: 74px;
    font-size: 16px;
}

.tabContent_nav .active span,
.tabContent_nav>ul>li:hover span {
    color: #bf2122;
    font-size: 20px;
    font-weight: 600;
}

.icon01,
.icon02,
.icon03 {
    position: absolute;
}

.icon01 {
    background: url(../images/icon/glwj_icon.png) no-repeat;
    height: 21px;
    width: 21px;
    left: 40px;
    top: 10px;
}

.icon02 {
    background: url(../images/icon/hycy_icon.png) no-repeat;
    height: 22px;
    width: 22px;
    left: 40px;
    top: 10px;
}

.icon03 {
    background: url(../images/icon/jygh_icon.png) no-repeat;
    height: 21px;
    width: 26px;
    left: 40px;
    top: 10px;
}

.tabContent_nav .active .icon01,
.tabContent_nav>ul>li:hover .icon01 {
    background: url(../images/icon/glwj_icon_on.png) no-repeat;
}

.tabContent_nav .active .icon02,
.tabContent_nav>ul>li:hover .icon02 {
    background: url(../images/icon/hycy_icon_on.png) no-repeat;
}

.tabContent_nav .active .icon03,
.tabContent_nav>ul>li:hover .icon03 {
    background: url(../images/icon/jygh_icon_on.png) no-repeat;
}

.nav_con {
    display: none;
    min-height: 300px;
    float: left;
    width: 900px; position: relative;
}
.moree{ position: absolute; bottom: 0px; right: 20px; font-size: 12px; }

/* 数据补充 f */

.article-name {
    display: inline-block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 600px;
}

.date-more {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-more .date {
    float: right;
    width: 100px;
    margin-left: 20px;
}

.date-more .author {
    display: inline-block;
    float: left;
    width: 160px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mod-artlist .item:hover {
    color: #bf2122;
}

.more {
    float: right;
    margin-right: 20px; display: none;
}
