/*  */

.djs-bjt {
    background-image: url(../images/banner-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


/*  */

.dashiji {
    width: 1200px;
    overflow: hidden;
    box-sizing: border-box;
    margin: auto;
    margin-top: -240px;
}

.dashiji .title {
    width: 1200px;
    overflow: hidden;
}

.dashiji .title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.dashiji .title h2 {
    margin: 0px;
    padding: 0px;
    font-size: 38px;
    color: #fff;
}

.dashiji .cont {
    width: 1200px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dashiji .cont .tit {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
}

.dashiji .cont .tit h1 {
    font-size: 36px;
    color: #017cc2;
    font-weight: bold;
}

.dashiji .cont .tit p {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 2px;
}


/*  */


/* timeline */

.timeline {
    list-style-type: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}


/* item left aligned default */

.tl-item {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    border-right: 2px solid #007cc2;
    -webkit-box-sizing: border-box;
    clear: left;
    padding: 20px 0;
    box-sizing: border-box; margin-top:30px; margin-bottom:-30px;
}

.tl-icon {
    float: right;
    background-color: #007cc2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: -8px;
    margin-top: 0;
}

.tl-xian {
    float: right;
    width: 40px;
    height: 2px;
    background-color: #007cc2;
    margin-top: 7px;
}

.tl-titie {
    float: right;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    background-color: #007cc2;
    margin-top: -10px;
    border-radius: 0px 20px 20px 0px;
}

.tl-cont {
    width: 460px;
    background-color: #f6f6f6;
    margin-right: 106px;
    padding: 0 15px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: -20px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
    font-size: 14px;
}

.tl-cont .tit-1 {
    width: 100%;
    overflow: hidden;
}

.tl-cont .tit-2 {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.tl-cont .tit-2 p {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.tl-cont .tit-3 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.tl-cont .tit-3 b {
    width: 88%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

.tl-cont .tit-3 span {
    font-size: 12px;
    background-color: rgba(0, 124, 194, 0.5);
    padding: 3px 10px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}


/* padded content  */

.tl-right {
    float: right;
    margin-top:0px;
    border-right: 0;
    margin-bottom: 0px;
    border-left: 2px solid #007cc2;
    left: -2px;
    clear: right;
}

.tl-right .tl-icon {
    float: left;
    background-color: #007cc2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: -8px;
    margin-top: 0;
}

.tl-right .tl-xian {
    float: left;
    width: 40px;
    height: 2px;
    margin-left: 5px;
    background-color: #007cc2;
    margin-top: 7px;
}

.tl-right .tl-titie {
    float: left;
    text-align: right;
    padding-right: 5px;
    box-sizing: border-box;
    border-radius: 20px 0px 0px 20px;
}

.tl-right .tl-cont {
    width: 460px;
    background-color: #f6f6f6;
    margin-left: 106px;
}