#slider{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
#slider .sliderImg img{
    width: 100%;
    height: 400px;
    min-width: 1200px;
}
.newsWrap{
    font-size: 0;
    width: 1200px;
    margin: 20px auto;
}
.newsWrap .newSection{
    display: inline-block;
    vertical-align: top;
}
.newsWrap .newSection .newsHeader{
    height: 30px;
    line-height: 30px;
    /*color: rgba(255, 21, 21, 1);*/
    color: #A52A2A;
    border-bottom: 2px solid #A52A2A;
    /*border-bottom: 2px solid rgba(255, 21, 21, 1);*/
}
.newsWrap .newSection .newsHeader span{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}
.newsWrap .newsHeader i:first-child{
    font-size: 25px;
    font-weight: bold;
    vertical-align: top;
}
.newsWrap .newsHeader i:last-child{
    color: #A52A2A;
    font-size: 16px;
    vertical-align: top;
    float: right;
    line-height: 30px;
}
.newsWrap .newsContent li{
    color: #000;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
.newsWrap .newsContent i{
    color: #A52A2A;
    /*color: rgba(255, 21, 21, 1);*/
    margin-right: 5px;
}
.newsWrap .newsContent a{
    display: inline-block;
    vertical-align: middle;
    width: 60% !important;
    /*å•è¡Œçœç•¥*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsWrap .newsContent a:hover{
    color: #A52A2A;
}

#moreNew{
    width: 20% !important;
    text-align: center;
}
.newsWrap .newsContent span{
    float: right;
}
.newsWrap .newsContent .imgNews{
    line-height: 0;
    margin-top: 15px;
}
.newsWrap .newsContent img{
    width: 180px;
    height: 110px;
}
.newSection .imgNews .imgNewsContent{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin-left: 20px;
    padding-right: 10px;
}
.newSection .imgNews .imgNewsContent h3{
    margin: 0;
}
.newSection .imgNews .imgNewsContent h3 a{
    display: block;
    width: 300px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    /*å•è¡Œçœç•¥*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newSection .newsContent .imgNews p{
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.newSection .imgNews .imgNewsContent a{
    color: blue;
    display: inline;
    font-size: 12px;
    line-height: 20px;
}
