html {
            zoom: 1
        }

        html * {
            outline: 0;
            zoom: 0
        }

        html button::-moz-focus-inner {
            border-color: transparent !important
        }

        q:after,
        q:before {
            content: ''
        }

        blockquote,
        body,
        button,
        code,
        dd,
        div,
        dl,
        dt,
        fieldset,
        form,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        input,
        legend,
        li,
        ol,
        p,
        pre,
        td,
        textarea,
        th,
        ul {
            margin: 0;
            padding: 0
        }

        input,
        select {
            margin: 0;
            padding: 0;
            vertical-align: middle;
            font-size: 12px
        }

        body {
            color: #333;
            text-align: left;
            font-size: 14px;
            font-family: '微软雅黑', Arial, Tahoma, Verdana, STHeiTi, sans-serif, Helvetica, SimSun
        }

        body>div {
            margin-right: auto;
            margin-left: auto;
            text-align: left
        }

        dd,
        dl,
        dt,
        form,
        img,
        li,
        ol,
        p,
        ul {
            margin: 0;
            padding: 0;
            border: 0
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            padding: 0;
            font-weight: 400;
        }

        dd,
        dt,
        li,
        ol,
        ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        a img,
        fieldset {
            border: 0
        }

        input,
        select,
        textarea {
            font-size: 12px
        }

        input {
            vertical-align: middle
        }

        caption,
        th {
            text-align: left
        }

        table {
            margin: 0;
            padding: 0;
            border: none
        }

        input,
        select {
            vertical-align: middle
        }

        .w1280 {
            width: 1280px
        }

        .m_center {
            clear: both;
            margin: 0 auto
        }

        .clear {
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
            overflow: hidden;
        }

        a {
            color: #333;
            text-decoration: none
        }

        a:hover {
            text-decoration: none
        }

        a {
            cursor: pointer
        }

        .c-fl {
            float: left
        }

        .c-fr {
            float: right
        }

        .hide {
            overflow: hidden;
        }

        .mt15 {
            margin-top: 15px;
        }

        .mt20 {
            margin-top: 20px;
        }
        .mt50 {
            margin-top: 50px;
        }
        .ml20 {
            margin-left:20px;
        }

        body {
            background: url(//www.chinanews.com.cn/fileftp/2024/06/2024-06-26/U947P4T47D54321F977DT20240626132703.jpg) no-repeat top center;
        }

        /*header*/
        #header {
            width: 100%;
            height: 377px;
            position: relative;
        }

        #header .logo {
            margin-top: 30px;
            width: 262px;
            height: 42px;
            position: absolute;
            left: 50%;
            margin-left: -590px;
            background: url(/fileftp/2024/06/2024-06-26/U947P4T47D54321F24532DT20240628152652.png) no-repeat;
        }
