.main {
    max-width: 1400px;
    min-width: 1280px;
    margin: 0 auto;
}
/* 通用banner */
.c-renna {
    height: 200px;
    background-image: url("../images/common/c_renna.png");
    background-repeat: no-repeat;
    background-position: center center;
}
/* 通用内容 */
.c-content {
    padding: 30px 100px 40px 100px;
    background-color: #f1f1f1;
    background-image: url("../images/common/main_bg_bottom.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
.c-content .c-content-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    background-image: url("../images/common/main_bg_top.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.c-inner {
    position: relative;
    width: 1200px;
    margin:0 auto;
} 
.c-inner .c-title-wrap {
    position: relative;
}
.c-inner .c-title {
    font-size: 28px;
    color: #fff;
    padding-bottom: 50px;
    padding-right: 10px;
    background-image: url("../images/common/title_point.png");
    background-repeat: no-repeat;
    background-position: right top;
    display: inline-block;
}
.c-inner .c-title-option {
    position: absolute;
    left: 0;
    bottom: 8px;
}
.c-inner .c-title-option .c-title-oitem {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 6px 14px;
    cursor: pointer;
}
.c-inner .c-title-option .c-title-oitem.selected {
    border: 1px solid #fff;
    border-radius: 8px 18px 8px 18px;
    padding: 6px 13px;
}
/* 通用左侧 */
.c-inner .c-left {
    float: left;
    width: 880px;
    background-color: #fff;
    min-height: 1px;
    min-height: 836px;
}
/* 通用文章列表 */
.c-article-list {
    padding: 0 40px;
}
.c-article-list .c-article-item {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-right: 250px;
}
.c-article-list .c-article-item:last-child {
    border-bottom: 0;
}
.c-article-item .c-article-info {
    display: block;
    padding: 34px 0;
}
.c-article-item .c-article-info .c-article-title {
    color: #474747;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
.c-article-item .c-article-info:hover .c-article-title {
    color: #ea5404;
}
.c-article-item .c-article-info .c-article-des {
    color: #474747;
    font-size: 16px;
    text-align: justify;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.7;
    height: 108px;
}
.c-article-item .c-article-info .c-article-look {
    font-size: 14px;
    color: #999;
    text-align: right;
    padding-top: 20px;
}
.c-article-item .c-article-date {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 186px;
    background-image: url("../images/common/date_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.c-article-item .c-article-date .c-article-md {
    font-size: 34px;
    font-weight: bold;
    color: #a6a6a6;
    padding-top: 30px;
    line-height: 1.2;
}
.c-article-item .c-article-date .c-article-y {
    font-size: 24px;
    color: #a6a6a6;
    font-weight: bold;
    line-height: 1.2;
}
.c-article-more {
    margin:  0 30px 30px 30px;
    background-color: #ffe6d8;
    text-align: center;
    font-size: 16px;
    color: #ea5404;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: none;
}
/* 通用右侧 */
.c-right {
    overflow: hidden;
}
.c-right img {
    display: block;
    width: 100%;
}
/* 通用文章详情页 */
.c-article-detail {
    padding: 30px 40px;
}
.c-article-detail .c-detail-title {
    font-weight: bold;
    color: #474747;
    font-size: 22px;
    border-left:2px solid #ea5404;
    padding-left: 10px;
    line-height: 1.2;
}
.c-article-detail .c-detail-date {
    font-size: 16px;
    color: #999;
    padding-top: 12px;
    padding-bottom: 20px;
}
.c-article-detail .c-detail-content {
    color: #474747;
    font-size: 16px;
    line-height: 2;
}
.c-article-detail .c-detail-content p {
    margin: 12px 0;
}
/* 通用底部图 */
.c-bottom {
    background-image: url("../images/common/bottom_img.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 260px;
}

/* 项目介绍 */
.project-item {
    margin: 30px 40px;
    height: 220px;
    padding: 18px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;

}
.project-item .project-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 8px;
}
.project-item .project-des {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    padding-right: 424px;
    line-height: 1.9;
}

/* 关于我们 */
.about-wrap {
    display: none;
}
.about-title {
    border-bottom: 2px solid #ea5404;
    padding: 40px 0 30px 0;
    margin: 0 40px;
}
.about-title img {
    display: block;
    width: 370px;
    margin: auto;
}
.about-content {
    padding: 30px 40px;
}
.about-content p {
    font-size: 16px;
    color: #474747;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
}
.relate-list {
    padding-left: 40px;
    padding-top: 68px;
}
.relate-list .relate-item {
    padding-left: 38px;
    background-image: url("../images/about/icon.png");
    background-repeat: no-repeat;
}
.relate-list .relate-item .relate-option {
    float: left;
    font-size: 20px;
    color: #333;
    width: 144px;
    padding: 7px 0;
}
.relate-list .relate-item .relate-con {
    overflow: hidden;
    font-size: 20px;
    color: #333;
    padding: 7px 0;
}

/* 信息公开 */
.rule-list {
    padding: 30px;
}
.rule-list .rule-item {
    padding-bottom: 10px;
    display: block;
}
.rule-list .rule-item .rule-name {
    font-size: 18px;
    color: #333;
    padding-left: 76px;
    float: left;
    width: 720px;
    height: 80px;
    line-height: 80px;
    background-color: #f1f1f1;
    background-image: url("../images/information/icon.png");
    background-repeat: no-repeat;
    background-position: 40px center;
    border-radius: 6px 0 0 6px;
    box-sizing: border-box;
    
}
.rule-list .rule-item .rule-option {
    width: 100px;
    float: left;
    height: 80px;
    border-radius: 0 6px 6px 0;
    background-color: #ffab19;
    position: relative;
}
.rule-list .rule-item .rule-option .rule-option-text {
    padding-top: 19px;
    line-height: 1.2;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.rule-list .rule-item .rule-option .rule-option-search {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ea5404;
    background-image: url("../images/information/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
.rule-list .rule-item:hover .rule-name {
    background-color: #ffe6d8;
    background-image: url("../images/information/icon_selected.png");
    color: #ea5404;
}
.rule-list .rule-item:hover .rule-option .rule-option-search {
    display: block;
}