.content {
    width: 100%;
    background: #f6f7fa;
}

.navigation {
    width: 100%;
    height: 53px;
    background-color: #fff;
}

.now-position {
    display: block;
    width: 1200px;
    height: 53px;
    line-height: 53px;
    color: #999999;
    font-size: 14px;
    margin: 0 auto;
}

.now-position span {
    color: #000;
}

.now-position>a {
    width: 15px;
    height: 14px;
    background-image: url("../../../../../images/business/website/job/position.png");
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.center {
    width: 94%;
    min-height: 800px;
    margin: 10px auto 0;
    overflow: auto;
}

.center>div {
    background-color: #fff;
    border-radius: 10px;
}

 .center.left {
    width: 1200px;
    min-height: 800px;
    float: left;
     background-color: white;
     border-radius: 5px;
}

.center .right {
    width: 360px;
    min-height: 600px;
    float: right;
}

.navMenu {
    width: 1060px;
    margin: 0 auto;
    border-bottom: 2px solid #b1c0d7;
}

.navMenu>ul {
    width: 100%;
    height: 65px;
    display: block;
    margin: 0px;
    padding: 0px;
}

.navMenu>ul li {
    width: 50%;
    height: 65px;
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 65px;
}

.navMenu>ul li a {
    color: #93a7c5;
    text-decoration: none;
    line-height: 65px;
    font-weight: bold;
    font-size: 24px;
}

.navMenu>ul li.active>a {
    color: #6382af;
}

.navMenu>ul li.active>div {
    width: 95px;
    margin: 0 auto;
    height: 4px;
    background-image: url("../../../../../images/business/website/cms/title-active.png");
    margin-top: -6px;
}

.main-area {
    width: 1060px;
    min-height: 700px;
    margin: 0 auto 20px;
}

.box {
    width: 100%;
    max-height: 180px;
    border-bottom: 1px dashed #e5e5e5;
}

.title {
    margin-top: 20px;
    color: #5d6670;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.box-content,
.detail {
    color: #98a3b4;
    font-size: 14px;
    margin-top: 10px;
}

.box-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail {
    height: 30px;
}

.detail>div {
    float: left;
}

.org {
    margin-left: 20px;
}

.new-title {
    width: 320px;
    height: 55px;
    margin: 0 auto;
    border-bottom: 1px solid #dbe2ec;
    line-height: 55px;
    color: #6382af;
}

.new-title>.icon {
    width: 42px;
    height: 24px;
    background-image: url("../../../../../images/business/website/cms/news.png");
    float: left;
    position: relative;
    top: 17px;
}

.name {
    padding-left: 10px;
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
}

.news-content {
    width: 320px;
    margin: 0 auto;
}

.news-main {
    width: 100%;
    min-height: 35px;
}

.flower-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../../../../images/business/website/cms/flower-icon.png");
}

.news-main:first-child {
    margin-top: 20px;
}

.news-detail {
    display: inline-block;
    width: 300px;
    float: right;
    cursor: pointer;
    color: #61687c;
}

.detail-title {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 50px;
    min-height: 50px;
    font-weight: bold;
}

.titlebar {
    width: 90%;
    /*background-color: #f6f7fb;*/
    height: 42px;
    margin: 0 auto;
    color: #919494;
    line-height: 42px;
    border-bottom: 1px solid;
    text-align: center;
}

.bar-time {
    margin-right: 40px;
}

.detail-main {
    width: 90%;
    margin: 20px auto 0;
    min-height: 100px;
    font-size: 18px;
    color: #5d6670;
}
.detail-main h6{
    font-size: 18px;
}
.file{
    width: 90%;
    min-height: 20px;
    margin: 0 auto;
}