.timeline-listing li{
    border-bottom: 1px #e5e5e5 dashed;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}
.sidebar {
    /*width: 24.5%;*/
    /*border:1px solid;*/
    margin-left:20px;
}
.partt {
    background: #fff;
    padding: 4% 5%;
    box-shadow: 0 0 20px 4px #eee;
    -webkit-box-shadow: 0 0 20px 4px #eee;
    /*border-radius: 8px;*/
}
.partt .bt {
    font-size: 24px;
    font-weight: 400;
    padding: 10px 10px 15px;
    border-bottom: 1px solid #e7e7e7;
}
.dylist {
    padding: 4%;
}
.dylist ul {
    list-style: none;
}
.dylist ul li {
    padding: 5px 0;
    position: relative;
}
.dylist ul li a {
    display: block;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    font: 16px / 180% "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666;
    text-decoration: none;
}
.dylist ul li .date {
    position: absolute;
    right: 0;
    top: 6px;
    color: #bebebe;
}
.mgauto {
    margin: 0 auto;
}
.tcenter {
    text-align: center;
}
.banner1 {
    background: none;
}

.banner .title-area, .banner1 .title-area, .banner2 .title-area, .banner3 .title-area, .banner4 .title-area {
    width: 44%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    line-height: 1.75;
    font-size: 16px;
    color: #fff;
}
.banner .title-area, .banner1 .title-area, .banner2 .title-area, .banner3 .title-area, .banner4 .title-area {
    top: 63%;
    left: 10%;
}
.banner1 img {
    margin-top: 63px;
}
.banner .title-area h1, .banner1 .title-area h1, .banner2 .title-area h1, .banner3 .title-area h1, .banner4 .title-area h1 {
    font-size: 56px;
    line-height: 1;
}
.banner .title-area p, .banner1 .title-area p, .banner2 .title-area p, .banner3 .title-area p, .banner4 .title-area p {
    max-height: 84px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page_abhout{
    padding-top:20px;
}