/*左侧导航*/
.leftNav {
    padding-right: 20px;
}

.leftNav h5 {
    line-height: 60px;
    border-bottom: 2px solid #3b914d;
    font-size: 20px;
    color: #3b914d;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: center;
}

.leftNav h5 a {
    color: #3b914d;
}


.leftNav ul li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.leftNav ul li.current {
    background: #3b914d;
}

.leftNav ul li.current span {
    color: #fff;
}

.leftNav ul li span {
    font-size: 16px;
    color: #434343;
    line-height: 50px;
    font-weight: bold;
}

.leftNav ul li a {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 40px;
    font-weight: bold;
}

.leftNav ul li a.active {
    border-left: 3px solid green;
    padding-left: 5px;
}

/*服务子栏目*/
.childUl {
    margin-left: 90px;
    margin-top: 3px;
}

.childUl li {
    border-bottom: none !important;
    text-align: left !important;
}

.childUl li span {
    font-size: 15px !important;
    line-height: 35px !important;
    color: #656363 !important;
    padding-left: 7px;
}

.childUl li.current {
    background: transparent !important;
}

.childUl li.current span {
    color: #3b914d !important;
    padding-left: 5px;
    border-left: 2px solid #3b914d;
}

/*右侧内容*/
/*当前位置*/
.locationBox {
    height: 40px;
    float: right;
}

.locationBox a, .locationBox span {
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.bigBox {
    min-height: 500px;
    padding: 20px;
}

/*头部*/
.mechanismHead {
    border-bottom: 2px solid #d2d0d0;
}

.mechanismHead h5 {
    color: #3b914d;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: -1px;
    letter-spacing: .8px;
    font-weight: normal;
}

/*文章稿件内容*/
.centerText {
    overflow: hidden;
    margin: 10px 0 20px;
}

.centerText p {
    line-height: 2em;
    font: 16px/2em "微软雅黑", "宋体";
    color: #2C2C2C;
    margin-bottom: 1em;
}

.centerText p a {
    color: #0B5EA4 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.centerText div {
    line-height: 2em;
    font: 16px/2em "微软雅黑", "宋体";
    color: #2C2C2C;
}

.centerText img, .centerText video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.centerText iframe {
    width: 100%;
    height: 1000px;
}

/*加载更多*/
.loadMore {
    background: #3b914d;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto;
    width: 18%;
}

.loadMore span {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 1px;
}

/*行业服务*/
.serviceParentBox {
    padding: 15px 3%;
    overflow: hidden;
}

.serviceParentBox .serviceOne {
    background: #fff;
    margin-right: 40px;
    float: left;
    width: 399px;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 40px;
}

.serviceParentBox .serviceOne:nth-child(2n) {
    margin-right: 0;
}

.serviceParentBox .serviceOne img {
    width: 380px;
    height: 150px;
}

.serviceParentBox .serviceOne p {
    width: 326px;
    height: 230px;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 27px;
    font-size: 15px;
    border-top: 1px solid #3c924d;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    padding-top: 15px;
}

.serviceParentBox .serviceOne a {
    width: 326px;
    height: 30px;
    float: left;
    margin: 5px 0 0 27px;
    cursor: pointer;
    background: #3c924d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 5px;
}

/*服务的子栏目右侧内容*/
.serviceSunBoxHead {
    width: 100%;
    height: 50px;
    margin-top: 15px;
}

.serviceSunBoxHead p {
    width: 150px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    margin: 5px 0 0 5px;
    border-radius: 5px;
    background: #ccc;
    color: #3b914d;
    margin-right: 10px;
}

.serviceSunBoxHead p.current {
    background: #3c924d;
    color: #fff;
}

/*稿件列表*/
.serviceSunNewsList {
    width: 100%;
    overflow: hidden;
}

.serviceSunNewsList ul li {
    overflow: hidden;
    height: 100px;
}

.serviceSunNewsList span {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    background: #878787;
    color: #fff;
    line-height: 50px;
    margin-top: 15px;
}

.serviceSunNewsList a {
    color: #656565;
    font-size: 16px;
    line-height: 35px;
    display: block;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .8px;
}

.serviceSunNewsList p {
    width: 100%;
    height: 45px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #b7b7b7;
    border-bottom: 1px solid #e4e4e4;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
}