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;
        }

        body {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F977DT20240506102615.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;
        }

        #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);
        }

        /* 要闻和留言板 */
        .topNews {
            float: left;
            width: 835px;
        }

        .TabTitle {
            background: #ebf5fc;
            border-bottom: #c5e2f8 1px solid;
            height: 64px;
            position: relative;
        }

        .TabTitle ul {
            position: absolute;
            left: 20px;
        }

        .TabTitle ul li {
            float: left;
            font-size: 18px;
            padding: 20px 30px;
        }

        .TabTitle ul li.active {
            color: #4b81cf;
            border: #c5e2f8 1px solid;
            border-bottom: none;
            background: #f5faff;
        }

        .TabContent {
            background: #f5faff;
            height: 500px;
        }

        .topNewsList li {
            padding: 12px 20px;
            height: 100px;
        }

        .topNewsList .pic {
            float: left;
            width: 150px;
            height: 100px;
        }

        .topNewsList .pic img {
            width: 100%;
            height: 100%;
        }

        .topNewsList .title {
            float: left;
            width: 620px;
            height: 100px;
            font-size: 20px;
            color: #333;
            line-height: 30px;
            margin-left: 20px;
            border-bottom: #e6f1fa 1px solid;
        }

        .topNewsList .title .datetime {
            color: #bbb;
            font-size: 14px;
        }

        .messageBoard {
            float: right;
            width: 425px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F978DT20240506154708.jpg)no-repeat center top;
            height: 568px;overflow:hidden;
        }

        .messageList {
            width: 400px;
            height: 370px;
            overflow-y: scroll;
            margin-left: 13px;
            margin-top: 90px;
        }

        .messageList::-webkit-scrollbar {
            width: 4px;
        }

        .messageList::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.2);
        }

        .messageList::-webkit-scrollbar-track {
            border-radius: 0;
            background: rgba(0, 0, 0, 0.1);
        }

        .messageList li {
            border-bottom: #dfeefa 1px solid;
            padding: 12px 10px;
        }

        .messageList .name {
            font-size: 14px;
            color: #a4a4a4;
        }

        .messageList .messageContent {
            font-size: 16px;
            color: #333;
        }

        .messageBtn {
            width: 235px;
            margin: 0 auto;
            margin-top: 50px;
        }

        .wjzk {
            height: 84px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F29948DT20240506165958.png) no-repeat center top;
margin-top:50px;
        }

        .wjzk-info0, .wjzk-info1,.wjzk-info2,.wjzk-info3,.wjzk-info4,.wjzk-info5,.wjzk-info6{
            width: 329px;
            float: left;
            height: 298px;
        }
        .wjzk-info0 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F29949DT20240506171324.png) no-repeat center top;
        }
        .wjzk-info1 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F24532DT20240520100759.png) no-repeat center top;
        }
        .wjzk-info2 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F24533DT20240520100759.png) no-repeat center top;
        }
        .wjzk-info3 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F24534DT20240520100759.png) no-repeat center top;
        }
        .wjzk-info4 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F29947DT20240520100759.png) no-repeat center top;
        }
        .wjzk-info5 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F29948DT20240520100759.png) no-repeat center top;
        }
        .wjzk-info6 {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-20/U947P4T47D54205F29949DT20240520100759.png) no-repeat center top;
        }

        .wjzk-info0 span,.wjzk-info1 span,.wjzk-info2 span,.wjzk-info3 span,.wjzk-info4 span,.wjzk-info5 span,.wjzk-info6 span {
            display: block;
            font-size: 18px;
            padding: 92px 20px 0px 42px;
            line-height: 2;
        }

        .wjzk-btnlist {
            width: 500px;
            float: left;
        }

        .wjzk-btnlist ul {
            margin-top: 15px;
        }

        .wjzk-btnlist ul li {
            float: left;
            width: 139px;
            height: 114px;
            margin-left: 20px;
            margin-top: 27px;
        }
.wjzk-btnlist ul li:hover img {
    transform: scale(1.1);
    box-shadow: 0px 0px 30px 0px rgba(28, 76, 186, 0.4);

}

        .wjzk-gwt {
            background: url(http://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54134F29947DT20240507094628.png) no-repeat center top;
            width: 426px;
            float: right;
        }

        .wjzk-gwt ul {
            width: 100%;
            height: 260px;
            overflow-y: scroll;
            margin-top: 40px;
        }

        .wjzk-gwt ul::-webkit-scrollbar {
            width: 4px;
        }

        .wjzk-gwt ul::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.2);
        }

        .wjzk-gwt ul::-webkit-scrollbar-track {
            border-radius: 0;
            background: rgba(0, 0, 0, 0.1);
        }

        .wjzk-gwt ul li {
            width: 135px;
            height:125px;
            float: left;
            text-align: center;
            margin: 5px 0;
        }

        .wjzk-gwt img {
            border-radius: 40px;
            width: 80px;
            height: 80px;
        }

        .wjzk-gwt .name {
            font-size: 16px;
        }

        .wjzk-gwt .position {
            font-size: 12px;
            color: #666;
        }

        /* 华文教育 */
        .hwjy {
            height: 88px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54134F29949DT20240507105133.png) no-repeat center top;
