@import url("public.css");
@import url("banner2.css");


/*************************中间分栏****************************************/
.projectall{
    width: 1000px;
}

.projectlist{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.floatleft{
    float:left;
}
.floatright{
    float:right;
}
.year {
    width: 482px;
    height: 272px;
    border: 5px solid #fff;
    color: white;
    margin: 5px 0px;
    background: url("../images/wanrui2.jpg");
}
.year h1{
    display: block;
    width: 482px;
    height: 140px;
    margin-top: 65px;
    font-family: Arial;
    font-size: 50px;
    text-align: center;    
    line-height: 140px;
    background-color: #71c317;
    border-bottom: #FAAB28;
    border-right: #FAAB28;
}
.projectone{
    width:490px;
    height: 280px;
    margin: 5px 0px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
}
.projectone img {
    width: 480px;
    height: 210px;
    border:5px solid #fff;
}
.advtext {
    position:absolute; 
    top:-1px; 
    left:0px; 
    color: black;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6; 
    background-color:#fff; 
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 10px 0px 5px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    pointer-events:none;
}

.description {
    width: 470px;
    margin: 0px 5px 5px 5px;
    height:45px;
    background-color: #f2f2f2;
    padding: 5px;
    color: #666;
    display: block;
    overflow: hidden;
    font-size: 15px;
    text-indent : 2em;
}




