@font-face {
    font-family: 'Fonts'; /*字体名称*/
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none;
}
.pp{
    margin-top: 15px;
}
.content-article img{
    width:100%;
}
/*手机*/
@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;
    }

   /*图片列表*/
     .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;
        position: relative;
    }
    .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-active1 {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Small-active1:after{
         width: 32.1%;
        content: "";
        border: 1px solid transparent;
    }

    .Small-active-box1 {
        width: 32.1%;
        height: 32px;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
        background-color: rgb(233,233,233);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-b {
        width: 90%;
        height: 80%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-box-active1 {
        background-color: rgb(25,135,255) !important;
        color: white !important;
    }

    .Small-active-box-active2 {
        border: 1px dotted white;
    }
    /*结束新的样式*/
    .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-main {
        width: 90%;
        margin: 15px auto 15px auto;
        height: auto;
       
    }
    .Small-main p{
        font-size: 14px !important;
    }
    .Small-main img{
        width: 100% !important;
    }
    .fanhui{
            background-image: url(/templates/jktk/images/newsdetails/fanhui.png);
    width: 77px;
    height: 29px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 30px auto;
    }

    .title-box1{
        text-align: center;
    margin-top: 30px;
   
    }
    .bt{
        font-size: 24px;
        font-weight: bold;
    }
    .sj{
        margin-top: 15px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }

}


 /*平板*/
@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: 305px;
        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: 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-active1 {
        width: 91%;
        height: auto;
        margin: 15px auto 15px auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
     .Small-active1:after{
         width: 32.1%;
        content: "";
        border: 1px solid transparent;
    }

    .Small-active-box1 {
        width: 32.1%;
        height: 55px;
        margin-left: 0.3%;
        margin-bottom: 1%;
        font-size: 12px;
        line-height: 32px;
        color: #87929c;
        text-align: center;
        background-color: rgb(233,233,233);
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-b {
        width: 90%;
        height: 80%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Small-active-box-active1 {
        background-color: rgb(25,135,255) !important;
        color: white !important;
    }

    .Small-active-box-active2 {
        border: 1px dotted white;
    }
    /*结束新的样式*/
    .Small-main {
        width: 90%;
        margin: 30px auto 30px auto;
        text-align: center !important;
        height: auto;
       
    }
    .Small-main p{
        font-size: 14px !important;
    }
    .Small-main img{
        width: 100% !important;
    }
    .fanhui{
        background-image: url("/templates/jktk/images/newsdetails/fanhui.png");
            width: 119px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30px auto 30px auto;
    }
.title-box1{
        text-align: center;
    margin-top: 30px;
    }
    .bt{
        font-size: 20px;
        font-weight: bold;
    }
    .sj{
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}

/*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
    }

    /*顶部*/
     .LargeViewport{
        display: block;
    }
    .SmallViewport{
        display: none;
    }
    .banner{
        width: 100%;
    }
      .content-title:before{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

     .content-title:after{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
         -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    .content {
        width: 82%;
        margin: 0 auto;
    }
  
    .content-right{
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }
    .content-right-top{
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }
    .content-img-title{
        width: 12%;
    }
    .content-right-nav{
        float: right;
    }
    .content-right-nav a{
        color:#554d40;
        font-size: 12px;
        text-decoration: none;
    }
    .content-right-nav a:hover{
        color: #3a322b;
    }

    .content-article {
        width: 100%;
        padding-top: 40px;
        background-image: url("/templates/jktk/images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;
        height: auto;
        padding-bottom: 58px;
       
    }
    .pp a{
       color: #554d40;
    font-size: 12px;
    margin-top: 20px;
    }
    .pp a:hover{
         color: #8b8374;
    }
 .title-box{
        text-align: center;
    margin-top: 30px;
    }
    .bt{
        font-size: 20px;
        font-weight: bold;
    }
    .sj{
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }

}


/*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
    }

    /*顶部*/
     .LargeViewport{
        display: block;
    }
    .SmallViewport{
        display: none;
    }
    .banner{
        width: 100%;

    }
     .content-title:before{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

     .content-title:after{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
         -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    .content {
        width: 82%;
        margin: 0 auto;
    }

   
    .content-right{
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }
    .content-right-top{
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }
    .content-img-title{
        width: 12%;
    }
    .content-right-nav{
        float: right;
    }
    .content-right-nav a{
        color:#554d40;
        font-size: 12px;
        text-decoration: none;
    }
    .content-right-nav a:hover{
        color: #3a322b;
    }

    .content-article {
        width: 100%;
        padding-top: 40px;
        background-image: url("/templates/jktk/images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;
        height: auto;
        padding-bottom: 58px;
        
    }
    .pp a{
       color: #554d40;
    font-size: 12px;
    margin-top: 20px;
    }
    .pp a:hover{
         color: #8b8374;
    }

     .title-box{
        text-align: center;
    margin-top: 30px;
    }
    .bt{
        font-size: 20px;
        font-weight: bold;
    }
    .sj{
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }

}


/*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
    }

    .LargeViewport{
        display: block;
    }
    .SmallViewport{
        display: none;
    }
    /*顶部*/
    .banner{
        width: 100%;

    }
      .content-title:before{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

     .content-title:after{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
         -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    .content {
        width: 82%;
        margin: 0 auto;
    }

    .content-right{
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }
    .content-right-top{
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }
    .content-img-title{
        width: 12%;
    }
    .content-right-nav{
        float: right;
    }
    .content-right-nav a{
        color:#554d40;
        font-size: 12px;
        text-decoration: none;
    }
    .content-right-nav a:hover{
        color: #3a322b;
    }

    .content-article {
        width: 100%;
        padding-top: 40px;
        background-image: url("/templates/jktk/images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;
        height: auto;
        padding-bottom: 58px;
        
    }
    .pp a{
       color: #554d40;
    font-size: 13px;
    margin-top: 20px;
    }
    .pp a:hover{
         color: #8b8374;
    }
    .title-box{
        text-align: center;
    margin-top: 30px;
    }
    .bt{
        font-size: 20px;
        font-weight: bold;
    }
    .sj{
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }

}


/*1920*/
@media only screen and (min-width: 1541px) {

    *{
        margin: 0;
        padding:0;
    }
    body {
        font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

     .LargeViewport{
        display: block;
    }
    .SmallViewport{
        display: none;
    }
    /*顶部*/
    .banner{
        width: 100%;
    }
     .content-title:before{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-right: 10px;
    }

     .content-title:after{
        content: '';
        background-image: url("/templates/jktk/images/newslist/newzs.png");
        width:14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        margin-left: 10px;
         -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .content-title {
        width: auto;
        height: 14px;
        text-align: center;
        line-height: 14px;
        font-size: 18px;
        color: #203548;
        font-weight: bold;
        display: inline-block;
        position: relative;
    }
    .content {
        width: 82%;
        margin: 0 auto;
    }

   
    .content-right{
        display: inline-block;
        width: 77%;
        vertical-align: top;
        margin-top: 44px;
        margin-left: 1.7%;
    }
    .content-right-top{
        padding-bottom: 14px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }
    .content-img-title{
        width: 12%;
    }
    .content-right-nav{
        float: right;
    }
    .content-right-nav a{
        color:#554d40;
        font-size: 12px;
        text-decoration: none;
    }
    .content-right-nav a:hover{
        color: #3a322b;
    }

    .content-article{
        width: 100%;
        padding-top: 40px;
        background-image: url("/templates/jktk/images/newsdetails/city.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
        border-bottom: 2px solid #bb9659;
        height:auto;
        padding-bottom: 58px;
       
    }
    .pp a{
       color: #554d40;
    font-size: 14px;
    margin-top: 20px;
    }
    .pp a:hover{
         color: #8b8374;
    }

    .title-box{
        text-align: center;
    margin-top: 30px;
    }
    .bt{
        font-size: 20px;
        font-weight: bold;
    }
    .sj{
        margin-top: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.57);
    }
}<!--0.00012707710266113-->