body {
    background-color: #FAFBFF;
}

.main-wrapper {
    padding-top: 0px;
}

.container {
    width: auto;
    min-width: 200px;
    padding: 0;
}

h1.header-dividing-center {
    border-bottom: 1px solid #ccc;
    line-height: 56px;
    color: #666;
    margin: 0px;
    font-weight: bold;
}

.round-body {
    background-color: #fff;
    padding: 10px 40px;
    min-height: 400px;
    color: #484848;
}

.round-body h2{
    color:#666;
}

.round-body p {
    text-indent: 2em;
    padding: 10px;
    line-height: 28px;
}

.round-body ul{
    padding-left: 40px;
}
.round-body ul li {
    line-height: 24px;
}

.time-box .time {
    position: relative;
    margin-top: -14px;
}

.time-box .time .year {
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-indent: 12px;
    position: absolute;
    top: 40px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    background: url(../images/process_bg.jpg) no-repeat;
}

.time-box .time .con {
    border-left: 4px solid #8d8d8d;
    margin-left: 110px;
    color: #838383;
    padding: 45px 0 20px 40px;
}

.new-header {
    font-size: 2em;
    color: #333;
    font-weight: normal;
    margin-bottom: 0;
}
.htt-line {
    width: 40px;
    height: 6px;
    background-color: #1D78F4;
    margin: 4px auto 0;
}
.new-img {
    position: relative;
    width: calc(100% + 70px);
    max-width: calc(100% + 70px);
    left:  -35px;
    margin-bottom: 30px;
}
.htt-card {
    width: 707px;
    height: 282px;
    margin: 0 auto 50px;
    box-shadow: 0px 1px 20px 1px rgba(59,59,59,0.1);
}
.htt-card .header {
    height: 66px;
    background: url(../images/bg-line.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 66px;
    color: #fff;
    font-size: 1.85em;
    padding-left: 28px;
}
.htt-card .header i {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}
.htt-card .header span {
    font-weight: normal;
}
.htt-card .content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
}
.htt-card .content ul li {
    width: 50%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}
.htt-card .content ul .tel::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background: url(../images/tel.png) no-repeat center;
    background-size: 100%;
}
.htt-card .content ul .email::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background: url(../images/email.png) no-repeat center;
    background-size: 100%;
}
.htt-card .content ul .wx::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background: url(../images/wx.png) no-repeat center;
    background-size: 100%;
}
.htt-card .content ul .qq::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background: url(../images/qq.png) no-repeat center;
    background-size: 100%;
}
.htt-card .content .address,
.htt-card .content .wx-group
{
    width: 100%;
    padding-left: 40px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}
.htt-card .content .address::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 23px;
    margin: 0 9px 0 2px;
    background: url(../images/address.png) no-repeat center;
    background-size: 100%;
}
.htt-card .content .wx-group::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background: url(../images/wx.png) no-repeat center;
    background-size: 100%;
}

.job {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 37px;
    padding-left: 0 !important;
}
.job > li {
    width: calc(calc(100% - 80px) / 3);
    padding-bottom: 20px;
    box-shadow: 0px 1px 20px 1px rgba(59,59,59,0.1);
}
.job > li:nth-child(2) {
    margin: 0 20px;
}
.job > li h3 {
    font-size: 16px;
    color: #333;
    margin: 16px 0 13px;
    padding-left: 16px;
}
.job ul {
    padding: 0 16px;
    list-style: none;
}
.job ul li {
    margin-bottom: 6px;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
}
.job ul li i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1D78F4;
    position: relative;
    top: 8px;
}
.job ul li span {
    padding-left: 5px;
    display: inline-block;
    width: calc(100% - 7px);
}

.nav-primary li.active a {
    background-color: #1D78F4 !important;
    border-color: #1D78F4 !important;
}