﻿@charset "utf-8";

#free_Web_box_sub ~ .wrap #header {
    top: 96px;
}

#content {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.indTab .more,.indSideBox .more{
    float: right;
    padding: 0 16px 0 0;
    color: #666;
}
.indSideBox .more{color:#fff; font-size:14px;}
/* 背景设置 */
.section{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.section .siteWidth{
    padding: 60px 0 36px;
}
#pageXwzx{background-image: url(../../base/img/demopic/ind-bg1.jpg); }
#pageXxgk{background-image: url(../../base/img/demopic/ind-bg2.jpg);}
#pageKxyj{background-image: url(../../base/img/demopic/ind-bg3.jpg);}
#pageXysh{background-image: url(../../base/img/demopic/ind-bg4.jpg);}
#pageJlhz{background-image: url(../../base/img/demopic/ind-bg5.jpg);}
#pageDjsz{background-image: url(../../base/img/demopic/ind-bg6.jpg);}
#pageYxsz{background-image: url(../../base/img/demopic/ind-bg7.jpg);}
#pageOther{background: white;}
#pageXxgk{padding-bottom:35px;}
/* 通用-标题&更多按钮 css */
.section .mHd{
    margin-bottom: 35px;
}
.section .mHd h3{
    font-size: 36px;
    text-align: center;
    line-height: 38px;
    font-weight:bold;
}
.section .mHd h3 a{
    color: #333;
}
.section .mHd h3 a:hover{
    text-decoration: none;
}
.section .mHd p{
    font-size: 16px;
    font-family: Arial;
    color: #999;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.section .mBt{
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
.section .mBt .moreBtn{
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 42px;
    font-size: 16px;
    color: white;
    background-color: #09cec7;
    border-radius:16px;
}
.section .mBt .moreBtn:hover{
    text-decoration: none;
}
/*鼠标效果*/
/* .section .mBt .moreBtn:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    opacity: 0;
    transition: all 0.75s ease-in-out;
}
.section .mBt .moreBtn:hover:after,
.section .mBt .moreBtn:active:after {
    width: 0px;
    opacity: 1;
    transition: 0s;
} */
/* 通用-左侧切换框 */
.indTab{
    width: 900px;
    float: left;
}
.indTab .hd{
    height: 62px;
    background-color: #f4f4f6;
}
.indTab .hd li{
    width: 33.3%;
    height: 58px;
    float: left;
    line-height: 58px;
    padding-top: 4px;
    text-align: center;
    font-size: 20px;
}
.indTab .hd li a:hover{
    text-decoration: none;
    color: #333;
}
.indTab .hd li.on{
    padding: 0;
    border-top: 4px solid #e60012;
    background-color: white;
}
.indTab .bd{
    overflow: hidden;
    padding: 20px;
    background-color: white;
}
/* 通用-侧栏框 */
.indSideBox{
    width: 300px;
    float: right;
    overflow: hidden;
}
.indSideBox .hd{
    height: 62px;
    line-height: 62px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: #00a0e9;
}
.indSideBox .hd h3 a{
    color: white;
}
.indSideBox .bd{
    overflow: hidden;
    padding: 15px 20px;
    background-color: #dff5ff;
}


/* 第二屏 新闻资讯 S  --------------------------------*/
#pageXwzx .indTab .hd{height: 52px;}
#pageXwzx .indTab .hd li{height: 48px; line-height: 48px;}
#pageXwzx .indTab .bd{padding: 15px 20px; height:303px;}


/* 新闻资讯-头条新闻 */
#pageXwzx .topicList{
    position: relative;
    z-index: 1;
    padding-left: 455px;
    min-height: 298px;
    *height:298px;
    overflow: hidden;
}
#pageXwzx .topicList li.t{
    padding: 0;
    margin: 0;
    border-bottom: none;
}
#pageXwzx .topicList li.t .pic{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
#pageXwzx .topicList li.t .pic img{
    display: block;
    width: 432px;
    height: 298px;
}
#pageXwzx .topicList li.t .title{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    overflow: hidden;
}
#pageXwzx .topicList li.t .intro{
    padding: 5px 0;
    max-height: 48px;
    *height:48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
