<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*绉戠爺淇℃伅*/
.m-research-info {
    /*float: left;*/
    /*width: 860px;*/
    height: auto;
    padding-right: 30px;

}

.contentbox .content .m-research-info .list1 {
    display: none;
}

.m-research-info .title {
    position: relative;
    width: 100%;
    height: 52px;
}

.m-research-info .title-bg {
    background-color: #f2eade;
    overflow: hidden;
}

.m-research-info .title .ft-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

.m-research-info .title .ft-title span {
    float: left;
}

.m-research-info .title .ft-title span.a-words {
    display: block;
    width: 131px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 28px;
    color: #8f241e;
    border-bottom: 3px solid;
}

.m-research-info .title .ft-title span.a-word {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    background-color: #8f241e;
    margin-right: 10px;
}

.m-research-info .title .ft-title span.Part {
    display: block;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    color: #8f241e;


}

.m-research-info .title .ft-title span.english-text {
    font-size: 15px;
    text-transform: uppercase;
    color: #555;
    padding-top: 24px;
}

.m-research-info .title-2 {
    margin-top: 20px;
    height: auto;
}

.m-research-info .title .ft-title-2 {
    float: left;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background-color: #bbb;
    margin: 9px;
}

.m-research-info .title .ft-title-2 span {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
}

.view-more-2 {
    padding-top: 14px !important;
}

.connecting-line {
    width: 100%;
    padding-top: 34px;
    padding-left: 150px;
    padding-right: 80px;
}

.connecting-line span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
}

.view-more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    padding-top: 20px;
    color: #8f241e;
}

.view-more:hover {
    color: #63090d;
}

/*绉戠爺鏂伴椈*/
.research-news {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 666px;
    padding-top: 8px;
}

.research-news li {
    width: 100%;
    margin-top: 8px;
    padding-bottom: 10px;
    /*border-bottom: solid 1px #e3e3e3;*/
}

.research-news li a {
    display: block;
    width: 780px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.research-news li a span.type {
    color: #003c7e;
}

.research-news li .zhiding {
    margin-left: 10px;
}

.m-five-links {
    float: right;
    width: 340px;
    height: auto;
}

.m-five-links a.list {
    display: block;
    width: 340px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding-left: 20px;
    color: #333;
    background-color: #f5f5f5;
    margin-bottom: 17px;
    box-shadow: 3px 4px 4px #d6d9e0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.m-five-links a.list:nth-child(even) {
    background-color: #eeeeee;
}

.m-five-links a.list:hover {
    color: #d03d35;
    box-shadow: 3px 4px 4px #afb7ca;
}

.m-five-links a.list span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    margin-top: 10px;
    overflow: hidden;
    background: url(../img/icon-five.png) no-repeat left top;
}

.m-five-links a.list span.icon-pic-1 {
    background-position: 0 0;
}

.m-five-links a.list span.icon-pic-2 {
    background-position: 0 -38px;
}

.m-five-links a.list span.icon-pic-3 {
    background-position: 0 -76px;
}

.m-five-links a.list span.icon-pic-4 {
    background-position: 0 -114px;
}

.m-five-links a.list span.icon-pic-5 {
    background-position: 0 -152px;
}

.m-five-links a.list span.icon-pic-6 {
    background-position: 0 -190px;
}

.m-five-links a.list span.icon-pic-7 {
    background-position: 0 -228px;
}

.m-five-links .list {
    position: relative;
}

.m-five-links .list:hover ul {
    display: block;
}

