.newsCon {

    margin: 0 auto;
}
.newsCon .pc-tab-brand{
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.newsTab {
    width: 100%;
    height: 53px;
    background-color: #fbfbfb;
}

.newsTab ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    height: 53px;
    align-items: center;
    margin: 0 auto;
}

.newsTab ul li {
    width: 30%;
    height: 53px;
    line-height: 53px;
    max-width: 100px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    margin-right: 3%;
    cursor: pointer;
}

.newsTab ul li.active-tab {
    border-bottom: 2px solid #ff4106;
    transition: 0.5s ease-in-out;
}
.news.newsList .newsCon {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.newsCon {}

.newsCon .pc-tab-brand {
    padding-top: 50px;
}
.newsCon .pc-tab-brand.hysjCo{
background-color: #efefef;
width: 100%;
padding: 40px calc((100% - 1200px) / 2);
}
.newsCon .pc-tab-brand .t-flx {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsCon .pc-tab-brand .label-box h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
}

.newsCon .pc-tab-brand .look-more {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}

.newsCon .pc-tab-brand .look-more a {
    display: inline-flex;
    align-items: center;
}

.newsCon .pc-tab-brand .look-more i {
    width: 8px;
    height: 14px;
    background: url(../images/more-awart.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px;
}

.newsCon .newxq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 47px;
}

.newsCon .newxq li {
    width: 30%;
}

.newsCon .newxq li span {
    width: 90%;
    display: block;
}

.newsCon .newxq li span.newsimg {
    width: 100%;
}

.newsCon .newxq li .title {
    margin: 30px auto 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
}

.newsCon .newxq li .newsNr {
    margin: 20px auto;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsCon .newxq li .time {
    margin: 37px auto;
    font-size: 16px;
    letter-spacing: 1px;
    color: #909091;
}

.hysj {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
}

.hysj .hysj_left {
    width: 50%;
    max-width: 588px;
}

.hysj .hysj_right {
    width: 45%;
}

.hysj .hysj_right span {
    display: block;
}

.hysj .hysj_right .title {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000000;
}

.hysj .hysj_right .time {
    font-size: 16px;
    letter-spacing: 0px;
    color: #909091;
    margin-top: 20px;
}

.hysj .hysj_right .hysjList {
    display: block;
}

.hysj .hysj_right .hysjList:not(:first-child) {
    margin-top: 30px;
}

.yxzy_tab {
    width: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.yxzy_tab li {
    width: 30%;
    max-width: 176px;
    cursor: pointer;
}

.yxzy_tab li em {
    display: none;
    width: 100%;
    height: 4px;
    background-color: #ff0000;
}

.yxzy_tab li.active-li em {
    display: block;
}

.yxzy_tab li img {
    display: block;
    width: 50px;
    margin: 20px auto;
}

.yxzy_tab li .label {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}

.yxzyCon .con-tab-box {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}

.yxzyCon .con-tab-box.active-li {
    display: flex;
}

.yxzyCon .con-tab-box .yxzylist {
    width: 23.5%;
    display: inline-block;
    margin-right: 1.6%;
    margin-bottom: 50px;
    position: relative;
    vertical-align: top;
    margin-top: 20px;
}

.yxzyCon .con-tab-box .yxzylist .yxzyConimg {
    height: 158px;
    overflow: hidden;
}

.con-tab-box .more .yxzyConimg img {
    opacity: 0;
}

.yxzyCon .con-tab-box:nth-of-type(2) .yxzylist:hover .yxzyConimg::after {
    display: block;
}

.yxzyCon .con-tab-box:nth-of-type(2) .yxzylist .yxzyConimg::after {
    display: none;
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: url(../images/video.png) center center/100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yxzyCon .con-tab-box .yxzylist img {
    /* height: 100%;
    object-fit: cover; */
}

.yxzyCon .con-tab-box .yxzylist .title {
    display: block;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yxzyCon .con-tab-box .yxzylist:nth-of-type(4n) {
    margin-right: 0%;
}

.yxzylist.more {
    position: relative;
}

.yxzylist.more .look-all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 65, 6, 0.75);
    display: flex;
}

.yxzylist.more .look-all .wenan {
    margin: auto;
}

.yxzylist.more .look-all .wenan .label {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.yxzylist.more .look-all .wenan .desc {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.newsTab.dingwei {
    position: fixed;
    left: 0;
    top: 90px;
}

.dqpage {
    width: 90%;
    max-width: 1440px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
}

.dqpage a {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
}

@media only screen and (max-width:704px) {
    .newsCon .newxq li {
        width: 48%;
    }

    .hysj .hysj_left {
        width: 100%;
    }

    .hysj .hysj_right {
        width: 100%;
        margin-top: 30px;
    }

    .yxzyCon .con-tab-box .yxzylist {
        width: 100%;
        margin-right: 0;
    }

    .newsCon .newxq li:last-child {
        display: none;
    }
}


/* 新闻列表页 */

.newsListdw {
    width: 100%;
    height: 53px;
    background-color: #fbfbfb;
}

.newsListdw .f-content {
    width: 90%;
    height: 53px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsListdw .f-content a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
}

.newsListdw .f-content img {
    width: 6px;
    height: 12px;
    float: left;
    padding: 0px 13px;
}

.newsConL {
    margin-top: 30px;
}

.newsCon .li {
    margin-bottom: 32px;
    line-height: 25px;
    color: #5F6464;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.newsCon .li .img {
    width: 204px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    float: left;
}

.newsCon .left {
    width: calc(100% - 230px);
    max-width: 760px;
    padding-left: 20px;
}

.newsCon .left h3 {
    font-size: 19px;
    letter-spacing: 1px;
    color: #000000;
}

.newsCon .left h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    margin: 14px 0;
    letter-spacing: 0px;
    color: #000000;
}

.newsCon .left p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
}

.button-1 {
    display: block;
    width: 100%;
    margin: 40px auto 50px;
}

.button-1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
}

.button-1 span img {
    width: 12px;
    float: right;
    margin-left: 10px;
}
@media only screen and (max-width:1200px) {
    .newsCon .pc-tab-brand.hysjCo{
        width: 90%;
        padding: 20px 5%;
    }
}

@media only screen and (max-width:704px) {
    .newsCon .li .img {
        width: 100%;
        height: auto;
    }

    .newsCon .left {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.newsCon .page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 36px auto;
}

.newsCon .page span,
.newsCon .page a.first,
.newsCon .page a.last {
    width: 54px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 8px;
    border: solid 1px #cccccc;
    margin: 0 8px;
}

.newsCon .page a {
    width: 32px;
    height: 37px;
    line-height: 37px;
    border-radius: 8px;
    text-align: center;
    border: solid 1px #cccccc;
    margin: 0 8px;
}

.newsCon .page a.on,
.newsCon .page a:hover {
    background-color: #ff4106;
    color: #fff;
    border: 1px solid #ff4106;
}

.newsShow.caseShow .newsShowTitle,
.newsShow.caseShow .newsShowCon {
    max-width: 100%;
 
}


.newsShow.caseShow .newsShowCon {
    width: 100%;
    display: block;
    overflow: hidden;
}

.newsShow.caseShow .newsShowCon tr:hover {
    background-color: #ff4106;
}

.newsShow.caseShow table {
    max-width: 90%;
    margin: 0 auto;
    outline: none;
    width: auto;
}

table,
td,
tr {
    outline: none;
}

/* 文章详情 */
.newsShow .newsShowTitle {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.newsShow .newsShowCon {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.newsShow .newsShowCon .neirong {
    width: 85%;
    max-width: 800px;
}
.newsShow .newsShowCon .neirong img{
    display: inline;
}

.newsShow .newsShowCon .share {
    width: 13%;
    max-width: 40px;
  
}
.CaseFmbanner img{
    display: block;
    width: 100%;
}
/* .wrapper .newsShowCon img {
    width: auto;
    max-width: 100%;
    display: initial;
} */
.newsShowCon .newsShowCon_Left.Pc{
    margin-top: 90px;
}
.newsShowCon .newsShowCon_Left.Pc img{
    display: block;
    width: 100%;
}

.newsShow .newsShowTitle {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;

}

.newsShow.caseShow .newsShowTitle {
    margin-top: 0;
}

.newsShow .newsShowTitle h2 {
    font-size: 36px;
    line-height: 66px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
}

.newsShow .newsShowTitle .time {
    font-size: 14px;
    line-height: 66px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.newsShowCon_Right {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 20px;
}

.newsShowCon_Right dt {
    font-size: 23px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}

.newsShowCon_Right dd {
    margin-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.newsShowCon_Right dd:last-of-type {
    border-bottom: none;
}

.newsShowCon_Right dd a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 1005;
}

.newsShowCon_Right dd .img {
    width: 30%;
    max-width: 204px;
    margin-right: 3%;
}

.newsShowCon_Right dd .wz {
    width: 65%;
}

.newsShowCon_Right dd .wz .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}

.newsShowCon_Right dd .wz .time {
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 30px;
}

#qrcode {
    display: none;
}

#qrcode img {
    position: absolute;
    left: -155px;
    bottom: 0;
    border: 10px solid #fff;
    padding: 0;
    width: 120px;
    height: 120px;
    max-width: 120px;
}

.share a {
    display: block;
    height: 40px;
    width: 40px;
    color: #5F6464;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
    float: right;
    text-align: center;
}

.share .wx:hover #qrcode {
    display: block;
}



.share .icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url("http://cloud.reyxin.com/icon/wx.png") no-repeat 0 0;
    background-size: contain;
    margin: 0 auto;
    transition: background 0.2s linear;
}

.share .icon_in {
    background-image: url("http://cloud.reyxin.com/icon/in.png");
}

.share .icon_xl {
    background-image: url("http://cloud.reyxin.com/icon/xl.png");
}

.share .icon_lz {
    background-image: url("http://cloud.reyxin.com/icon/lz.png");
}

.share .icon_mail {
    width: 30px;
    height: 30px;
    background-image: url("http://cloud.reyxin.com/icon/mail.png");
}


.share a:hover .icon_wx {
    background-image: url("http://cloud.reyxin.com/icon/wx_hover.png");
}

.share a:hover .icon_in {
    background-image: url("http://cloud.reyxin.com/icon/in_hover.png");
}

.share a:hover .icon_xl {
    background-image: url("http://cloud.reyxin.com/icon/xl_hover.png");
}

.share a:hover .icon_lz {
    background-image: url("http://cloud.reyxin.com/icon/lz_hover.png");
}

.share a:hover .icon_mail {
    background-image: url("http://cloud.reyxin.com/icon/mail_hover.png");
}

@media only screen and (max-width:780px) {
    .newsShow.caseShow .newsShowCon .newsShowCon_Left.Pc {
        display: none;
    }
    .newsShow.caseShow table{
        width: 90% !important;
        border-collapse:collapse;
        border:none;
        border-left: 1px;
        border-top:1px ;
    }
    .newsShow.caseShow table tr{
        display: flex;
        height: auto !important;
        border-left: 1px solid #333;
    }
    .newsShow.caseShow table tr:nth-child(1){
        border-top: 1px solid #333;
    }
    .newsShow.caseShow table tr td{
        flex: 1;
        height: auto;
       
        border-width: 0 !important;
        position: relative;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        border-right-width:1px !important;
        border-bottom-width:1px !important;
    }
    .radius-border{
        position: relative;
    }

   
    .newsShow.caseShow table tr td:nth-child(1){
        flex: 2;
    }
    
}

@media only screen and (max-width:700px) {
    .newsShowCon_Left.mobile{
        margin-top: 80px;
    }
    .newsShow .newsShowCon .share{
        display: none;
    }
    .newsShow .newsShowTitle {
        margin-top: 10px;
    }

    .newsShow .newsShowTitle h2 {
        font-size: 25px;
        line-height: inherit;
    }

    .newsShowCon_Right dd .img {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .newsShowCon_Right dd .wz {
        width: 100%;
        margin-top: 30px;
    }

    .newsTab.dingwei {
        top: 0;
        position: relative !important;
    }

    .newsCon .li {
        flex-direction: column;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
    }

    .newsCon .left h4 {
        margin: 5px 0;
    }
}