@charset "utf-8";

/******서브메뉴들 색상변경********/

.navs1:nth-child(1) > .title {
    background: #c51a43;
    color: #fff;
}

.subs > li:nth-child(2) > a {
    color: #c51a43;
}

.subs > li:nth-child(2) > a:hover {
    color: #ffff;
}
/********************/
.history_img > img:nth-child(3) {
/*    width: 100%;*/
    margin-top: 50px;
   
}
.history_img {
    position: relative;
}

.history_img > ul >li {
    display: block;
    width: 120px;
    height: 30px;
    cursor: pointer;
}
.history_img > ul>li:nth-child(1) {
    position: absolute;
    top: 215px;
    left: 40px;
}

.history_img > ul>li:nth-child(2) {
    position: absolute;
    top: 310px;
    left: 40px;
}


.history_img > ul>li:nth-child(3) {
    position: absolute;
    top: 390px;
    left: 40px;
}

.history_img > ul>li:nth-child(4) {
    position: absolute;
    top: 215px;
    right: 40px;
}

.history_img > ul>li:nth-child(5) {
    position: absolute;
    top: 310px;
    right: 40px;
}


.history_img > ul>li:nth-child(6) {
    position: absolute;
    top: 390px;
    right: 40px;
}


#hisconts > ul >li>img {
    float: left; padding-right: 30px;
    
    
}
#hisconts > ul >li {
    padding-top: 60px;
   text-align: left;
    line-height: 1.8;
    color: #0d6e4a;
    
}