.section1{
    background-color: #efefef;
}
.section1 .content{
    padding: 20px 0;
    color: black;
    text-align: center;
}
.section1 .content>p{
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}
.section1 .content>p a{
    color: #828282;
}

.section1 .content h2{
    font-weight: bold;
    margin-bottom: 50px;
}

*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
}

body{
    background: #EEEEEE;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
a:focus {
    outline:none;
}
img{
    border: none;
}
ul{
    list-style: none;
}

.clear{
    clear: both;
}
.clearfloat:after{
    clear: both;
    display:block;
    content:"";
    overflow: hidden;
    height:0;
}
.clearfloat{
    zoom:1;
}


.box{
    width: 1000px;
    margin: 0 auto;
}
.waterfull{
    margin: 0 auto;
}
.waterfull ul li{
    float: left;
    width: 320px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px #BCBCBC;
    margin-bottom: 20px;

}
.waterfull ul li .a-img{
    width: 284px;
    display: block;
    position: relative;
    border:none;
}
.waterfull ul li .a-img img{
    width: 320px;
    height: 240px;
    border:none;
}
.waterfull ul li .li-title{
    padding: 5px 25px;
    line-height: 22px;
    background: #fff;
    font-weight: bold;
    color:#5f5f5f;
    font-size: 17px;
    text-align:left;
}
.item .news{
    position: absolute;
    display: inline-block;
    width: 144px;
    height: 56px;
    line-height: 56px;
    background-color: #2dbca5;
    color: #fff;
    border-bottom-right-radius: 17px;
    font-size: 21px;
    top: 10px;
    left: -13px;

}
.waterfull ul li .li-title .media{
    color:#007069;
}
.waterfull ul li .li-title:before {
    content: "";
    display: block;
    position: absolute;
    margin: -24px 0 0 10px;
    width: 0;
}
.waterfull ul li .description{
    padding: 5px 25px;
    overflow: hidden;
    line-height: 1.5em;
    color: #898686;
    font-size: 15px;
    text-indent: 2em;
    background: #fff;
    text-align: left;
}
#news-lists .item  h4 a{
    color: #5f5f5f;
}
.more{
    display: block;
    padding: 0px 0 30px 0;
    text-align:right;
    margin-right:20px;

}
.more a{
    color: #9d7cb3;
}
.more .icon{
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/public_en/img/home/index/main_icon.png") no-repeat;
}

#imloading{
    display: none;
}

.section1 .content .select {
    background:  url("/public_en/img/home/invest/select.jpg");
    display: inline-block;
    height: 47px;
    position: relative;
    width: 320px;
    z-index: 100;
    margin-top: -20px;
    margin-bottom: 20px;
}

.section1 .content .select .nav {
    color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 47px;
    text-align: center;
    width: 100%;
}
.section1 .content .select .items {
    background: #fff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
}
.section1 .content .select .items li {
    line-height: 40px;
    text-align: center;
}

#lists {
    /*margin: 0 auto;*/
}

#lists li{
    /*float: left;*/
    text-align: center;
    padding: 0 8px;
    /*margin: 0 auto;*/
    display: inline;
}

#lists li a{
    color: #8f8f8f;
    font-size: 15px;
    cursor: pointer;

}

#lists .pitch-on a{
    color: #9d7cb3;
}