/* 新闻详情页面 PC端样式 */
@media (min-width: 901px) {
    .news_mbx_title {
        display: none;
    }

    /* 外层盒子 */
    .imbox_n {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        font-size: 12px;
    }

    .news_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    /* 面包屑 */
    .weizhi {
        height: 30px;
        line-height: 30px;
        color: #0079DC;
    }

    .weizhi a {
        padding-left: 5px;
        padding-right: 5px;
        color: #0079DC;
    }

    .cat_left {
        width: 750px;
    }

    .cat_right {
        width: 380px;
    }


    /*列表页*/
    h1 {
        font-size: 18px;
        font-weight: bold;
        color: #161616;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .all_list {
        width: 741px;
        border: 1px solid #d4d4d4;
    }

    .head_list {
        width: 100%;
        box-sizing: border-box;
    }

    .head_list .pic_l a {
        color: #ff4e00;
    }


    .head_list .pic_r ul .dian {
        display: block;
        background: url(/statics/images/kawa/images/new/tab_dian.gif);
        background-repeat: no-repeat;
        padding-left: 13px;
        margin-left: 5px;
        height: 22px;
        line-height: 22px;
        overflow: hidden;
        color: #55A0FF;
    }

    .head_list .pic_r ul .dian:nth-of-type(1) a,
    .head_list .pic_r ul .dian:nth-of-type(2) a {
        color: #FF4E00;
    }

    .head_list .pic_r ul .dian:nth-of-type(3) a {
        color: #0079dc;
    }

    .head_list .pic_r ul .dian .ys:hover {
        color: #d6701d;
    }

    .head_list .pic_r a {
        color: #444444;
    }

    .head_list .pic_r a:hover {
        color: #d6701d;
    }

    .pic_l {
        width: 360px;
        height: 330px;
        float: left;
    }

    .pic_r {
        width: 370px;
        height: 335px;
        float: right;
        overflow: hidden;
    }

    .pic_l .a {
        display: block;
        width: 350px;
        height: 280px;
        border: 1px solid #d4d4d4;
        padding: 4px;
        color: #003f76;
    }

    .pic_l .a:hover {
        color: #ff4e00;
    }

    .pic_l .a img {
        width: 350px;
        height: 280px;
        display: block;
    }

    .pic_l .txt {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 10px;
        overflow: hidden;
    }

    .pic_l .txt a {
        font-size: 14px;
        color: #003f76;
    }

    .pic_r h2 {
        font-size: 14px;
        border-bottom: 1px dashed #d4d4d4;
        padding-bottom: 5px;
    }

    .list_pt {
        font-size: 14px;
        color: #003f74;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        border-top: 1px dashed #d4d4d4;
    }

    .list_pt a {
        color: #003f74;
    }

    .list_pc {
        padding-bottom: 5px;
    }

    .list_list {
        width: 100%;
        overflow: hidden;
    }

    .pic_list {
        padding: 10px 10px 10px 10px;
        clear: both;
    }

    .pic_list .pic_l {
        width: 180px;
        height: 120px;
        border: 1px solid #d4d4d4;
        padding: 4px;
        float: left;
    }

    .pic_list .pic_l img {
        width: 180px;
        height: 120px;
        display: block;
    }

    .pic_list .pic_r {
        width: 520px;
        padding-left: 8px;
        height: 130px;
        float: right;
    }

    .pic_list .pic_r:hover {
        background: #FFC;
    }

    .pic_list .pic_r h3 {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .pic_list .pic_r h3 a {
        color: #444;
        font-size: 14px;
    }

    .pic_list .pic_r .ms {
        border-bottom: 1px dashed #d4d4d4;
        padding-bottom: 5px;
        line-height: 2.2;
    }

    .pic_list .pic_r .ms a {
        color: #444;
    }

    .pic_list .pic_r .time_l {
        width: 425px;
        float: left;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .pic_list .pic_r .time_l span {
        padding-right: 20px;
        color: #666;
    }

    .pic_list .pic_r .time_r {
        width: 94px;
        float: right;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
    }

    .pic_list .pic_r .time_r a {
        color: #003f76;
    }

    .bg1 {
        background: #f7f7f7;
    }

    .txt_list {
        clear: both;
        padding: 10px 10px 0px 10px;
    }

    .txt_list:hover {
        background: #ffc;
    }

    .txt_list h3 {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .txt_list h3 a {
        color: #444;
        font-size: 14px;
    }

    .txt_list .ms {
        border-bottom: 1px dashed #d4d4d4;
        padding-bottom: 5px;
        line-height: 2.2;
    }

    .txt_list .ms a {
        color: #444;
    }

    .txt_list .time_l {
        width: 619px;
        float: left;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

    .txt_list .time_l span {
        padding-right: 20px;
        color: #666;
    }

    .txt_list .time_r {
        width: 94px;
        float: right;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
    }

    .txt_list .time_r a {
        color: #003f76;
    }

    .kawa_kj {
        width: 731px;
        border: 1px solid #d4d4d4;
        padding: 5px;
    }

    .kawa_kj a {
        padding-left: 3%;
        display: block;
        width: 30%;
        float: left;
    }

    .list_txt {
        border: 1px solid #d4d4d4;
    }

    .tab_qy {
        width: 719px;
        border-bottom: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        margin: 10px;
    }

    .tab_qy .c1 {
        width: 229px;
        padding: 5px;
        border-left: 1px solid #d4d4d4;
        border-top: 1px solid #d4d4d4;
        text-align: center;
        background: #d3dfee;
        overflow: hidden;
    }

    .tab_qy .c2 {
        width: 229px;
        overflow: hidden;
        padding: 5px;
        border-left: 1px solid #d4d4d4;
        border-top: 1px solid #d4d4d4;
        text-align: center;
        background: #fff;
    }

    .jcxy_list {
        width: 741px;
    }

    .jcxy_list .list {
        width: 350px;
        float: left;
        padding: 9px;
        _display: inline;
    }

    .jcxy_list .list:hover {
        background: #ffd;
    }

    .jcxy_list .pic {
        display: block;
        width: 130px;
        border: 1px solid #d4d4d4;
        padding: 4px;
        float: left;
        _display: inline;
    }

    .jcxy_list .pic img {
        width: 130px;
        height: 98px;
        display: block;
    }

    .jcxy_list .txt {
        width: 210px;
        overflow: hidden;
        float: right;
        _display: inline;
        font-size: 12px;
    }

    .jcxy_list .txt .l {
        width: 90px;
        padding: 0 5px 0 5px;
        float: left;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .jcxy_list .txt .r {
        width: 100px;
        padding: 0 5px 0 5px;
        float: right;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .jcxy_list .txt .tl {
        width: 210px;
        height: 20px;
        line-height: 20px;
        padding: 0 5px 0 5px;
        overflow: hidden;
    }

    .jcxy_list .txt .ms {
        width: 210px;
        height: 40px;
        line-height: 20px;
        padding: 0 5px 0 5px;
        overflow: hidden;
    }

    .jyxy_list {
        width: 741px;
    }

    .jyxy_list .list {
        width: 350px;
        float: left;
        padding: 9px;
        _display: inline;
    }

    .jyxy_list .list:hover {
        background: #ffd;
    }

    .jyxy_list .pic {
        display: block;
        width: 110px;
        height: 82.5px;
        border: 1px solid #d4d4d4;
        padding: 4px;
        float: left;
        _display: inline;
    }

    .jyxy_list .pic img {
        width: 110px;
        height: 82.5px;
        display: block;
    }

    .jyxy_list .txt {
        width: 230px;
        height: 82.5px;
        overflow: hidden;
        float: right;
        _display: inline;
    }

    .jyxy_list .txt .l {
        width: 90px;
        padding: 0 5px 0 5px;
        float: left;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .jyxy_list .txt .r {
        width: 120px;
        padding: 0 5px 0 5px;
        float: right;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .jyxy_list .txt .tl {
        width: 230px;
        height: 20px;
        line-height: 20px;
        padding: 0 5px 0 5px;
        overflow: hidden;
    }

    .jyxy_list .txt .ms {
        width: 230px;
        height: 40px;
        line-height: 20px;
        padding: 0 5px 0 5px;
        overflow: hidden;
    }

    .dsj_t {
        width: 721px;
        height: 110px;
        margin: 0 auto;
        background: url(/static/images/kawa/images/new/dsj_top.jpg);
    }

    .dsj_c {
        width: 681px;
        margin: 0 auto;
        padding: 20px 20px 20px 20px;
    }

    .dsj_b {
        width: 721px;
        height: 400px;
        margin: 0 auto;
        background: url(/static/images/kawa/images/new/dsj_b.jpg);
    }

    .dsj_tab_l {
        width: 100px;
        font-weight: bold;
        color: #16347a;
        vertical-align: top;
    }

    .dsj_tab_r {
        width: 621px;
    }

    .xl_fw_li {
        height: 25px;
        line-height: 25px;
        padding: 0px 10px 0px 10px;
        border-bottom: 1px dashed #d4d4d4;
        clear: both;
    }

    .xl_fw_li .l {
        display: block;
        float: left;
    }

    .xl_fw_li .r {
        display: block;
        float: right;
    }

    /* 分页 */
    #pages {
        padding: 10px 0 20px;
        font-family: 宋体;
        text-align: center;
        margin-top: 20px;
    }

    #pages a {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        background: #fff;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #333;
        padding: 0 10px
    }

    #pages a.a1 {
        background: url(../../images/admin_img/pages.png) no-repeat 0 5px;
        width: 56px;
        padding: 0
    }

    #pages a:hover {
        background: #f1f1f1;
        color: #000;
        text-decoration: none
    }

    #pages span {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        background: #5a85b2;
        border: 1px solid #5a85b2;
        color: #fff;
        text-align: center;
        padding: 0 10px
    }

    .page .noPage {
        display: inline-block;
        width: 56px;
        height: 22px;
        line-height: 22px;
        background: url(../../img/icu/titleBg.png) repeat-x 0 -55px;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #a4a4a4;
    }

    .kawa_kj {
        display: none;
    }
}

@media (max-width: 900px) {

    .imbox_n {
        width: 100%;
        flex: 1;
        overflow: auto;
        box-sizing: border-box;
        padding: 2rem 2rem 4rem;
        background-color: #f1f1f1;
    }

    .head_list {
        display: none;
    }
    .list_list .txt_list,
    .list_list .pic_list {
        width: 100%;
        overflow: hidden;
        margin-top: 3rem;
        display: flex;
        justify-content: space-between;
        border-radius: 1rem;
        background-color: #fff;
        box-shadow:
            0 0.1rem 0.1rem hsl(0deg 0% 0% / 0.075),
            0 0.2rem 0.2rem hsl(0deg 0% 0% / 0.075),
            0 0.4rem 0.4rem hsl(0deg 0% 0% / 0.075),
            0 0.5rem 0.5rem hsl(0deg 0% 0% / 0.075),
            0 1.6rem 1.6rem hsl(0deg 0% 0% / 0.075);
    }
    .list_list .txt_list{
        flex-direction: column;
        box-sizing: border-box;
        padding: 3rem;
    }
    .list_list .txt_list h3 a{
        color: #333;
        
    }
    .list_list .txt_list .ms {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .list_list .txt_list .ms a{
        color: #666;        
        font-size: 2.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 当文本溢出时显示省略号 */
        line-height: 1.5;
        /* 设置行高以控制显示高度 */
        height: 4.5em;       
    }
    .list_list .txt_list>div{
        display: flex;
        justify-content: space-between;
        height: auto !important;
    }
    .list_list .txt_list>div a{
        color: #ff4e00;
    }
    .list_list .pic_list img {
        width: 100%;
        min-height: 100%;
        border-radius: 1rem;
    }

    .list_list .pic_list .pic_l {
        width: 36rem;
        height: 24rem;
    }

    .list_list .pic_list .pic_r {
        flex: 1;
        box-sizing: border-box;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .list_list .pic_list .pic_r h3 a {
        color: #333;
        font-size: 2.4rem;
        font-weight: 700;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 当文本溢出时显示省略号 */
        line-height: 1.5;
        /* 设置行高以控制显示高度 */
        height: 3em;
        margin-bottom: 3rem;
    }

    .list_list .pic_list .pic_r .ms {
        display: none;
    }

    .list_list .pic_list .pic_r .time_l {
        font-size: 2rem;
        color: #666;
    }

    .list_list .pic_list .pic_r .time_r a {
        color: #ff4e00;
    }

    .list_list .pic_list .clear {
        display: none;
    }

    .imbox_n .dd_c {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 当文本溢出时显示省略号 */
        line-height: 1.5;
        /* 设置行高以控制显示高度 */
        max-height: 6em;
    }

    .cat_right {
        display: none;
    }

    .gussylike {
        display: none;
    }

    .zt5 {
        display: none;

    }

    .kawa_kj {
        display: none;
    }

    #pages {
        display: flex;
        margin-top: 3rem;
        justify-content: center;
    }

    #pages span,
    #pages a {
        border-radius: 0.5rem;
        background-color: #fff;
        padding: 0.7rem;
        box-shadow:
            0 0.1rem 0.1rem hsl(0deg 0% 0% / 0.075),
            0 0.2rem 0.2rem hsl(0deg 0% 0% / 0.075),
            0 0.4rem 0.4rem hsl(0deg 0% 0% / 0.075),
            0 0.5rem 0.5rem hsl(0deg 0% 0% / 0.075);
        margin-right: 0.4rem;
        font-size: 2rem;
    }

    #pages a {
        color: #333;
    }

    #pages span {
        background-color: #5a85b2;
        color: #fff;
    }
}