@charset "utf-8";
.subContent {
    min-height: 500px;
}

.subBanner.gp-img-responsive {
    padding-bottom: 27.08%;
}

.navBg {
    margin-top: -75px;
}

.flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 80px;
}

.flex .channl {
    width: 260px;
    font-weight: bold;
    padding: 25px 0;
    /* padding-right: 115px; */
    position: relative;
    line-height: 1;
}

.flex .channl::before {
    content: '';
    display: block;
    height: 100%;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.04);
    position: absolute;
    right: 0px;
    top: 0px;
}

.flex .channl::after {
    content: '';
    display: block;
    height: 1px;
    width: 66px;
    background-color: #ee1c25;
    position: absolute;
    left: 0px;
    top: 0px;
}

.flex .channl a {
    color: #ee1c25;
}

.bread {
    text-align: right;
    padding: 0 0 18px;
    position: relative;
}

.bread::before {
    content: '';
    display: block;
    width: 890px;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.bread::after {
    content: '';
    display: block;
    width: 112px;
    height: 7px;
    background-color: #f0f0f0;
    position: absolute;
    right: 0px;
    bottom: -3px;
    z-index: 2;
}

.bread a {
    display: inline-block;
    color: #999999;
    margin-right: 16px;
    position: relative;
}

.bread a::after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: #999;
    position: absolute;
    right: -12px;
    top: 55%;
    transform: translateY(-50%);
}

.bread a:last-child {
    margin-right: 0;
}

.bread a:last-child::after {
    display: none;
}

.gp-left {
    float: left;
    width: 220px;
}

.gp-right {
    float: right;
    width: calc(100% - 258px);
    padding: 33px 25px 39px;
    background-color: #F7F7F7;
}


/*侧边栏*/

.gp-subLeft {
    background: #F3F3F3;
}

.gp-subLeft h2 {
    display: block;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    border-radius: 11px 11px 0 0;
    background: linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);
    background: -webkit-linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);
}

.gp-subLeft>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-in-out;
}

.gp-subLeft>ul>li:hover,
.gp-subLeft>ul>li.active {
    background: linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);
    background: -webkit-linear-gradient(to right, rgba(196, 38, 29, 1) 0%, rgba(248, 194, 0, 1) 160%);
}

.gp-subLeft>ul>li:hover .gp-toggles,
.gp-subLeft>ul>li.active .gp-toggles {
    color: #fff;
}

.gp-subLeft>ul>li:last-child {
    border-bottom: none;
}

.gp-subLeft>ul>li>a {
    padding: 17px 0 16px;
    line-height: 23px;
    text-align: center;
    display: block;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
    color: #333;
}

.gp-subLeft>ul>li:hover>a,
.gp-subLeft>ul>li.active>a {
    padding-right: 20px;
    margin-right: 0;
    color: #fff
}

.gp-subLeft .gp-toggles {
    width: 56px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    color: #666
}

.gp-second-nav {
    font-size: 1.8rem;
    display: none;
    background-color: #fff;
    opacity: 0.8;
}

.gp-second-nav:hover {
    background-color: #fff;
}

.gp-second-nav dd a {
    display: block;
    padding: 10px 15px 10px 40px;
    color: #666;
    border-bottom: 1px dotted #fff;
    transition: all 0.35s ease-in-out;
}

.gp-second-nav dd a:hover,
.second_nav dd a.active,
.gp-second-nav dd a.active {
    background: #FFE8E8;
    color: #000;
    opacity: 1;
}


/*侧边栏移动端 */

.gp-m-subNav {
    display: none;
}

.gp-m-inner-header {
    width: 100%;
    height: 40px;
    background-color: #C4261D;
    cursor: pointer;
    line-height: 40px;
}

.gp-m-inner-header>span {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
}

.icon-jia:before,
.icon-jian:before {
    color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon-click {}

.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
    display: block;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #003c7f;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 20px;
    font-family: Tahoma;
    display: block;
    color: #fff;
}

.gp-subNavm ul {}

.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    padding-left: 13px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.gp-subNavm li.sub_has span {
    margin-left: 10px;
}

.gp-subNavm li.on a {
    color: #003c7f;
    display: block;
    width: 100%;
}

.gp-m-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
}

.gp-subNavm dl {
    display: none;
    background-color: #fff;
    padding: 5px 0px;
}

.gp-subNavm dl dd {
    padding-left: 30px;
    line-height: 18px;
    padding: 8px 0px 8px 30px;
    border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.gp-subNavm li dl dd a:hover {
    color: #a70510
}

.picList {
    margin-top: 54px;
    margin-left: -36px;
    margin-right: -36px;
}

.picList li {
    margin-bottom: 72px;
}

.picList li a {
    display: block;
    margin: 0 36px;
    box-shadow: 0px 20px 42.5px 7.5px rgba(0, 0, 0, 0.06);
}

.picList .info {
    padding: 27px 30px 35px;
}

.picList .date {
    line-height: 16px;
    position: relative;
    display: inline-block;
    color: #999999;
}

.picList .date::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #999;
    position: absolute;
    top: 0px;
    right: -20px;
}

