@font-face {
  font-family: 'Fonts';   /*字体名称*/
  font-weight: normal;
  font-style: normal;
}


a{
    text-decoration: none;
}

/*手机*/
@media screen and (max-width: 767px) {
 *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

          /*图片列表*/
     .LargeViewport{
        display: none;
    }
    .SmallViewport{
        display: block;
    }
    .Small-banner-img{
        width: 100%;
        height: 124px;
        overflow: hidden;
        background-image: url(/templates/jktk/images/newslist/news.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 48px;
    }
    .Small-nav{
        width: 90%;
        height: 35px;
        margin: 0 auto;
        font-size: 12px;
        color: #7f7f7f;
        line-height: 60px;
    }
    .Small-nav a{
        font-size: 12px;
        color: #7f7f7f;
    }
    .Small-active{
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
    }
    .Small-active-box {
            display: inline-block;
    width: 32.1%;
    height: 32px;
    background-image: url(/templates/jktk/images/newslist/new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    margin-left: 0.3%;
    margin-bottom: 1%;
    font-size: 12px;
    line-height: 32px;
    color: #87929c;
    text-align: center;
    }
    .Small-active-box-active{
        background-image: url("/templates/jktk/images/newslist/newactive.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        color: white !important;
    }
    .Small-Hot{
        width: 90.5%;
        height:auto;
        margin: 0 auto;
    }
    .Small-Hot-Img{
       width: 100%;
        height: auto;
    }
    .Hot-img{
        width: 100%;
        display: block;
    }
    .Hot-Title-Box{
        background-color: #b53319;
            padding: 15px 20px 15px 20px;
    }
    .Hot-Title-H{
        font-size: 17px;
        font-weight: bold;
        color: white;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .Hot-Title-date{
       color: rgba(255, 255, 255, 0.7);
    margin-top: 12px;
    font-size: 13px;
    }
    .Small-article{
        width: 90.5%;
        height:auto;
        margin: 0 auto;
        padding-top: 1px;
    }
    .Small-article-list{
        width: 100%;
        height:150px;
        margin: 15px auto 15px auto;
        font-size: 0;

    }
    .Small-article-list-left{
        display: inline-block;
        vertical-align: top;
        width: 55%;
        height: 150px;
        overflow: hidden;
    }
    .Small-article-list-right{
        display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 150px;
    background-color: #eeeeee;

    }
    .Small-article-list-img{
        display: block;
       height: 150px;
    }
    .Small-article-title{
    font-size: 15px;
    color: #322d24;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 22% auto auto auto;

    }
    .Small-article-date{
        font-size: 13px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }
    .Small-loadmore{
        width: 100%;
        height: 50px;
    }
    .Small-morebtn{
        background-image: url("/templates/jktk/images/newslist/loadmore.png");
       width: 85px;
    height: 31px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

      /*小屏无图*/
    .Small-haspic{
        display: none;
    }
    .Small-nopic{
        display: block;
        width: 91%;
        margin: 30px auto 30px auto;
    }
    .Small-nopic-list{
        margin-top: 24px;
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
    }
    .Small-nopic-left{
        display: inline-block;
        vertical-align: top;
        background-image: url(/templates/jktk/images/index/L.png);
        width: 2.5%;
        height: 17px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 1px;
        margin-right: 3px;
    }
    .Small-nopic-right{
        display: inline-block;
        vertical-align: top;
        width: 93%;
    }
    .Small-nopic-list-title{
        font-size: 15px;
        color: black;
        width: 100%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }
    .Small-nopic-list-text{
        color: #67717a;
        font-size: 12px;
        margin-top: 5px;
    }
}


 /*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

          /*图片列表*/
     .LargeViewport{
        display: none;
    }
    .SmallViewport{
        display: block;
    }
    .Small-banner-img{
        width: 100%;
        height: 335px;
        overflow: hidden;
        background-image: url(/templates/jktk/images/newslist/smallbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100%;
    }
    .Small-nav{
        width: 90%;
        height: 60px;
        margin: 0 auto;
        font-size: 15px;
        color: #7f7f7f;
        line-height: 60px;
    }
    .Small-nav a{
        font-size: 15px;
        color: #7f7f7f;
    }
    .Small-active{
        width: 91%;
        height: auto;
        margin: 30px auto 30px auto;
    }
    .Small-active-box {
        display: inline-block;
        width: 32.5%;
        height: 66px;
        background-image: url("/templates/jktk/images/newslist/new.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 24px;
        line-height: 66px;
        color: #87929c;
        text-align: center;
    }
    .Small-active-box-active{
        background-image: url("/templates/jktk/images/newslist/newactive.png") !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100%;
        color: white !important;
    }
    .Small-Hot{
        width: 90.5%;
        height:auto;
        margin: 0 auto;
    }
    .Small-Hot-Img{
       width: 100%;
        height: auto;
    }
    .Hot-img{
        width: 100%;
        display: block;
    }
    .Hot-Title-Box{
        background-color: #b53319;
        padding: 30px 40px 30px 40px;
    }
    .Hot-Title-H{
        font-size: 32px;
        font-weight: bold;
        color: white;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .Hot-Title-date{
        color: rgba(255, 255, 255, 0.7);
        margin-top: 23px;
    }
    .Small-article{
        width: 90.5%;
        height:auto;
        margin: 0 auto;
        padding-top: 1px;
    }
    .Small-article-list{
        width: 100%;
        height:336px;
        margin: 30px auto 30px auto;
        background-color: peachpuff;
        font-size: 0;
    }
    .Small-article-list-left{
        display: inline-block;
        vertical-align: top;
        width: 55%;
        height: 336px;
    }
    .Small-article-list-right{
        display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 336px;
    background-color: #eeeeee;

    }
    .Small-article-list-img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .Small-article-title{
    font-size: 27px;
    color: #322d24;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: 22% auto auto auto;

    }
    .Small-article-date{
        font-size: 28px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }
    .Small-loadmore{
        width: 100%;
        height: 50px;
        margin-bottom: 30px;
    }
    .Small-morebtn{
        background-image: url("/templates/jktk/images/newslist/loadmore.png");
        width: 173px;
        height: 64px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    /*小屏无图*/
    .Small-haspic{
        display: none;
    }
    .Small-nopic{
        display: block;
        width: 91%;
        margin: 30px auto 30px auto;
    }
    .Small-nopic-list{
        margin-top: 24px;
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
    }
    .Small-nopic-left{
        display: inline-block;
    vertical-align: top;
    background-image: url(/templates/jktk/images/index/L.png);
    width: 1.5%;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-right: 3px;
    }
    .Small-nopic-right{
        display: inline-block;
        vertical-align: top;
        width: 93%;
    }
    .Small-nopic-list-title{
        font-size: 28px;
        color: black;
        width: 100%;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }
    .Small-nopic-list-text{
        color: #67717a;
        font-size: 20px;
        margin-top: 5px;
    }

}


/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {

    *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

       /*顶部*/
    .banner{
        width: 100%;
        position: relative;
    }
    .banner-img{
        display: block;
    }
    .tab{
        width: 100%;
        height:68px;
        position: absolute;
        bottom: 0;
    }
    .tab-box{
        width: auto;
        margin: 0 auto;
        font-size: 0;
    }
    .tab-list{
        vertical-align: top;
        font-size: 14px;
        width: 185px;
        height: 68px;
        float: left;
        margin-left: 1px;
        cursor: pointer;
        background-color: rgba(193,193,193,0.9);
        line-height: 68px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .tab-list:hover{
       background-color: rgba(215,155,56,0.9) !important;
    }
    .tab-list-img{
       margin-right: 10px;
    }
    .tab-list-text{
        height: 18px;
        line-height: 18px;
        color: white;
    }
   .tab-active{
       background-color: rgba(215,155,56,0.9) !important;
    }
   .tab-nav{
       position: absolute;
       width: 100%;
       height: 100%;
   }


      .SmallViewport{
        display: none;
    }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

        /*顶部*/
    .banner{
        width: 100%;
        position: relative;
    }
    .banner-img{
        display: block;
    }
    .tab{
        width: 100%;
        height:68px;
        position: absolute;
        bottom: 0;
    }
    .tab-box{
        width: auto;
        margin: 0 auto;
        font-size: 0;
    }
    .tab-list{
        vertical-align: top;
        font-size: 14px;
        width: 185px;
        height: 68px;
        float: left;
        margin-left: 1px;
        cursor: pointer;
        background-color: rgba(193,193,193,0.9);
        line-height: 68px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .tab-list:hover{
       background-color: rgba(215,155,56,0.9) !important;
    }
    .tab-list-img{
       margin-right: 10px;
    }
    .tab-list-text{
        height: 18px;
        line-height: 18px;
        color: white;
    }
   .tab-active{
       background-color: rgba(215,155,56,0.9) !important;
    }
   .tab-nav{
       position: absolute;
       width: 100%;
       height: 100%;
   }



      .SmallViewport{
        display: none;
    }

}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {

    *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

      /*顶部*/
    .banner{
        width: 100%;
        position: relative;
    }
    .banner-img{
        display: block;
    }
    .tab{
        width: 100%;
        height:68px;
        position: absolute;
        bottom: 0;
    }
    .tab-box{
        width: auto;
        margin: 0 auto;
        font-size: 0;
    }
    .tab-list{
        vertical-align: top;
        font-size: 14px;
        width: 185px;
        height: 68px;
        float: left;
        margin-left: 1px;
        cursor: pointer;
        background-color: rgba(193,193,193,0.9);
        line-height: 68px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .tab-list:hover{
       background-color: rgba(215,155,56,0.9) !important;
    }
    .tab-list-img{
       margin-right: 10px;
    }
    .tab-list-text{
        height: 18px;
        line-height: 18px;
        color: white;
    }
   .tab-active{
       background-color: rgba(215,155,56,0.9) !important;
    }
   .tab-nav{
       position: absolute;
       width: 100%;
       height: 100%;
   }


      .SmallViewport{
        display: none;
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {

    *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner{
        width: 100%;
        position: relative;
    }
    .banner-img{
        display: block;
    }
    .tab{
        width: 100%;
        height:68px;
        position: absolute;
        bottom: 0;
    }
    .tab-box{
        width: auto;
        margin: 0 auto;
        font-size: 0;
    }
    .tab-list{
        vertical-align: top;
        font-size: 14px;
        width: 185px;
        height: 68px;
        float: left;
        margin-left: 1px;
        cursor: pointer;
        background-color: rgba(193,193,193,0.9);
        line-height: 68px;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .tab-list:hover{
       background-color: rgba(215,155,56,0.9) !important;
    }
    .tab-list-img{
       margin-right: 10px;
    }
    .tab-list-text{
        height: 18px;
        line-height: 18px;
        color: white;
    }
   .tab-active{
       background-color: rgba(215,155,56,0.9) !important;
    }
   .tab-nav{
       position: absolute;
       width: 100%;
       height: 100%;
   }





    .SmallViewport{
        display: none;
    }



}<!--0.00011110305786133-->