
/**/
.index-1{
    margin-top: 10px;
}
.index-1 .moreBox{
    position: relative;
    margin: 0 1px;
    float: left;
    width: 304px;
    height: 176px;
    background: #ffffff;
}
.index-1 .moreBox .pic{
    display: block;
    width: 304px;
    height: 176px;
}
.index-1 .moreBox .txt{
    position: absolute;
    font-size: 18px;
    color: #e40000;
    font-weight: bold;
}
.index-1 .moreBox.moreBox-0 .txt{
    right: 30px;
    top: 54px;
}
.index-1 .moreBox.moreBox-1 .txt{
    right: 34px;
    top: 76px;
}
.index-1 .moreBox.moreBox-2 .txt{
    right: 17px;
    top: 65px;
}
.index-1 .moreBox .learn{
    position: absolute;
    bottom: 10px;
    right: 8px;
    font-size: 12px;
    color: #e10000;
}
/**/
.index-2{
    margin-top: 4px;
    background: #ffffff;
    padding-bottom: 20px;
}
.aboutBox {
    margin: 0 14px;
    float: left;
    width: 278px;
}
.aboutBox .img{
    width: 278px;
    height: 177px;
}
.aboutBox img{
    display: block;
    width: 278px;
    height: 177px;
}
.aboutBox h3{
    margin-top: 12px;
    line-height: 33px;
    height: 33px;
    font-weight: normal;
    color: #da0000;
    font-size: 16px;

}
.aboutBox p{
    color: #666666;
    text-align: justify;
    font-size: 12px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}
.newsList{
    height: 120px;
    overflow: hidden;
}
.newsList li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.newsList li i{
    margin: 12px 6px 0;
    float: left;
    display: block;
    width: 6px;
    height: 6px;
    background: #b4b4b4;
}
.newsList li a{
    font-size: 12px;
    float: left;
    display: block;
    width: 235px;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newsList li a:hover{
    color: #000000;
}
.aboutMore{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #da0000;
}