#pageXwzx .topicList li.n{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: none;
}
#pageXwzx .topicList li.n .date{
    float: right;
    margin-left: 10px;
    color: #999;
}
#pageXwzx .topicList li.n .tit{
    padding: 0;
    background:none;
}
/* 新闻资讯-通知公告 */
#pageXwzx .indSideBox .hd{
    height: 52px;
    line-height: 52px;
}
#pageXwzx .indSideBox .bd{
    padding: 17px 20px 16px;
    height: 300px;
}
#pageXwzx .infoList{
    margin-top: -22px;
}
#pageXwzx .infoList li{
    margin-top: 22px;
    height: 24px;
    line-height: 24px;
}
#pageXwzx .infoList li a{
    padding: 0;
    background:none;
}
#pageXwzx .infoList li .date{
    width: auto;
    float: left;
    padding: 0 7px;
    margin:0 10px 0 0;
    height: 24px;
    line-height: 24px;
    color: #274756;
    background-color: #c2deeb;
}
#pageXwzx .infoList li a{
    color: #284d5d;
}

/* 第三屏  学校概况  -------------------------------- */
#pageXxgk .mHd h3,
#pageXxgk .mHd h3 a,
#pageXxgk .mHd p{
    color: white;
 /*    text-shadow: 2px 2px 1px #0f2e39; */
}
.boxAout{
    overflow: hidden;
    color: white;
   
}
.detail{
    display: block;
    color: #fff;
    text-indent: 0;
}
.detail:hover{ color: #fff;}
.boxAout .intro{
     width:630px;
    float:left;
    margin-right:50px;
}
.boxAout .video{
    width:502px;
    float:right;
}
.boxAout .title{
    text-align: center;
    font-size: 52px;
    line-height: 120%;
    text-shadow: 3px 3px 2px #0f2e39;
}
.boxAout .intro{
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
}

.aboutbtns{overflow: hidden;    margin-top: 15px;}
.aboutbtns li{
    width: 116px;
    float: left;
    margin-right: 10px;
    text-align: center;
    text-indent:0;
}
.aboutbtns li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 68px 0 18px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: white;
}
.aboutbtns li.last{
    margin-right:0;
}
.aboutbtns li .icon {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 30px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.aboutbtns li:hover .icon{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}

.aboutbtns li.li1 .icon{
       background: url(../../base/img/xrld.png) center top no-repeat; 
}
.aboutbtns li.li2 .icon{
       background: url(../../base/img/szdw.png) center top no-repeat; 
}
.aboutbtns li.li3 .icon{
       background: url(../../base/img/yjsb.png) center top no-repeat; 
}
.aboutbtns li.li4 .icon{
       background: url(../../base/img/xxyg.png) center top no-repeat; 
}
.aboutbtns li.li5 .icon{
       background: url(../../base/img/xyfc.png) center top no-repeat; 
}

.xxrt{
      overflow: hidden;	
      clear: both;
    margin-top:30px;
}
.xxrt li{
  float: left;
  width:265px;
    margin-right:44px;
}
/* .xxrt li.last{
   margin-right:0px;  
} */
.xxrt li .title{
    font-size:0;
}
.countList{
    overflow: hidden;
    margin: 25px auto 0;
    text-align: center;
}
.countList li{
    width: 20%;
    *width:19.9%;
    float: left;
}
.countList li .icon{
    display: block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    background:  url(../../base/img/ind-abouticon.png) center 2px no-repeat;
}
.countList li .num{
    height: 72px;
    line-height: 72px;
    font-size: 48px;
    font-weight: bold;
    overflow: hidden;
}
.countList li .unit{
    font-size: 24px;
}
.countList li .tip{
    margin-top: 10px;
    font-size: 16px;
    line-height: 160%;
}
.countList li.li2 .icon{
    background-position: center -56px;
}
.countList li.li3 .icon{
    background-position: 46% -112px;
}
.countList li.li4 .icon{
    background-position: 46% -168px;
}
.countList li.li5 .icon{
    background-position: 42% -224px;
}

#pageKxyj .mBd{
        overflow: hidden;
}
#pageKxyj .mBd li{
     float: left;
     margin: 0 20px 32px 0;
}
#pageKxyj .mBd li.li2,#pageKxyj .mBd li.li4{
    margin-right:0;
}
#pageKxyj .mBd li img{
    width:100%;

}


