#conten{
    position: relative;
    padding: 5vw 0 6vw;
    background-image: url(/images/38/con_BBG.jpg);
}
#conten:after{
    content:"";
    position: absolute;
    background-image: url(/images/38/side-line.png);
    width: 60px;
    height: 275px;
    top: 70px;
    right:0;
}
#conten .fexxJ{
    display: flex;
    position: relative;
}

#conten .fexxJ .leftboxx{
    position: relative;
    display: flex;
    width: 55%;
    flex-direction: column;
}
#conten .fexxJ .rightboxx{
     position: relative;
     display: flex;
     width: 43%;
     flex-direction: column;
     justify-content: center;
     padding: 5% 0% 5% 10%;
}
#conten .fexxJ .leftboxx:before{
    content:"";
    width: 100%;
    height: 100%;
    background: #ff8155;
    position: absolute;
    z-index: -1;
    bottom: -60px;
    right: -60px;
    border-radius: 0px 0px 40px 0px;
}
#conten .bnn{
    display: flex;
    align-items: center;
    width: 349px;
    max-width: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    border: #342c21 1px solid;
    margin: 17px 0 12px;
    justify-content: space-between;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#conten .bnn:hover{
    width: 450px;
}
#conten .bnn a{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #342c21;
}
#conten .bnn img{
    width: 50px;
    background: #b7885c;
    border-radius: 50%;
    display: flex;
}
#conten .bnn p{
    margin-left: 15px;
    font-size: 19px;
    display: flex;
    flex: 1;
}
#conten .bnn svg{width: 20px;fill: #342c21;display: flex;justify-content: flex-end;}
@media screen and (max-width: 1280px) {
	#conten .fexxJ .leftboxx:before{
        height: 90%;
        bottom: 0;
        right: -21px;
    }
    #conten .fexxJ .rightboxx{
        padding: 5% 0% 5% 5%;
    }
    #conten .bnn:hover{
    width: 375px;
}
}
@media screen and (max-width: 980px) {
	#conten .fexxJ{
        display: flex;
        flex-direction: column;
    }
    #conten .fexxJ .leftboxx{
        width: 100%;
    }
    #conten .fexxJ .rightboxx{
        padding: 0 0;
        width: 100%;
    }
    #conten:after{
        width: 30px;
        height: 130px;
    }
    #conten .fexxJ .leftboxx:before{
    border-radius: 0px 0px 24px 0px;
    right: -7px;
    bottom: -15px;
}
}
