/* .goodsCItem{
    width: 1226px;
    margin: 0 auto;
    line-height: 58px;
}
.goodsC.item-left span{
    font-size: 14px;
    font-weight: 700;
    color: #303133;
    line-height: 80px;
}
.goodsC.item-left .light{
    margin: 0 7px;
    color: #c0c4cc;
    margin-right: 4px;
}
.goodsC.item-left .grey{
    font-weight: 400;
    color: #606266;
    cursor: text;
} */

.newsContent{
    background-color: #f5f5f5;
    padding: 80px 0 50px;
}
.newsC{
    width: 1226px;
    margin: 0 auto;
    position: relative;
}

.navigation{
    width: 234px;
    height: auto;
    float: left;
    position: sticky;
    top: 0;
}
/* 导航 */
.elSubmenu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.elSubmenuTitle {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: .3s;
    white-space: nowrap;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.elSubmenu.isOpened>.elSubmenuTitle .elSubmenuIconArrow {
    transform: rotate(180deg);
}
.elSubmenu.isOpened>.elSubmenuTitle{
    color: #E50012;
    font-weight: bold;
}
.elSubmenuTitle i {
    color: #909399;
}
.elSubmenuIconArrow {
    position: absolute;
    top: 53%;
    right: 20px;
    margin-top: -7px;
    transition: .3s;
    font-size: 12px;
}
.elSubmenu .elMenu {
    border: none;
}
.elMenu {
    /* border-right: 1px solid #e6e6e6; */
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background: #F4F4F4;
}
.elSubmenu .elMenuItem {
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    min-width: 200px;
    border: none;
}
.elMenuItem{
    font-size: 14px;
    color: #303133;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition:  .3s;
    box-sizing: border-box;
    white-space: nowrap;
    padding-left: 40px;
}
.elSubmenuTitle:hover {
    background-color: #e6fbf3;
}
.elMenuItem:hover {
    background-color: #e6fbf3;
}
.elMenuItem.isActive {
    color: #E50012;
}
.elSubmenuIconArrow.elIconArrowDown{
    width: 6px;
    height: 6px;
}
.elIconArrowDown:before{
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #909399;
    border-top: 1px solid #909399;
    position: absolute;
    transform: rotate(225deg);
}
.elSubmenu.isOpened .elIconArrowDown:before{
    border-left: 1px solid #E50012;
    border-top: 1px solid #E50012;
}
.elSubmenu:hover .elIconArrowDown:before{
    border-left: 1px solid #E50012;
    border-top: 1px solid #E50012;
    transform: rotate(225deg);
}
.elSubmenu:hover>.elSubmenuTitle{
    color: #E50012;
    font-weight: bold;
}
/* 热门资讯 */
.hotLeft{
    width: 234px;
    background-color: #fff;
    margin-top: 20px;
}
.hotList{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 80px;
}
.hotList h1{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    margin-top: 26px;
    margin-left: 21px;
    line-height: 20px;
}
.hotList h5{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    margin-top: 26px;
    margin-left: 21px;
    line-height: 20px;
}

.hotList span{
    float: right;
    margin: 26px 35px 0 0;
    position: relative;
}
.hotList span a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.hotList span a i{
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 6px;
    transform: rotate(-45deg);
}
.hotListBox{
    width: 100%;
}
.hotLli{
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.hotLli>h1{
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.hotLli.active > h1{
    color: #E50012;
}

.hotListBox>a{
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.hotListBox.active > a{
    color: #E50012;
}


.newsCRight{
    width: 972px;
    margin-left: 254px;
    box-sizing: border-box;
}
.newsCRightTop{
    width: 100%;
    padding: 0 50px 60px 40px;
    box-sizing: border-box;
    background-color: #fff;
}
.newsCRHeader{
    font-size: 24px;
    line-height: 25px;
    color: #000;
    /* border-bottom: 3px solid #03ad64; */
    padding: 30px 0 11px;
    display: block;
    width: 670px;
    margin-bottom: 30px !important;
}
.timefrom{
    /* border-bottom: 1px solid #ccc; */
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin: 0 0 30px;
    font-size: 14px;
    color: #999;
}
.timefrom>span:first-child{
    margin-left: 0;
}
.timefrom>span{
    margin: 0 20px;
}
.context{
    text-align: justify;
}
.context.center>img{
    max-width: 882px;
    margin: 20px auto;
    display: block;
}
.context img{
    max-width: 882px;
    margin: 20px auto;
    display: block;
}
.context span a{
    font-size: 16px;
    color: #409eff;
}
p.context{
    font-size: 16px;
}

/* 切换上 / 下一篇 */
.updown{
    width: 100%;
    background: #fff;
}
.con{
    width: 100%;
    padding: 34px;
    box-sizing: border-box;
}
.up-down{
    width: 904px;
    height: 130px;
    position: relative;
    margin-bottom: 57px;
}
.con-up{
    position: absolute;
    left: 0;
}
.con-down{
    position: absolute;
    right: 0;
}
.con-up,.con-down{
    width: 436px;
    height: 128px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    display: inline-block;
}
.con-up>img,.con-down>img{
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    width: 120px;
    height: 76px;
    margin: 0;
}
.con-up>h2,.con-down>h2{
    font-size: 15px;
    font-weight: 600;
    line-height: 62px;
    color: #333333;
    position: relative;
    margin-left: 166px;
}
.con-up>h2::before,.con-down>h2::before{
    position: absolute;
    left: 54px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg) translateY(-50%);
}
.con-up>p,.con-down>p{
    margin-left: 166px !important;
    width: 224px;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}


.aboutInfo h1{
    width: 100%;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin: 57px 0 30px;
}

.aboutInfo h5{
    width: 100%;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin: 0px 0 30px;
}
.aboutInfo{
    width: 100%;
}
.aboutInfo .ul{
    width: 100%;
}
.ul a{
    width: 437px;
    height: 66px;
    background-color: #fff;
    display: inline-block;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.ul h2{
    width: 437px;
    height: 66px;
    background-color: #fff;
    display: inline-block;
    padding-right: 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.ul a:hover h2{
    color: #E50012;
}

.aboutInfo .ul h2 a:hover{
    color: #E50012!important;
}
.ul a h2{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 7px;
    overflow: hidden;
}

.ul h2 a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 7px;
    overflow: hidden;
}

.ul a span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}

.ul span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
    display: block;
    margin-top: 7px;
}