/* 第四屏  科学研究 ---------------------------------------- */
.twInfoList{
    margin: -25px -35px 0 0;
    overflow: hidden;
}
.twInfoList li{
    margin: 25px 35px 0 0;
    position: relative;
    z-index: 1;
    padding: 35px 0 25px;
    width: 410px;
    float: left;
}
/* .twInfoList li:nth-child(even){
    float: right;
} */
.twInfoList li:nth-child(1),
.twInfoList li:nth-child(2){
    border-bottom: 1px solid #e5e5e5;
}
.twInfoList li .others{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 12px;
}
.twInfoList li .others .date{
    margin-left: 10px;
    color: #999;
}
.twInfoList li .others .node{
    display: inline-block;
    padding: 0 14px;
    color: white;
    background-color: #00a0e9;
    border-radius: 10px;
}
.twInfoList li .pic{
    width: auto;
    float: left;
}
.twInfoList li .pic img{
    display: block;
    width: 110px;
    height: 82px;
}
.twInfoList li .con{
    height: 82px;
    overflow: hidden;
}
.twInfoList li .title{
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}
.twInfoList li .title a{
    color: #333;
}
.twInfoList li .intro{
    margin:5px 0 0 10px;
    line-height: 21px;
    font-size: 12px;
    color: #999;
}
.twInfoList li .intro pre{
    font-size: 12px;
}

.twInfoList li .pic,
.twInfoList li .others{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all  .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.twInfoList li:hover{
    background-color: #f0f0f0;
}
.twInfoList li:hover .others{
    top: 10px;
    left: 10px;
}
.twInfoList li:hover .pic{
    margin-left: 10px;
}

/* 学术期刊 */
#indXsqk .hd{
    background-color: #09cec7;
}
#indXsqk .bd{
    position: relative;
    z-index: 1;
    padding: 22px 61px 23px;
    background-color: #f0fffe;
}
#indXsqk .bd .prev,
#indXsqk .bd .next,
#indXsqk .bd .prev i,
#indXsqk .bd .next i{
    width: 0;
    height: 0;
    font-size: 0;
    float: left;
    border-width: 10px;
    border-style: solid;
}
#indXsqk .bd .prev,
#indXsqk .bd .next{
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -10px;
}
#indXsqk .bd .prev{
    left: 20px;
    border-color:transparent #6ea19f transparent transparent;
}
#indXsqk .bd .prev i{
    margin: -10px 0 0 -8px;
    border-color:transparent #f0fffe transparent transparent;
}
#indXsqk .bd .next{
    right: 20px;
    border-color:transparent transparent transparent #6ea19f;
}
#indXsqk .bd .next i{
    margin: -10px 0 0 -12px;
    border-color:transparent transparent transparent #f0fffe;
}
#indXsqk .bd .prev:hover{
    border-color:transparent #09cec7 transparent transparent;
}
#indXsqk .bd .next:hover{
    border-color:transparent transparent transparent #09cec7;
}
#indXsqk .picList li{
    width: 100%;
    float: left;
}
#indXsqk .picList li .pic{
    overflow: hidden;
}
#indXsqk .picList li .pic img{
    display: block;
    width: 178px;
    height: 264px;
}
#indXsqk .picList li .title{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    background-color:white;
}

