.history {
	padding:20px 30px;
}

.history img{
	width:100%
}

.history dt{
	font-size:28px;
    font-weight:bolder;
    padding-bottom:8px;
    padding-top:10px;
    border-bottom: dashed 1px #ccc;
    margin-bottom:10px;
    color:#ca0001;
    position:relative;
}

.history dt:before{
    display:block;
    content:'';
    position:absolute;
    top:0px;
    background-color:#ca0001;
    width:40px;
    height:3px;
}


.history dd{
    font-size:15px;
    padding-top:10px;
    line-height:30px;
    margin-bottom:60px;
    position:relative;
    padding-left:15px;
}




.history span{
	font-size: 17px;
    font-weight:bolder;
    color:#8db0c6;
    margin-right:5px;
}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
