* {
    margin: 0;
    padding: 0;
}

ul {
    margin-left: 2rem;
}

#home {
    color: #333333;
}

#emp {
    color: #DD353E;
}

img {
    width: 100%;
}

.topimg {
    margin-top: 80px;
}

.title {
    margin-left: 40px;
    font-weight: bolder;
}

.empInfo{
    width: 100%;
    padding-bottom: 2em;
    background-color: white;
}

.Layout{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.empInfo img{
    width: 28em;
    height: 25.4em;
}

.txtbox{
    line-height: 2rem;
    color: #333;
}

.linkman{
    margin-top: 2rem;
    width: 660px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.resume{
    margin-top: 2rem;
}

.jumpTop {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    right: 6rem;
    bottom: 6rem;
    background-color: #fff;
    display: none;
    border-radius: 50%;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);

}

.jumpTop:hover {
    background-color: #DD353E;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.jumpTop:hover .topIco {
    color: #fff;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.topIco {
    font-size: 1.8rem;
    color: #9e9e9e;
}

.footer {
    margin-top: 0;
}
h4 {
    margin-left: 2.5em;
    color: #333;
}

.jobTitle {
    margin-top: 0.5em;
}


.coll_body li {
    color: #333;
    margin: 10px;
    margin-left: 3.5em;
}


i {
    font-family: "iconfont" !important;
    font-size: 28px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.arrow {
    font-size: 1em;
}