<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerPic {
    padding-bottom: 25.73%;
}

main {
    display: block;
    min-height: 500px;
}

.profiles {
    margin-top: 20px;
}

.gp-bread {

    color: #999;
    font-size: 14px;

    text-align: right;
    padding: 0;
    padding-bottom: 13px;
}


.bread a {
    display: inline-block;
    color: #999;
    font-size: 14px;
}

.bread span {
    color: #a7a6a6;
    margin: 0;
    display: inline-block;
}

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

.gp-bread span {
    color: #999;
    margin: 0;
}

/*aside*/
.gp-subLeft {
    width: 260px;
    position: relative;
    display: inline-block;
    z-index: 99;
    float: left;
    margin-top: -99px;
}

.asideTit {
    padding: 24px 50px;
    background: #600205;
    background-size: cover;
    font-weight: bold;
    position: relative;
}

.asideTit::before {
    content: '';
    display: block;
    width: 161px;
    height: 4px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #600205;
}
.gp-subLeft&gt;ul&gt;li{
    position: relative;
}
.gp-subLeft .down {
    width: 0;
    height: 0;
    position: absolute;
    right: 22px;
    top: 25px;
    line-height: 58px;
    border: 9px solid transparent;
    border-top-color: #600205;
    /* background: rebeccapurple; */text-align: center;
    cursor: pointer;
    color: #666;
}

.right{
  
    width: 0;
    height: 0;
    position: absolute;
    right: 22px;
    top: 25px;
    line-height: 58px;
    border: 9px solid transparent;
    border-left-color: #600205;
    /* background: rebeccapurple; */text-align: center;
    cursor: pointer;
    color: #666;
   
}

.asideTit::after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 20px;
    bottom: 35px;
    /* background: rgba(255, 255, 255, .4); */
}
.subLeftTitle {
    padding: 30px 35px;
    color: #fff;
    text-align: center;
    position: relative;
}

.subLeftTitle::before {
    content: '';
    display: block;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    left: 4px;
    top: 4px;
    border: 1px solid #003b90;
}

.gp-subLeft&gt;ul&gt;li {
    position: relative;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    /* background: #F3F3F3; */
}

.gp-subLeft&gt;ul&gt;li&gt;a {
    font-weight:bold;
    padding: 20px 23px;
    /* padding-left: 65px; */
    /* text-align: center; */
    display: block;
    transition: all 0.35s ease-in-out;
    position: relative;
    font-size: 18px;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
    /* line-height: 32px; */
    /* background: #DEDEDE; */
    color: #444;
}




.gp-subLeft&gt;ul&gt;li&gt;a.active+.gp-second-nav {
    display: block;
}



.gp-second-nav {
    font-size: 16px;
    display: none;
}

.gp-second-nav dd a {
    display: block;
    padding: 9px;
    color: #333;
    transition: all 0.35s ease-in-out;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #DFDFDF;
}
.gp-second-nav dd:hover&gt;a{
     color: #600205;
} 
.gp-subLeft&gt;ul&gt;li:hover&gt;a, .gp-subLeft&gt;ul&gt;li.active&gt;a {

    background: #fff;
    color: #600205;
    border: none;
    font-weight: bold;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
}



.gp-subLeft&gt;ul&gt;li&gt;a&gt;span {
    position: relative;
}



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

.gp-m-inner-header {
    width: 100%;
    height: 40px;
    background-color: #600205;
    cursor: pointer;
    text-align: left;
    margin-bottom: 10px;
    line-height: 40px;
}

.gp-m-inner-header&gt;span {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
    font-family: Arial;
}

.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;
    color: #fff;
}

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

.gp-subNavm {
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: #fff;
}

.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 li {
    position: relative;
}

.gp-subNavm li&gt;a {
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 15px;
}

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

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

/* aside */
.settingTit{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.settingTit h2{
    color: #222;
}
.main-right{
    margin-left: 310px;
padding-bottom: 80px;overflow: hidden;}
.setUl a{
    display: block;
    padding: 26px 0;
    border-bottom: 1px solid #e5e5e5;
}
.date{
    display: inline-block;
    color: #600205;
    padding-right: 25px;
    border-right: 1px solid #e5e5e5;
}
.setUl li a{
    transition: all .3s ease-in-out;
}
.setUl li:hover a{
    transform: translateX(8px);
}
.setUl p{
    margin-left: 128px;
    color: #222;
}
.gp-page {
    padding: 30px 0 60px;
    color: #999;
}

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

.gp-page&gt;a,
.gp-page&gt;span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: top;
}

.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-start,
.gp-page .gp-page-end,
.gp-page .gp-page-next,
.gp-page .gp-page-prev,
.gp-page&gt;span {
    /* width: auto; */
    width: 48px;
    height: 48px;
    display: inline-block;
    /* float: left; */
    /* padding: 0 24px; */
    border-radius: 50%;
}

.gp-page&gt;span {
    border: none
}

.gp-page&gt;a:hover {
    background-color: #600205;
    color: #fff;
}

.gp-m-page a {
    display: inline-block;
    margin: 0 10px
}



.gp-page-centered {
    text-align: center
}

.gp-page .gp-page-prev {
    background: url(../images/yl.png) no-repeat 18px 16px;
}

.gp-page .gp-page-prev:hover {
    background: #600205 url(../images/yl.png) no-repeat 18px 16px;
}

