body{
    width: 100%;
}
.footprintBody{
    width: 100%;
}
.imgList{
    display: flex;
    justify-content: space-between;
}
.dsj{
    width: 100%;
    position: relative;
}
.bgImg{
    width: 100%;
}
.dsjText{
    width: 87%;
    display: flex;
    position: absolute;
    top:342px;
    /*bottom: 100px;*/
    left: 10%;
    /*margin-left: -17.5%;*/
}
.year{
    color: #6d6e6f;
    font-size: 50px;
    font-weight: 900;
    /*margin-right: 30px;*/
}
.year .yearDate{
    color: #6d6e6f;
    font-size: 50px;
    font-weight: 900;
}
.dateYear{
    color: #6d6e6f;
    font-size: 50px;
    font-weight: 900;
}
.year span{
    font-size: 30px;
}
.dsjText_right{
    color: #333333;
    margin-left: 17px;
}
.dsjText_right p{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 30px;
}
.hengBox{
    width: 100%;
    height: 10px;
    background: #cbcbcb;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 80px;
    box-sizing: border-box;
	margin-bottom: 100px;
}
.yuanItem{
    width: 18px;
    height: 18px;
    background: #e9e9e9;
    border: 3px solid #cbcbcb;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.date{
    color: #9b9b9b;
    font-size: 22px;
    white-space: nowrap;
    position: absolute;
    top: 40px;
    left: -65px;
    text-align:center;
    width: 150px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.yuanItem:hover .date{
    color: #000000;
}
.liuyan{
    width: 1300px;
    margin: 0px auto;
}
.liuyan_title{
    color: #333333;
    font-size: 43px;
    text-align: center;
    padding: 50px 0px;
}
.inputBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.inputBox div{
    width: 46.5%;
    border: 1px solid #e3e3e3;
    padding: 25px 15px;
    margin-bottom: 20px;
}
.inputBox div input{
    border: none;
    color:#747474;
    font-size: 16px;
    width: 100%;
    padding: 10px;
}

#luiyanText{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #747474;
    font-size: 16px;
    border: 1px solid #e3e3e3;
}
.guangquan{
    position: absolute;
    top: -44px;
    left: -40px;
    display: none;
}
.yuanItem:hover .guangquan{
    display: block;
}
.xunjiaBtn{
    width: 207px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #0d41bb;
    border: none;
    outline: none;
    margin: 0 auto;
}
@media screen and (max-width:1300px){
   body,.imgList,.bgImg{
       width: 1300px;
   }
}