body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, form, input, button,
textarea {
            margin: 0;
            padding: 0;
            word-break: break-all;
            word-wrap: break-word;
        }

        a {
            text-decoration: none;
            outline: 0;
            color: #252a2d;
        }

        a:hover {
            text-decoration: none;
            color: #0093e8;
        }

        .desc {
            padding: 10px 15px 5px 15px;
            border: 1px solid #ddd;
            margin: 10px 0px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .breadnav {
            width: 1240px;
            margin: 0 auto;
            border-bottom: #f6f6f7 solid 1px;
            font-size: 12px;
            line-height: 40px;
            color: #858585;
        }

        .breadnav a {
            color: #858585;
        }

        .breadnav a::after {
            content: ">";
            color: #cdcdcd;
            font-size: 12px;
            margin: 0 7px;
        }

        .content {
            width: 1240px;
            margin: 0 auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
            margin-top: 32px;
            position: relative;
        }

        .main_l {
            width: 175px;
            padding-right: 24px;
            height: 100%;
            border-right: #E9E9E9 solid 1px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .main_c {
            width: 640px;
            margin-left: 240px;
        }

        .main_r {
            width: 300px;
        }

        .tit {
            font-size: 18px;
        }

        .tit2 {
            font-size: 18px;
            line-height: 30px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
            margin-bottom: 6px;
        }

        .tit2 em {
            content: "";
            height: 1px;
            display: inline-block;
            background-color: #E3E3E3;
            flex: 1;
            margin: 0 10px;
        }

        .more {
            font-size: 13px;
            line-height: 13px;
            font-weight: 300;
        }

        .more a {
            color: #a7a7a7;
            position: relative;
            padding-right: 8px;
        }

        .more a::after {
            content: "";
            position: absolute;
            top: 4px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #fff #fff #fff #c8c8c8;
            -webkit-transform-origin: 25% center;
            transform-origin: 25% center;
            border-width: 4px 0 4px 4px;
        }

        .more a:hover::after {
            border-color: #fff #fff #fff #02afff;
        }

        .main_c .products {
            margin-right: 40px;
        }

        .main_r .picture_text h4 {
            width: 131px;
            float: left;
        }

        .main_r .tit2 em {
            width: 68%;
        }

        .main_r .picture img {
            width: 129px;
            height: 80px;
        }

        .main_c .hotpot_list a, .main_c .hotpot_list a img {
            width: 198px;
            height: 123px;
        }

        /*今日要闻*/
        .today_news {
            position: sticky;
            position: -webkit-sticky;
            top: 0;
        }

        .today_news .tit i {
            font-size: 34px;
            line-height: 34px;
            font-weight: 900;
        }

        .today_news ul li {
            font-size: 13px;
            line-height: 22px;
            border-top: #EEE solid 1px;
            margin-top: 10px;
            padding-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        /*标签*/
        .tags {
            font-size: 13px;
            line-height: 30px;
            color: #979797;
            margin-top: 30px;
            padding-bottom: 25px;
        }

        .tags a {
            display: inline-block;
            background-color: #F4F5F6;
            color: #67798a;
            margin-right: 5px;
            padding: 0 20px;
            background-color: #F4F5F6;
            margin-bottom: 5px;
        }

        .tags a:hover {
            background-color: #eef0f1;
        }

        /*您可能感兴趣*/
        .relative_news {
            margin-top: 25px;
            padding-bottom: 20px;
        }

        .relative_news ul {
            border-left: #eee solid 5px;
            padding-left: 13px;
        }

        .relative_news ul li {
            font-size: 15px;
            line-height: 28px;
        }

        .relative_news ul li a {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .partake {
            padding-bottom: 0;
        }

        /*文章内容*/
        #content img {
            max-width: 100%;
        }

        .main_c h1 {
            font-size: 30px;
            font-weight: 900;
            line-height: 42px;
        }

        .article_info {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
            margin-top: 20px;
            font-size: 13px;
            color: #979797;
            padding-bottom: 25px;
        }

        .article_info a {
            color: #979797;
            display: inline-block;
        }

        .infos .time, .infos .from {
            margin-right: 25px;
        }

        .main_c p {
            line-height: 28px;
            font-size: 16px;
            text-indent: 2em;
            margin-top: 26px;
            text-align: justify;
        }

        /*左图右标题格式*/

        .picture_text {
            border-bottom: #EBEBEB solid 1px;
            padding-bottom: 25px;
            margin-bottom: 25px;
            display: block;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .picture_text:hover {
            background-color: #f8f8f8;
        }

        .tuwen1 {
            margin-top: 25px;
        }

        .tuwen1_con {
            border: #E6E6E6 solid 1px;
            border-top: none;
            padding: 6px 13px 0;
        }

        .tuwen1 .picture {
            width: 129px;
            max-width: 129px;
            max-height: 95px;
            overflow: hidden;
            margin-right: 12px;
        }

        .tuwen1 h4 {
            font-size: 15px;
            line-height: 24px;
            font-weight: 300;
        }

        .tuwen1 .picture_text {
            padding-bottom: 13px;
            margin-bottom: 13px;
        }

        .tuwen1 .picture_text a {
            display: block;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