.picList .date::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/date_icon.png) no-repeat center/cover;
    position: absolute;
    top: 0px;
    right: -60px;
}

.picList .title {
    margin-top: 18px;
    line-height: 1;
}


/*分页*/

.gp-page {
    /* padding:15px 0; */
    color: #999;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page>a,
.gp-page>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #999999;
    position: relative;
    text-align: center;
    /* border:1px solid rgba(0, 0, 0, 0.06); */
    border: none;
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: top;
}

.gp-page .gp-page-next {
    margin-left: 15px;
}

.gp-page .gp-page-prev {
    margin-right: 15px;
}

.gp-page-select {
    height: 44px;
    line-height: 44px;
    min-width: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page .gp-page-next,
.gp-page .gp-page-prev,
.gp-page>span {
    width: 66px;
    padding: 0 15px;
}

.gp-page>span {
    border: none
}

.gp-page>a:hover,
a.on_pages {
    background-color: #ee1c25;
    color: #fff;
}

.gp-m-page {
    display: none;
}

.gp-m-page a {
    display: inline-block;
    margin: 0 10px
}


/*居中*/

.gp-page-centered {
    text-align: center
}


/*右对齐*/

.gp-page-right {
    text-align: right
}


/* 自定义下拉框 */

.pages>.select_box {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: 120px;
    border-radius: 24px;
    margin-left: 16.5px;
}

.mobile_page {
    display: none;
}

.select_box::after {
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    background: url(../images/page_down.png) no-repeat center;
    transition: all 0.25s ease;
}

.select_box.on::after {
    transform: translateY(-50%) rotate(180deg);
}

.select_box:hover {
    cursor: pointer;
}

.select_box span {
    display: inline-block;
    margin-left: 22px;
}

.select_box.on .option {
    display: block;
}

.option {
    display: none;
    position: absolute;
    bottom: 48px;
    width: 120px;
    border: 1px solid #dedede;
    border-top: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
}

.option li a {
    color: #fff;
}

.option li {
    padding: 5px 10px;
    line-height: 30px;
}

.option li:hover {
    background: #ddd;
}

.option li:hover a {
    color: #C4261D;
}

.article {
    margin-top: 72px;
}

.gp-title {
    line-height: 1.53;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-top: 23px;
}

.gp-title::before {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background-color: #ee1c25;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gp-info {
    color: #999;
    text-align: left;
    margin-top: 23px;
    line-height: 1;
}

.gp-info span {
    margin-right: 30px;
    display: inline-block;
}

.gp-info span:last-child {
    margin-right: 0px;
}

.gp-content {
    margin-top: 55px;
}

.gp-content p {
    line-height: 1.875;
    margin-bottom: 30px;
}

.gp-content p:last-child {
    margin-bottom: 0px;
}

.share,
.bdsharebuttonbox,
.shareBox,
.w-title,
.w-close,
.w-footer {
    display: none;
}

.articleCode {
    max-width: 120px;
    margin: 0 auto;
}

.weChatBox {
    position: static;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.qrcode {
    width: 120px;
    height: 120px;
    margin: 0px;
}

.textCode {
    text-align: center;
    margin-top: 10px;
}

.newsList {
    margin-top: 54px;
}

.newsList li {
    margin-bottom: 60px;
}

.newsList li:last-child {
    margin-bottom: 72px;
}

.newsList a {
    display: flex;
}

.newsList a .img {
    flex-shrink: 0;
}

.newsList .info {
    padding: 45px 30px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
}

.newsList .title {
    line-height: 1;
}

.newsList .summary {
    line-height: 1.625;
    margin-top: 15px;
    color: #888888;
}

.newsList .date {
    font-family: 'bahnschrift';
    font-weight: lighter;
    display: flex;
    max-width: 80px;
    align-items: baseline;
    line-height: 1;
    margin-top: 35px;
}

.people {
    margin-top: 35px;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 62px;
}

.people li {
    margin-bottom: 10px;
}

.people li a {
    display: block;
    margin: 0 6px;
    padding: 45px 55px 35px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0);
}

.people li:hover a {
    border: 2px solid #ee1c25;
}

.people li .name {
    line-height: 25px;
    padding-top: 20px;
    position: relative;
}

.people li:hover .name {
    color: #222;
    font-weight: bold;
}

.people li:hover .name::before {
    content: '';
    display: block;
    width: 39px;
    height: 16px;
    background: url(../images/mode05_bf_icon.png) no-repeat center;
    position: absolute;
    left: -52px;
    bottom: 0px;
}

.people li .text {
    color: #888888;
    line-height: 1.875;
    margin-top: 15px;
    height: 7.5em;
    overflow: hidden;
}

.people li .text span {
    display: block;
}

.people .img {
    max-width: 109px;
    border-radius: 50%;
    /* overflow: hidden; */
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.people .img::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.people .gp-img-responsive {
    padding-bottom: 100%;
    border-radius: 50%;
}


/* 代表风采文章页 */

.peo {
    margin-top: 72px;
    display: flex;
}

.peo .img {
    width: 300px;
    margin-right: 34px;
    flex-shrink: 0;
}

.peo .img .gp-img-responsive {
    padding-bottom: 133.33%;
}

.peo .info {
    width: calc(100% - 334px);
}

.peo .name {
    font-weight: bold;
    line-height: 1;
    padding: 40px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.peo .intro,
.peo .infor {
    display: flex;
    margin-bottom: 50px;
}

.peo .lable {
    flex-shrink: 0;
    color: #444444;
}

.peo .text {
    color: #999999;
    line-height: 1.71;
}

.gp-list {
    margin-top: 55px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 42px;
}

.gp-list li {
    margin-bottom: 30px;
}

.gp-list li a {
    display: block;
    background-color: #f7f7f7;
    padding: 20px 30px;
    position: relative;
    margin: 0 16px;
}

.gp-list li a::after {
    content: '';
    display: block;
    width: 1px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.gp-list .title {
    color: #333333;
    padding-left: 35px;
    line-height: 1;
    margin-top: 20px;
}

.gp-list .date {
    display: inline-block;
    position: relative;
}

.gp-list .date::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background-color: #ee1c25;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -48px;
}

.gp-list .date span {
    color: #999;
    line-height: 1;
}


/* .gp-list .date .gp-f35{
    color: #ee1c25;
} */

.Annex h3 {
    margin-bottom: 20px;
}

.Annex li::marker {
    content: '';
}

.Annex li {
    margin-bottom: 10px;
}

.Annex li:last-child {
    margin-bottom: 0px;
}

.Annex li a {
    padding-left: 20px;
    opacity: 0.8;
}

.Annex li a:hover {
    color: #ee1c25;
    opacity: 1;
}

@media screen and (max-width:997px) {
    .gp-subLeft,
    .gp-page {
        display: none;
    }
    .gp-m-subNav {
        display: block;
    }
    .gp-m-page {
        display: block;
    }
}


/* 响应式样式 */

@media screen and (max-width:1600px) {}

@media screen and (max-width:1480px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1280px) {
    .bread::before {
        width: 600px;
    }
}

@media screen and (max-width:1200px) {
    .picList {
        margin-left: -20px;
        margin-right: -20px;
    }
    .picList li a {
        margin: 0 20px;
    }
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:997px) {
    .gp-left,
    .gp-right {
        width: 100%;
        float: none;
    }
    .gp-left {
        margin-bottom: 20px;
    }
    .gp-pages {
        display: none;
    }
    .gp-m-page {
        display: block;
    }
    .gp-m-page .gp-page-prev,
    .gp-m-page .gp-page-next {
        width: auto;
    }
    .mobile_page {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .mobile_page a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #D8D8D8;
    }
    .bread::before {
        display: none;
    }
    .subBanner.gp-img-responsive {
        padding-bottom: 25.65%;
    }
}

@media screen and (max-width:767px) {
    .picList li {
        margin-bottom: 40px;
    }
    .flex .channl {
        font-size: 3rem;
    }
    .picList {
        margin: 0px;
    }
    .picList li a {
        margin: 0;
    }
    .newsList li {
        margin-bottom: 30px;
    }
    .newsList a {
        display: block;
    }
    .newsList .info {
        padding: 30px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .peo {
        display: block;
        margin-top: 30px;
    }
    .peo .img {
        margin: 0 auto;
    }
    .peo .info {
        width: 100%;
    }
}

@media screen and (max-width:680px) {}

@media screen and (max-width:540px) {
    .gp-list .date {
        float: none;
        padding-left: 24px;
    }
}

@media screen and (max-width:479px) {
    .gp-content p {
        margin-bottom: 10px;
    }
    .gp-container {
        margin: 0;
    }
    .gp-list .title {
        padding-left: 0px;
    }
    .gp-list .date {
        padding-left: 0px;
    }
    .flex {
        display: block;
        margin-top: 20px;
    }
    .flex .channl {
        display: inline-block;
        padding: 15px 80px 15px 0;
        margin-bottom: 10px;
    }
    .newsList .info {
        padding: 20px;
    }
    .newsList .date {
        margin-top: 15px;
    }
    .newsList .date .gp-f48 {
        font-size: 4rem;
    }
    .newsList .date .gp-f24 {
        font-size: 2rem;
    }
    .peo .img {
        width: 270px;
    }
    .peo .intro,
    .peo .infor {
        display: block;
        margin-bottom: 30px;
    }
    .peo .lable {
        margin-bottom: 10px;
    }
    .gp-list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .gp-list li a {
        padding: 20px;
    }
    .gp-list li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:380px) {
    .picList .info {
        padding: 20px;
    }
    .picList li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:320px) {}