<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background:rgb(245,246,247);color:#333;font:18px/1.7 'Microsoft YaHei';}
.contain{
    width:100%;
}
.header{
    width: 100%;
    height: 165px;
    /*background: #7f1b15;*/
       background: url(.././images/header-back.png) no-repeat center;
       background-size: cover;
}
@media screen and (max-width: 600px) {
.header{
    width: 100%;
    height: 120px;
    background: #7f1b15;
       background: url(.././images/header-back.png) no-repeat center;
       background-size: cover;
  }
}

.c-header_mobile_title_box{
    width: 100%;
    height: 32px;
    /*background-color: #0161da;*/
    
}
@media screen and (max-width: 600px) {
.c-header_mobile_title_box{
    width: 100%;
    height: 40px;
    /*background-color: #0161da;*/
  }
}
.c-header_search_title_mobile {
    width: 44px;
    right: 5px;
    top: 2px;
    height: 34px;
    position: absolute;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
.c-header_search_title_mobile {
    width: 44px;
    right: 5px;
    top: 2px;
    height: 34px;
    position: absolute;
    overflow: hidden;
  }
.menu-list{
 display:none;
}
}

.c-header_search_title_icon_mobile {
    position: absolute;
    left: 142px;
    height: 33px;
    width: 40px;
    text-align: center;
}
.c-header_icon_search1_mobile {
    position: absolute;
    top: 7px;
    left: -132px;
    height: 18px;
    width: 18px;
    background-image: url(.././images/images/search-white.png);
}
.inputSearch_mobile {
    width: 21px;
    margin-top: -3px;
    background: none;
    border: none;
       outline-style: none;
}
.header-pc{
    width: 100%;
    margin: auto;
    height: 100%;
}
.header-pc-top{
    width: 1200px;
    margin: auto;
    height: 105px;
}
.header-pc-top img{
    height: 56px;
    margin-top:24px;
    float: left;
}
.header-pc-top-search{
    float: right;
    width: 210px;
    height: 35px;
    position: relative;
    margin-top: 47px;
}
.header-pc-top-search input{
    border-radius: 100px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: transparent;

}
.header-pc-top-search img{
    height: 20px;
    position: absolute;
    top: 8px;
    margin: 0;
    right: 10px;
}
.header h1{
    height: 1px;
    border: none;
    background: rgba(255,255,255,0.2);
    margin: 0;
    /*margin-bottom: 10px;*/
}
.header-pc-bottom{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    width: 1200px;
    margin: auto;
}
.index{
    width: 142px;
    text-align: center;
    cursor: pointer;
    float: left;
    color: white;
    position: relative;
    height: 60px;
}
.index:hover a.gmenu{
    border-bottom: 0px solid #085cc4;
    background-color: #085cc4;
}
.index a{
    color: white;
}
.index-box-list:hover a{
    background-color: #0072ff !important;
       border-bottom: none;
}
.index-box{
    font-size: 16px;
    /*left:2100px;*/
    width: 148px;
    height: 0;
    position: absolute;
    top: 60px;
    z-index: -1;
    opacity: 0;
    background: #2d8af0;
    transition: all 0.5s;
    /*display: none;*/
       overflow: hidden;
}
.index:hover .index-box{
    /*left: 0!important;*/
    opacity: 0.8;
    /*display: block;
  visibility: visible;
  transition: all 0.5s;*/
  z-index: 99;   
}
.index-box-list{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;

}

