/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 500px;
}

ul,
li,
dl {
    list-style: none;
}

img {
    border: 0;
}

input {
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.w_1100 {
    margin: 0 auto;
    width: 1100px;
}

.borBox {
    border: 1px solid #333;
}

.f_clear::after {
    display: block;
    margin: 0;
    padding: 0;
    visibility: hidden;
    content: '';
    clear: both;
}

.mouseHand {
    cursor: pointer;
}

/* 自定义样式 */

/* 页头 */
.Xfj_headerBox {
    width: 100%;
    height: 200px;
    background: url("XfjHeaderBg.jpg") no-repeat center 0;
}

.Xfj_toolsBox {
    position: relative;
    padding-top: 10px;
    height: 150px;
}

.Xfj_toolsBox img {
    position: relative;
    top: 24px;
}

.Xfj_toolsBox a.Xfj_wzaBtn {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: #999;
    border: 1px solid #999;
    border-radius: 5px;
}

.Xfj_searchBox {
    padding-top: 67px;
    height: 42px;
}

.Xfj_searchBox form {
    width: 281px;
    height: 42px;
    background: #f2f2f2;
    border: 1px solid #999;
    border-radius: 30px;
}

.Xfj_searchBox .Xfj_searchInput {
    float: left;
    padding-left: 17px;
    width: 233px;
    height: 100%;
    height: 40px;
    font-size: 13px;
    color: #999;
    background: #f2f2f2;
    border: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.Xfj_searchBox .Xfj_searchBtn {
    float: left;
    width: 45px;
    height: 42px;
    background: url("XfjSearchBtn.png") no-repeat center;
    border: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}

.Xfj_navBox {
    padding-top: 3px;
    width: 100%;
    height: 50px;
    background: #0049a3;
}

.Xfj_navBox ul {
    height: 47px;
}

.Xfj_navBox li {
    margin-left: 11.6px;
    width: 147px;
    height: 47px;
}

.Xfj_navBox li:first-child {
    margin-left: 0;
    padding-left: 25px;
    font-weight: bold;
    background: url("./navFirstIcon.png") no-repeat 20px center;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Xfj_navBox li:first-child a {
    color: #2260d1;
}

.Xfj_navBox li:hover {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Xfj_navBox li:hover a {
    font-weight: bold;
    color: #2260d1;
}

.Xfj_navBox a {
    display: block;
    font-size: 19px;
    line-height: 47px;
    text-align: center;
    color: #fff;
}

/* 页尾 */
.Xfj_footerBox {
    width: 100%;
    height: 115px;
    background: #0049a3;
}

.Xfj_footerCon {
    margin: 0 auto;
    padding-top: 26px;
    width: 700px;
    height: 100%;
    font-size: 13px;
    color: #94acd1;
}

.Xfj_footerCon img.Xfj_dzjg {
    position: relative;
    top: -5px;
}

.Xfj_footerCon img {
    position: relative;
    top: -20px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.Xfj_footerCon p {
    margin-left: 20px;
    line-height: 25px;
    font-weight: bolder;
}

/* 页面内容 */
.Xfj_conBox {
    margin-top: 30px;
    min-height: 500px;
}

.Xfj_conOneBox {
    margin-bottom: 31px;
}

.Xfj_conOne_l {
    margin-right: 30px;
    width: 560px;
    height: 368px;
}

.Xfj_conOne_r {
    width: 510px;
    height: 368px;
}
.Xfj_conOne_r hr{
    margin: 10px 0 10px 0;
}
.conOne_r_lm {
    width: 100%;
    height: 46px;
    line-height: 28px;
    background: #f0f3f6;
}

.conOne_r_lm span {
    position: relative;
    top: 9px;
    padding-left: 14px;
    font-size: 19px;
    font-weight: bolder;
    color: #0049a3;
    border-left: 6px solid #427eec;
}

.conOne_r_lm a {
    font-size: 15px;
    line-height: 46px;
    color: #0049a3;
}

.Xfj_conOne_r h2 {
    margin: 21px auto 15px;
    width: 456px;
    font-family: '微软雅黑';
    text-align: center;
    font-weight: bold;
}

.Xfj_conOne_r h2 a {
    color: #0049a3;
}

.Xfj_conOne_r p {
    font-size: 15px;
    text-indent: 2em;
    line-height: 25px;
    color: #999;
}

.Xfj_conOne_r p a {
    color: #c5141b;
}

.Xfj_conOne_r hr {
    margin: 5px 0 5px;
    border-top: 1px solid #dfdfdf;
}

.conOne_r_list {
    width: 100%;
    height: 112px;

}

.conOne_r_list li {
    padding-left: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: url("listIcon.jpg") no-repeat 0 center;
}

.conOne_r_list a {
    font-size: 18px;
}

.conOne_r_list span.f_right {
    color: #999;
}

.Xfj_conQuickBox {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 52px 0 0 310px;
    width: 100%;
    height: 196px;
    background: #d6e8ff url("quickBg.png") no-repeat 0 center;
    border: 1px solid #d4d4d4;
}

.Xfj_conQuickBox li {
    margin-left: 15px;
    width: 117px;
    height: 112px;
    font-size: 17px;
    text-align: center;
    line-height: 89px;
    background-color: #f5f9ff;
    border-radius: 7px;
}

.Xfj_conQuickBox li a {
    display: block;
    color: #0099cc;
    width: 117px;
    height: 112px;
}

.Xfj_conQuickBox li:first-child {
    margin-left: 0;
}

.quick_1 {
    background: url("jnxf_xfxz.jpg") no-repeat;
}

.quick_1:hover {
    background: #168fd3 url("jnxf_hover_xfxz.jpg") no-repeat;
}

.quick_2 {
    background: url("jnxf_xfzn.jpg") no-repeat;
}

.quick_2:hover {
    background: #168fd3 url("jnxf_hover_xfzn.jpg") no-repeat;
}


.quick_3 {
    background: url("jnxf_wsxf.jpg") no-repeat;
}

.quick_3:hover {
    background: #168fd3 url("jnxf_hover_wsxf.jpg") no-repeat;
}

.quick_4 {
    background: url("jnxf_myzj.jpg") no-repeat;
}

.quick_4:hover {
    background: #168fd3 url("jnxf_hover_myzj.jpg") no-repeat;
}

.quick_5 {
    background: url("jnxf_wscx.jpg") no-repeat;
}

.quick_5:hover {
    background: #168fd3 url("jnxf_hover_wscx.jpg") no-repeat;
}

.quick_6 {
    background: url("jnxf_myd.jpg") no-repeat;
}

.quick_6:hover {
    background: #168fd3 url("jnxf_hover_myd.jpg") no-repeat;
}

.Xfj_conThrBox {
    margin-bottom: 30px;
    width: 100%;
    /* height: 670px; */
    overflow:hidden;
}
.Xfj_conThrBox a{
    font-size: 18px;
}
.Xfj_conThr_l {
    margin-right: 30px;
    width: 715px;
    /* height: 670px; */
    overflow:hidden;
}

.Xfj_cThr_lTop,
.Xfj_cThr_lBot {
    width: 100%;
    /* height: 320px; */
    overflow:hidden;
}

.Xfj_cThr_lTop {
    margin-bottom: 30px;
}

.Xfj_cThr_lTop_l,
.Xfj_cThr_lTop_r {
    position: relative;
    float: left;
    width: 350px;
    /* height: 320px; */
    overflow:hidden;
}

.Xfj_cThr_lTop_l {
    margin-right: 10px;
    padding-right: 10px;
    background: url('Xfj_gzdt.png') no-repeat 0 top;
}

.Xfj_cThr_lTop_l>a {
    position: relative;
    left: 295px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bolder;
    color: #0049a3;
}

.Xfj_cThr_lTop_l li,
.Xfj_cThr_lTop_r li {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: url('listIcon.jpg') no-repeat 0 center;
}

.Xfj_cThr_lTop_l li a,
.Xfj_cThr_lTop_r li a {
    float: left;
}

.Xfj_cThr_lTop_l li span,
.Xfj_cThr_lTop_r li span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.Xfj_cThr_lTop_r {
    padding-right: 10px;
    background: url('Xfj_bmdt.png') no-repeat 0 top;
}

.Xfj_cThr_lTop_r>a {
    position: relative;
    left: 295px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bolder;
    color: #0049a3;
}


.Xfj_cThr_lBot_l,
.Xfj_cThr_lBot_r {
    position: relative;
    float: left;
    width: 350px;
    /* height: 320px; */
    overflow:hidden;
}

.Xfj_cThr_lBot_l {
    margin-right: 10px;
    padding-right: 10px;
    background: url('Xfj_zcfg.png') no-repeat 0 top;
}

.Xfj_cThr_lBot_l>a {
    position: relative;
    left: 295px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bolder;
    color: #0049a3;
}

.Xfj_cThr_lBot_r {
    padding-right: 10px;
    background: url('Xfj_tzgg.png') no-repeat 0 top;
}

.Xfj_cThr_lBot_l li,
.Xfj_cThr_lBot_r li {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: url('listIcon.jpg') no-repeat 0 center;
}

.Xfj_cThr_lBot_l li a,
.Xfj_cThr_lBot_r li a {
    float: left;
}

.Xfj_cThr_lBot_l li span,
.Xfj_cThr_lBot_r li span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.Xfj_cThr_lBot_r>a {
    position: relative;
    left: 295px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bolder;
    color: #0049a3;
}

.Xfj_conThr_r {
    width: 355px;
    /* height: 670px; */
    overflow:hidden;
    background: #ededed;
}

.Xfj_conThr_r hr {
    margin: 0 5px;
    border-top: 1.5px dashed #b3b3b3;
    border-bottom: 1px dashed #fff;
}

.Xfj_conThr_rTop {
    padding: 22px;
    width: 100%;
    height: 318px;
}

.Xfj_conThr_rTop a {
    margin-top: 16px;
    display: block;
    width: 312px;
    height: 55px;
}

.Xfj_conThr_rTop a:first-child {
    margin-top: 0;
}

.Xfj_conThr_rBot {
    padding: 21px 30px;
    width: 100%;
    /* height: 350px; */
    overflow:hidden;
}

.Xfj_conThr_rBot a {
    float: left;
    display: block;
    margin-bottom: 9px;
    padding-top: 77px;
    width: 133px;
    height: 106px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.Xfj_conThr_rBot a:last-child {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 129px;
    width: 297px;
    height: 79px;
    line-height: 77px;
    text-align: left;
}

.conThr_show {
    display: block;
}

.conThr_hide {
    display: none;
}

.xxgk_1 {
    background: #f8f8f8 url("xxgk_1.png") no-repeat center 15px;
}

.xxgk_1:hover {
    color: #0049a3;
    background: url("xxgk_1_hover.png") no-repeat center 15px;
}

.xxgk_2 {
    background: #f8f8f8 url("xxgk_2.png") no-repeat center 15px;
}

.xxgk_2:hover {
    color: #0049a3;
    background: url("xxgk_2_hover.png") no-repeat center 15px;
}

.xxgk_3 {
    background: #f8f8f8 url("xxgk_3.png") no-repeat center 15px;
}

.xxgk_3:hover {
    color: #0049a3;
    background: url("xxgk_3_hover.png") no-repeat center 15px;
}

.xxgk_4 {
    background: #f8f8f8 url("xxgk_4.png") no-repeat center 15px;
}

.xxgk_4:hover {
    color: #0049a3;
    background: url("xxgk_4_hover.png") no-repeat center 15px;
}

.Xfj_conThr_rBot a.xxgk_5 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 129px;
    width: 297px;
    height: 79px;
    line-height: 77px;
    text-align: left;
    background: #f8f8f8 url("xxgk_5.png") no-repeat 55px center;
}

.xxgk_5:hover {
    color: #0049a3;
    background: url("xxgk_5_hover.png") no-repeat 55px center;
}

.Xfj_linksBox {
    padding-top: 25px;
    width: 100%;
    height: 100px;
    background: #ededed;
}

.Xfj_linksCon {
    height: 45px;
    line-height: 45px;
}

.Xfj_linksCon .linksBtn {
    margin-right: 5px;
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
    background: url("linkBtnBg.png") no-repeat 0 center;
}

.Xfj_linksCon select {
    margin-left: 5px;
    padding-left: 5px;
    width: 141px;
    height: 32px;
    border: 1px solid #ccc;
}

/* 图片新闻 */
a.focusBox {
    text-decoration: none;
    color: #FFFFFF
}

a.focusBox:hover {
    color: #FFFFFF
}

.bord {
    width: 560px;
    height: 368px;
}

.focusBox {
    position: relative;
    width: 560px;
    height: 368px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focusBox .pic {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.focusBox .pic img {
    width: 560px;
    height: 368px;
    display: block;
    object-fit: cover;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.7;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
    line-height: 36px;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    line-height: 36px;
    padding: 0 0 0 10px;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 20px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    margin-right: -1px;
    cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px;
}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #0167cc;
}