/* 第五屏 校园生活 ----------------------------------------------- */
#pageXysh .mHd a,
#pageXysh .mHd p{
    color: white;
}
#pageXysh .nodePicList,#pageXysh .nodePicList1,#pageXysh .nodePicList2{
    overflow: hidden;
    float: left;
}
#pageXysh .nodePicList li,#pageXysh .nodePicList1 li,#pageXysh .nodePicList2 li{
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    margin: 1px 1px 0 0;
    overflow: hidden;
}
#pageXysh .nodePicList li.li4{
    float: right;
    margin-right: 0;
}
#pageXysh .nodePicList li .tit,#pageXysh .nodePicList1 li .title a,
#pageXysh .nodePicList li .titleBg,#pageXysh .nodePicList1 li .tit,#pageXysh .nodePicList1 li .titleBg,#pageXysh .nodePicList2 li .tit,#pageXysh .nodePicList2 li .titleBg{
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 68px;
    line-height: 68px;
    float: left;
    margin-top: -34px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
#pageXysh .nodePicList li:hover .tit,#pageXysh .nodePicList1 li:hover .title a,#pageXysh .nodePicList2 li:hover .tit{
    z-index: 2;
    top: 50%;
    text-align: center;
    font-size: 18px;
    color: white;
}
#pageXysh .nodePicList li:hover .titleBg,#pageXysh .nodePicList1 li:hover .titleBg,#pageXysh .nodePicList2 li:hover .titleBg{
    z-index: 1;
    top: 50%;
    background-color: #000;
    opacity: .5; filter: alpha(opacity=50);
}

#pageXysh .nodePicList li.li2 .first{
    display:none;
}
#pageXysh .nodePicList li{
	width:299px;
    height:170px;
}
#pageXysh .nodePicList li.first,#pageXysh .nodePicList li.last{
   height:360px;
}
#pageXysh .nodePicList li.last{
    float:right:
}
#pageXysh .nodePicList2 li {
    display:none;
}
/* #pageXysh .nodePicList1{
    width:600px;
} */
#pageXysh .nodePicList1 li{
    width:299px;    float: left;
}
#pageXysh .nodePicList2 li.last{
        display: block;
}

/* 第六屏  交流合作 -------------------------------------------------------*/
.picTitList{
    margin-right: -19px;
    overflow: hidden;
}
.picTitList li{
    width: 274px;
    float: left;
    margin-right: 19px;
}
.picTitList li .pic img{
    display: block;
    width: 100%;
    height: 118px;
}
.picTitList li .title,
.picTitList li .intro{
    padding: 0 10px;
    margin-top: 10px;
    line-height: 24px;
    max-height: 48px;
    *height:48px;
    overflow: hidden;
}
.picTitList li .title{
    font-size: 16px;
}
.picTitList li .title a{
    color: #333;
}
.picTitList li .intro{
    margin-bottom: 10px;
    color: #666;
}
.picTitList li .date{
    padding-left: 35px;
    line-height: 24px;
    color: #999;
    background:  url(../../base/img/dateicon.png) 10px center no-repeat;
}
.picTitList li:hover{
    background-color: #fafafa;
}
/* 侧栏-合作项目 */
#pageJlhz .indSideBox .hd{
    background-color: #23c85a;
}
#pageJlhz .indSideBox .bd{
    height: 276px;
    padding: 19px 20px;
    background-color: #dbfce6;
}


/* 第七屏  党政思政  -------------------------------------------------------------- */
#pageDjsz .indTab .bd{
    height: 302px;
    padding: 13px 20px;
}
#pageDjsz .twInfoList li{
    padding:15px 0;
}
#pageDjsz .twInfoList li .pic img{
    width: 140px;
    height: 108px;
}
#pageDjsz .twInfoList li .con{
    height: 108px;
}
#pageDjsz .twInfoList li .others{
    margin: 10px 0 0 10px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}
