.banner {
    position: relative;
}

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

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


.banner::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: calc(60% / 19.2);
    background: rgba(0, 0, 0, .8);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}


.gp-bread {
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.gp-bread::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/home.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.gp-bread span {
    color: #fff;
}

.gp-bread a {
    color: #fff;
    font-weight: normal;
}

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

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

.gp-subLeft {
    width: 300px;
    margin-top: -100px;
}


.gp-subLeft ul {
    position: relative;
    padding: 20px 10px 80px 10px;
    box-sizing: border-box;
    background: #F2F2F2;
}

.gp-subLeft ul::before {
    content: '';
    display: block;
    width: 145px;
    height: 110px;
    background: url(../images/leftbg.png) no-repeat;
    position: absolute;
    background-size: cover;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.gp-subLeft ul li>.itemtop {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    margin-bottom: 1px;
}

.gp-subLeft ul li>.itemtop::before {
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: #014D8B;
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
}

.gp-subLeft ul li>.itemtop::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #014D8B;
    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: calc(100% + 20px);
}

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

.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;
    margin-bottom: 20px;
}

.asideTit {
    padding: 19.5px;
    text-align: center;
    box-sizing: border-box;
    background: rgba(1, 77, 139, 0.8);
    margin-bottom: 30px;
}

.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: #00366f;
    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: 350px;
}

.title {
    padding-top: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px solid #014D8B;
    font-size: 0;
}

.title h2 {
    display: inline-block;
    vertical-align: middle;
    color: #014D8B;
    padding-right: 10px;
    box-sizing: border-box;
    margin-right: 10px;
    position: relative;
}

.title h2::before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
}

.title p {
    color: #014D8B;
    display: inline-block;
    vertical-align: middle;
}

.article p {
    color: #333;
    line-height: 1.875;
    margin-bottom: 30px;
}

.article img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sub2ul {
    font-size: 0;
    margin: 0 -20px;
}

.sub2ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
}

.sub2ul li a {
    display: block;
    margin: 0 20px;
    position: relative;
    padding: 0 20px 20px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

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

.sub2ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    background: #F2F2F2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub2ul li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #014D8B;
    position: absolute;
    left: 0;
    top: 50px;
    transition: all .3s ease-in-out;
}

.sub2ul li:hover a::after {
    height: calc(100% - 50px);

}

.sub2top {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;

}

