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

html {
    min-height: 500px;
}

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

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_lm_nowBox{
    width: 100%;
    height:40px;
    background: #eee;
}

.Xfj_lm_now{
    height: 40px;
    line-height: 40px;
}
.Xfj_lm_now a{
    font-size: 14px;
}
.Xfj_lm_now a.Xfj_link_one{
    padding-left: 20px;
    background: url("nowIcon.png") no-repeat 0 center;
}
.Xfj_lm_now span.Xfj_link_one {
    padding-left: 20px;
    background: url(nowIcon.png) no-repeat 0 center;font-size: 14px;
}
.Xfj_conBox {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 700px;
}

.Xfj_lmList{
    width: 280px;
    min-height:500px;
}
.Xfj_lmList_top{
    padding-left: 43px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bolder;
    background: #1363c5;
    color: #fff;
}
.Xfj_lmList_box{
    min-height: 460px;
    background: #efefef;
}
.Xfj_lmList_box li{
	padding: 12px 0;
    padding-left: 43px;
    width: 100%;
    height: auto;
    /*line-height: 45px;*/
    background: url("lmIcon.jpg") no-repeat 20px center;
    border-bottom: 1px solid #d3d3d3;
}
.Xfj_lmList_box li:hover{
    background: #c3d3e7 url("lmIcon_hover.png") no-repeat 20px center;
}
.Xfj_lmList_box li a:hover{
    color: #1363c5;
}
.Xfj_lmList_box li a{
    display: block;
}
.Xfj_lm_list_box{
    padding: 0 10px;
    width: 795px;
    min-height:500px;
    background: #f9f9f9;
    border: 1px solid #dedede;
}
.Xfj_lm_list_box li{
    padding-left: 15px; 
    line-height: 45px;
    background: url("titIcon.jpg") no-repeat 0 center;
    border-bottom: 1px dashed #999;
}

/* 图片新闻 */
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;
}

.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;
}