.gohome {
    width: 90px;
    height: 42px;
    float: left;
}

        #header .c-fr {
            margin-right: 30px;
            margin-top: 20px;
        }

        #header .c-fr .div1 {
            float: left;
            display: inline-block;
            margin-right: 40px;
            font-size: 18px;
            color: #fff;
            line-height: 40px;
            cursor: pointer;
            text-align: right;
            z-index: 11;
            height: 85px;
        }

        /* #header .c-fr #lm{position: ;} */
        #header .c-fr .div1 .lm {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F24533DT20240506105042.png) right center no-repeat;
            margin-left: 10px;
            width: 18px;
            height: 10px;
            display: inline-block;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
            cursor: pointer;
        }

        /*#header .c-fr .div1:hover .lm{transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg);-ms-transform:rotate(180deg);}*/
        /*search*/
        .searchinput {
            float: left;
        }

        .searchinput .search_input {
            border: #61b1e8 1px solid;
            width: 180px;
            height: 38px;
            padding: 0 10px 0 18px;
            background: transparent;
            color: #fff;
            line-height: 38px;
            float: left;
            border-radius: 19px 0 0 19px;
            border-right: none;
        }

        .searchinput .search_a {
            line-height: 38px;
            text-align: center;
            color: #fff;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F24534DT20240506105928.png) no-repeat left center;
            float: left;
            display: block;
            width: 37px;
            height: 38px;
            text-decoration: none;
            font-size: 0px;
            border: #61b1e8 1px solid;
            border-left: none;
            border-radius: 0 19px 19px 0;
        }

        /*nav*/
        .navbg {
            /* background-image: linear-gradient(to bottom, #58718c , transparent);
    width: 100%; 
    height: 567px; */
            display: none;
            position: absolute;
            left: 0;
            top: 100px;
            z-index: 10;
        }

        .arrowup {
            width: 0;
            height: 0;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            border-bottom: 20px solid #f2f2f2;
            display: none;
            position: absolute;
            right: 465px;
            top: 80px;
            z-index: 10;
        }

        .nav {
            background: #f2f2f2;
            width: 1280px;
            height: 90px;
            z-index: 11;
            display: none;
            text-align: center;
            position: absolute;
            left: 50%;
            margin-left: -640px;
            top: 100px;
        }

        .nav a {
            line-height: 90px;
            padding: 0 15px;
            text-align: center;
            font-size: 20px;
        }

        /* 焦点图 */
        .dh ul {
            width: 1280px;
            height: 485px;
            margin: 20px auto 0
        }

        .dh ul,
        .dh ul li {
            position: relative;
            overflow: hidden;
            height: 475px;
        }

        .dh ul li {
            float: left;
            width: 144px;
            height: 100%;
            cursor: pointer;
        }

        .dh ul li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .dh ul li .layer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, .5);
            height: 100%;
            color: #fff;
        }

        .dh ul li img {
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
            height: 100%;
        }

        .dh ul li .layer .p1 {
            position: absolute;
            bottom: 5%;
            left: 0;
            writing-mode: vertical-rl;
            height: 90%;
            text-align: center;
            font-size: 20px;
            width: 88px;
        }

        .dh ul li .layer .p2 {
            position: absolute;
            bottom: 0;
            right: 200%;
            width: 805px;
            height: 90px;
        }

        .dh ul li .layer .p2 b {
            display: block;
            font-size: 24px;
            font-weight: 600;
            line-height: 80px;
        }

        .dh ul li .layer .p2 span {
            display: block;
            font-size: 15px;
            line-height: 25px;
        }

        .dh ul li.curr img {
            -webkit-filter: blur(0);
            -moz-filter: blur(0);
            -ms-filter: blur(0);
            filter: blur(0);
        }

