* { 
    text-decoration: none;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td,img { margin: 0; padding: 0 ;font-weight: normal}
body, button, input, select, textarea label{ outline:none; }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
address, cite, dfn, em{ font-style: normal }
i{font-style: normal}
ul, ol, dl { list-style: none }
a { text-decoration: none !important; outline: none ;cursor: pointer;}
img { border: 0 }
table { border-collapse: collapse; border-spacing: 0 }
.fl{float: left}
.fr{float: right}
.clear{clear: both}
.clearFix:after{content: "";display: block;height: 0;clear: both;*zoom:1}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*超出部分省略号*/
.ellipsis2,.ellipsis3,.ellipsis4,.ellipsis8{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis2{-webkit-line-clamp:2}/*超出两行省略号*/
.ellipsis3{-webkit-line-clamp:3}/*超出三行省略号*/
.ellipsis4{-webkit-line-clamp:4}/*超出四行省略号*/
.ellipsis8{-webkit-line-clamp:8}/*超出四行省略号*/
.mt44{margin-top: 44px!important;}
.mt55{margin-top: 55px!important;}
.mb60{margin-bottom: 60px!important;}

.inner{width:1200px;margin: 0 auto;position: relative}

.banner {
    width: 100%;
    height: 650px;
    background-image: url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/banner.jpg);
    background-size: cover;
    background-position: center;
    user-select: none;
}
.banner .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 2;
    position: relative;
    gap: 25px;
    font-size: 22px;
    text-align: center;
}
.banner .inner .logo {
    position: absolute;
    left:0;
    top:20px; 
}
.banner .inner img { 
    max-width: 100%;
}

.content{
    width: 100%;
    /* 多个背景怎么写 */
    /* background: #0168b7; */
    background:  
        url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg1.png) no-repeat center 204px,
        url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg2.png) no-repeat center 180px,
        linear-gradient(to bottom, #cae9fe 0px, rgba(1, 104, 183, 0) 350px, #0168b7 800px, rgba(1, 104, 183, 1));
    background-size: 100%;
    user-select: none;
}

        
.shijianshi { 
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.shijianshi li{
    width:calc(20% - 0px - 8px);
    padding:20px 15px;
    line-height: 1.7;
    border-radius: 10px;
    background: #0069b7;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
/* li 隔行换色 */
.shijianshi li:nth-child(2n) {background: #2581c7;}
.shijianshi li:nth-child(2n+1) {background: #309bdc;}

.shijianshi li:hover{
    background: #3eb8ec;
}

.shijianshi li b{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    color:#0069b7;
    display: block;
}
.shijianshi li span{
    width:calc(100% - 0px);
}
.list { 
    margin-top: 0px;
    padding-bottom: 40px;
    
    background-size: 100%;
}
.list .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.list a{ 
    width: calc(50% - 8px - 0px);
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding:25px 30px;
    line-height: 1.5;
}

.list a h2{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color:#0168b5;
}
.list a p{ 
    margin: 0;
    color: #787878;
    font-size: 14px;
}
.list a:hover{ 
    background: #d8f2ff;
}
.list a:hover p{
    color: #0168b5;
}
#hits {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: none;
}


@media only screen and (max-width: 1920px) and (min-width: 1600px) {
    .content{
        width: 100%;
        /* 多个背景怎么写 */
        /* background: #0168b7; */
        background:  
            url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg1.png) no-repeat center 316px,
            url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg2.png) no-repeat center 290px,
            linear-gradient(to bottom, #cae9fe 0px, rgba(1, 104, 183, 0) 350px, #0168b7 800px, rgba(1, 104, 183, 1));
        background-size: 100%;
        user-select: none;
    }	
}

@media only screen and (max-width: 1600px) and (min-width: 1280px) {
    .content{
        width: 100%;
        /* 多个背景怎么写 */
        /* background: #0168b7; */
        background:  
            url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg1.png) no-repeat center 380px,
            url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg2.png) no-repeat center 350px,
            linear-gradient(to bottom, #cae9fe 0px, rgba(1, 104, 183, 0) 350px, #0168b7 800px, rgba(1, 104, 183, 1));
         
        background-size: 100%;
        user-select: none;
    }	
}

@media only screen and (max-width: 1280px) and (min-width: 750px) {
	.inner {width: 94%; margin:0 auto;}
    .content{
        width: 100%;
        background:  
            url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg1.png) no-repeat center 480px,
            url(//www.jkb.com.cn/static/zhuanti/wmfwsjss/images/bg2.png) no-repeat center 450px,
            linear-gradient(to bottom, #cae9fe 0px, rgba(1, 104, 183, 0) 350px, #0168b7 600px, rgba(1, 104, 183, 1));
           
        background-size: 100%;
        user-select: none;
    }
}


@media only screen and (max-width: 750px) and (min-width: 0px) {
    .inner {width: 100%;padding: 0 0%}
	.banner{
        height: auto;       
    }
    .banner .inner{ 
        padding:20px 0;
        gap:10px;
    }
    .banner .inner .logo{
        width: 120px;
        position: static;
    }
	.banner .inner img{display: block; max-width: 70%; height: auto; margin:0 auto;}
    .banner p{
        font-size: 12px; 
    }
	.content{
        background: none;
        padding: 0;
    }
    .shijianshi{
        width:calc(100% - 0px);
        padding:10px;
    }
    .shijianshi li{
        width:calc(100% - 0px);
        padding:10px 14px;
        flex-direction: row;
    }
    .shijianshi li b{
        width:32px;
    }
    .shijianshi li span{
        width:calc(100% - 47px)
    }

	.list{
        width:calc(100% - 0%); 
        padding:15px 2%; 
        display: flex; flex-direction: column;
        background: #0069b7;
    
    }
    .list a{ width: calc(100% - 0px);
        padding: 15px 15px;
        line-height: 1.8;
    }

}