#pageDjsz .twInfoList li .others .date{
    margin: 0;
    padding-left: 20px;
    background:  url(../../base/img/dateicon.png) left center no-repeat;
}
/* 侧栏-对口帮扶 */
#pageDjsz .indSideBox .hd{
    background-color: #ff8105;
}
#pageDjsz .indSideBox .bd{
    padding: 19px 0;
    background-color: #fcf3ea;
}

#pageDjsz .topDateList li.t{
    padding: 0 15px 10px;
    border-bottom-color: #ede4db;
}
#pageDjsz .topDateList li.t .calendar{
    background: none;
    color: #8e8277;
}
#pageDjsz .topDateList li.t .calendar em{
    display: inline-block;
    color: #ff8105;
    border-bottom: 1px solid #eadcce;
}

#pageDjsz .topDateList li.t .title a{
    font-size: 14px;
    font-weight: bold;
    color: #c4782d;
}
#pageDjsz .topDateList li.t .intro{
    margin-top: 6px;
    max-height: 22px;
    *height:22px;
    font-size: 12px;
    color: #8e8277;
}

#pageDjsz .mBt .moreBtn{
    background-color: #ff8105;
}

/* 第八屏  院系设置   -------------------------------------------- */
.yxszNodeList{
    margin: -1px -1px 0 0;
    overflow: hidden;
}
.yxszNodeList li{
    position: relative;
    z-index: 1;
    width: 298px;
    float: left;
    margin: 1px 1px 0 0;
}
.yxszNodeList li .title,
.yxszNodeList li .titleBg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
}
.yxszNodeList li .title{
    z-index: 2;
    font-size: 16px;
    text-align: center;
    color: white;
}
.yxszNodeList li .title a{
    color: white;
}
.yxszNodeList li .titleBg{
    z-index: 1;
    background-color: #000;
    opacity: .5; filter: alpha(opacity=50);
}
/* 第九屏 底部信息 ------------------------------------------- */
.footerQuicks{
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin:20px auto;
}
.footerQuicks .prev,
.footerQuicks .next{
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 20px;
    height: 36px;
    float: left;
    overflow: hidden;
    margin-top: -18px;
}
.footerQuicks .prev{
    left: 0;
    background:  url(../../base/img/prevarr.png) center top no-repeat;
}
.footerQuicks .next{
    right: 0;
    background:  url(../../base/img/nextarr.png) center top no-repeat;
}