.sub2top::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub2ul li:hover .sub2top::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sub2people {
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.sub2img {
    padding-bottom: 100%;
}

.sub2info {
    margin-top: 80px;
    margin-right: 170px;
}

.name {
    padding-left: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.sub2ul li:hover .name, .sub2ul li:hover .nametxt {
    color: #fff;
}

.name::before {
    content: '';
    display: block;
    width: 4px;
    height: 26px;
    background: #005AAB;
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
}

.sub2ul li:hover .name::before {
    background: #FFA940;
}

.nametxt {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #333;
}

.sub2bot {
    position: relative;
    z-index: 1;
}

.sub2tit {
    color: #014D8B;
    margin-bottom: 20px;
}

.sub2ul li:hover .sub2tit {
    color: #FFA940;
}

.sub3 {
    overflow: hidden;
}

.sub3left {
    width: 200px;
    overflow: hidden;
}

.sub3pic {
    padding-bottom: 150%;
}

.sub3right {
    margin-left: 230px;
}

.sub3info .name {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.sub3info .nametxt {
    margin: 0;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.sub3info {
    margin-bottom: 20px;
}

.sub3right .article p {
    margin-bottom: 20px;
}

.mode2r {
    width: 289px;
    overflow: hidden;
}

.mode2rbg {
    padding-bottom: 174.4%;
    background: linear-gradient(180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%, rgba(0, 43, 186, 0.3) 99.31%);
    background: -o-linear-gradient(180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%, rgba(0, 43, 186, 0.3) 99.31%);
    background: -moz-linear-gradient(180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%, rgba(0, 43, 186, 0.3) 99.31%);
    background: linear-gradient(180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%, rgba(0, 43, 186, 0.3) 99.31%);

}


.mode2l {
    width: calc(100% - 339px);
}

.mode2l .article p {
    margin-bottom: 20px;
}

.sub5ul li {
    margin-bottom: 30px;
}

.sub5ul li a {
    display: block;
    background: #F8F8F8;
    overflow: hidden;
    position: relative;
}

.sub5ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #005AAB;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all .3s ease-in-out;
}

.sub5ul li:hover a::before {
    height: 100%;
    top: 0;
}

.sub5left {
    width: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sub5img {
    padding-bottom: 56.25%;
}

.sub5right {
    margin-left: 400px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.sub5ul li.on .sub5right {
    margin-left: 0;
    height: auto !important;
}

.sub5tit {
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
    margin-right: 140px;
}

.sub5ul li:hover .sub5tit {
    color: #fff;
}

.sub5info {
    line-height: 30px;
    height: 90px;
    color: #999;
    -webkit-line-clamp: 3;
}

.sub5ul li:hover .sub5info {
    color: rgba(255, 255, 255, 0.8);
}

.sub5ul li:hover .date {
    background: #FFA940;
}

.date {
    width: 129px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #005AAB;
    position: absolute;
    right: 0;
    top: 0;
}

.pageArticleTitle {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.articleAuthor {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background: #F8F8F8;
    margin-bottom: 30px;
}

.articleAuthor span {
    color: #999;
    margin: 0 15px;
}

.gp-article p {
    line-height: 1.875;
    color: #333;
    margin-bottom: 20px;
}

.gp-article img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;

}

.Annex {
    margin-top: 10px;
}

.annenxtit {
    padding: 17px 30px;
    box-sizing: border-box;
    background: #F8F8F8;
    margin-bottom: 20px;
    color: #014D8B;
}

.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;
}

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

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

.sub7ul li a {
    display: block;
    overflow: hidden;
    line-height: 1.31;
    transition: all .3s ease-in-out;
}

.sub7ul li:hover a {
    transform: translateX(5px);
    color: #00366f;
}

.date7 {
    color: #999;
    margin-left: 10px;
}

.gp-page {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.gp-page a, .num {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    border: 1px solid #999;
    text-align: center;
}
.gp-page a.active,.gp-page a:hover{
    background: #005AAB;
    color: #fff;
}
.num {
    outline: none;
    padding: 0;
    margin: 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 {
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #333;
    margin: 0 10px;
}
.gp-page a.gp-page-start:hover, .gp-page a.gp-page-prev:hover,
.gp-page a.gp-page-end:hover, .gp-page a.gp-page-next:hover {
    background: none;
    color: #333;
}
.gp-page a.gp-page-prev{
margin-right: 15px;
}
.gp-page a.gp-page-end{margin-left: 15px;}
.enterNum {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

@media screen and (max-width:1200px) {
    .gp-subLeft {
        width: 210px;
        margin-top: -87px;
    }

    .subright {
        margin-left: 250px;
    }
}

@media screen and (max-width:998px) {
    .main {
        padding-bottom: 25px;
    }

    .gp-subLeft {
        display: none;
    }

    .gp-m-subNav {
        display: block;
        margin: 20px 0 0;
    }

    .bannertxt {
        bottom: 0;
    }

    .sub3right .article p {
        margin-bottom: 10px;
    }

    .sub3info {
        margin-bottom: 10px;
    }

    .subright {
        margin-left: 0px;
    }

    .title {
        padding-top: 20px;

        margin-bottom: 20px;
    }

    .article img, .article p {
        margin-bottom: 20px;
    }

    .sub2ul {
        margin: 0 -10px;
    }

    .sub2ul li {
        margin-bottom: 20px;
    }

    .sub2ul li a {
        margin: 0 10px;
    }

    .mode2r {
        width: 205px;
    }

    .mode2l {
        width: calc(100% - 245px);
    }

    .sub5tit {
        margin-bottom: 10px;
    }

    .pageArticleTitle, .gp-article p, .gp-article img {
        margin-bottom: 10px;
    }

    .articleAuthor {
        margin-bottom: 15px;
        padding: 5px;
    }

    .annenxtit {
        padding: 8px 15px;
        margin-bottom: 10px;
    }

    .annexList li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sub7ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .gp-page {
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .sub2people {
        float: none;
        margin: 0 auto;
    }

    .sub5tit {
        margin-right: 0
    }

    .sub2info {
        margin-top: 20px;
        margin-right: 0px;
    }

    .nametxt {
        margin-bottom: 5px;
    }

    .sub5info {
        line-height: 25px;
        height: 75px;
    }

    .date {
        right: 0;
        top: auto;
        bottom: 0;
    }

    .name {
        margin-bottom: 10px;
    }

    .name::before {
        height: 18px;
        top: calc(50% - 9px);
    }

    .sub2top {
        margin-bottom: 15px;
    }

    .sub2tit {
        margin-bottom: 10px;

    }

    .sub5left {
        width: 300px;
    }

    .sub5right {
        margin-left: 300px;
        padding: 20px;
    }
}

@media screen and (max-width:600px) {
    .sub5left {
        width: 100%;
        float: none;
    }

    .sub5right {
        margin-left: 0;
        padding: 20px;
        height: auto !important;
    }

    .date {
        width: auto;
        position: static;
        height: 30px;
        line-height: 30px;
    }
    .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;
    }
    .enterNum{
        font-size: 14px;

    }
}

@media screen and (max-width:479px) {
    .sub2ul li {
        width: 100%;
    }

    .sub3left {
        float: none;
        margin: 0 auto;
    }

    .sub3right {
        margin-left: 0;
        margin-top: 20px;
    }

    .mode2r {
        width: 185px;
    }

    .mode2l {
        width: calc(100% - 215px);
    }

    .article p {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:400px) {
    .bannertxt {
        position: static;
        margin: 10px 0;
    }

    .banner::before {
        display: none;
    }

    .gp-bread a, .gp-bread span {
        color: #666;
    }

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

    .gp-bread::before {
        background: url(../images/home2.svg) no-repeat;
        background-size: 16px 14px;
        top: 3px;
    }

    .gp-bread {
        padding-left: 25px;
    }

    .mode2r {
        width: 100%;
        float: none;
    }

    .mode2l {
        width: 100%;
    }
    .gp-page a{
        margin: 0 3px;
    }
    .gp-page a.gp-page-prev, .gp-page a.gp-page-next{
        display: none;
    }
}
