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

    .kawa_title {
        background: url(images/dianzanicon.jpg) no-repeat 8px 5px;
        height: 30px;
        line-height: 30px;
        color: #0183fd;
        font-size: 14px;
        font-weight: bold;
        padding-left: 30px;
        float: left;
    }


    /*内容页*/
    .all_show {
        border: none;
    }

    .cat_left>h1 {
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        padding: 20px 0 10px;
        line-height: 36px;
        
    }

    .cat_left .t_b_l span {
        padding-right: 10px;
        color: #7d7d7d;
        padding-left: 0px;
    }

    .cat_left .t_b_l font {
        font-size: 12px;
        padding-right: 10px;
    }


    .cat_left .dd {
        background: #F3F3F3;
        padding: 10px 15px 10px 15px;
        line-height: 20px;
        text-align: justify;
    }

    #player {
        width: 691px;
        height: 450px;
        margin: 0 auto;
        border: 1px solid #d4d4d4;
        padding: 4px;
        margin-bottom: 10px;
    }

    #show {
        margin: 10px 0;
    }

    #show p {
        margin-top: 10px;
        line-height: 1.6;
    }

    #show .t {
        margin-top: 10px;
        line-height: 1.6;
        text-indent: 0em;
        text-align: center;
        font-weight: bold;
    }

    #show p.c {
        text-indent: 0em;
        margin-top: 0px;
    }

    #show .b {
        font-weight: bold;
    }

    #show .pic {
        text-align: center;
        text-indent: 0em;
        line-height: 1.6;
    }

    #show p a {
        color: #077aba;
    }

    #show img {
        max-width: 750px;
        display: block;
        margin: 0 auto;
    }

    .show_fgx {
        height: 10px;
        line-height: 10px;
        background: url(/statics/images/kawa/images/new/show_fgx.gif);
        margin-top: 10px;
    }

    /*wrapper*/
    #wrapper {
        width: 721px;
        margin: 0 auto;
    }

    #picSlideWrap {
        padding-bottom: 0px;
    }

    .imgnav {
        width: 721px;
        margin: 0px auto;
    }

    #content {
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    .imgnav {
        position: relative;
        margin: 0 auto;
        width: 640px;
    }

    #img {
        z-index: 10;
        width: 721px;
        position: relative;
        text-align: center;
    }

    #img img {
        max-height: 450px;
        max-width: 700px;
        display: none;
        border: 4px solid #000;
    }

    #front {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 10;
        cursor: pointer;
        width: 274px;
        height: 450px;
        background: url(../../images/kawa/images/new/blank.gif);
    }

    #front a {
        position: absolute;
        left: 20px;
        top: 175px;
        display: block;
        background: url(../../images/kawa/images/new/imgSlideLeft.png) no-repeat;
        width: 104px;
        height: 104px;
        display: none;
    }

    #next {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
        cursor: pointer;
        width: 274px;
        height: 450px;
        background: url(../../images/kawa/images/new/blank.gif);
    }

    #next a {
        position: absolute;
        right: 20px;
        top: 175px;
        display: block;
        background: url(../../images/kawa/images/new/imgSlideRight.png) no-repeat;
        width: 104px;
        height: 104px;
        display: none;
    }

    #cbtn {
        background: #EAEBF0;
        position: relative;
        height: 122px;
        border: 1px solid #D6D9DC;
        margin-top: 12px;
    }

    #cbtn ul {
        position: relative;
        width: 10000px;
        height: 122px;
    }

    #cbtn ul li {
        float: left;
        padding: 8px 3px 3px 3px;
        width: 116px;
        height: 86px;
        cursor: pointer;
        text-align: center;
        margin-right: 0px;
        position: relative;
    }

    #cbtn ul li img {
        width: 116px;
        height: 86px;
        display: block;
    }

    #cbtn ul li tt {
        background: #000;
        color: #FFF;
        position: absolute;
        right: 4px;
        bottom: 4px;
        z-index: 20;
        font-family: "宋体";
        font-size: 12px;
        line-height: 16px;
        padding: 0 5px;
    }

    #cbtn li.hov {
        background: url(../../images/kawa/images/new/imgHoverBg.gif) no-repeat;
    }

    .ctrl div {
        clear: both;
    }

    #cSlideUl {
        width: 610px;
        height: 116px;
        overflow: hidden;
        position: relative;
        top: 10px;
        margin: 0 auto;
    }

    .picSildeLeft {
        cursor: pointer;
        position: absolute;
        top: 32px;
        left: 10px;
        z-index: 9;
    }

    .picSildeRight {
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 10px;
        z-index: 9;
    }

    .dm {
        width: 680px;
        margin: 10px 0 0 0;
        padding: 10px;
        border: 0;
        border: 1px dotted #785;
        background: #f5f5f5;
        font-family: "Courier New", monospace;
        font-size: 12px;
        text-indent: 0em;
        word-wrap: break-word;
        word-break: normal;
    }

    .dm code {
        font-family: "Courier New", monospace;
        color: #0000dd;
    }

    .dm span {
        color: #999;
    }

    /*2018/10/12修改*/
    .clear {
        clear: both;
    }

    .yj_list {
        margin-left: 16px;
    }

    .yj_list ul li {
        float: left;
        margin-right: 80px;
        font-weight: bold;
    }

    .yj_list ul li:nth-of-type(2) {
        color: red;
    }
}

@media (max-width: 900px) {

    .imbox_n .news_mbx_title {
        display: none;
    }

    .cat_left>h1 {
        font-size: 3.6rem;
        margin-top: 2rem;
    }

    .imbox_n .h10 {
        height: 2rem;
    }

    .t_b_l {
        margin-top: 1rem;
    }

    .imbox_n .dd {
        background-color: #f3f3f3;
        font-size: 2rem;
        box-sizing: border-box;
        width: 100%;
        padding: 2rem;
        text-align: justify;

    }

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

    }
    .handle{
        margin-top: 2rem;
    }

    img{
        max-width: 100% !important;
        height: auto !important;
    }
    
}
