.center {
    width: 1000px;
    margin: 0 auto;
}

.main {
    position: relative;
    background-color: #fff;
    margin-top: -75px;
    box-sizing: border-box;
    padding: 0 60px 40px 60px;
}
.content1{
    margin:0;width: 100%;height: 440px;background-image: url('../images/dj2.png');background-size:100% 100%;
}
.channel {
    height: 140px;
    text-align:center; /* 居中对齐文字 */
    line-height: 90px;
    vertical-align: middle;/*设置该元素在父元素中的位置*/
}
.channel a{
    color: #000000; /* 设置文字颜色 */
    text-decoration:none; /*!* 去掉下划线 *!*/
    font-size: 18px;
}
.channel span{
    border-left: #000000 solid 1px;
}
.content2{
    margin:0;width: 100%;height: 200px;background-image: url('../images/erji.jpg');background-size:100% 100%;
}
.new_con {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 0px 50px;
    margin-top: 45px;
}
.new_item {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-bottom: 1px dotted #d7d7d7;
}
.new_item_l {
    width: 160px;
    height: 120px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: -20px;
}
.new_item_l img{
    width: 160px;
    height: 100%;
    margin-top: 18px;
}
.new_item_r {
    width: 615px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 10px
}
.r {
    float: right;
}
.l {
    float: left;
}
.e {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_title a {
    color: #238c83;
}
a {
    text-decoration: none;
    outline: none;
    color: #282828;
}
.new_desc {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    width: 100%;
}
.e {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_time {
    font-size: 14px;
    text-align: right;
    color: #238c83;
    margin-top: 15px;
    margin-bottom: 10px;
}
.new_item_all {
    box-sizing: border-box;
    padding-right: 25px;
    width: 100%;
    border-bottom: 1px dotted #d7d7d7;
    min-height: 100px;
}
.new_all_title {
    margin-top: 20px;
}
.new_all_title a{
    color: #238c83;
}
.new_all_desc {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}