.wrap-body{
    padding: 30px 0;
}
.news-center{
    width: 30%;
    min-height: 350px;
    padding: 15px 0;
}
.news-center li{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding-left: 125px;
}
.news-center a{
    color: #666;
}
.news-center .icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.news-center .cIcon1{
    background:url("../images/view/centerIcon1.png")no-repeat 0 0/100% 100%;
}
.news-center .cIcon2{
    background:url("../images/view/centerIcon2.png")no-repeat 0 0/100% 100%;
}
.news-center .cIcon3{
    background:url("../images/view/centerIcon3.png")no-repeat 0 0/100% 100%;
}
.news-center .cIcon4{
    background:url("../images/view/centerIcon4.png")no-repeat 0 0/100% 100%;
}
.news-center .cIcon5{
    background:url("../images/view/centerIcon5.png")no-repeat 0 0/100% 100%;
}

.border-icon{
    display: block;
    width: 20px;
    height: 20px;
    border-right: 1px solid #2e8cda;
    border-bottom: 1px solid #2e8cda;
    margin-left: 195px;
    margin-top: -20px;
}

.news-list{
    width: 65%;
}
.news-type{
    position: relative;
}
.news-type span{
    display: inline-block;
    color: #48b8f0;
    letter-spacing: 5px;
    width: 120px;
    padding: 10px;
}
.border-left{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #48b8f0;
    border-left: 1px solid #48b8f0;
    position: absolute;
    top: 5px;
}
.border-right{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 1px solid #48b8f0;
    border-bottom: 1px solid #48b8f0;
    position: absolute;
    top: 20px;
    left: 100px;
}

.ana-title{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
    background: #eee;
    color: #666;
    letter-spacing: 3px;
}
.cont-box{
    border: 1px solid #ddd;
    min-height:370px;
}