.banner{
    width: 100%;
    /*height: 510px;*/
    overflow: hidden;
}
.banner img{
    /*height: 100%;*/
    width: 100%;
       display: block;
}
.lianjie{
    height: 160px;
    width: 100%;
    background: #ededed;
}
.lianjie-box{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.lianjie-index{
    width: 150px;
    text-align: center;
    color: #cb0912;
    font-size: 18px;
    float: left;
}
.lianjie-index img{
    width: 60px;
    height: 60px;
    margin-top:36px;
}
.list{
    width: 1200px;
    margin: 40px auto;
}
.tongzhi-list{
    width: 565px;
    float: left;
}
.xinwen-list{
    width: 565px;
    float: right;
}
.title{
       font-size: 24px;
       height: 30px;
       font-weight: bolder;
       line-height: 26px;
       text-indent: 10px;
       margin-bottom: 20px;
              margin-left: 8px;
       border-left: 6px solid #0072ff;
}
.title2{
    font-size: 30px;
       height: 30px;
       font-weight: bolder;
       line-height: 26px;
       text-indent: 10px;
       margin-bottom: 20px;
    
}
.title2 img{
    height: 30px;
    vertical-align: top;
    margin-right: 10px;
}
.tongzhi-index{
    margin-top: 18px;
    height: 30px;
    line-height: 22px;
    font-size: 16px;
}
.tongzhi-index img{
    height: 18px;
    vertical-align: top;
}
.tongzhi-index .date{
    float: right;
        margin-right: 8px;
}
.tongzhi-index .content{
    width: 430px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    -o-text-overflow:ellipsis;
    display: inline-block;
  height: 20px;
}
.content a{
    color: #333;
}
.more-btn{
    font-size: 16px;
    height: 50px;
    width: 240px;
    background: #0072ff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
}

.more-btn1{
    font-size: 16px;
    height: 50px;
    width: 240px;
    background: #0072ff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
}

.one-list{
    width: 100%;
    background: #ffffff;
    padding: 1px 0;
}
.sec-list{
    width: 100%;
    background: #f2f2f2;
    padding: 1px 0;
}
.kexueyanjiu{
    width: 1200px;
    margin: auto;
    padding: 40px 0px;
}
.long-title{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 30px;
    text-align: center;
       font-weight: bold;
}
.long-title h1{
    position: absolute;
    width: 100%;
    height: 3px;
    background: #0072ff;
    margin: 0;
    border: none;
    top: 15px;
}
.long-title span{
    width: 200px;
    display: inline-block;
    background: rgb(245,246,247);
    position: relative;
    z-index: 99;
}
.kexue-index{
    width: 282px;
    height: 240px;
    float: left;

}
.kexue-index img{
    vertical-align: bottom;
}
#mobile-menu{
    width: 14px;
    position: absolute;
    top: -4px;
        padding: 0px 0 0 18px;
     /*right: 10px;
    height: 20px;
    left: auto;
    margin: auto;*/
}
.menu-list{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
        color: white;
    width: 100%;
    /*height: 350px;*/
    /*top: -360px;*/
    left: 0;
    /*transition: all 1s;*/
    z-index: 99;
}
.level1{
   font-size: 16px;
}
#close{
    width: 14px;
       position: absolute;
       top: -4px;
       padding: 0px 0 0 18px;
    display: none;
}
.menu-index{
    border-bottom: 1px #fff solid;
    padding-left: 20px;
    /*width: 100%;*/
    font-size: 16px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    color: white;
}
.kexue-title{
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    color: white;
    background: #0072ff;
}
.wangxin{
    width: 100%;
    background: #ffffff;
}
.wangxin-index{
    width: 156px;
    height: 140px;
    /*background: #f96969;*/
    text-align: center;
    color: #333;
    float: left;
    font-size: 17px;
        margin: 2px 100px;
}
.wangxin-index img{
    margin-top:15px;
    width: 80px;
    height: 80px;
}
.kexueyanjiu a:hover .wangxin-index{
   /*background: #0072ff;*/
}
.footer{
    width: 100%;
    background: url(../images/footerback.png);
    height: 76px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-align: center;
}
.c-footer__body-content {
    min-width: 1200px;
    max-width: 1200px;
    padding-top: 22px;
    margin: auto;
    font-size: 16px;
}

