*{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Microsoft yahei","simhei", "simsun";
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
body{
    width: 100%;
    height: 100%;
    background-color: #e0f5d6;
}
.w1100{
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}
.wrap{
    overflow: hidden;
}
.banner{
    position: absolute;
    z-index: -1;
    height:358px;
    width: 100%;
    background: url(banner_Xu200320.jpg) no-repeat center top;
}
.contents{
    margin-top: 300px;
    height:850px;
    background-color: #fffaef;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.contents_list{
    padding: 29px 27px;
}
.list_title{
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #34b32a;
}
.list_ul{
    width: 48%;
    float: left;
    margin-bottom: 30px;
}
.list_ul:nth-child(odd){
    margin-right: 40px;
}
.list_ul ul{
    width: 100%;
    margin-top: 14px;
}
.list_ul ul li{
    line-height: 36px;
    padding-left: 15px;
    background: url(list_bg_Xu200320.png) no-repeat center left;
}
.list_ul ul li a{
    font-size: 16px;
}
.list_title span{
    display: block;
    line-height: 45px;
}
.list_title .text{
    font-size: 20px;
    font-weight: bolder;
    float: left;
    width: 80%;
    border-left: 7px solid #34b32a;
    padding-left: 20px;
}
.list_title .fr{
    font-size: 16px;
}
.time{
    font-size: 16px;
    color: #ccc;
}