/*即时新闻和法治热点*/
        .lm_bt {
            width: 100%;
            height: 44px;
            line-height: 44px;
            color: #0a48c1;
            font-size: 21px;
            background: url(//image.cns.com.cn/default/5ddb9ec3/20231113/images/lmbt_bg1.jpg) repeat-x bottom center;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .lm_bt a {
            color: #0a48c1;
            font-size: 21px;
            background: url(//www.chinanews.com.cn/fileftp/2024/06/2024-06-26/U947P4T47D54321F967DT20240701102536.jpg) repeat-x bottom center;
            height: 44px;
            display: inline-block;
        }
        .con-left {
            float: left;
            width: 846px;
        }
        .con-right {
            float: right;
            width: 415px;
        }
.jxnews {
            width: 100%;
            height: 90px;
            border-bottom: 1px dashed #e9e9e9;
            padding: 15px 0;
        }

        .jxnews .left {
            width: 660px;
            line-height: 28px;
            float: left;
        }

        .jxnews .left .title {
            font-size: 26px;
            height: 36px;
            padding: 10px 0;
            margin-bottom: 15px;
        }

        .jxnews .left .info {
            font-size: 14px;
            color: #b9c5d4;
        }

        .jxnews .left .info a {
            color: #b9c5d4;
        }

        .jxnews .right {
            width: 135px;
            height: 90px;
            float: right;
        }

        .jxnews .right img {
            width: 135px;
            height: 90px;
        }

        .hotnews {
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .rank_right_ul {
            background: url(//image.cns.com.cn/default/finance2021/images/rank.jpg) no-repeat 8px 22px;
            margin: 0 11px;
            width: 393px;
        }

        .rank_right_ul li {
            padding: 15px 0 5px 45px;
            height: 50px;
            border-bottom: 1px dashed #f1f1f1;
            line-height: 25px;
            font-size: 16px;
        }

        .rank_right_ul li:nth-child(10) {
            border-bottom: none;
        }

        .column-title {
            text-align: center;
            margin-top: 50px;
            margin-bottom: 30px;
        }

/*法治经纬*/
.fzjw-left-pic {
            width: 623px;
            float: left;
        }
        .fzjw-left-pic img {
            width: 100%;
            height: 346px;
            border-radius: 5px;
        }
        .fzjw-left-pic .title {
            font-size: 16px;
            line-height: 2;
        }
        .fzjw-right-list {
            width: 623px;
            float: left;
            margin-left: 34px;
        }
        .fzjw-right-list ul li {
            font-size: 16px;
            line-height: 2;
            padding-left: 15px;
            background: url(//image.cns.com.cn/default/5ddb9ec3/20210723/12.jpg) no-repeat 0;
background-position: 0 15px;
        }
        .fzjw-right-list ul li:first-child {
            font-size: 20px;
            font-weight: 600;
        }
        .fzjw-right-pic {
            width: 643px;
            float: left;
            margin-left: 14px;
            margin-top: 20px;
        }
        .fzjw-right-pic ul li {
            float: left;
            margin-left: 20px;
            width: 300px;
        }
        .fzjw-right-pic ul li img {
            width: 100%;
            height: 166px;
            border-radius: 5px;
        }
        .fzjw-right-pic .title {
            font-size: 16px;
            line-height: 1.5;
            padding: 5px 10px;
        }
/*法制建设*/
        .fzjs-left {
            width:852px;
            float: left;
        }
        .fzjs-right {
            width:413px;
            float: right;
        }
        .fzjs-lfjc,.fzjs-sfgg {
            width:100%;
            height: 257px;
            background: #f9f9f9;
            border-bottom: 1px solid #fff;
            padding-bottom: 20px;
        }
        .fzjs-column-title {
            font-size: 22px;
            font-weight: 600;
            padding: 20px;
        }
        .fzjs-column-title a {
            color: #0a48c1;
        }
        .fzjs-column-pic {
            width: 280px;
            height: 188px;
            position: relative;
            overflow: hidden;
            padding: 0 20px;
            float: left;
        }
        .fzjs-column-pic img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }
        .fzjs-column-pic .title {
            color: #fff;
            font-size: 16px;
            width: 260px;
            position: absolute;
            bottom: 0;
            background: #000;
            opacity: 0.7;
            padding: 10px;
            text-align: left;
            line-height: 1.5;
            border-radius: 0 0 5px 5px;
        }
        .fzjs-column-list {
            width: 512px;
            float: left;
        }
        .fzjs-column-list ul li {
            font-size: 16px;
            line-height: 2;
            padding-left: 15px;
            background: url(//image.cns.com.cn/default/5ddb9ec3/20210723/12.jpg) no-repeat 0;
background-position: 0 15px;
        }
        .fzjs-column-list ul li:first-child {
            font-weight: 600;
        }
        .fzjs-column-list.sfgg-list {
            margin-left:20px;
        }
        .fzjs-yfxz .leftimg {
            float: left;
            width: 225px;
            height: 150px;
            overflow: hidden;
            border-radius: 5px;
        }
        .fzjs-yfxz .leftimg img {
            width: 100%;
            height: 100%;
        }
        .fzjs-yfxz .righttext {
            float: left;
            margin: 22px 20px;
            width: 148px;
            height: 103px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }
        .fzjs-yfxz .righttext a {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
        }
        .fzjs-column-title.yfxz {
            padding-left: 0;
        }
        .fzjs-yfxz-list {
            clear: both;
            padding-top: 20px;
        }
        .fzjs-yfxz-list li{
            font-size: 16px;
            line-height: 1.5;
            min-height: 53px;
            white-space: initial;
            padding-left: 15px;
            background: url(//image.cns.com.cn/default/5ddb9ec3/20210723/12.jpg) no-repeat 0;
background-position: 0 10px;
        }
        /*法律讲堂*/
        .fljt-left {
            width: 337px;
            height: 453px;
            float: left;
            background: #f9f9f9;
            border-radius: 5px;
        }
        .fljt-left img {
            width: 100%;
            height: 240px;
            border-radius: 5px;
        }
        .fljt-left .title {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.5;
            padding: 20px 20px 0px;
        }
        .fljt-left .des {
            font-size: 16px;
            line-height: 1.5;
            padding: 20px;
        }
        .fljt-right {
            width: 920px;
            float: right;
        }
        .fljt-right-top {
            width: 880px;
            height: 135px;
            background: #f9f9f9;
            margin-bottom: 20px;
            padding: 20px;
            border-radius: 5px;
        }
        .fljt-right-top .title {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.5;
        }
        .fljt-right-top .des {
            font-size: 16px;
            line-height: 1.5;
            margin-top: 15px;
        }
        .fljt-right-down ul li {
            float: left;
            width: 293px;
        }
        .fljt-right-down ul li img {
            width: 100%;
            height: 196px;
        }
        .fljt-right-down ul li+li {
            margin-left: 20px;
        }
        .fljt-right-down ul li .title {
            font-size: 16px;
            padding: 5px 10px;
            line-height: 1.5;
        }

/*法治锐评*/
        .fzrp-wrap {
            width: 100%;
            height: 457px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/06/2024-06-26/U947P4T47D54321F29950DT20240703105840.png) no-repeat center top;
            margin-top: -30px;
        }

        .fzrp-content {
            width: 1280px;
            margin: 0 auto;
            padding-top: 50px;
        }

        .fzrp-left {
            width: 855px;
            float: left;
        }

        .fzrp-left li {
            clear: both;
            width: 100%;
            height: 165px;
        }

        .fzrp-left li .content {
            float: left;
            width: 570px;
        }

        .fzrp-left li .pic {
            width: 260px;
            height: 165px;
            float: left;
        }

        .fzrp-left li .pic img {
            width: 100%;
            height: 100%;
        }

        .fzrp-left li .title {
            font-size: 20px;
            font-weight: 600;
            float: left;
            width: 570px;
            line-height: 1.5;
        }

        .fzrp-left li .des {
            font-size: 16px;
            float: left;
            width: 570px;
            line-height: 1.5;
            margin-top: 15px;
        }

        .fzrp-line {
            width: 100%;
            height: 1px;
            border-bottom: 1px dashed #ddd;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .fzrp-right {
            width: 355px;
            float: right;
        }

        .fzrp-right li {
            width: 315px;
            height: 110px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/06/2024-06-26/U947P4T47D54321F29951DT20240703152145.png) no-repeat;
            background-position: 255px 145px;
            padding: 45px 20px;
        }

        .fzrp-right li a {
            font-size: 22px;
            line-height: 1.5;
        }

        /*最新消息*/
        .news_list_ul {
            text-align: left;
            width: 1280px;
        }

        .news_list_ul li {
            border-bottom: #eaeaea 2px dashed;
            cursor: pointer;
            padding: 20px 0;
            overflow: hidden;
        }

        .news_list_ul li.isPic {}

        .news_list_ul li.isPic .c-fl {
            width: 260px;
            height: 173px;
        }

        .news_list_ul li.isPic .c-fl img {
            width: 260px;
            height: 173px;
        }

        .news_list_ul li.isPic .c-fr {
            width: 990px;
            height: 163px;
            padding: 5px 0;
        }

        .news_list_ul li.noPic {
            width: 100%;
        }

        .news_list_ul li .news_title {
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 10px;
        }

        .news_list_ul li .news_content {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 10px;
            color: #a5a5a5;
        }

        .news_list_ul li .news_content .time {
            color: #a5a5a5;
            font-size: 14px;
            line-height: 40px
        }

        #page_bar {
            text-align: center;
        }

        /*pagebottom*/
        .pagebottom {
            color: #333;
            margin: 60px auto 0;
            padding: 0;
            width: 100%;
            background: #f5f5f5;
            border-top: 6px solid #163fb5;
        }

        .pagebottom a {
            color: #333;
        }

        .pagebottom_nav {
            height: 48px;
            line-height: 48px;
            text-align: center;
            font-size: 16px;
            color: #333;
            margin-top: 40px;
        }

        .pagebottom_nav span {
            padding: 0 10px
        }

        .pagebottom_nav1 span {
            padding: 0 2px
        }

        .pagebottom_nr {
            padding: 20px 0 20px 10px;
            color: #999;
            text-align: center;
            font-size: 16px
        }

        .pagebottom_nr1 {
            padding-left: 10px;
            padding-right: 0
        }

        .pagebottom_nr a {
            color: #999;
            text-decoration: none
        }

        .pagebottom_nr a:hover {
            color: #999;
            text-decoration: underline
        }

        .pagebottom p {
            line-height: 30px
        }

        .mr0 {
            margin-right: 0px;
        }

        .pagebottom_qrcode {
            margin: 0 auto;
            width: 800px;
            height: 140px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54144F24534DT20240508095734.png) no-repeat;
            background-position: 80px;
            padding-top: 20px;
        }

        .pagebottom_qrcode ul {
            margin-left: 220px;

        }

        .pagebottom_qrcode li {
            float: left;
            margin-right: 10px;
            margin-top: 25px;
            display: flex;
            align-items: center;
        }

        .pagebottom_qrcode li span {
            width: 100px;
            font-size: 14px;
            color: #a1a1a1;
            display: inline-block;
            margin-left: 10px;
        }

        #top {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F29952DT20240521143829.png) no-repeat;
            width: 85px;
            height: 85px;
            background-size: 85px 85px;
            display: block;
            position: fixed;
            right: 55px;
            top: 800px;
            z-index: 1000;
        }