@media only screen and (max-width: 600px){
.c-footer__body-content {
    min-width: inherit;
    max-width: inherit;
    margin: auto;
}
}
.c-footer__copy-right-content {
    overflow: hidden;
    color: white;
    text-align: center;
}
@media screen and (max-width: 600px) {
.c-footer__copy-right-content {
    display: block;
    text-align: left;
    /* margin-top: 30px; */
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0 20px;
    line-height: 30px;
  }

}


.content a:hover{
    color: #0072ff;
    cursor: pointer;
}
.header-mobile{
    /*position: relative;*/
    height: 100%;
}
.header-mobile img{
    position: absolute;
    width: 96%;
    /*height: 44px;*/
    left: 50%;
    top: 4.8%;
    margin: 18px 0 0 -176px;
}
.heightSet {
       height:400px;
        margin-top: 46px;  
        border-top: 1px solid #c2c2c2;
      }
@media screen and (max-width: 960px) {
    .banner img{
        height: auto;
        vertical-align: bottom;
    }
    .banner{
        height: auto;
    }
    .lianjie{
        height: auto;
        padding-bottom: 30px;
    }
    .lianjie-box{
        width: 100%
    }
    .lianjie-index{
        width: 100%;
        float: inherit;
    }
       .lianjie{
            display:none;
        }
    .list{
        width: 100%;
                margin: 50px 0 0 0;
    }
    .tongzhi-list{
        width:95%;
        float: inherit;
        margin: auto;
    }
    .tongzhi-index .content{
        width: 200px;
    }
    .xinwen-list{
        width: 95%;
        margin: auto;
        float: inherit;
        margin-top: 20px;
    }
    .kexueyanjiu{
        width: 100%
    }
    .kexue-index{
               width:90%;
        float: inherit;
        margin: 50px auto 0!important;
         
    }
    .wangxin-index{
               width: 45%;
        float: inherit;
        margin:  15px auto 0!important;
    }
       .fleft{
          float:left;
                   margin-left: 13px !important;
       }
      .fright{
          float:right;
                   margin-right: 13px !important;
       }
    .footer{
        line-height: 45px;
        max-width: inherit;
        min-width: inherit;
                   height: 100px;
    }
      .heightSet {
         height:auto;
      }
       .more-btn{
       margin: 50px auto;
       }
            .more-btn1{
       margin: 50px auto;
       }
}


.c-header_search {
    float: right;
    height: 34px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    background: url(../images/images/head-input.png) no-repeat;
    width: 188px;
}

.c-header_icon_search {
    position: relative;
    left: -20px;
    top: 27%;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    background-image: url(../images/images/search.png);
}

.inputSearch {
    width: 21px;
    margin-top: -3px;
    background: none;
    border: none;
       outline-style: none;
}

.inputText {
    width: 110px;
    height: 27px;
    line-height: 30px;
    border: 0;
    outline-style: none;
    margin: -15px 0 0 14px;
    float: left;
    padding-right: 30px;
    color: #fff;
    background-color: rgba(255,255,255,0);
        font-size: 16px;
  margin-top: 2px;
}

.c-header_lib_ul {
    background-color: #4988ed!important;
    width: 135px!important;
    
}
.c-header_lib_ul_li:hover {
    background-color: #4988ed!important;
}

.c-notice__half-content-horn {
    display: inline-block !important;
    margin-top: -2px;
        /*
    background-position: 0px -272px;
    width: 18px;
    height: 18px;
    background-image: url(.././images/sprite2.png);
       */
    margin-right: 3px;
    margin-bottom: 8px;
        margin-left: 8px;
        width: 6px;
        height: 6px;
        background-color: #0072ff;
       -webkit-transform: rotate(45deg);
  
  
}

.c-jiangzuo__half-content-horn {
    display: inline-block;
    margin-top: -2px;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    background-image: url(.././images/jzuo.png);
    background-color: #0072ff;
    margin-right: 3px;
    margin-bottom: -4px;
}

.morea{
  display: inline-block;
  width: 240px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #0072ff;
  text-decoration: none;
  border: 1px solid #0072ff;
  transition: 0.6s all;

}