.gp-page .gp-page-next {
    background: url(../images/yr.png) no-repeat 21px 16px;
}

.gp-page .gp-page-next:hover {
    background: #600205 url(../images/yr.png) no-repeat 21px 16px;
}


.gp-page-right {
    text-align: right
}

.gp-page2 {
    display: none;
}
.setUl2w {
    margin: 0 -5px;
    overflow: hidden;
}
.setUl2w  li{
    margin-bottom: 10px;
}
.setUl2w  a{
    margin: 0 5px;
    display: block;
}
.settingUl{
    margin: 0 -5px;
    overflow: hidden;
margin-top: 37px;}
.settingUl li{
    margin-bottom: 10px;
}
.settingUl li a{
    display: block;
    margin: 0 5px;
    padding: 24px 33px;
    box-sizing: border-box;
    overflow: hidden;
    background:#f7f5f0 ;
    color: #222;
    position: relative;
}
.settingUl li a p{
    font-weight:bold;
     position: relative
;padding-right: 16px;}
.settingUl li a p::before{
    content: '';
    display: block;
    width: 15px;
    height: 5px;
    background: url(../images/jt2.png) no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 2.5px);
}
.settingUl2{
    margin-top: 0;
}
.sretTit{
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-top: 37px;
}
.sretTit h3{
    display: inline-block;
    padding: 20px 36px;
    background: #600205;
}
.settingUl3{
    margin: 0 -30px;
margin-top: 37px;overflow: hidden;}
.settingUl3 li{
    width: 50%;
    margin-bottom: 44px;
}
.settingUl3  li a{
    background: #600205;
    text-align: center;
    margin: 0 30px;
    color: #fff;
}
.alumniUl {
    margin: 0 -10px;
    overflow: hidden;
margin-top: 37px;}

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

.alumniUl a {
    display: block;
    margin: 0 10px;
    border: 1px solid #d8d8d8;
    margin-top: 79px;
transition: all .3s ease-in-out;}

.alumnPic {
    margin: 0 24px;
    margin-top: -79px;
    margin-bottom: 5px;
    overflow: hidden;
}

.alumnImg {
    padding-bottom: 74.89%;
background: #f5f5f5;}

.alumniUl a p {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    color: #333;
    text-align: center;margin: 0 24px 19px;
}

.alumniUl li:hover a {
    transform:translateY(8px)
}
.introduction {
    padding: 39px 25px;
    background: #F3F3F3;
    overflow: hidden;box-sizing: border-box;
}
.pageArticle {
    margin-right: 0;
    /* margin: 0 103px; */
}

.pageArticleTitle {
    overflow: hidden;
    /* margin-top: 34px; */
    margin-bottom: 24px;
    /* width: calc(100% + 50px); */
    /* margin-left: -25px; */
    text-align: center;
    /* padding: 0 100px; */
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
}

.pageArticleTitle h3 {
    line-height: 1.2;
    color: #222;
    /* font-size: 27px; */
    text-align: center;
    margin-bottom: 24px;
    /* font-weight: normal; */
    text-align: left;
    /* margin-top: 30px; */
    text-align: center;
}

.articleAuthor {
    /* padding: 15px 0; */
    text-align: center;
    margin-bottom: 40px;
    color: #999;
    border-bottom: 1px solid #E8E8E8;
    padding: 0px 0 24px;
}

.articleAuthor span {
    display: inline-block;
    *display: inline;
    color: #999;
    zoom: 1;
    font-size: 14px;
    margin: 0 15px;
    font-size: 1;
}


.gp-article {
    position: relative;
    line-height: 3rem;
    margin-bottom: 28px;
    
}

.gp-article p {
    line-height: 1.9;
    color: #333;
}
.addFileUl li{
    margin-bottom: 16px;
}
.addFileUl li a {
    color: #600205;
}
.addFileUl  span{
    display:block;
    float: left;
}
.addFileUl  p{
    margin-left: 64px;
}
.pageArticleTitle span {
    color: #999;
    line-height: 19px;
    display: inline-block;
    margin: 0 10px;
}
.main-right2{
    margin-left: 0;
}
.gp-stoggles {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 123px;
    line-height: 47px;
    height: 47px;
    color: red;
    z-index: 20;
}
.gp-second-nav dd{
    position: relative;
}
.gp-stoggles::before{
    color:#600205
}
.gp-third-nav a{
    padding-left: 20px !important;
}

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

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

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

@media screen and (max-width: 1200px) {
    .settingUl li a{
        padding: 15px;
    }
}

@media screen and (max-width: 997px) {
    .gp-subLeft {
        display: none;
    }

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

    .mainrboy {
        margin-left: 0;
    }
    .main-right{
        margin-left: 0;
    /* overflow: hidden; */}
}

@media screen and (max-width:767px) {
    .setUl a{
        padding: 20px 0;
    }
    .gp-page1{
        display: none;
    }
    .gp-page2{
        display: block;
    }
}

@media screen and (max-width:479px) {
    .date{
        padding-right: 10px;
    }
    .setUl p {
        margin-left: 88px;
        color: #222;
    }
    .settingUl li a{
        padding: 12px;
    }
    .settingUl3  li a{
        margin: 0 10px;
    }
    .settingUl3 {
        margin: 0 -10px;
        margin-top: 37px;
    }
    .settingUl3  li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:413px) {}</pre></body></html>