.banner {
    position: relative;
}

.bannerpic {
    display: block;
    padding-bottom: calc(451% / 19.2);
    position: relative;
}

.bannertxt {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 1;
    text-align: right;
}



.gp-bread {
    box-sizing: border-box;
    position: relative;
    text-align: right;
    margin-bottom: 18px;
}


.gp-bread span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    margin: 0 7px;
    background: #D8D8D8;
}

.gp-bread a {
    font-weight: normal;
    color: #999;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.gp-bread a:hover {
    color: #5A1C44;
}

main {
    position: relative;
    overflow: hidden;
}

.main {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    padding-top: 28px;
    box-sizing: border-box;
    min-height: 1000px;
}

main::before {
    content: '';
    display: block;
    width: 100%;
    height: 857px;
    background: url(../images/mainbg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -15.5%;
}

.gp-subLeft {
    width: 260px;
}


.gp-subLeft ul {
    position: relative;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, .08);
}


.gp-subLeft ul li>.itemtop {
    padding: 15px 14px;
    box-sizing: border-box;
    position: relative;
}

.gp-subLeft ul li>.itemtop::before {
    content: '';
    display: block;
    width: 0;
    height: 28px;
    background: #fff;
    position: absolute;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    transition: all .3s ease-in-out;
}

.gp-subLeft ul li>.itemtop::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: rgba(89, 27, 67, .8);
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.gp-subLeft ul li.active>.itemtop::after, .gp-subLeft ul li:hover>.itemtop::after {
    width: 100%;
}

.gp-subLeft ul li.active>.itemtop::before, .gp-subLeft ul li:hover>.itemtop::before {
    background: #EBD54E;
    z-index: 1;
    width: 5px;
}

.gp-subLeft ul li.active>.itemtop a, .gp-subLeft ul li.active>.itemtop span, .gp-subLeft ul li.active .gp-toggles,
.gp-subLeft ul li:hover>.itemtop a, .gp-subLeft ul li:hover>.itemtop span, .gp-subLeft ul li:hover .gp-toggles {
    color: #fff;
}

.gp-subLeft ul li>.item {
    margin-bottom: 5px;
}

.gp-subLeft ul li>.itemtop a {
    display: block;
    position: relative;
    z-index: 1;
    color: #333;
}

.gp-subLeft ul li>.itemtop span {
    color: #999;
    position: relative;
    z-index: 1;
}

.gp-subLeft ul li>.itemtop .gp-toggles {
    margin-left: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.gp-second-nav dd {
    margin-bottom: 1px;
}

.gp-second-nav a {
    display: block;
    padding: 5px 20px;
    box-sizing: border-box;
    background: #fff;
    color: #999;
}

.gp-second-nav dd.active a {
    color: #333;
}

.gp-subLeft ul li {
    position: relative;
}

.asideTit {
    padding: 17px;
    text-align: center;
    box-sizing: border-box;
    background: #5A1C44;
}

.asideTit h2 {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.gp-m-subNav {
    display: none;
}

.gp-m-inner-header {
    width: 100%;
    height: 40px;
    background-color: #5A1C44;
    cursor: pointer;
    line-height: 40px;
    position: relative;
}

.gp-m-inner-header>span {
    height: 40px;
    padding-left: 15px;
    color: #fff;
    position: absolute;
}



.gp-m-subNav .gp-m-inner-header-icon {
    float: right;
    width: 40px;
    color: #fff;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
    display: block;
}



.gp-m-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
}

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
}