.more-btn a:hover {
    display: block;
    background-color: #f5f6f7 !important;
    color: #0072ff !important;
    transition: 0.6s all !important;
}

.more-btn1 a:hover {
    display: block;
    background-color: #ededed !important;
    color: #0072ff !important;
    transition: 0.6s all !important;
}

.lianjie-index a{
   color:#0072ff;
}

@media only screen and (max-width: 600px) {
  .pagewidth {
     width: 100% !important;
    }
  .side_col {
       width: 97.3% !important;
       float: none !important;
      }
  .main_col {
       width: 100% !important;
      }
  .termsSearch{
     display: none !important;
  }
    .mainM{
       padding-right: 5px;
       padding-left: 5px;
    }
  .main{
    margin-top: 0px !important;
  }
  #middleTop--wrapper{
    overflow-x: auto !important;
    white-space: nowrap !important;
    overflow-y: hidden !important;
  }
}

ul, li {
    list-style-type: none;
        padding-left: 0px;
}
.c-header_list_content {
    height: 40px;
    border-bottom: 1px #dddddd solid;
    line-height: 40px;
    padding-left: 20px;
    color: white;
}
.c-header_list_img_container {
    float: right;
    margin-right: 20px;
}
.c-header_list_img_down {
       position: relative !important;
    height: 8px !important;
    width: 12px !important;
    margin-bottom: 14px;
       float: right;
}
.c-header-padding-left-40 {
    padding-left: 40px;
}
.c-header_list_img_container {
    float: right;
    margin-right: 20px;
}
.c-header_list_img_right {
    position: relative !important;
    height: 10px !important;
    width: 10px !important;
    margin-bottom: 14px;
       float: right;
}
.c-header_list_level2_menu li {
    height: 40px;
    border-bottom: 1px #dddddd solid;
    line-height: 40px;
}
.c-header_list_level2_menu li a {
    color: #d0cece;
    display: block;
    width: 100%;
    height: 100%;
}
.c-notice-module-detail__head-more {
    float: right;
    
    width: 44px;
    height: 22px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
}
.c-notice-module-detail__head-more a {
    margin-left: 4px;
    text-decoration: none;
    text-align: center;
    color: grey;
}


.c-campus-news__body, .c-campus-news__main-frame, .c-campus-news__clear-fix {
  *zoom: 1; }
  .c-campus-news__body:before, .c-campus-news__main-frame:before, .c-campus-news__clear-fix:before, .c-campus-news__body:after, .c-campus-news__main-frame:after, .c-campus-news__clear-fix:after {
    content: "";
    display: table;
    font: 0/0 a; 
    margin-top : 0px;
        }
  .c-campus-news__body:after, .c-campus-news__main-frame:after, .c-campus-news__clear-fix:after {
    clear: both; }

.c-campus-news__body {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px; }
  @media only screen and (max-width: 600px) {
    .c-campus-news__body {
      padding: 0 20px;
      min-width: inherit;
      max-width: inherit; } }
	  
.c-campus-news__title {
  margin-top: 60px; }
.c-campus-news__title {
  position: relative; }
.c-campus-news__title-line {
  height: 1px;
  border-top: 1.2px solid #d9473c;
  position: absolute;
  top: 16px;
  width: 100%; }
  
.c-campus-news__title-box {
  text-align: center;
  font-size: 30px;
  font-weight: bold; 
  width: 180px;
  margin: 0px auto;
  position: absolute;
  left: 41.2%;
  top: -10px;
  background: #fff;
  padding: 0 20px; }
  
.c-campus-news__main-frame {
  margin-top: 24px; }
  @media only screen and (max-width: 600px) {
    .c-campus-news__main-frame {
      margin-bottom: 20px; } } 

.c-campus-news__more {
    text-align: center;
  margin: 40px  auto 25px auto; }
  @media only screen and (max-width: 600px) {
.c-campus-news__more {
  text-align: center;
  margin: 0px  auto 30px auto; } } 

