*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-family: Microsoft YaHei,SimSun,Arial,Helvetica, sans-serif;
}
body{
    background: url(bg_Xu190724.jpg) center top no-repeat;
}
a,p{
    text-decoration: none;
    color: #fff;
}
img{
    border: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#wrap{
    width: 100%;
    height: 100%;
}
/*header*/
header{
    
}
.top{
    height: 30px;
    background-color: rgba(1,99,154,.7);
    overflow: hidden;

}
.top_text span,.top_text a{
    line-height: 30px;
    color: #fff;
}
nav{
    margin-top: 454px;
    height: 48px;
    line-height: 48px;
    background-color: #094c84;
}
.nav_ul li{
    float: left;
    color: #fff;
    width: 300px;
    text-align: center;
    background: url(nav_bg_Xu190724.png)no-repeat right center;
}
.nav_ul li:last-child{
    background: none;
}
.nav_ul li a{
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav_ul li a:hover{
    color: #f3aa1e;
}

/*section*/
.section{
    background: url(contents_bg_Xu190724.jpg)no-repeat top center;
    overflow: hidden;
    padding-bottom: 28px;
}
.contents{
    margin-top: 32px;
    background-color: #fff;
}
/*å·¦ä¾§*/
.slider_bg{
    width: 588px;
    height: 303px;
    background-color: #fbfafa;
    border: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
}
.slider_ul{
    margin: 7px 0 0 7px;
}
.slider_bg .slider_ul_li{
    position: relative;
}
.slider_bg img{
    width: 575px;
    height: 290px;
}
.img_cover{
    position: absolute;
    bottom: 4px;
    width: 575px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,.7);
}
.img_cover_text{
    display: block;
    width: 485px;
}
.yellow_list{
    position: absolute;
    bottom: 23px;
    right: 13px;
}
.yellow_list li{
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin-right: 8px;
    float: left;
    font-size: 0;
}
.yellow_list .on{
    background-color: #f3aa1e;
}
/*å³ä¾§*/
.contents_list{
    width: 546px;
    height: 290px;
    margin: 16px 18px 0 37px;
}
.list_top{
    height: 32px;
    border-bottom: 1px solid #eee;
}
.list_top a{
    color: #797979;
}
.list_top img{
    color: #094c84;
}
.list_text{
    margin-top: 19px;
    margin-left: 19px;
}
.list_text ul li{
    list-style: square;
    margin-bottom: 14px;
}
.list_text ul{
    color: #f3aa1e;
}
.list_text .time {
    color: #b5b5b5;
}
.list_text ul li a{
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.list_text ul li a:hover{
    color: #094c84;
}
.contents_list2{
    height: 226px;
}
.contents_r2{
    width: 583px;
    margin-left: 8px;
    margin-right: 0;
    height: 226px;
}
/*footer*/
footer{
    height: 50px;
    background-color: #094c84;
    text-align: center;
    line-height: 50px;
}


/*åˆ—è¡¨*/
.section_list{
    background: url(contents_bg_Xu190724.jpg)no-repeat top center;
    overflow: hidden;
    padding-bottom: 28px;
}
.contents2{
    padding: 30px;
}
.list_top2 a{
    color: #094c84;
    font-size: 20px;
}

.contents_title {
    height: auto;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0 20px 0 55px;
    border-bottom: 1px solid #ccc;
}
.contents_title h1{
    font-size: 20px;
}
.contents_message {
    margin-top: 10px;
    text-align: center;
}
.contents_message ul {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 30px;
}
.contents_message ul a{
    color: #000;
}
.contents_message li {
    float: left;
    margin: 0 60px;
}
.contents_text {
    line-height: 32px;
    padding: 0 30px 0 40px;
}
.bgfff{
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}