
.fl{ float:left;}
.fr{ float:right;}

/***********************头部***********************/
.header{
    background: url(../images/spzsj_01.png) no-repeat;
    background-size: cover;
    padding:4em 0 7em 0;
}
.header-top{
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 50%;
    max-width: 1912px;
}
.guoHui{
    display: block;
    float: left;
    margin: 0 auto 0 auto;
    width:94%;
    height: auto;
}
.logo{
    display: block;
    width: 80%;
    height: auto;
}
.sousuo{
    width: 34%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    margin: 3em auto 0 auto;
    display: flex;
    align-items: center;
    padding: 0 1%;
    max-width: 740px;
}
.sousuo input{
    width: 97%;
    border: none;
    outline: 0;
}
.sousuo button{
    background: url(../images/spzsj_11-2.png) no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    border: none;
    outline: 0;
}
/************************导航************************/
.nav{
    background: #0d62b2;
}
.nav ul{
    width: 1280px;
    margin: 0 auto;
    height: 68px;
    display: flex;
    justify-content:space-between ;
    align-items:center ;
}
.nav ul li a{
    font-size:1.3em;
    line-height: 68px;
    display: flex;
    align-items: center;
    color: #fff;
}
.nav ul li a img{
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1em 0 0;
}
/**************************标题**************************/
.ldxx_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ldxx_title .ldxx_title_tl{
    color: #0a5caa;
    border-bottom: solid #0a5caa 3px;
    font-weight: bold;
    font-size: 1.4em;
    font-family: "Microsoft YaHei";
    padding: 0 2%;
    line-height: 2em;
}
.ldxx_title_tr{
    width: 36%;
}
.ldxx_title_tr a{
    display: block;
    border: solid 1px #0a5caa;
    font-size: .9em;
    color: #333;
    padding: 1% 5%;
    border-radius: 5px;
    float: right;
    margin: 0 0 0 2%;
}
.more{
    color:#0a5caa ;
}
/**************************新闻列表**************************/
.all_list{
    margin:.9em 0 0 0;
}
.all_list li{
    font-size: 1.1em;
    line-height: 2.35em;
    background: url(../images/spzsj_49.png) no-repeat left center;
    padding:0 0 0 15px;
    display: flex;
    justify-content:space-between ;
    align-items:center ;
}
.all_list li a{
    color: #333;
    display: block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.all_list li em{
    color:#999; 
}

/**************************底部**************************/
.footer{
    background: #0a5caa;
}
.footer_in{
    max-width: 1280px;
    overflow: hidden;
    padding: 2% 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_infl{
    float: left;
    width: 30%;
}
.zhandian{
    display: block;
    width: 130px;
    height: 55px;
    background: #2e4258;
    font-size: 1.1em;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin: 12px 0 0 4%;

}
.jbzx12377{
    display: block;
    width: 300px;
    height: 66px;
    float: right;
}
.jbzx12377 img{
    width: 100%;
    height: 100%;
}
.footer_inmod{
    text-align: center;
    font-size: 1em;
    color: #fff;
    line-height: 1.6em;
}
#_jiucuo_{
    margin: 12px 0 0 0;
}
/*********************相关链接*****************************/	
.lianjie{
    background: #e1e6f0;
    width: 100%;
    padding: 20px 0;
}
.Relevant {
    max-width: 1280px;
    position:relative;
    margin: 0 auto;
    height: 40px;
}
.footer_link {
    font-size:1em;
}
.footer_link ul li {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    margin-right: 15px;
	border: 1px solid #ccc;
    width: 236px;
    height: 38px;

}
a.footer_link_a {
    display: block;
    height: 38px;
    color: #333;
    line-height:38px;
    padding: 0 7px;
    font-size: 1em;
	background:url(ly_xgljxl.png) right 10px center no-repeat;
}
.footer_link_list {
    width: 91%;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 5px 4%;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0px;
    min-height: 50px;
    z-index: 9999;
    display: none;
}
.footer_link_list a {
    line-height: 24px;
    display: block;
    margin: 10px;
    float: left;
    color: #333;
    font-size: 14px;
    width: 270px;
}
.footer_link_list a:hover{
    color: #000;
}