.gp-subNavm h2 {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.gp-subNavm h2 a {
    padding-left: 13px;
    font-size: 20px;
    display: block;
    color: #fff;
}



.gp-subNavm li {
    position: relative;
}

.gp-subNavm li>a {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 40px;
    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 {
    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 40px;
    position: relative;
    border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
}

.subright {
    margin-left: 294px;
}

.title {
    padding-bottom: 16px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    font-size: 0;
}

.title h2 {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: normal;
}

.title h2::before {
    content: '';
    display: block;
    width: 5px;
    height: 24px;
    background: #7F2058;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}


.article {
    color: #333;
    line-height: 1.625;

}


.annexList li {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.annexList li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.annexList li a {
    line-height: 1.3;
    color: #333;
}

.subbot {
    padding: 39px 23px 71px;
    box-sizing: border-box;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, .08);
    background: #fff;
}

.gp-page-centered {
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
}

.gp .gp-page {
    box-sizing: border-box;
    margin: 50px 0 0px;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page>a,
.gp-page>span {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0px 8px;
    position: relative;
    border-radius: 50%;
    color: #5A1C44;
    vertical-align: top;
    border: 1px solid #979797;
}



.gp-page-select {
    height: 32px;
    line-height: 32px;
    min-width: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.gp-page .gp-page-prev {
    border: 1px solid #ECECEC;
    background: url(../images/l.png) no-repeat center;
    background-size: 13px 23px;
}

.gp-page .gp-page-next {
    border: 1px solid #ECECEC;
    background: url(../images/r.png) no-repeat center;
    background-size: 13px 23px;
}

.gp-page .gp-page-prev, .gp-page .gp-page-next {
    cursor: pointer;
}

.gp-page .gp-page-prev:hover {
    background: #5A1C44 url(../images/l2.png) no-repeat center;
    background-size: 13px 23px;
}

.gp-page .gp-page-next:hover {
    background: #5A1C44 url(../images/r2.png) no-repeat center;
    background-size: 13px 23px;
}




.gp-page>span {
    border: none
}


.gp-page>a:hover,
.gp-page>a.active {
    color: #fff;
    background: #5A1C44;
    border: 1px solid #fff;
}

.selectUl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 47px;
    border: 1px solid #979797;
    border-radius: 15px;
    background: #fff;
    z-index: 10;
    max-height: 120px;
    overflow-y: scroll;
    display: none;
}

/* 滚动条样式 */
.selectUl::-webkit-scrollbar {
    width: 0px;
    /*  设置纵轴（y轴）轴滚动条 */
    height: 0px;
    /*  设置横轴（x轴）轴滚动条 */

}

/* 滚动条滑块（里面小方块） */
.selectUl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(89, 27, 67, .2);
    background: rgba(89, 27, 67, .2);
}

/* 滚动条轨道 */
.selectUl::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

/* hover时显色 */
.selectUl:hover::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.selectUl li {
    line-height: 15px;
    margin: 15px 0;
}

.selectUl a {
    padding: 0 0 0 10px;
    box-sizing: border-box;
    display: block;
}

.selectUl a:hover {
    color: #5A1C44;
}

.selectbox {
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 36px;
    display: inline-block;
    text-align: left;
    width: 121px;
    height: 48px;
    margin-left: 15px;
    line-height: 48px;
    border: 1px solid #979797;
}

.selectbox span {
    color: #666;
}

.selectbox .arrow {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/down.png) no-repeat center;
    position: absolute;
    background-size: 17px 10px;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.selectbox .arrow.on {
    transform: rotate(180deg);

}

.date {
    position: relative;
    color: #5D2047;
    padding-left: 22px;
    box-sizing: border-box;
    margin-left: 26px;
}

.date::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/clock.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 6.5px);
}

.sub2ul li {}

.sub2ul li a {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #EFEFEF;
    transition: all .3s ease-in-out;
}

.sub2ul li:hover a {
    transform: translateX(5px);
}

.sub2ul li:hover .sub2txt {
    color: #5A1C44;
}

.sub2txt {
    line-height: 26px;
    height: 52px;
    color: #333;
}

.sub3ul li {
    margin-bottom: 18px;
}

.sub3ul li .item {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background: #FAFAFA;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.sub3ul li:hover .item {
    transform: translateX(5px);
}

.sub3l {
    width: 119px;
    overflow: hidden;
}

.sub3pic {
    padding-bottom: 139.5%;
}

.sub3r {
    margin-left: 142px;
}

.sub3top {
    margin-bottom: 15px;
}

.sub3top h2 {
    display: inline-block;
    vertical-align: bottom;
}

.sub3top h2.name {
    margin-right: 22px;
    line-height: 1.3;
    color: #333;
}

.sub3ul li:hover .name {
    color: #5A1C44;
}

.nametitle {
    font-weight: normal;
    line-height: 1.3;
    color: #999;
}

.sub3r .info {
    line-height: 22px;
    height: 44px;
    color: #999;
    margin-bottom: 52px;
}

.more {
    line-height: 22px;
    color: #5A1C44;
}

.pageArticleTitle {
    margin-bottom: 23px;
    text-align: center;
}

.pageArticleTitle>h3 {
    color: #333;
    line-height: 1.23;
    font-weight: normal;
}

.articleAuthor {
    padding-bottom: 26px;
    margin-bottom: 23px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    text-align: center;
}
.articleAuthor span{
    margin: 0 6px;
    color: #999;
    line-height: 1.2;
}
.gp-article p{
    line-height: 1.625;
    color: #333;
}
.sub4l{
    width: 176px;
    overflow: hidden;
}
.sub4pic{
    padding-bottom: 139.77%;
}
.subright .gp-article{
    margin-left: 196px;
}
.Annex{
    margin-top: 20px;
}
.annexList li{
    list-style: none !important;
}
.annenxtit{
    margin-bottom: 20px;
}
.subright2 .title h2{
    padding-left: 0;
    font-weight: bold;
    color: #5A1C44;
}
.subright2 .title h2::before{
    display: none;
}
.subright2 .sub2ul .sub2txt{
    height: auto;
}
.sub5pic{
    padding-bottom: 56.2%;
}
.sub5info{
    margin-top: 7px;
}
.sub5info{
    line-height: 26px;
    height: 52px;
    color: #333;
}
.sub5ul{
    margin: 0 -18px;
    font-size: 0;
}
.sub5ul li{
    margin-bottom: 58px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.sub5ul a{
    display: block;
    margin: 0 18px;
    transition: all .3s ease-in-out;

}
.sub5ul li:hover a{
    transform: translateX(5px);
}
.sub5ul li:hover .sub5info{
    color: #5A1C44;
}
.subright2 .sub5ul li{
    margin-bottom: 13px !important;
}
@media screen and (max-width:1460px){
      main::before {
        height: 518px;
        bottom: 0;
    }
}

@media screen and (max-width:1460px){
      main::before {
        height: 518px;
        bottom: 0;
    }
}
@media screen and (max-width:1400px){
      main::before {
        height: 483px;
        bottom: 0;
    }
}
@media screen and (max-width:1360px){
      main::before {
        height: 577px;
        bottom: -9.5%;
    }
}
@media screen and (max-width:1280px){
      main::before {
        height: 577px;
        bottom: -11.5%;
    }
}
@media screen and (max-width:1100px) {
       main::before {
        height: 481px;
        bottom: -6%;
    }
    .gp-page>a, .gp-page>span {

        width: 38px;
        height: 38px;
        line-height: 38px;
        margin: 0;
    }

    .selectbox {

        width: 110px;
        height: 38px;
        margin-left: 10px;
        line-height: 38px;
    }

    .selectbox .arrow {
        width: 38px;
        height: 38px;
    }

    .selectUl {
        bottom: 37px;
    }

    .selectUl li {
        margin: 14px 0;
    }
}

@media screen and (max-width:998px) {

    main::before {
        height: 439px;
        bottom: -8.7%;
    }

    .gp-subLeft {
        display: none;
    }

    .gp-m-subNav {
        display: block;
        margin-bottom: 18px;
    }

    .subright {
        margin-left: 0px;
    }

    .main {
        min-height: 300px;


    }
}

@media screen and (max-width:768px) {

    main::before {
        height: 345px;
        bottom: -63px;
    }

    .sub2txt {
        line-height: 20px;
        height: 40px;
    }

    .sub2ul li a {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .gp-page a {
        display: none;
        margin: 0 5px;
    }

    .gp-page a.gp-page-start, .gp-page a.gp-page-prev, .gp-page a.gp-page-end, .gp-page a.gp-page-next {
        margin: 0 5px;

    }

    .gp-page a.gp-page-prev {
        margin-right: 5px;
    }

    .gp-page a.active, .gp-page a.gp-page-start, .gp-page a.gp-page-prev,
    .gp-page a.gp-page-end, .gp-page a.gp-page-next {
        display: inline-block;
        font-size: 14px;
    }
    .sub5info{
        line-height: 20px;
        height: 40px;
      
    }
    .sub5ul{
        margin: 0 -9px;
    }
    .sub5ul li{
        margin-bottom: 29px;
    }
    .sub5ul a{
        display: block;
        margin: 0 9px;
    
    }
}
@media screen and (max-width:700px){
    .sub5ul li{
        width: 50%;
    }
}


@media screen and (max-width:479px) {
       main::before {
        height: 275px;
        bottom: -51px;
    }
    .subbot {
        padding: 20px 15px 35px;
    }

    .gp-m-subNav, .gp-bread {
        margin-bottom: 15px;
    }
    .pageArticleTitle {
        margin-bottom: 10px;
       
    }
    .articleAuthor {
        padding-bottom: 13px;
        margin-bottom:12px;
    }
    .sub4l {
        width: 146px;
    }
   .subright .gp-article {
        margin-left: 166px;
    }
}

@media screen and (max-width:400px) {
    .sub3l {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .sub3r {
        margin-left: 0px;
    }

    .sub3r .info {
        height: auto;
        max-height: 44px;
        margin-bottom: 25px;
    }

    .sub3ul li .item {
        padding: 15px;
    }
    .sub4l {
        width: 146px;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
   .subright .gp-article {
        margin-left: 0;
    }
    .gp-page a.gp-page-start, .gp-page a.gp-page-prev, .gp-page a.gp-page-end, .gp-page a.gp-page-next {
        margin: 0 0px;
    }
    .selectbox {
        width: 100px;
    }
    .sub5ul li{
        width: 100%;
    }
    .sub5info {
        line-height: 20px;
        height: auto;
        max-height: 40px;
    }
}

@media screen and (max-width:320px) {
    main::before {
        height: 184px;
        bottom: -35px;
    }
}
@media screen and (max-width:315px){
    .selectbox {
       display: none;
    }
}