.new-news{
    width: 70%;
    float: left;
    margin-top: 30px;
}

.new{
    clear: both;
	padding-top:20px;
}
.new-news .new-data{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #009ee4;
    line-height: 76px;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 400;
    float: left;
}
.new-news .new-name{
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    font-weight: 400;
    padding-left: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: normal;
}
.new-news .new-img{
    float: left;
    width: 40%;
    margin: 0 10px;
}
.new-news .new-img img{
    width: 280px;
    height: 208px;

}
.new-news .new-title{
    color: #555;
    font-size: 14px;
    line-height: 2.4em;
    font-weight: 400;
    height: 138px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.new-news .new-read{
    float: left;
}
.new-news .new-read a{
    padding: 12px 36px;
    font-size: 1.4em;
    color: #FFF;
    transition: box-shadow, background 0.2s linear;
    background: rgba(80, 106, 133, 1);
    float: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0.8em;
}
.new-r{
    width: 30%;
    float: left;
}
.new-more{
    clear: both;
    margin-top: 30px;
}
.new-more>a{
    color: #555;
    font-size: 20px;
    line-height: 2.4em;
    font-weight: 400;
    padding: 0 0 0 18px;
}
.new-more ul{
    padding-left: 20px;
}
.new-more ul li{
    background: url(/Public/Home/images/list-arrow.png) no-repeat 0 5px;
    margin: 5px;
    width: 300px;
}
.new-more ul li a{
    padding-left: 15px; color: #555;
    font-size: 14px;
    line-height: 1.4em;
    padding-right: 24px;
    width: 260px;
    display: block;
}
.new_ul{
    height: 340px;
}
.more_li{
    line-height: 26px;
    font-size: 16px;

}
.more_li a{
    text-decoration: none;
    color: #555555;
}
.more_li a:hover{
    color: #5b57e0;
}
.more_h{
    font-weight: 500;
    color: #00f;
    line-height: 75px;
    font-size: 28px;
    width: 960px;
    margin: 0 auto;
    height: 75px;
    overflow: hidden;
}

