* {

    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

a:hover,
a:focus {

    text-decoration: none;

}

.section-title .text {

    font-size: 30px;
    color: #282828;
    font-weight: bold;

}

.section-title .text span {
    color: #1c9464 !important;
}

.news-overflow p {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

@media (max-width: 1200px) {

    .section-title {

        margin-bottom: 60px;

    }

    .arkit-member a img {

        display: none;

    }

    .team-info {

        padding-left: 0px;

    }

    .arkit-member .team-info {

        padding: 25px 30px;

    }

    .arkit-member .team-info h4 {

        font-size: 20px;

    }

    .arkit-member .team-info p {

        font-size: 16px;

    }

    .arkit-member .team-info:before {

        border-left: 2px solid #1c9464;
        border-right: none;
        border-bottom: none;
        left: 0;
        bottom: 0;

    }

    .arkit-team .join-team-btn {

        margin: 60px auto 0;

    }

    .row .col-lg-2:last-child .arkit-member,
    .row .col-sm-6:last-child .single-blog {

        margin-bottom: 0;

    }

}

@media (max-width: 992px) {

    .col-md-3,
    .col-sm-6,
    .col-sm-9 {
        width: 100%;
        display: block;
    }

}

@media (max-width: 768px) {

    .section-title {

        margin-bottom: 40px;

    }

    .team-info {

        text-align: center;

    }

    .arkit-team .join-team-btn {

        margin: 40px auto 0;

    }

}

.title-line {

    position: relative;
    width: 240px;
    height: 20px;
    margin: 0 auto;
    border-top: 1px solid #eee;

}

.title-box {

    position: absolute;
    top: -4px;
    right: 90px;
    width: 60px;
    height: 7px;
    background-color: #1c9464;

}

.about-img {

    text-align: right;
    padding: 5px 0px 0px 80px;
}

.arkit-single-service .content-inner p {

    min-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.no-margin .section-title {

    margin-bottom: 0;

}

.department-bg {

    width: 100%;
    margin-bottom: 40px;

}

.department-bg img {

    padding: 40px 0;
    background-size: cover;
    background-position: center;

}

.web-bg {

    background-color: #fafafa;

}

.about-text {

    color: #555555;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 15px;
    margin: 40px 0;
    line-height: 2em;

}

.clear-margin-top {

    margin-top: 0;

}

.porject-info .team-form h3 {

    font-size: 30px;
    margin-bottom: 0;

}

.porject-info .team-form h3 .plus {

    font-size: 14px;

}

.business-title {

    min-width: 260px;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    /* border: 1px solid #fff; */
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.business-title h3 {

    margin-top: 0px;

}


.business-title p {

    color: #1c9464;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Barlow Condensed';
    margin-bottom: 0;

}

.single-work:hover .business-title {

    min-width: 100%;
    top: 50%;
    padding: 40px;
    /* transform: translate(-50%); */
    background-color: transparent;
    /* border-radius: 0 20px 20px 20px; */

}

.single-work:hover .business-title p,
.single-work:hover .business-title h3 {

    color: #fff;

}


/* .business-img */


.business-bg {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.business-img {

    width: 150%;

}

.single-work:hover .business-bg {

    background-color: rgba(0, 0, 0, .5);

}

/* .single-work:hover .business-bg img {

    width: 150%;

} */

/* 文字大小样式 */

#newsText {
    width: 100%;
    line-height: 2;
    /* text-indent: 2rem; */
}


.max {
    color: #555555;
    font-size: 18px;
}


.middle {
    color: #555555;
    font-size: 16px;
}

.norm {
    color: #555555;
    font-size: 14px;
}

.news-hint {

    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
    color: #555555;
    font-size: 14px;

}

.news-hint span {

    margin-right: 30px;

}

.news-hint a {

    color: #282828;
    padding: 0 5px;

}

.news-hint a:hover,
.news-hint a:focus {

    color: #1c9464;

}

@media (max-width: 768px) {

    .news-hint span {

        margin-right: 0;
        display: block;
        line-height: 2;
    }

}

/* 手势 */

.cursor {

    cursor: pointer;

}

.modal-body span {

    color: #282828;

}

/* 清除浮动 */

.left {

    float: left;

}

.right {

    float: right;

}

.left a {

    display: block;
    padding-bottom: 5px;
    color: #1c9464;
    transition: all 0.3s ease;

}

.left a:hover {

    color: #282828;
    padding-left: 15px;
    /* text-decoration: blink; */

}

.attachment {

    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 20px;

}

.attachment span {

    display: block;
    margin: 5px 0;
    /* line-height: 1.7rem; */

}

.modal-logo {

    width: 150px;
    height: 150px;
    color: #1c9464;
    position: absolute;
    bottom: 3rem;
    right: .5rem;
    opacity: .1;
    background-image: url(../images/index/icon_logo_g.svg);

}

/* 二维码信息 */

.nav-icon {

    float: right;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    min-height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s;

}

@media (max-width: 992px) {

    .nav-icon {

        display: none;

    }

}

.nav-icon ul li {

    width: 45px;
    height: 45px;
    padding: 9px;
    border: 2px solid #555;
    border-radius: 24px;
    cursor: pointer;

}

.nav-icon ul li:hover {

    background-color: #1c94647c;
    border: 2px solid #1c9464;

}

.wechat-code {

    position: absolute;
    bottom: 60px;
    right: -10px;
    width: 200px;
    height: 230px;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: none;

}

.wechat-code::before {

    content: '扫码关注《国为环境》公众号';
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #282828;
    border-bottom: 1px solid #eee;

}

.wechat-code-top {

    position: fixed;
    top: 95px;
    right: 15px;
    width: 200px;
    height: 230px;
    padding: 5px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    display: none;
    box-shadow: 0 10px 10px rgba(170, 170, 170, 0.2);

}

.wechat-code-top::after {

    content: '扫码关注《国为环境》公众号';
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #282828;

}

.wechat-code img {

    border-radius: 8px;

}

.social-icons ul li:hover .wechat-code {

    display: block;

}

.nav-icon ul li:hover .wechat-code-top {

    display: block;

}

@media screen and (max-width: 767px) {

    .wechat-code {

        left: calc(100% / 2 - 100px);

    }

    .wechat-code::before {

        content: '识别关注《国为环境》公众号';

    }

}

/* 新闻正文的换行处理 */

#newsText p {

    word-break: break-all;
    /*只对英文起作用，以字母作为换行依据。*/
    word-wrap: break-word;
    /*只对英文起作用，以单词作为换行依据。*/
    white-space: pre-wrap;
    /*只对中文起作用，强制换行。*/

}

/* 更换移动样式 */

@media (max-width: 992px) {

    #newsText p {

        white-space: pre-line;

    }

    .blog-sidebar {

        /* margin-bottom: 40px; */

    }

    .blog-sidebar .widget {

        background-color: #fff;
        padding: 0;

    }

    .blog-sidebar > .widget + .widget {

        margin-top: 20px;

    }

    .blog-sidebar .search-widget input {

        background-color: #f8f8f8;
        border: 1px solid #e1e1e1;
        color: #555;

    }

    .blog-sidebar .search-widget input:focus {

        background-color: #f8f8f8;

    }

    .blog-sidebar .widget h3 {

        display: none;

    }

    .blog-sidebar .category-widget::before {

        content: "新闻类型";
        position: relative;
        cursor: pointer;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #282828;
        padding: 0 10px;
        background-color: rgba(28, 148, 100, 0.1);
        border-bottom: 1px solid #1c9464;
        box-sizing: border-box;
        margin-bottom: 20px;
        display: inline-block;
    }

    /* .blog-sidebar .category-widget::after {

        content: "+";
        position: absolute;
        cursor: pointer;
        top: 70px;
        right: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        color: #1c9464;
        background-color: rgba(28, 148, 100, 0.2);

    } */
    .blog-sidebar .category-widget ul li {

        margin: 0 8px 8px 0;
        float: left;

    }

    .blog-sidebar .category-widget ul a {

        padding: 8px 12px;
        font-size: 14px;
        font-weight: normal;
        background-color: #f8f8f8;
        border-radius: 3px;
        border: none;

    }

    .blog-sidebar .category-widget ul a:hover {

        background-color: #1c9464;
        color: #fff;

    }

    .blog-sidebar .category-widget ul li:last-child a {

        padding-bottom: 8px;

    }

    .blog-sidebar .tag-widget::before {

        content: "发表来自";
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #282828;
        background-color: rgba(28, 148, 100, 0.1);
        border-bottom: 1px solid #1c9464;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 20px;

    }

    .blog-sidebar .tag-widget ul li a {

        background-color: #f8f8f8;

    }

    /* 工程项目类型 */
    .service-sidebar {

        margin-top: 0;

    }

    .service-sidebar .service-list-widget {

        background-color: #fff;
        padding: 0;

    }

    .service-sidebar .service-list-widget h3 {

        display: none;

    }

    .service-sidebar .service-list-widget::before {

        content: "主要环境工程业务";
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        font-weight: bold;
        color: #282828;
        background-color: rgba(28, 148, 100, 0.1);
        border-bottom: 1px solid #1c9464;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 20px;
        margin-bottom: 20px;

    }

    .service-sidebar .service-list-widget ul li {

        font-size: 15px;
        border-left: 1px solid #1c9464;
        border-bottom: none;
        padding: 0 20px;
        margin-bottom: 10px;

    }


    .service-sidebar .service-list-widget li:hover,
    .service-sidebar .service-list-widget ul > li:last-child:hover {

        background-color: rgba(28, 148, 100, 0.1);;
        box-sizing: border-box;

    }

    .service-sidebar .service-list-widget ul > li:last-child {

        border-bottom: none;

    }

    .service-sidebar .contact-widget {

        padding: 20px 15px;

    }

    .service-sidebar .contact-widget h2 {

        margin-top: 10px;
        text-align: right;

    }

    .service-sidebar > .widget + .widget {

        margin: 30px 0;
        display: none;

    }

    .service-sidebar .service-list-widget ul {

        margin-bottom: 40px;

    }

    .modal-header h4 {

        font-size: 20px;

    }


}

/* business业务页面 */

.business-list {

    margin: 0 -15px -25px;

}

.business-list ul {

    padding-left: 0;

}

.business-list ul li {

    border: 1px solid #eee;
    width: calc(25% - 30px);
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
    margin: 0 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    background-color: rgba(28, 148, 100, 0.05);
    border: 1px solid rgba(28, 148, 100, 0.1);
    /* cursor: pointer; */

}

@media (max-width: 992px) {

    .business-list {

        margin: 0;

    }

    .business-list ul li {

        width: calc(50% - 7.5px);
        height: 60px;
        line-height: 60px;
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 15px;

    }

    .business-list ul li:nth-child(2n) {

        margin-right: 0;

    }

}


.performance-table {

    width: 100%;
    position: relative;
    margin-top: 40px;
    display: inline-table;
    margin-bottom: 40px;

}

.performance-table tr td {

    padding: 10px;
    border: 1px solid #eee;
    text-align: center;

}

.performance-table thead {

    background-color: #1c9464;
    color: #fff;
    font-weight: bold;

}

.performance-table thead tr td {

    font-size: 14px;
    padding: 20px 10px;
    border: 1px solid #1c9464;

}

.performance-table tbody {

    background-color: #fff;
    color: #555;

}

.performance-table tbody tr:nth-child(2n) {

    background-color: #f8f8f8;

}

.tag-argument::before {

    content: "排污口论证报告";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}

.tag-assessment::before {

    content: "规划环评报告";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}

.tag-impact::before {

    content: "环境影响报告";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}

.tag-supervision::before {

    content: "环境监理报告";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}

.tag-acceptance::before {

    content: "环境验收报告";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}

.tag-permit::before {

    content: "排污许可";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}

.tag-plan::before {

    content: "应急预案";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 25px 0 0 0;
    border: 1px solid #1c9464;
    border-bottom: 0;
    background-color: rgba(28, 148, 100, 0.7);

}


@media (max-width: 992px) {

    .tag-argument::before， .tag-assessment::before， .tag-impact::before {

        height: 40px;
        line-height: 40px;
        font-size: 15px;
        top: -40px;
        border-radius: 20px 0 0 0;

    }

}

/* 编辑器文本，网页显示样式 */

.ql-align-center {

    text-align: center;

}

/* 新闻中心 */

.news-details {

    width: 100%;
    /* min-height: 500px; */
    padding: 0 20px;
    border: 1px solid #eee;

}

.news-header {

    padding: 40px 40px 10px 40px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #fff;

}

.news-details .news-hint {

    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #1c9464;

}

.news-details .news-hint span:last-child {

    margin: 0;

}

.news-details .news-body {

    padding: 40px 20px;


}

.news-details .news-body .card-text {

    font-size: 16px;
    color: #333;

}

.news-details .news-body .attachment {

    font-size: 14px;
    color: #333;
    margin-top: 40px;

}

.news-left {

    width: 330px;
    float: left;
    z-index: 1;

}

.news-right {

    width: 800px;
    /* min-height: 500px; */
    margin-left: 40px;
    float: right;

}

@media (min-width: 992px) and (max-width: 1200px) {

    .news-left {

        width: 300px;

    }

    .news-right {

        width: 640px;
        margin-left: 30px;

    }

}


@media (max-width: 992px) {


    .news-left {

        width: calc(100% - 30px);
        margin-left: 15px;
        position: relative !important;
        top: 0 !important;

    }

    .news-right {

        width: calc(100% - 30px);
        float: none;
        margin-left: 15px;

    }

}

.pageInfo {

    font-size: 15px;
    color: #555555;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #1c9464;
    padding: 20px;

}

/* 页脚备案信息 */

.lower-footer .copyright {

    line-height: 40px;
    display: block;

}

.lower-footer .copyright a {

    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;

}

.lower-footer .copyright a img {

    width: 15px;
    height: 15px;
    margin-right: 5px;

}

@media (max-width: 992px) {

    .lower-footer .copyright a {

        display: block;

    }

}

.details h3 {

    margin: 0 !important;

}