.c-more-button {
  display: inline-block;
  width: 240px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-color: #0072ff;
  text-decoration: none;
    border-radius:24px;
    border: 1px solid #0072ff;
    transition: 0.6s all;
}
  .c-more-button:visited {
    color: #fff; }
    text-decoration: none; }
  .c-more-button:link {
    color: #fff; }
  .c-more-button:hover {
    color: #fff;
    text-decoration: none; 
       background-color: #f2f2f2;
       color: #0072ff !important;
        transition: 0.6s all;}

div,p{ word-wrap:break-word; }
 .culturalBox{
    overflow: hidden;
}
.culturalBox li{
    width: 382px;
    padding:16px 2px 16px;
    background: #f5f5f5;
    float: left;
    margin-right: 20px;
}

.culturalBox li:hover{
	background: #0072ff;
}
.calendarText b{
	  width:16px;
  	height:16px;
  	display:block;
  	float:left;
      margin:5px 5px 0 0 !important;
}
.calendarText b.calendarIcons1{
  	background:url(.././images/clock.png) no-repeat;
}
.calendarText b.calendarIcons2{
  	background:url(.././images/map-pin.png) no-repeat;
}
.calendarText b.calendarIcons3{
  	background:url(.././images/user.png) no-repeat;
}

.culturalBox li:hover span,.culturalBox li:hover h3{
	color:#fff;
  
}
.culturalBox li:hover .calendarText b.calendarIcons1{
  	background:url(.././images/clock-hover.png) no-repeat;
}
.culturalBox li:hover .calendarText b.calendarIcons2{
  	background:url(.././images/map-pin-hover.png) no-repeat;
}

.culturalBox li:hover .calendarText b.calendarIcons3{
  	background:url(.././images/user-hover.png) no-repeat;
}



@media only screen and (max-width: 600px) {
.culturalBox li {
  width: 372px;
  padding:14px 2px 10px; } }



.culturaLeft{
    width: 72px;
    float: left;
    padding-top: 15px;
    margin-left: 10px;
}@media only screen and (max-width: 600px) {
    .culturaLeft {
      padding-top: 0px;
      margin-top: -6px;} }


.culturaLeft span,.culturaLeft b{
    display: block;
    text-align: center;
}
.culturaLeft span{
    font-size:54px;
    color: #0072ff;
}@media only screen and (max-width: 600px) {
    .culturaLeft span {
      font-size:36px; } }

.culturaLeft b{
    font-size: 14px;
    color: #6b6b6b;
}
.culturaRight{
    width: 274px;
    float: right;
}@media only screen and (max-width: 600px) {
    .culturaRight span {
    width: 278px; } }


.culturaRight h3{
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-right: 20px;
        height:52px;
    margin-bottom: 8px;
}
.calendarBox{
    margin-top: 8px;
}@media only screen and (max-width: 600px) {
    .calendarBox {
      margin-top: -6px; 
            display: none;} }


.calendarText b,.calendarText span{
    display: block;
    float: left;
    color: #999999;
}
.calendarText{
    height: 30px;
}
.calendarText b{
    margin: -6px 5px 0 0;
}
.calendarText span{
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
    width: 88%;
}
ul, li {
  list-style-type: none; }
.c-campus-news__detail-box-detail-hdyg {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
   height:172px;
  border: 1px solid #9c8f8f29;
   box-shadow: 3px 2px 8px #b5a6a633;
}

.c-campus-news__detail-box-hd {
  float: left;
  width: 384px;
  margin-right: 24px; }
.c-campus-news__detail-box-hd-last {
  float: right;
  width: 384px; }
.c-campus-news_news_line-hd {
   height: 1px;
   float: right;
   width: 100%;
   background: gainsboro;
   border: 0;
   margin: 30px 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,header,footer,section,aside,article,nav,figure,figcaption,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0;padding:0; }</pre></body></html>