.content-dsj{
    width: 1200px;
    margin: 0 auto;
}

.content-dsj{
    padding: 40px 0px;
}
.dsj-title{
   /*padding-bottom: 40px;*/
    position: relative;
    padding-left: 76px;
    padding-right: 76px;
}
.dsj-title .dsj-img1{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}
.dsj-title .dsj-img-right{
    right: 10px !important;
}
.dsj-title .dsj-img-left{
    left: 10px !important;
}
.dsj-title .dsj-year{
    position: relative;
    overflow: hidden;
}
.dsj-title .content-year{
    white-space: nowrap;
    position: relative;
    font-size: 0;
}
.dsj-title .content-year .line{
    width: 102%;
    height: 3px;
    background: #FFDFD3;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
}
.dsj-title .dsj-year .each-year-div{
    display: inline-block;
    width: 95px;
    height: 150px;
    word-wrap:break-word ;
    vertical-align:middle;
}
.dsj-title .each-year-div div{
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.dsj-title .each-year-div div .dsj-yuan{
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 6;
    background: #FFD5C5;
    border-radius: 50%;
    -ms-border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
}
.dsj-title .each-year-div .dsj-yuan-red{
    background: #F25822 !important;
    border: 3px solid white;
    width: 18px !important;
    height: 18px !important;
    box-shadow: 0px 0px 7px rgba(114, 114, 114, 0.4);
    behavior: url(/r/cms/www/default/pie/PIE.htc);
    margin-left: -10px !important;
    margin-top: -10px !important;
}

.content-dsj .each-year{
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    text-align: center;
    font-size: 17px !important;
    border-radius: 44px;
}
.content-dsj .each-year:hover{
    background: #F25822;
    background: linear-gradient(to right, #F25822 , #ff7f39) !important;
    color: white;
}

.content-dsj .each-active{
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    background: #F25822;
    background: linear-gradient(to right, #F25822 , #ff7f39) !important;
    font-size: 17px !important;
    border-radius: 44px;
}

.dsj-txt{
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px
}
.dsj-txt .line{
    position: absolute;
    width: 1px;
    left: 19px;
    top: 0;
    bottom: 0;
    background: #FFDFD3;
}
.dsj-txt .txt-year{
    height: 40px;
    line-height: 40px;
    color: #F25822;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
    padding-left: 65px;
}
.dsj-txt .txt-year img{
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 16px;
}
.dsj-txt .desc{
    padding-left: 65px;
    color: #444444;
    font-size: 16px;
}
.dsj-txt .txt{
    padding-left: 65px;
    margin-top: 40px;
    margin-bottom: 40px;
}


/*股东介绍*/
.content-gdjs{
    width: 1200px;
    margin: 0 auto;
}
.gdjs-title{
    color: #133C8B;
    font-size: 30px;
    text-align: center;
    margin: 40px 0;
    position: relative;
    font-weight: bold;
}

.gdjs-title .line{
    height: 4px;
    width: 72px;
    background: #F25822;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -36px;
}
.title-img .line{
    height: 4px;
    width: 72px;
    background: #F25822;
    position: relative;
    top: 0px;
}
.gdjs-txt{
    width: 1200px;
    background: #133C8B;
    position: relative;
    padding: 30px;
}
.gdjs-txt img.gd-img{
    height: 100%;
    right:0;
    top: 0;
    bottom:0;
    position: absolute;
}
.gdjs-txt .each-gd{
    border-radius: 3px;
    padding: 15px;
    position: relative;
    z-index: 10;
    width: 700px;
}
.gdjs-txt .each-gd .title-img{
    height:50px;
    line-height: 50px;
    position:relative;
}
.gdjs-txt .each-gd .title-img div.txt-title{
    font-size: 22px;
    font-weight: bold;
    color:white;
    height: 50px;
    line-height: 50px;
}

.gdjs-txt .each-gd .title-img div.txt-img img{
    height: 50px;
}
.gdjs-txt .each-gd .txt{
    margin-top: 20px;
}
.gdjs-txt .each-gd .txt p{
    color: white;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}