margin-top:50px;
        }

        .hwjy-list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .hwjy-list li {
            width: 305px;
            font-size: 18px;
            line-height: 2;
            color: #666;
            margin-bottom: 30px;
        }

        .hwjy-list li img {
            width: 100%;
            height: 203px;
        }

        /* 名师园地 */
        .msyd {
            width: 630px;
            float: left;
        }

        .msyd .title {
            text-align: center;
        }

        .msyd .pic li {
            float: left;
            margin: 10px 20px 10px 0;
            width: 294px;
            height:238px;
        }

        .msyd .pic li img {
            width: 100%;
            height: 196px;
            border-radius: 5px;
        }

        /* 学生习作 */
        .xsxz {
            width: 630px;
            float: right;
        }

        .xsxz .title {
            text-align: center;
        }

        .xsxz-list li {
            font-size: 20px;
            line-height: 2.6;
            background: url(//image.cns.com.cn/default/5ddb9ec3/20210723/12.jpg) no-repeat left center;
            padding-left: 30px;
            border-bottom: #e7f1f9 1px solid;
        }

        /* 通栏大图 */
        .llBigPic {
            width: 100%;
            height: 250px;
            margin: 0 auto;
            margin-top: 20px;
            position: relative;
        }

        .llBigPic img {
            height: 250px;
            width: 100%;
            z-index: 1
        }

        .llBigPic_div {
            position: absolute;
            left: 50%;
            margin-left: -640px;
            top: 185px;
            z-index: 2;
            height: 64px;
            width: 1280px;
        }

        .llBigPic_div .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #000;
            filter: Alpha(Opacity=50);
            opacity: .5;
            z-index: 3;
        }

        .llBigPic_div .info {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 4;
            padding: 17px 40px;
            line-height: 30px;
        }

        .llBigPic_div .info p {
            color: #fff;
            font-size: 24px;
        }

        .llBigPic_div .info span {
            color: #d2d2d2;
            font-size: 16px;
        }

        /* 中新直播 */
        .zxzb {
            height: 84px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54134F29952DT20240507144115.png) no-repeat center top;
margin-top:50px;
        }

        .zxzb-pic {
            width: 1280px;
            height: 720px;
            position: relative;
            margin-top: 20px;
        }

        .zxzb-pic img {
            border-radius: 20px;
            width:1280px;
            height:720px;
        }

        .zxzb-pic .title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 1180px;
            height: 60px;
            background: #275993;
            opacity: .8;
            color: #fff;
            font-size: 26px;
            line-height: 60px;
            padding-left: 100px;
            border-radius: 0 0 20px 20px;
        }

        .zxzb-pic .play {
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54144F24533DT20240507155211.png) no-repeat center center;
            width: 60px;
            height: 60px;
            position: absolute;
            bottom: 20px;
            left: 20px;
        }

        /* 网上教学 */
        .wsjx {
            height: 88px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54134F29953DT20240507145112.png) no-repeat center top;
            margin-bottom: 20px;
margin-top:50px;
        }

        .wsjx-bigpic {
            width: 505px;
            float: left;
        }

        .wsjx-bigpic img {
            width: 100%;
            height: 334px;
        }

        .wsjx-bigpic .title {
            width: 100%;
            text-align: center;
            font-size: 20px;
            line-height: 2.5;
            background: #f6f6f6;
        }

        .wsjx-piclist {
            width: 775px;
            float: left;
        }

        .wsjx-piclist li {
            width: 238px;
            float: left;
            margin-left: 20px;
            padding-bottom: 15px;
height: 231px;
        }

        .wsjx-piclist li img {width:100%; height:148px;}
        .wsjx-piclist li .title {
            font-size: 16px;
            line-height: 2;
        }

        /* 最新消息 */
        .zxxx {
            height: 84px;
            background: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-06/U947P4T47D54128F29953DT20240507145818.png) no-repeat center top;
margin-top:50px;
        }

        .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: url(https://www.chinanews.com.cn/fileftp/2024/05/2024-05-07/U947P4T47D54144F24531DT20240508095734.jpg) no-repeat center bottom;
        }

        .pagebottom a {
            color: #333;
        }

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

        .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-07/U947P4T47D54144F29947DT20240508134550.png) no-repeat;
            width: 85px;
            height: 85px;
            background-size: 85px 85px;
            display: block;
            position: fixed;
            right: 55px;
            top: 800px;
            z-index: 1000;
        }

