body{
    background-image: none;
}
header{
    width: 100%;
    height: 325px;
    background-image: url(../images/jkfp_bg.png);
    background-repeat: no-repeat;
    background-size:100% ;
}
.jkfp_header{
    width: 1200px;
    margin: 0 auto;
}
.jkfp_header a{
    display: inline-block;
    margin-left:30px ;
    margin-top: 10px;
}
.jkfp_cont{
    width: 100%;
}
.jkfp_box{
    width: 1200px;
    margin: 0 auto;
}
.cont_box{
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}
.box_left,.box_right{
    width: 48%;
    min-height: 360px;
}
.box_left{
    float: left;
}
.box_right{
    float: right;
}
.jkfp_index_tit{
    width: 100%;
    border-bottom:1px solid #1b78b9;
}
.jkfp_index_tit span{
    display: inline-block;
    font-size: 22px;
	line-height: 24px;
    color: #1b78b9;
    padding-bottom: 15px;
    border-bottom: 4px solid #254c80;
    font-weight: bold;
    padding-right: 6px;
}
.jkfp_index_tit a{
    float: right;
    margin-top: 12px;
    font-size: 16px;
	line-height: 24px;
    color: #838383;
    margin-right: 5px;
}
.jkfp_ul{
    padding:0 10px;
    margin-top: 20px;
}
.jkfp_ul li{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
    color: #000000;
    position: relative;
    padding-left: 20px;
}
.jkfp_ul li::before{
    content: "";
    width: 4px;
	height: 4px;
    background-color: #000000;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 16px;
}
.jkfp_ul li a{
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    color: #000000;
}
.jkfp_ul li span{
    width: 19%;
    float: right;
    color: #949494;
}
.jkfp_ul li a:hover{
    text-indent: 6px;
}
.img_a{
    width: 100%;
    height: 278px;
    overflow: hidden;
    display: block;
}
.img_a img{
    width: 100%;
    height: 100%;
}
.txsp_cont{
    width: 100%;
    height: 178px;
    background-color: #f8f8f8;
    padding: 20px;
}
.txsp_tit{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #000000;
}
/* .tpsp_box{
    margin-top: 20px;
} */
.txsp_cont p{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
    color: #727272;
    text-indent: 32px;
    margin-top:15px ;
}
.txsp_cont div{
    margin-top:15px;
}
.txsp_cont div>span{
    font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #727272;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}
.txsp_cont div>span::before{
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/sz.png);
    position: absolute;
    left: 0;
    top: 5px;
}
.txsp_cont div>a{
    display: block;
    float: right;
    width: 104px;
	height: 30px;
	background-color: #9cc6e3;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
	color: #ffffff;
}
.detail{
    width: 100%;
}
.d_main{
    height: auto;
    overflow-y: auto;
    max-height: inherit;
}
.d_m_bottom{
    border-bottom:1px solid  #cccccc;
}
.d_m_xgfj{
    padding: 40px;
    display: none;
}
.d_m_xgfj h3{
    height: 20px;
    padding-left: 13px;
    border-left: 5px solid #0e64aa;
    line-height: 20px;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
}
.list_container ul{
    min-height: inherit;
}
.TB-focus{ width: 100%; height:455px;position:relative;  overflow:hidden;margin-top: 20px;}
	.TB-focus .hd { position:absolute; right:9px; bottom: 185px;z-index:1; padding-left:2px; }
	.TB-focus .hd li {  color:#1b78b9; cursor:pointer; margin-left:3px; width:18px; height:18px; background:#fff; float:left; font-size:13px; line-height:18px; overflow:visible; text-align:center; opacity:.7; filter:alpha(opacity=70); }
	.TB-focus .hd li.on { background:#1b78b9; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }



@media screen and (max-width: 1500px) and (min-width: 1200px){
    header{
        height: 230px;
    }
    
}
@media screen and (max-width: 720px){
    .jkfp_box,.jkfp_header{
        width: 100%;
    }
    header{
        background-image: url(../images/jkfp_bg320.png);
        background-repeat: no-repeat;
        background-size:100% 100%;
        height: 206px;
    }
    .jkfp_header a{
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .box_left,.box_right{
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    .cont_box{
        padding: 0 10px;
        margin: 0;
    }
    .txsp_cont{
        height: auto;
    }
    .jkfp_ul li{
        padding-left: 12px;
    }
    .jkfp_ul li a{
        width: 70%;
    }
    .jkfp_ul li span{
        width: 28%;
    }
    .main{
        padding: 0 10px;
    }
    .d_m_xgfj {

        padding: 0;
        padding-top:20px ;
    }
    .d_m_xgfj ul a{
            width: 100%;
    }
    .img_a{
        height: 210px;
    }
}
