.navBar {
    width: 100%;
    background: #f9f9f9;
}
.navBar .nav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
}
.navBar .nav .detail {
    color: #999;
}
.navBar .nav .jump {
    cursor: pointer;
}
.navBar .nav .jump:hover a {
    color: #00826b;
}
.module {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 30px;
}
.module .left {
    width: 820px;
    padding: 50px 60px;
    background: #fff;
}
.module .right {
    width: 350px;
    margin-left: 30px;
}
.module .left .title {
    font-size: 30px;
    font-weight: 700;
}
.module .left .time {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.module .left .line {
    width: 700px;
    height: 1px;
    background: #ccc;
    margin: 15px 0 23px 0;
}
.module .left .news-content {
    min-height: 430px;
}
.module .left .author {
    font-size: 16px;
    padding-left: 40px;
}
.module .left .case-content {
    min-height: 406px;
}
.module .left .case-content p {
    margin-bottom: 20px;
}
.module .right .topInfo {
    padding-bottom: 30px;
    background: #fff;
}
.module .right .topInfo .topImg img{
    width: 350px;
    height: 175px;
}
.module .right .topInfo .textBox {
    padding: 30px 42px 30px;
}
.module .right .topInfo .textBox .text .label {
    padding: 0;
}
.module .right .topInfo .line {
    width: 290px;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}
.module .right .topInfo .textBox .text {
    font-size: 16px;
}
.module .right .topInfo .textBox .text .name {
    margin-left: 20px;
}
.module .right .programme {
    width: 350px;
    height: 208px;
    margin-top: 30px;
    padding: 25px 39px;
}
.module .right .programme .title {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
}
.module .right .programme .text {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.module .right .programme .btn {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}