.m-five-links .list ul {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.m-five-links .list ul li a.droplist {
    display: block;
    width: 100%;
    padding: 10px 0 10px 73px;
    /*text-align: center;*/
    font-size: 16px;
    color: #555;
    background: url(../img/jiantou2.png) no-repeat 35px 16px;
}

.m-five-links .list ul li {
    border-bottom: solid 1px #e6e6e6;
}

.m-five-links .list ul li a.droplist:hover {
    color: #d03d35;
}

/*閫氱煡鍏憡*/
.contentbox-2 .m-notice-info {
    float: left;
    width: 830px;
    height: auto;
    margin-bottom: 30px;
}

.contentbox-2 .m-notice-info .connecting-line {
    width: 100%;
    padding-top: 34px;
    padding-left: 150px;
    padding-right: 80px;
}

.notice-news {
    width: 100%;
    height: auto;
}

.notice-news li {
    float: left;
    width: 400px;
    height: auto;
    margin-top: 25px;
}

.notice-news li .notice-time {
    float: left;
    width: 80px;
    height: 60px;
    padding-top: 2px;
    background-color: #fff;
    border-right: 1px solid #8f241e;
}

.notice-news li .notice-time span.day {
    display: block;
    font-size: 24px;
    color: rgb(144, 39, 31);
    text-align: center;
}

.notice-news li .notice-time span.days {
    display: block;
    width: 48px;
    margin: 0 auto;
}

.notice-news li .notice-time span.days .years {
    width: 56px;
    height: 20px;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.notice-news li a.list {
    float: right;
    width: 314px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}

/*鍚嶅笀鎺犲奖&amp;鎴愭灉灞曠ず*/
.m-two-block {
    float: right;
    width: 575px;
}

.m-two-block .achievements {
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 20px;
}

.m-two-block .achievements .ft-more-title {
    float: left;
    width: 60px;
    height: 175px;
    padding: 42px 15px 0;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../img/title-bg.jpg) no-repeat left top;
}

.m-two-block .achievements .ft-more-title a {
    color: #fff;
}

.m-two-block .achievements .all-achievements {
    position: relative;
    float: left;
    width: 485px;
    height: 175px;
    overflow: hidden;
    margin-left: 20px;
}

.m-two-block .achievements .all-achievements .swiper-container-2 {
    position: absolute;
    right: -16px;
    top: 0;
    width: 523px;
    height: 175px;
    overflow: hidden;
}

.m-two-block .achievements .all-achievements .list {
    position: relative;
    width: 165px;
    height: 175px;
    padding-left: 25px;
    overflow: hidden;
}

.m-two-block .achievements .all-achievements .list img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
}

.m-two-block .mingshi {
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding-left: 10px;
}

.m-two-block .mingshi .ft-more-title {
    float: left;
    width: 60px;
    height: 175px;
    padding: 42px 15px 0;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../img/title-bg.jpg) no-repeat left top;
}

.m-two-block .mingshi .ft-more-title a {
    color: #fff;
}

.m-two-block .mingshi .all-teachers {
    position: relative;
    float: left;
    width: 485px;
    height: 175px;
    overflow: hidden;
    margin-left: 20px;
}

.m-two-block .mingshi .all-teachers .swiper-container-3 {
    position: absolute;
    right: -16px;
    top: 0;
    width: 523px;
    height: 175px;
    overflow: hidden;
}

.m-two-block .mingshi .all-teachers .list {
    position: relative;
    width: 165px;
    height: 175px;
    padding-left: 25px;
    overflow: hidden;
}

.m-two-block .mingshi .all-teachers .list img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
}

.name-text {
    display: block;
    position: absolute;
    left: 15px;
    bottom: -32px;
    width: 125px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.m-two-block .mingshi .all-teachers .list:hover .name-text {
    color: #fbfcff;
    bottom: 0;
}

/*绀剧蹇*/
.m-news-flash {
    float: left;
    width: 585px;
    height: auto;
}

.m-news-flash .title {
    position: relative;
    width: 100%;
    height: 52px;
}

.m-news-flash .title-bg {
    background-color: #f2eade;
    overflow: hidden;
}

.m-news-flash .title .ft-title {
    position: absolute;
    left: 0;
    top: 0;
}

.m-news-flash .title .ft-title span {
    float: left;
}

.m-news-flash .title .ft-title span.a-word {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    background-color: #8f241e;
    margin-right: 10px;
}

.m-news-flash .title .ft-title span.Part {
    display: block;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    color: #8f241e;
}

.m-news-flash .title .ft-title span.english-text {
    font-size: 15px;
    text-transform: uppercase;
    color: #555;
    padding-top: 24px;
}

.m-news-flash .connecting-line {
    width: 100%;
    padding-top: 34px;
    padding-left: 150px;
    padding-right: 80px;
}

.connecting-line span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
}