.footerQuicks .nodeList{
    overflow: hidden;
    margin-right: -10px;
}
.footerQuicks .nodeList li{
    width: 205px;
    float: left;
    margin-right: 30px;
    text-align: center;
}
.footerQuicks .nodeList li a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 88px 0 18px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: white;
    background: #237ad3 url(../../base/img/footerquicksbg.png) left top repeat;
}
.footerQuicks .nodeList li a:hover{
    text-decoration: none;
    background-color: #1468bd;
}
.footerQuicks li.li2 a{background-color: #23a8d3;}
.footerQuicks li.li3 a{background-color: #2ac1ce;}
.footerQuicks li.li4 a{background-color: #08c558;}
.footerQuicks li.li5 a{background-color: #19ced4;}
.footerQuicks li.li2 a:hover{background-color: #0c9dcc;}
.footerQuicks li.li3 a:hover{background-color: #0fbbca;}
.footerQuicks li.li4 a:hover{background-color: #08c558;}
.footerQuicks li.li5 a:hover{background-color: #19ced4;}
.footerQuicks .nodeList li .icon{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 30px;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    background:  url(../../base/img/footerquicksicon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.footerQuicks .nodeList li.li2 .icon{background-position: center -44px;}
.footerQuicks .nodeList li.li3 .icon{background-position: center -88px;}
.footerQuicks .nodeList li.li4 .icon{background-position: center -176px;}
.footerQuicks .nodeList li.li5 .icon{background-position: center -132px;}
.footerQuicks .nodeList li:hover .icon{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}

.footerLinks dl dt{
    background-color: white;
}
.footerQuicks li.li5{margin-right:0;}

/* 媒体查询，根据分辨率比例（特殊分辨率 1280/800  2560/1600） 重定义css */
@media screen and (device-aspect-ratio:8/5) {
    /* 顶部 */
    .headerTop{
        height: 80px;
    }
    #logo{
        top: 5px;
    }
    .topNav{
        top: 32px;
    }
    /* 通用-左侧切换框 */
    .section .mHd{
        margin-bottom: 15px;
    }
    .section .mHd h3{
        font-size: 32px;
        line-height: 36px;
    }
    .section .mHd p{
        font-size: 14px;
        line-height: 20px;
    }
    .section .siteWidth{
        padding-top: 120px;
    }
    #pageXwzx .siteWidth{
        padding-top: 20px;
    }
    .section .mBt{
        margin-top: 15px;
    }
    .section .mBt .moreBtn{
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 30px;
    }
    /* 通用-侧栏框 */
    .indTab .hd{
        height: 52px;
    }
    .indTab .hd li{
        height: 48px;
        line-height: 48px;
    }
    .indTab .bd{
        padding: 10px;
    }

    .indSideBox .hd{
        height: 52px;
        line-height: 52px;
    }
    .indSideBox .bd{
        padding: 5px 10px;
    }
     /* 第二屏  新闻资讯 ---------------------------------------- */
    /* 新闻资讯-通知公告 */
  /*  #pageXwzx .indSideBox .bd{
        padding: 12px 10px 11px;
    } */
    /* 第三屏  学校概况 ---------------------------------------- */
    .boxAout .intro{
        margin-top: 15px;
        line-height: 28px;
    }
    .countList{
        margin-top: 20px;
    }
    /* 第四屏  科学研究 ---------------------------------------- */
    .twInfoList{
        margin: -15px -35px 0 0;
    }
    .twInfoList li{
        margin: 15px 35px 0 0;
        padding: 30px 0 15px;
    }
    .twInfoList li:hover .others{
        top: 5px;
    }
    /* 学术期刊 */
    #indXsqk .bd{
        padding: 12px 61px 13px;
    }
    #indXsqk .picList li .pic img{
        width: 224px !important;
        height: 234px !important;
    }
    #indXsqk .picList li .title{
        height: 26px;
        line-height: 26px;
    }

    /* 第五屏 校园生活 ----------------------------------------------- */
    #pageXysh .nodePicList li .pic img{
        height: 170px !important;
    }
    #pageXysh .nodePicList li.li1 .pic img,
    #pageXysh .nodePicList li.li4 .pic img{
        height: 340px !important;
    }

    /* 第六屏  交流合作 -------------------------------------------------------*/
    /* 侧栏-合作项目 */
    #pageJlhz .indSideBox .bd{
        padding: 9px 10px;
    }

    /* 第七屏  党政思政  -------------------------------------------------------------- */
    #pageDjsz .indTab .bd{
        height: auto;
        padding: 10px;
    }
    #pageDjsz .twInfoList li{
        padding: 10px 0;
    }

    #pageDjsz .indSideBox .bd{
        padding: 9px 0 8px;
    }
    #pageDjsz .topDateList li.t{
        padding: 0 10px 7px;
        margin-bottom: 8px;
    }
    #pageDjsz .topDateList li.last{
        margin-bottom: 0;
    }
    /* 第九屏  底部信息  -------------------------------------------------------------- */
    .footerQuicks{
        margin: 15px auto;
    }
    .footerQuicks .nodeList li a{
        padding: 70px 0 15px;
    }
    .footerQuicks .nodeList li .icon{
        top: 20px;
    }
    .footerLinks dl dt{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .footerLinks dd{
        bottom: 36px;
    }
    .footNav {
        margin: 10px auto 10px;
    }
    .copyRight{
        line-height: 21px;
    }
    .qrcodeList li .pic img{
        width: 90px;
        height: 90px;
    }
    .qrcodeList li .tit{
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }
}

/*--
颜色代码
#166bbd 深色标题
#ddd 淡色边框
--*/