<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 文章-父列表页 -----------------------------------------*/
#content { border-bottom: 1px solid #eee; margin-bottom: 70px; }
.content-gray { background-color: #f0f0f0; }


/* 侧栏导航 */
#sideMenu {
    width: 1200px;
    margin: 0 auto;
}
#sideMenu .hd {
    height:100px;
    line-height:100px;
}
#sideMenu .hd h3 {
    font-size:36px;
    padding-left: 56px;
    float: left;
    padding-right: 60px;
    position: relative;
    color: #fff;
    z-index: 1;
    background: url(../../base/img/png-red.png) repeat;
}
#sideMenu .hd h3 span {
    display: block;
    width: 3px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 30px;
    background: #fff;
}
#sideMenu .bd {
    height: 70px;
    float: left;
    overflow: hidden;
    margin-top: 94px;
}
#sideMenu .bd li {
    float: left;
   padding: 0 10px;
}
#sideMenu .bd li a {
    line-height: 68px;
    display: block;
    font-size: 14px;
}
#sideMenu .bd li a:hover {
    text-decoration: none;
    color: #da262f;
}

#sideMenu .bd li.on a {
    color: #da262f;
    border-bottom: 2px solid #da262f;
}

/* 循环栏目 */
.pageBoxLoop {
    overflow: hidden;
}
.pageBox {
    width: 48.5%;
    margin-bottom: 10px;
}
.pageBox .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-top: 2px solid #1FA55B;
    background: #f0f0f0;
}
.pageBox h3 {
    float: left;
    height: 40px;
    line-height: 40px;
}
.pageBox h3 a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1FA55B;
}
.pageBox .hd .more {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}
.pageBox .bd {
    height: 180px;
    padding: 10px 5px;
    overflow: hidden;
}
.pageBoxLoop1 .pageBox {
    width: 100%;
}
.pageBoxLoop1 .pageBox .bd {
    height: auto;
}
.mainBox {
    overflow: hidden;
    clear: both;
    padding-top: 50px;
}
/* 文章-列表页 -------------------------------------------*/
/* 图文 */
.pic-list-intro { }
.pic-list-intro li { float: left; position: relative; top: 0; cursor: pointer; width: 320px; padding-right: 59px; border-right: 1px solid #eee; margin-right: 60px; margin-bottom: 50px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pic-list-intro li.last { margin-right: 0; border-right: 0; padding-right: 0; }
.pic-list-intro .pic { width: 320px; height: 220px; background-color: #eee; }
.pic-list-intro .con { padding-left: 20px; padding-right: 20px; }
.pic-list-intro span.date { font-size: 14px; padding: 24px 0 16px; display: block; }
.pic-list-intro .title { font-size: 18px; line-height: 30px; padding-bottom: 16px;}
.pic-list-intro .intro { font-size: 12px; color: #999; margin-bottom: 18px; }
.pic-list-intro a.more { font-size: 14px; color: #da262f; }
.pic-list-intro li:hover { top: -10px; }

/* 日历 */
.date-list { clear: both; }
.date-list li { height: 70px; line-height: 70px; padding: 15px 0 15px 30px; position: relative;}
.date-list li.even { background-color: #f8f8f8; }
.date-list span.date { border: 1px solid #eee; width: 78px; height: 68px; text-align: center; background-color: #fff; margin-right: 30px; float: left; }
.date-list span.date b { display: block; font-size: 30px; font-weight: bold; color: #da262f; line-height: 30px; padding-top: 8px; }
.date-list span.date em { font-size: 12px; color: #999; font-style: normal; display: block; line-height: 30px; }
.date-list li a { font-size: 18px; display: block; overflow: hidden; position: relative; z-index: 2; padding-right: 100px; }
.date-list i.icon { position: absolute; right: -100px; top: 0; width: 100px; height: 100px; display: block; background:#da262f url(../../base/img/icons-eye.png) no-repeat center;
 -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }
.date-list li:hover i.icon { right: 0; }


/* 文章子-列表页 -----------------------------------------*/
/* 图文列表 */
.pageTPList {
    margin-top: -12px
}
.pageTPList li {
    padding: 15px 15px 24px;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}
.pageTPList .pic {
    padding-top: 5px;
    float: left;
    margin-right: 15px;
    width: 140px;
}
.pageTPList .pic img {
    width: 100%;
    height: auto;
}
.pageTPList .con {
    overflow: hidden;
    zoom: 1
}
.pageTPList .title {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
}
.pageTPList .title a {
    color: #333
}
.pageTPList .title a:hover {
    color: #e00;
    text-decoration: none
}
.pageTPList .intro {
    margin-bottom: 3px;
    line-height: 24px;
    color: #777;
    max-height: 75px;
    _height: 75px;
    overflow: hidden;
    font-size: 14px;
}
.pageTPList .intro .more {
    display: none;
}
.pageTPList .others {
    font-size: 13px;
    color: #aaa;
}
.pageTPList .others span {
    margin-right: 15px;
}
.pageTPList .node {
    color: #aaa;
    margin-right: 15px;
    display: none
}
.pageTPList .last {
    border-bottom: 0;
    margin-bottom: 0;
}
.pageTPList .on {
    background: #F9F9F9
}



/* 图文浮动 */
.pageTPList-Fl li { float: left; width: 48%; position: relative; height: 188px; background-color: #f8f8f8; margin-bottom: 40px; top:0;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pageTPList-Fl li.even { float: right;}
.pageTPList-Fl .pic { width: 250px; float: left; }
.pageTPList-Fl .con { overflow: hidden; padding: 20px 30px 0 30px;}
.pageTPList-Fl .title { font-size: 18px; line-height: 28px; height: 28px; overflow: hidden; margin-bottom: 15px;}
.pageTPList .title a { color: #333;}
.pageTPList-Fl .intro {font-size: 14px;line-height: 24px;color: #666;margin-bottom: 30px;height:48px;overflow: hidden;}
.pageTPList-Fl .btn-more { display: block; background-color: #da262f; width: 60px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; text-align: center;  }
.pageTPList-Fl .btn-more:hover { background-color: #cb1f28; }
.pageTPList-Fl li:hover { top: -10px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }

.pageTPList-Fl-02 li { height: 230px;}
.pageTPList-Fl-02 .pic { width: 130px;}
.pageTPList-Fl-02 .pic img { width: 100%;}
.pageTPList-Fl-02 .title { height: auto;}
.pageTPList-Fl-02 .intro {height: 80px;margin-bottom: 10px;}
.pageTPList-Fl-02 textarea {
 border: none;
 font-size: 14px;
 height: 80px;
 width:330px;
 text-align: justify;
 resize: none;
 line-height: 26px;
 background: none;
 overflow: hidden;
 outline: none;
 font-family: "Microsoft Yahei";
 color: #666;
 }




/* 图文列表-日期 */
.pageTPList li .date {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}
.pageTPList li .date b {
    line-height: 36px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}
.pageTPList li .date span {
    display: block;
}
/* newsList */
.newsList li {
    height: 30px;
    line-height: 30px;
    font-size:14px;
    overflow: hidden;
    background: url(../../base/img/icon.png) no-repeat 5px 12px;
    padding: 0 5px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList .date {
    float: right;
    color: #bcbcbc;
}
.newsList .split {
    height: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #ccc;
    background: none
}
/* 友情链接列表页 -----------------------------------------*/
.friendLinkList {
    overflow: hidden;
    zoom: 1;
}
.friendLinkList li {
    width: 15%;
    height: 40px;
    line-height: 40px;
    padding: 0 3.5% 0 1.5%;
    background: url(../../base/img/icon.png) 0 17px no-repeat;
    float: left;
    overflow: hidden;
    font-size: 16px;
}
/* 文章内容页 -----------------------------------------*/
/* 侧栏 */
.side-hot { float: right; margin-left: 50px; width: 350px; }
#sideNews .hd { height: 90px; background-color: #da262f; color: #fff; padding-left: 26px; }
#sideNews .hd h3 { font-size: 30px; line-height: 40px; padding-top: 10px; }
#sideNews .hd span.Eng { font-size: 18px; opacity: 0.7; filter: alpha(opacity=70);} 
#sideNews .bd li { margin-top: 20px; background-color: #f8f8f8; padding: 15px 30px; }
#sideNews .bd li:hover { background-color: #f0f0f0; }
#sideNews .bd span.date { font-size: 14px; display: block; color: #da262f; }
#sideNews .bd a { font-size: 18px; line-height: 30px; }

/* 二维码 */
.side-qr { border-bottom: 1px solid #eee; padding: 40px 0; clear: both; height: 120px;}
.side-qr .pic { float: right; width: 120px; height: 120px;  opacity: 0.2; filter: alpha(opacity=20); }
.side-qr .pic img { width: 120px; }
.side-qr .con { overflow: hidden; float: left;  padding: 0 30px; width: 170px; font-size: 16px; color: #999;}
.side-qr .con p { font-size: 18px; color: #da262f; padding-top: 20px; padding-bottom: 5px; }
.side-qr:hover .pic { opacity: 1; filter: alpha(opacity=100); }

/* side-logo */
.side-logo img { width: 100%; }
.articleCon h3.NodeName { font-size: 30px; line-height: 40px; margin-bottom: 30px; text-align: center; }

/* 正文 */
.articleCon {
    text-align: left;
    overflow: hidden;
}
.printArea .title {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 16px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px dashed #ddd;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    padding: 0 0 20px 0;
    overflow: hidden;
    line-height: 2;
}
.printArea .conTxt img {
    max-width: 800px;
    height: auto !important;
    margin: 20px auto;
}
.printArea-width .conTxt img {
    max-width: 1000px;
}
.printArea .conTxt p {
     /*margin-bottom: 20px; */
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic
}
.printArea .conTxt ul, .printArea .conTxt ol {
    padding-left: 2em;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}
.printArea .page {
    padding: 10px 0;
    text-align: center;
}
.printArea .vedioPlayer {
    background: #000;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.userControl {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 50px 0;
    color: #666;
    text-align: center;
}
.userControl-photo {
    padding: 0 0 50px 0;
    border-bottom: none;
    margin-bottom: 0;
}
.userControl a {
    color: #666;
}
.userControl .like {
 
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    display:  inline-block;
}
.userControl .like a {
    display: block;
    line-height: 50px;
    height: 50px;
    background:#eee url(../../base/img/icons-dz.png) no-repeat 30px 14px;
    padding-left: 85px;
    padding-right: 30px;
    cursor: pointer;
}

.userControl .like a.clicked {
    background-position: 30px -65px;
    color: #de362b;
}
.userControl a.dyBtn {
   
    padding: 0 30px 0 60px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    background:#eee url(../../base/img/icons-dy.png) no-repeat 10px 0;
    display:  inline-block;
}
.userControl a.dyBtn:hover { background-color: #da262f; background-position: 10px -50px; color: #fff;}

.userControl .btn-share {
   
   position: relative;
   height: 50px;
   display:  inline-block;
}
.userControl .bdsharebuttonbox {
   position: relative;
   display: none;
   background-color: #fff;
   padding: 7px 10px 7px 0;
}
.userControl .btn-share a.btn-share-chick {
    display: block;
    background:#eee url(../../base/img/icons-fx.png) no-repeat 10px 0;
    padding:0 20px 0 50px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.userControl a:hover {
    background-color: #e5e5e5;
}
.userControl .btn-share a.btn-share-chick:hover,
.userControl .btn-share.on a.btn-share-chick {
    background-color: #e9e9e9;
    background-position: 10px -50px;
    color: #da262f;
}

.userControl .btn-share.on .bdsharebuttonbox {
    display: block;
    top: -50px;
    right: -110px;
    background-color: #e9e9e9;
}
.bdshare-button-style1-24 .bds_more,
.bdshare-button-style1-24 a,.bdshare-button-style1-24 .bds_more {
    float: right !important; 
}
.articleCon .others {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 14px;
}
.articleCon .others span {
    color: #999;
}
.articleCon .others .prev, .articleCon .others .next {
    padding: 3px 0;
}
/* 相关信息 */
#relativeInfo {
    border-bottom: 1px dashed #eee;
}
#relativeInfo .hd h3 {
    font-size: 18px;
}
#relativeInfo .bd {
    padding: 10px 0 20px 0;
}
#relativeInfo ul {
    overflow: hidden;
}
#relativeInfo li {
    float: left;
    width: 50%;
}
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin: 0 -10px;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    float: left;
    margin-bottom: 15px;
    width: 24.99%;
    display: inline;
    position: relative;
    overflow: hidden;
}
.picPageList .pic,
.picPageList .title {
    margin: 0 10px;
}
.picPageList .pic { 
    margin-bottom: 10px;
 }
.picPageList .pic a {
    background:#ccc;
    display: block;
    overflow: hidden;
    padding: 1px;
}
.picPageList .pic a:hover {
    background-color: #FFCC00;
}
.picPageList .pic img {
    height: auto;
    width: 100%;
}
.picPageList .titleBg {
    display: none;
}
.picPageList .title {
    display: block;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
}
.picPageList .title a {
    display: block;
}
.picPageList li:hover .pic {
    border-color: #bbb
}
.picBoxLoop {
    overflow: hidden
}
.picBoxLoop .pageBox {
    width: 100%;
}
.picBoxLoop .pageBox .bd {
    height: auto;
}
.photoContent .mainBox {
    float: none;
    width: 100%;
}

/* 瀑布流 */
.pic-list-pbl .pic-li {
    margin-top: 0;
    margin-bottom: 40px;
}
/* 重置图片内容页-------------------------------------------- */
/* 标题 */
.swp-tit h2, .swp-tit span { font-size: 30px; }

/*  */
.swp-hd-wrap .swp-prev { left: 60px; }
.swp-hd-wrap .swp-next { right: 60px; }

/* slide-wrap */
.swp-list-cont { height: 130px; min-width: 135px;}
.swp-list li { width: 130px; padding: 0 10px; text-align: center; }
.swp-list li a { height: 130px; }
.swp-list li img { border: 2px solid #fff; }
.swp-list-wrap img { max-width: 115px; max-height: 115px; padding: 5px; background-color: #fff;}
.swp-list li.current img, .swp-list li.hover img { padding: 5px; background: #fff; border: 2px solid #da262f;}

/* 翻页 */
.swp-list-wrap { margin: 0; }
.swp-list-wrap .swpl-group { width: 136px; height: 180px; }
.swp-list-wrap .swpl-group .bg { width: 130px; height: 130px; }
.swp-list-wrap .swpl-group i { height: 136px; }
.swp-list-wrap .swpl-group .inner { width: 130px; height: 130px; }
.swp-list-wrap .swpl-group .inner img { max-width: 130px; max-height: 130px; padding: 0; }

.swp-list-wrap .swpl-btn { background: #f0f0f0; height: 130px; }
.swp-list-wrap .swpl-group em { width: 136px;}
.swp-list-wrap .swpl-group em:hover { color: #da262f;  }

/* 简介 */
.swp-intro { padding: 50px 0 40px; }
.swp-intro h3 { font-size: 30px; font-weight: normal; }

/* 信息提示页 ---------------------------------------------- */
.Showms {
    background: #fff;
    padding: 30px 40px;
    overflow: hidden;
    margin: 30px auto;
}
.Showms .top, .Showms .bottom, .Showms .Shadow {
    display: none
}
.Showms .MS {
    overflow: hidden;
    zoom: 1;
}
.Showms .titWrong {
    color: #c00;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 18px;
}
.Showms .BUT {
    padding: 25px 0 15px 0;
}
.Showms .BUT a {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
.Showms .BUT a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/* 其它 */
.voteList li {
    padding-left: 25px;
    background: url(../../base/img/icon.png) no-repeat 0px -275px;
}

/* leaderList */
.leaderList li{float:left; width:46%; height:250px; text-align:center; background-color: #f8f8f8; margin-bottom: 80px; position: relative; top: 0;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.leaderList li.odd { float: right; }
.leaderList .pic { width: 200px; float: left; height: 250px; background-color: #e5e5e5; margin-right: 40px; }
.leaderList .pic img{width:100%; height:250px;}
.leaderList .con { overflow: hidden; padding-top: 30px; text-align: left; padding-right: 30px;}
.leaderList .title { font-size: 24px; margin-bottom: 20px; }
.leaderList span.job { padding-left: 5px; color: #999; font-size: 12px; }
.leaderList .intro { font-size: 14px; line-height: 24px; color: #666; margin-bottom: 30px; height: 70px; overflow: hidden;}
.leaderList a.more { display: block; background-color: #da262f; width: 60px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; text-align: center; }
.leaderList a.more:hover { background-color: #cb1f28; }
.leaderList li:hover { top: -10px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }

/* leaderDetail */
.leaderDetail { margin-bottom: 50px; }
.leaderDetail .pic { float: left; width: 300px; height: 380px; margin-right: 65px; }
.leaderDetail .pic img { width: 100%; height: auto; }
.leaderDetail .con { overflow: hidden; }
.leaderDetail .title { line-height: 50px; height: 50px; }
.leaderDetail .title span.name { font-size: 36px; padding-right: 30px; }
.leaderDetail .title span.job { font-size: 18px; color: #666; }
.leaderDetail .work { font-size: 18px; color: #666; line-height: 26px; padding: 25px 0 50px; }
.leaderIntro .inhd { height: 40px; line-height: 40px; background-color: #eee; }
.leaderIntro .inhd h3 { float: left; padding: 0 20px; background-color: #da262f; font-size: 16px; color: #fff; font-weight: bold;}
.leaderIntro .inbd { padding: 30px 10px; line-height: 36px; font-size: 16px; color: #666; }

/* teacherList */
.teacherList h3{font-weight:bold;}
.teacherList .h1{font-size:14px;}
.teacherList .h1 a{color:#D82529}
.teacherList .li1{padding:0 0 20px 0; margin:0 20px 20px 20px; border-bottom:2px solid #ccc;}
.teacherList .list{overflow:hidden; padding:5px 15px;}
.teacherList .list li{float:left; min-width:120px;}
.teacherList .list a{color:#666;}
.teacherList .ul1{padding:5px 15px;}



</pre></body></html>