.view-mores {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-top: 0;
    color: #555;
}

.view-more {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-top: 0;
    color: #8f241e;
}

.view-more:hover {
    color: #63090d;
}

.news-flash {
    width: 100%;
    height: auto;
    padding-top: 8px;
}

.news-flash li {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 13px;
    border-bottom: solid 1px #ccc;
}

.news-flash li a.list {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    width: 475px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-flash li .flash-time {
    display: block;
    float: right;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

/*鏂囩瑙嗛噹*/
.m-news-vision {
    float: right;
}

/*鏍″唴杩炴帴*/
.m-intramural-links {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.m-intramural-links .title {
    position: relative;
    width: 100%;
    height: 52px;
}

.m-intramural-links .title .ft-title {
    position: absolute;
    left: 0;
    top: 0;
}

.m-intramural-links .title .ft-title span {
    float: left;
}

.m-intramural-links .title .ft-title span.a-word {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 30px;
    color: #fff;
    background-color: #8f241e;
}

.m-intramural-links .title .ft-title span.Part {
    font-size: 24px;
    color: #333;
    padding-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.m-intramural-links .title .ft-title span.english-text {
    font-size: 15px;
    text-transform: uppercase;
    color: #555;
    padding-top: 24px;
}

.m-intramural-links .connecting-line {
    width: 100%;
    padding-top: 34px;
    padding-left: 203px;
    padding-right: 80px;
}

.connecting-line span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
}

.intramural-links {
    width: 100%;
    margin-top: 25px;
}

.intramural-links li {
    float: left;
    width: 224px;
    height: 90px;
    margin-left: 20px;
    overflow: hidden;
    box-shadow: 3px 4px 4px #d6d9e0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.intramural-links li:first-child {
    margin-left: 0;
}

.intramural-links li:hover {
    box-shadow: 3px 4px 4px #afb7ca;
}

.intramural-links li img {
    display: block;
    width: 100%;
    height: 92px;
    min-height: 70px;
}

.clearfix {
    clear: both;
}

.wp_entry a {
    color: #0000EE !important;
}

.m-five-links .links-wrap {
    position: relative;
    display: inline-block;
    margin: 4px 0px;
    width: 170px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #d0d0d0;
}

.m-five-links .mlink .links-wrap a.links-arrow {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 25px 0 10px;
    color: #333;
    background-color: #eeeeee;
    background: url("../img/arrow.png") no-repeat right top;
}

.links-wrap .link-item a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.wp_search {
    width: 285px;
    float: right;
}

.wp_search table {
    position: relative;
    border: 1px solid #d0d0d0;
    background: #fff;
}

.wp_search .keyword {
    width: 250px !important;
    height: 32px;
    padding-left: 10px;
    background-color: #9da4bd45;
}

.wp_search .search {
    background: url("../img/search.png") !important;
}

.active-foot {
    background-color: rgb(144, 39, 31) !important;
}

.active-foot span {
    color: white !important;
}

.contentbox .lunbo {
    width: 320px;
    height: 480px;
    float: right;
    overflow: hidden;
}

.contentbox .lunbo .swiper-slide img {
    width: 320px;
    height: auto;
    max-height: 480px;
    float: right;
}

.notice-news li:nth-child(odd) {
    margin-right: 30px;
}

.time {
    display: block;
    width: 28px;
    text-indent: -104px;
    /* width: 150px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    margin-left: 28px;
    margin: 0 auto;
}

.first-more {
    width: 683px;
    height: 52px;
    float: right;
    border-bottom: 3px solid #d9d9db;
}</pre></body></html>