@charset "utf-8";
/* CSS Document */
*::selection{background:#35b2c4; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px; margin:0 auto;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#35b2c4; blr:expression(this.onFocus=this.blur()); text-decoration:none;}
input,select,textarea{outline:0;}

@font-face{font-family:"方正小标宋"; src:url(/_upload/tpl/01/85/389/template389/css/fzxbsk.ttf) format(truetype);}

/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}


/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}


/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(/_upload/tpl/01/85/389/template389/images/close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}


.animate{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.unselectable{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*文字超出省略号...*/
.nowrap{overflow:hidden;white-space:nowrap;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none;}


.content{width:1260px; margin:0 auto;}
.content:after{display:block; content:""; clear:both;}


.top{width:100%; height:34px; text-align:right; background:#00879b; border-bottom:#007d8f 1px solid;}
.topNav{height:34px; line-height:34px; font-size:0;}
.topNav a:link, .topNav a:visited{color:rgba(255,255,255,0.8); margin:0 16px 0 13px; position:relative; font-size:12px;}
.topNav a:hover{color:#fff;}
.topNav a:after{display:block; width:3px; height:3px; -webkit-border-radius:3px; border-radius:3px; background:#5fcada; content:""; position:absolute; right:-16px; top:50%; transform:translateY(-50%);}
.topNav a:last-of-type{margin-right:0;}
.topNav a:last-of-type:after{display:none;}

/* 头部 */
.head{width:100%; height:134px; background:#009bb2 url(../images/headBg.jpg) no-repeat center center; border-bottom:#0091a7 1px solid;}
.head .logo{height:134px; background:url(/_upload/tpl/01/85/389/template389/images/logo.png) no-repeat left center;}
.head .logoTxt{margin:0 250px 0 340px; height:134px; line-height:134px;}
.head .logoTxt img{max-width:100%; display:inline-block; vertical-align:middle;}
.head .headBtn{display:none;}


/* 搜索 */
.search{width:210px; height:36px; padding-top:49px; float:right;}
.search .searchCon{height:36px; background:#fff; -webkit-border-radius:36px; border-radius:36px;}
.search .keyword{width:calc(100% - 61px); height:36px; line-height:36px; padding-left:15px; background:none; border:0; margin:0; float:left; font-size:12px; color:#333;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:36px; height:36px; background:url(/_upload/tpl/01/85/389/template389/images/iSearch.png) no-repeat center center; cursor:pointer; border:0; padding:0; margin:0; margin-right:10px; float:left;}


/* 导航菜单 */
.menuWrap{width:100%; height:48px; background:#35b2c5; position:relative; z-index:10;}
.menuTitleWap{display:none;}
#menu li{position:relative; text-align:center;}
#menu > li{width:10%; height:48px; background:url(/_upload/tpl/01/85/389/template389/images/menuLine.jpg) no-repeat left center; float:left;}
#menu > li:first-of-type{background:none;}
#menu > li > a{display:block; height:48px; line-height:48px; font-size:18px;}
#menu > li > a span{display:inline-block; vertical-align:top; height:48px; position:relative;}
#menu > li > a span:after{display:block; content:""; width:0; height:3px; background:#f7a100; position:absolute; left:50%; bottom:0; transform:translateX(-50%); -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
#menu > li > a:link, #menu > li > a:visited{color:#fff;}
#menu > li > a:hover span:after, #menu > li > a.current span:after{width:100%;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#0095ab; position:absolute; z-index:999; left:0; top:48px;}
#menu ul li a{display:block; padding:10px; line-height:20px; font-size:15px;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f7a100;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff;}
#menu ul ul li a{font-size:14px;}
.topWap{display:none;}


/* 图片轮播 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px; font-size:0;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; vertical-align:top; background:#fff; opacity:1; margin:0 6px 0 !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#35b2c5;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:60px; height:60px; background-color:rgba(255,255,255,0.24); background-repeat:no-repeat; background-position:center center; -webkit-border-radius:6px; border-radius:6px;}
.banner .swiper-button-prev{background-image:url(/_upload/tpl/01/85/389/template389/images/l01.png); left:4%;}
.banner .swiper-button-next{background-image:url(/_upload/tpl/01/85/389/template389/images/r01.png); right:4%;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:rgba(255,255,255,0.4);}


.indH{height:39px; font-weight:normal; border-bottom:#eaeaea 1px solid;}
.indH .more{float:right; font-size:14px; display:block; height:32px; line-height:32px; padding-top:7px;}
.indH .more a:link, .indH .more a:visited{color:#9c9b9b;}
.indH .more a:hover{color:#f7a100;}
.indH p{float:left; height:38px; line-height:38px; border-bottom:#009bb2 2px solid; font-size:24px; color:#009bb2; position:relative; top:0;}

/* 普通新闻列表 */
.newsList li{border-bottom:#e5e5e5 1px dashed;}
.newsList li a{display:block; height:40px; line-height:40px; padding-left:12px; background:url(/_upload/tpl/01/85/389/template389/images/a01.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li span{float:right; color:#999; padding-left:20px;}
.newsList li span i{font-style:normal;}
.newsList li a:hover{background-image:url(/_upload/tpl/01/85/389/template389/images/a02.png);}


/* 学院新闻 */
.news{padding:24px 0 36px;}
.news .newsList li{border-bottom:none;}
.news .newsList li a{height:36px; line-height:36px; padding-left:0; background-image:none;}
.news .newsList li a:hover{background-image:none;}

.xyyw{width:832px; height:335px; float:left;}
.xyywCon{height:280px; padding-top:15px;}
.picNews{width:400px; height:280px; overflow:hidden; float:left;}
.picNews .swiper-slide{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.picNews .swiper-slide a{display:block; width:100%; height:100%; overflow:hidden; position:relative;}
.picNews .swiper-slide p{height:280px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.picNews .swiper-slide h3{width:calc(100% - 102px); height:40px; line-height:40px; font-size:15px; color:#fff; font-weight:normal; padding:0 90px 0 12px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0;}
.picNews .swiper-slide a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{width:auto !important; left:auto !important; right:15px; bottom:16px !important; height:8px;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; display:block; background:#fff; opacity:1; margin:0 0 0 6px !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s; float:left;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#f7a100;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:30px; height:45px; background-color:rgba(0,0,0,0.4); background-repeat:no-repeat; background-position:center center; background-size:auto 22px;}
.picNews .swiper-button-prev{background-image:url(/_upload/tpl/01/85/389/template389/images/l01.png); left:0;}
.picNews .swiper-button-next{background-image:url(/_upload/tpl/01/85/389/template389/images/r01.png); right:0;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{background-color:rgba(247,161,0,0.8);}

.txtNews{height:280px; margin-left:420px; overflow:hidden;}
.txtNews ul{position:relative; top:-4px; height:288px;}
.txtNews ul li a{overflow:visible; white-space:normal; text-overflow:initial;}
.txtNews ul li p{max-width:calc(100% - 130px); float:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.txtNews ul li img{width:22px; height:14px; margin-left:4px;}


.xykx{height:335px; margin-left:862px; overflow:hidden;}
.xykx ul{height:288px; padding-top:11px;}


.F1{padding:24px 0 36px; background:#f0f0f0 url(../images/bg1.jpg) no-repeat center bottom; background-size:cover;}
.F1 .indH{border-bottom-color:#d4dadf;}
.tzgg{width:400px; height:375px; float:left;}
.tzgg ul{height:288px; padding:16px 22px; margin-top:15px; background:#fff;}
.tzgg ul li{border-bottom:none;}
.tzgg ul li a{height:36px; line-height:36px;white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;}
.tzgg ul li h3, .tzgg ul li p{height:36px;}

.xsbg, .mtty{width:400px; height:375px; padding-left:30px; float:left;}
.xsbg ul{height:330px; padding-top:5px;}
.xsbg ul li{height:100px; padding-top:10px;}
.xsbg ul li a{display:block; height:76px; padding:13px 22px 11px; background:#fff;}
.xsbg ul li a h3{height:22px; line-height:22px; color:#008da2; font-size:15px; font-weight:normal; padding-bottom:6px;}
.xsbg ul li a p{height:24px; line-height:24px; font-size:12px;color:#888; padding-left:20px; background-repeat:no-repeat; background-position:left center;}
.xsbg ul li a p.iTime{background-image:url(/_upload/tpl/01/85/389/template389/images/iTime01.png);}
.xsbg ul li a p.iAdd{background-image:url(/_upload/tpl/01/85/389/template389/images/iAdd01.png);}
.xsbg ul li a:hover{background:#008da2;}
.xsbg ul li a:hover h3{color:#fff;}
.xsbg ul li a:hover p{color:rgba(255,255,255,0.7);}
.xsbg ul li a:hover p.iTime{background-image:url(/_upload/tpl/01/85/389/template389/images/iTime02.png);}
.xsbg ul li a:hover p.iAdd{background-image:url(/_upload/tpl/01/85/389/template389/images/iAdd02.png);}

.mtty ul li{height:65px; padding:15px 0 5px;}
.mtty ul li:last-of-type{padding-bottom:0;}
.mtty ul li a{display:block; height:65px; background:#fff;}
.mtty ul li a p{width:80px; height:65px; line-height:32px; font-size:12px; text-align:center; color:#555; background:#cbe1e4; overflow:hidden; float:left;}
.mtty ul li a p span{display:block; height:33px; line-height:33px; font-size:14px; background:#009db4; color:#fff;}
.mtty ul li a h3{height:48px; line-height:24px; font-size:15px; font-weight:normal; margin-left:80px; padding:8px 15px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}


.F2{padding-top:24px;}
.wty{width:400px; height:268px; float:left;}
.wty ul li{padding-top:14px; border-bottom:none;}
.wty ul li a{height:25px; line-height:25px; background:url(/_upload/tpl/01/85/389/template389/images/a03.png) left center no-repeat; padding-left: 12px;}
.wty ul li a:hover{background-image:url(/_upload/tpl/01/85/389/template389/images/a04.png);}

.xyyd{width:400px; height:268px; overflow:hidden; padding-left:30px; float:left;}
.xyyd ul{position:relative; top:-8px; height:240px;}
.xyyd ul li{height:54px; padding-top:26px;}
.xyyd ul li a{display:block; height:54px;}
.xyyd ul li p{width:26px; height:46px; line-height:21px; font-size:12px; color:#009bb2; padding:4px 12px; background:#ececec; text-align:center; float:left;white-space: nowrap;}
.xyyd ul li p span{display:block; height:24px; line-height:24px; font-size:18px; border-bottom:#009bb2 1px solid;}
.xyyd ul li h3{height:54px; margin-left:64px; font-size:14px; font-weight:normal;}
.xyyd ul li h3 span{display:block; height:28px; line-height:28px; font-size:15px;}
.xyyd ul li h3 em{display:block; height:22px; line-height:22px; font-style:normal; color:#888;}


.tyrw{width:350px; height:262px; padding:6px 0 0 50px !important; margin-left:30px !important; float:left; position:relative; overflow:hidden;}
.tyrw h2{width:50px; height:262px; background:#009db4; color:#fff; font-size:24px; font-weight:normal; position:absolute; left:0; top:6px; z-index:5;}
.tyrw h2 p{text-align:center; padding:21px 15px 0; line-height:28px;}
.tyrw .swiper-slide{display:block; width:350px; height:262px;}
.tyrw .swiper-slide a{display:block; width:100%; height:100%; overflow:hidden; position:relative;}
.tyrw .swiper-slide p{height:262px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.tyrw .swiper-slide h3{width:calc(100% - 24px); height:40px; line-height:40px; font-size:15px; color:#fff; font-weight:normal; padding:0 12px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:-40px;}
.tyrw .swiper-slide a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.tyrw .swiper-slide a:hover h3{bottom:0;}
.tyrw .swiper-pagination-bullets{width:8px !important; left:21px !important; bottom:21px !important; height:auto !important;}
.tyrw .swiper-pagination-bullet{width:8px; height:8px; display:block; background:#fff; opacity:1; margin:6px 0 0 !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s; float:left;}
.tyrw .swiper-pagination-bullet-active{opacity:1; background:#f7a100;}


.picLink{padding:36px 0;}
.picLink ul{display:flex;}
.picLink ul li{flex:1; margin-right:15px; float:left;}
.picLink ul li:last-of-type{margin-right:0;}
.picLink ul li img{width:100%; display:block; -webkit-border-radius:3px; border-radius:3px;}
.picLink ul li a:hover img{opacity:0.8;}


.xysp{padding:24px 0 36px; background:url(/_upload/tpl/01/85/389/template389/images/bg2.jpg) no-repeat center bottom; background-size:cover;}
.xysp .indH{border-bottom-color:#d4dadf;}
.xysp .scroll{overflow:hidden; padding-top:15px; width:100%;}
.xysp .scroll ul{width:100%; white-space:nowrap; font-size:0;}
.xysp .scroll ul li{display:inline-block; vertical-align:top; width:calc(20% - 12px); margin-right:15px;}
.xysp .scroll ul li a{display:block; height:100%; position:relative; overflow:hidden; -webkit-border-radius:3px; border-radius:3px;}
.xysp .scroll ul li a p{height:0; padding-top:66.6666%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.xysp .scroll ul li a:after{display:block; width:48px; height:48px; background:url(/_upload/tpl/01/85/389/template389/images/iPlay.png) no-repeat center center; background-size:40px 40px; opacity:0.8; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); content:""; z-index:2;}
.xysp .scroll ul li a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.xyspScroll{display:none;}

.iconLink{padding:36px 0 31px;}
.iconLink .scroll{overflow:hidden; width:100%;}
.iconLink .scroll ul{width:100%; white-space:nowrap; font-size:0;}
.iconLink .scroll ul li{display:inline-block; vertical-align:top; width:calc(100% / 12 - 20px); margin:0 10px; text-align:center; font-size:15px;}
.iconLink .scroll ul li img{width:58px; height:58px; vertical-align:top; -webkit-border-radius:50%; border-radius:50%;}
.iconLink .scroll ul li p{line-height:25px; padding-top:10px;}


.link{background:#00a0b8;}
.linkNav{height:36px; border-bottom:#008fa5 1px solid;}
.linkNav ul{height:36px; font-size:0; text-align:right;}
.linkNav .linkNavLi{display:inline-block; vertical-align:top; height:36px; line-height:36px; cursor:pointer; color:rgba(255,255,255,0.8); position:relative; margin-left:50px; font-size:14px;}
.linkNav .linkNavLi i{display:block; width:11px; height:36px; background:url(/_upload/tpl/01/85/389/template389/images/a05.png) no-repeat center center; opacity:0.8; float:right; margin-left:5px;}
.linkNav .on{color:#fff;}
.linkNav .on i{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0); opacity:1;}
.linkList{display:none; background:#00a0b8; border-top:#24b0c5 1px solid; border-bottom:#008fa5 1px solid;}
.linkList ul{width:1260px; margin:0 auto; padding:10px 0;}
.linkList ul:after{display:block; content:""; clear:both;}
.linkList ul li{width:190px; height:20px; line-height:20px; float:left; margin:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px;}
.linkList ul li a:link, .linkList ul li a:visited{color:rgba(255,255,255,0.7);}
.linkList ul li a:hover{color:#fff;}


.foot{background:#00a0b8; border-top:#24b0c5 1px solid; padding:15px 0; color:#fff; font-size:14px;}
.foot .ewm{height:120px; float:right; margin:-3px 0;}
.foot .ewm li{padding-left:50px; text-align:center; white-space:nowrap; float:left;}
.foot .ewm li img{width:100px; height:100px; vertical-align:top;}
.foot .ewm li p{height:26px; line-height:26px;}
.foot .contact{float:left; width:300px; height:139px;}
.foot .contact p{white-space:nowrap; height:24px; line-height:24px; padding-left:18px; background-repeat:no-repeat; background-position:left 5px;}
.foot .contact p.i1{background-image:url(/_upload/tpl/01/85/389/template389/images/iTel.png);}
.foot .contact p.i2{background-image:url(/_upload/tpl/01/85/389/template389/images/iFax.png);}
.foot .contact p.i3{background-image:url(/_upload/tpl/01/85/389/template389/images/iYoubian.png);}
.foot .contact p.i4{background-image:url(/_upload/tpl/01/85/389/template389/images/iMail.png);}
.foot .contact p.i5{background-image:url(/_upload/tpl/01/85/389/template389/images/iAdd.png);}
.foot .fLogo{margin:0 336px 0 300px; height:120px; background:url(/_upload/tpl/01/85/389/template389/images/logo.png) no-repeat center center;}

.copy{line-height:36px; text-align:center; font-size:14px; background:#00879b; color:rgba(255,255,255,0.7);}
.copy a:link, .copy a:visited{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy a img{vertical-align:text-bottom; margin-right:3px; height:18px;width:18px}
.copy span{padding:0 0.5em;}



.ny{width:1260px; margin:30px auto 50px;}
.ny:after{display:block; content:""; clear:both;}

.left{width:240px; background:#f5f5f5; float:left; position:relative;}
.left h2{line-height:30px; font-size:20px; text-align:center; background:#35b2c4; color:#fff; font-weight:normal; padding:10px 20px;}
#nyNavBtn{display:none;}
#nyNavList{display:block;}
.left ul{width:auto; margin:0;}
.left ul li{display:block !important;width:auto !important; float:none !important; position:relative; border:#e4e4e4 1px solid; border-top:none; padding-left:2px; background:#f5f5f5;}
.left ul li, .left ul li > a:after{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.left ul li a{display:block !important; line-height:24px !important; padding:10px 30px 10px 20px !important; font-size:15px !important; width:auto !important; border:none !important; font-weight:normal !important; background:none !important; color:#333 !important; text-align:left !important; position:relative;}
.left ul li > a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 6px); right:8px; z-index:2; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #35b2c4 solid; opacity:0;}
.left ul li:hover{border-left:#f7a100 3px solid; padding-left:0; background:#fff;}
.left ul li:hover > a:after, .left ul li.selected > a:after{opacity:1;}
.left ul li:hover > a:after{border-left-color:#f7a100;}
.left ul li:hover > a{background:#fff !important; color:#f7a100 !important; border-right-color:#fff !important;}
.left ul li.selected{border-left:#35b2c4 3px solid; padding-left:0; background:#fff;}
.left ul li.selected > a{background:#fff !important; color:#35b2c4 !important; border-right-color:#fff !important;}
.left ul li.selected > a:after{border-left-color:#35b2c4;}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
.left ul ul li{border-bottom:0; background:none; padding-left:0; border:0;}
.left ul ul li:hover, .left ul ul li.selected{border-left:0;}
.left ul ul li a{padding-left:40px !important; font-size:14px !important;}
.left ul ul ul li a{padding-left:60px !important; font-size:13px !important;}
.left ul ul ul ul li a{padding-left:80px !important; font-size:12px !important;}


.right{margin-left:270px;}
.right:after{display:block; content:""; clear:both;}
.post{height:49px; line-height:49px; font-size:14px; color:#999; border-bottom:1px solid #e3e3e3;}
.post .postSpan{float:right; line-height:29px; padding-top:20px;}
.post .postSpan a:link, .post .postSpan a:visited{color:#999;}
.post .postSpan a:hover{color:#f7a100;}
.post h3{float:left; height:48px; position:relative; top:0; color:#35b2c4; border-bottom:2px solid #35b2c4; font-size:20px; font-weight:normal;}


.list01, .article{padding-top:10px;}
.articleTitle{padding:20px 0; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo p{display:inline-block;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding-top:15px; text-justify:inter-ideograph; text-align:justify;}
.articleCon img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}


.wp_paging{float:none !important; margin:20px auto 0 !important; text-align:center;}
.wp_paging li{float:none !important; margin:0 10px !important; font-size:14px; width:auto !important;}
.wp_paging li span{margin:0 5px !important;}

.possplit{background:url(/_upload/tpl/01/85/389/template389/images/posSplit.gif) no-repeat center center !important; width:15px !important; display:inline-block; vertical-align:top; height:29px;}


.list01 .wp_entry{padding-top:20px; line-height:30px; text-justify:inter-ideograph; text-align:justify;}
.list01 .wp_entry p{margin:0;}
.list01 .wp_entry img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.list01 .wp_entry a:link, .list01 .wp_entry a:visited{color:#35b2c4;}
.list01 .wp_entry a:hover{color:#f7a100; text-decoration:none;}
.list01 .wp_entry .wp_video_player{margin:0 auto;}


.picList01{font-size:0;}
.picList01 .picList>li{display:inline-block; vertical-align:top; width:calc(33.3333% - 20px); padding:20px 30px 0 0;}
.picList01 .picList>li:nth-of-type(3n){padding-right:0;}
.picList01 .picList>li a p{overflow:hidden; height:0; padding-top:60%; position:relative;}
.picList01 .picList>li a p i{display:block; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; position:absolute; left:0; top:0;}
.picList01 .picList>li a h3{height:30px; line-height:30px; text-align:center; font-size:15px; font-weight:normal;}
.picList01 .picList>li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}


/* 1260屏宽样式 */
@media screen and (max-width:1300px){
	body{min-width:100%; _width:100%;}
	.content{width:auto; padding:0 20px;}

	/* 头部 */
	.head .logo{background-position:20px center;}

	/* 导航菜单 */
	#menu > li > a{font-size:16px;}
	#menu ul li a{font-size:14px;}
	#menu ul ul li a{font-size:13px;}
	
	.newsList>li span i{display:none;}
	
	/* 学院新闻 */
	.news{padding:24px 20px 36px;}
	
	.xyyw{width:66%;}
	.picNews{width:48%;}
	.txtNews{margin-left:calc(48% + 20px);}

	.xykx{margin-left:calc(66% + 30px);}

	.tzgg, .xsbg, .mtty, .wty, .xyyd{width:calc(33.3333% - 20px);}
	
	.tyrw{width:calc(33.3333% - 70px);}
	.F2{padding:24px 20px 0;}
	
	
	.picLink{height:auto; padding:36px 20px;}

	
	.xysp{padding:24px 0 36px; background:url(/_upload/tpl/01/85/389/template389/images/bg2.jpg) no-repeat center bottom; background-size:cover;}
	
	
	.iconLink{padding:36px 0 31px;}
	.iconLink .scroll ul li{width:calc(100% / 12 - 10px); margin:0 5px; font-size:13px;}
	
	
	.linkList ul{width:auto; padding:10px 20px;}
	
	
	.foot{font-size:12px;}
	.foot .fLogo{background-size:240px auto;}
	
	.copy{padding:10px 20px; line-height:24px; font-size:12px;}

	
	.ny{width:auto; padding:0 20px;}
	.left{width:240px;}
	
	.right{margin-left:270px;}
	.articleCon img{max-width:100%;_width:100%;}	
	

	.list01 .wp_entry{font-size:15px;}
	.list01 .wp_entry img{max-width:100%;_width:100%;}
}

/* 960屏宽样式 */
@media screen and (max-width:960px){
	body{font-size:62.5%;}
	div{font-size:0.5rem;}
	*:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);}
	
	.content{padding:0;}
	
	
	.top{display:none;}
	
	/* 头部 */
	.head{height:1.8rem; background-size:cover; position:fixed; left:0; top:0; z-index:100;}
	.head .logo{height:1.8rem; background-position:0.4rem center; background-size:auto 1.2rem;}
	.head .logoTxt{display:none;}
	
	.head .headBtn{display:block; height:1.6rem; float:right; padding:0.1rem 0.3rem 0.1rem 0;}
	.head .headBtn a{display:block; width:1rem; height:1.6rem; background-repeat:no-repeat; background-position:center center; background-size:cover; float:left;}
	#searchBtn{background-image:url(/_upload/tpl/01/85/389/template389/images/searchBtn.png);}
	#menuBtn{background-image:url(/_upload/tpl/01/85/389/template389/images/menuBtn.png);}
	
	/* 搜索 */
	.search{width:calc(100% - 1rem); height:auto; background:#fff; padding:0.4rem; float:none; position:absolute; left:0; top:1.8rem; display:none; box-shadow:0 5px 10px rgba(0,0,0,0.1);}
	.search .searchCon{height:1rem; border:#009bb2 1px solid; -webkit-border-radius:1rem; border-radius:1rem;}
	.search .keyword{width:calc(100% - 1.4rem); height:1rem; line-height:1rem; padding-left:0.3rem; font-size:0.45rem;}
	.search .keyword::placeholder{font-size:0.45rem;}
	.search .searchBtn{width:1rem; height:1rem; margin-right:0.1rem;}
	
	
	/* 导航菜单 */
	.menuWrap{background:#35b2c5; right:-1000px; position:fixed; top:0; width:68%; height:100%; min-width:140px; max-width:440px; z-index:2000; transition:all 0.4s ease; -moz-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; overflow:auto;}
	.menuWrap.menu-open{right:0;}
	.menu-dark-backdrop{background:rgba(0,0,0,0); transition:all 0.4s ease; -moz-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; width:100%; position:fixed; top:0; left:0; right:0; overflow:hidden;}
	.menu-dark-backdrop.in{height:100%; z-index:1800; background:rgba(0,0,0,0.5);}
	.menu a{display:block; padding:0 1.1rem 0 0.4rem; position:relative;}
	.menu a:after{display:block; content:""; width:0.4rem; height:0.4rem; background-repeat:no-repeat; background-position:center center; background-size:0.4rem 0.4rem; position:absolute; right:0.4rem; top:50%; margin-top:-0.2rem; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
	#menu li .inactive:after{background-image:url(/_upload/tpl/01/85/389/template389/images/off.png);}
	#menu li .inactives:after{background-image:url(/_upload/tpl/01/85/389/template389/images/on.png);}
	.menu{padding:0;}
	
	.menuTitleWap{display:block; height:1rem; line-height:1rem; padding:0 0.4rem; background:#00879b; color:rgba(255,255,255,0.5); font-size:0.5rem;}
	#menu li{text-align:left;}
	#menu > li{width:auto; height:auto; background:none; float:none; border-top:rgba(255,255,255,0.1) 1px solid; border-bottom:rgba(0,0,0,0.2) 1px solid;}
	#menu > li:first-of-type{border-top:none;}
	#menu > li:last-of-type{border-bottom:none;}
	#menu > li > a{height:auto; height:1rem; line-height:1rem; font-size:0.5rem;}
	#menu > li > a span{height:auto;}
	#menu > li > a span:after{display:none;} 
	
	/*这是第二级菜单*/
	#menu ul{background:none; position:static;}
	#menu ul li a{display:block; padding:0.1rem 1.1rem 0.1rem 1rem; line-height:0.7rem; font-size:0.45rem;}
	
	/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
	#menu ul i{display:none;}
	
	/*这是第三级菜单 及以后*/
	#menu ul ul{border-left:none;}
	#menu ul ul li a{font-size:0.4rem;}
	
	.topWap{display:block;}
	.topWap li a{display:block; height:1rem; line-height:1rem; padding:0 0.4rem; font-size:0.5rem;}
	.topWap li a:link, .topWap li a:visited{color:#fff;}
	

	/* 图片轮播 */
	.banner{margin-top:1.8rem;}
	.banner .swiper-pagination-bullets{bottom:20px !important; height:8px;}
	.banner .swiper-pagination-bullet{width:8px; height:8px; margin:0 4px !important;}
	.banner .swiper-button-prev, .banner .swiper-button-next{display:none !important;}
	
	
	.indH{height:1rem;}
	.indH .more{font-size:0.45rem; height:0.9rem; line-height:0.9rem; padding-top:0.1rem;}
	.indH p{height:calc(1rem - 2px); line-height:calc(1rem - 2px); font-size:0.6rem;}
	
	/* 普通新闻列表 */
	.newsList>li{padding:0.2rem 0;}
	.newsList>li a{height:auto; line-height:0.8rem;}
	.newsList>li span i{display:inline;}
	
	
	/* 学院新闻 */
	.news{padding:0;}
	.news .newsList{padding-top:0.3rem;}
	.news .newsList li{padding:0;}
	.news .newsList li a{height:1rem; line-height:1rem; padding-left:12px; background-image:url(/_upload/tpl/01/85/389/template389/images/a01.png); font-size:0.5rem; position:relative;}
	.news .newsList li a span{float:right;}
	.news .newsList li a:hover{background-image:url(/_upload/tpl/01/85/389/template389/images/a02.png);}
	.news .txtNews ul li p{max-width:calc(100% - 4.2rem);}
	.news .txtNews ul li img{height:14px; vertical-align:text-bottom; display:inline-block; margin-top:calc(0.5rem - 7px);}
	
	.xyyw{width:auto; height:auto; float:none; padding:0.4rem 0.4rem 0.6rem;}
	.xyywCon{height:auto; padding-top:0.3rem;}
	.picNews{width:100%; height:auto; float:none;}
	.picNews .swiper-slide p{height:0; padding-top:70%;}
	.picNews .swiper-slide h3{width:calc(100% - 0.3rem - 90px); height:1rem; line-height:1rem; font-size:0.5rem; padding:0 90px 0 0.3rem;}
	.picNews .swiper-pagination-bullets{width:auto !important; left:auto !important; right:0.3rem; bottom:16px !important; height:8px;}
	.picNews .swiper-pagination-bullet{width:8px; height:8px; display:block; background:#fff; opacity:1; margin:0 0 0 6px !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s; float:left;}
	.picNews .swiper-pagination-bullet-active{opacity:1; background:#f7a100;}
	.picNews .swiper-button-prev, .picNews .swiper-button-next{display:none !important;}
	
	.txtNews{height:auto; margin-left:0;}
	.txtNews ul{position:relative; top:0; height:8rem;}
	
	
	.xykx{height:auto; margin-left:0; padding:0.4rem 0.4rem 0.5rem; background:#f0f0f0 url(../images/bg1.jpg) no-repeat center bottom; background-size:100% auto;}
	.xykx .indH{border-bottom-color:#d4dadf;}
	.xykx ul{height:8rem; padding-top:0.3rem;}
	
	
	.F1{padding:0; background:none;}
	.tzgg{width:auto; height:auto; float:none; padding:0.4rem 0.4rem 0.5rem; background:#fff;}
	.tzgg ul{height:8rem; padding:0; margin-top:0.3rem;}
	.tzgg ul li{padding:0;}
	.tzgg ul li a{height:1rem; line-height:1rem;}
	.tzgg ul li h3, .tzgg ul li p{height:1rem;}
	
	.xsbg, .mtty{width:auto; height:auto; padding:0.4rem 0.4rem 0.6rem; float:none;}
	.xsbg{background:#f0f0f0 url(../images/bg1.jpg) no-repeat center bottom; background-size:100% auto;}
	.xsbg ul{height:auto; padding-top:0;}
	.xsbg ul li{height:auto; padding-top:0.3rem;}
	.xsbg ul li a{height:2.2rem; padding:0.24rem 0.4rem;}
	.xsbg ul li a h3{height:0.7rem; line-height:0.7rem; font-size:0.5rem; padding-bottom:0.1rem;}
	.xsbg ul li a p{height:0.7rem; line-height:0.7rem; font-size:0.4rem;}
	
	
	.mtty ul li{height:auto; padding:0.3rem 0 0;}
	.mtty ul li a{height:1.7rem;}
	.mtty ul li a p{width:2.6rem; height:1.7rem; line-height:0.8rem; font-size:0.4rem;}
	.mtty ul li a p span{height:0.9rem; line-height:0.9rem; font-size:0.45rem;}
	.mtty ul li a h3{height:1.4rem; line-height:0.7rem; font-size:0.5rem; margin-left:2.6rem; padding:0.15rem 0.3rem 0;}
	
	
	.F2{padding-top:0;}
	.wty{width:auto; height:auto; float:none; padding:0.4rem 0.4rem 0.5rem; background:#f0f0f0 url(../images/bg1.jpg) no-repeat center bottom; background-size:100% auto;}
	.wty ul li{padding-top:14px; border-bottom:none;}
	.wty ul li a{height:25px; line-height:25px; background-image:url(/_upload/tpl/01/85/389/template389/images/a03.png);}
	.wty ul li a:hover{background-image:url(/_upload/tpl/01/85/389/template389/images/a04.png);}
	
	.xyyd{width:auto; height:auto; overflow:hidden; padding:0.4rem 0.4rem 0.5rem; float:none;}
	.xyyd ul{top:0; height:auto;}
	.xyyd ul li{height:calc(1.5rem + 1px); padding-top:0.3rem;}
	.xyyd ul li a{height:calc(1.5rem + 1px);}
	.xyyd ul li p{width:1rem; height:calc(1.4rem + 1px); line-height:0.7rem; font-size:0.4rem; padding:0.1rem 0.2rem 0;}
	.xyyd ul li p span{height:0.7rem; line-height:0.7rem; font-size:0.56rem;}
	.xyyd ul li h3{height:calc(1.5rem + 1px); margin-left:1.6rem; font-size:0.4rem;}
	.xyyd ul li h3 span{height:0.8rem; line-height:0.8rem; font-size:0.5rem;}
	.xyyd ul li h3 em{height:0.7rem; line-height:0.7rem;}
	
	
	.tyrw{width:auto; height:auto; padding:0.4rem 0.4rem 0.4rem 1.8rem !important; margin-left:0 !important; float:none; background:#f0f0f0 url(../images/bg1.jpg) no-repeat center bottom; background-size:100% auto;}
	.tyrw h2{width:1.4rem; height:calc(100% - 0.8rem); font-size:0.6rem; top:0.4rem; left:0.4rem;}
	.tyrw h2 p{padding:0.4rem 0.15rem 0; line-height:0.72rem;}
	.tyrw .swiper-slide{width:100%; height:100%;}
	.tyrw .swiper-slide p{height:0; padding-top:75%;}
	.tyrw .swiper-slide h3{width:calc(100% - 0.6rem); height:1rem; line-height:1rem; font-size:0.5rem; padding:0 0.3rem; bottom:0;}
	.tyrw .swiper-pagination-bullets{left:calc(1.1rem - 4px) !important; bottom:0.8rem !important;}
	
	
	.picLink{padding:0.2rem;}
	.picLink ul{display:block;}
	.picLink ul li{padding:0.2rem; margin:0; width:calc(33.3333% - 0.4rem);}
	
	
	.xysp{padding:0.4rem;}
	.xysp .indH{border-bottom-color:#d4dadf;}
	.xysp .scroll{display:none;}
	.xyspScroll{padding-bottom:0.5rem !important; position:relative; display:block; margin:0.3rem 0;}
	.xyspScroll .swiper-slide{display:block;}
	.xyspScroll .swiper-slide a{display:block; width:100%; height:100%; overflow:hidden; position:relative;}
	.xyspScroll .swiper-slide p{height:0; padding-top:66.6666%; background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
	.xyspScroll .swiper-slide p:after{display:block; width:1rem; height:1rem; background:url(/_upload/tpl/01/85/389/template389/images/iPlay.png) no-repeat center center; background-size:1rem 1rem; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); content:""; z-index:2;}
	.xyspScroll .swiper-slide h3{height:1rem; line-height:1rem; font-size:0.5rem; font-weight:normal; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.xyspScroll .swiper-pagination-bullets{bottom:0 !important; height:8px; font-size:0; text-align:center;}
	.xyspScroll .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; vertical-align:top; background:#fff; opacity:1; margin:0 4px !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
	.xyspScroll .swiper-pagination-bullet-active{opacity:1; background:#f7a100;}
	
	
	.iconLink{padding:0.4rem 0.2rem 0.2rem;}
	.iconLink .scroll{overflow:hidden; margin:0 -0.1rem;  width:auto;}
	.iconLink .scroll ul{white-space:normal;}
	.iconLink .scroll ul li{width:calc(25% - 0.2rem); margin:0.1rem; font-size:0.45rem;}
	.iconLink .scroll ul li p{line-height:0.8rem; padding-top:0.1rem;}
	
	
	.linkNav{height:1rem; padding:0 0.2rem;}
	.linkNav ul{height:1rem; display:flex;}
	.linkNav .linkNavLi{height:1rem; line-height:1rem; margin:0 0.2rem; font-size:0.4rem; flex:1;}
	.linkNav .linkNavLi i{height:1rem;}
	.linkList ul{padding:0.2rem;}
	.linkList ul li{width:calc(50% - 0.4rem); height:0.8rem; line-height:0.8rem; margin:0.1rem 0.2rem; font-size:0.45rem;}
	
	
	.foot{padding:0; font-size:0.45rem;}
	.foot .ewm{height:auto; float:none; margin:0; padding:0.5rem 0.4rem; font-size:0; border-bottom:#008fa5 1px solid;}
	.foot .ewm li{display:inline-block; vertical-align:top; padding:0 0.4rem; float:none;}
	.foot .ewm li img{max-width:100px; max-height:100px;}
	.foot .ewm li p{height:0.8rem; line-height:0.8rem; font-size:0.45rem;}
	.foot .contact{float:none; width:auto; height:auto; padding:0.5rem 0.4rem; border-top:#24b0c5 1px solid;}
	.foot .contact p{white-space:normal; height:auto; line-height:0.8rem; background-position:left calc(0.4rem - 7px); font-size:0.45rem;}
	.foot .fLogo{display:none;}
	
	.copy{line-height:0.8rem; font-size:0.4rem; padding:0.3rem 0.4rem;}
	.copy a{font-size:0.4rem;}	
	.copy a img{margin-right:0.1rem; height:0.5rem;height:0.5rem}
	.copy span{padding:0; display:block; font-size:0.4rem;}
	

	.ny{margin:0; padding:0;}
	
	.left{width:auto; background:#fff; float:none; position:relative; padding:1.8rem 0.4rem 0;}
	.left h2{position:relative; margin-top:0.4rem; height:1.2rem; line-height:1.2rem; font-size:1.2rem; text-align:left; padding:0;}
	.left h2 span{padding-left:0.4rem; font-size:0.6rem; display:block; float:left; height:1.2rem;}
	#nyNavBtn{display:block; width:1.2rem; height:1.2rem; background:rgba(0,0,0,0) url(/_upload/tpl/01/85/389/template389/images/menuBtn.png) no-repeat center center; background-size:1.2rem 1.2rem; position:absolute; right:0; top:0;}
	#nyNavBtn.cur{background-color:rgba(0,0,0,0.1);}
	.left .wp_listcolumn{display:none;}
	.left ul li{padding-left:0;}
	.left ul li, .left ul li > a:after{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
	.left ul li a{line-height:0.8rem !important; padding:0.1rem 0.8rem 0.1rem 0.3rem !important; font-size:0.45rem !important; position:relative;}
	.left ul li a:after{display:block; width:0.8rem !important; height:0.8rem !important; background-repeat:no-repeat !important; background-position:right center !important; background-size:0.4rem 0.4rem !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s; position:absolute; right:0.3rem !important; top:0.1rem !important; border:0 !important;}
	.left ul li a.inactive:after{background-image:url(/_upload/tpl/01/85/389/template389/images/off2.png);}
	.left ul li a.inactives:after{background-image:url(/_upload/tpl/01/85/389/template389/images/on2.png);}
	.left ul li > a:after{top:0; right:0.3rem; border:none; opacity:1;}
	.left ul li:hover{border-left:#e4e4e4 1px solid; padding-left:0; background:#f5f5f5;}
	.left ul li:hover > a:after{opacity:1;}
	.left ul li:hover > a:after{border-left:none !important;}
	.left ul li:hover > a{background:#fff !important; color:#f7a100 !important; border-right-color:#fff !important;}
	.left ul li.selected{border-left:#e4e4e4 1px solid; padding-left:0; background:#fff;}
	.left ul li.selected > a{background:#fff !important; color:#35b2c4 !important; border-right-color:#fff !important;}
	.left ul li.selected > a:after{border-left:none; opacity:1;}
	.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
	.left ul ul li{border-bottom:0; background:none; padding-left:0; border:0;}
	.left ul ul li:hover, .left ul ul li.selected{border-left:0;}
	.left ul ul li a{padding-left:0.4rem !important; font-size:14px !important;}
	.left ul ul ul li a{padding-left:0.6rem !important; font-size:13px !important;}
	.left ul ul ul ul li a{padding-left:0.8rem !important; font-size:12px !important;}
	
	
	.right{margin-left:0; padding:0;}
	.post{height:auto; line-height:0.7rem; border-bottom:0;}
	.post .postSpan{float:none; display:block; line-height:0.7rem; font-size:0.4rem; padding:0.3rem 0.4rem; border-bottom:0.3rem solid #f5f5f5;}
	.post h3{float:none; text-align:center; position:relative; line-height:1.2rem; padding:0.3rem 0.4rem 0.2rem; border:0; font-size:0.6rem;}
	.post h3:after{display:block; content:""; width:1rem; height:4px; background:#35b2c4; position:absolute; left:50%; bottom:0; margin-left:-0.5rem;}
	
	
	.article{padding:0.3rem 0.4rem 0.6rem;}
	.articleTitle{padding:0.2rem 0; line-height:1rem; font-size:0.64rem;}
	.articleInfo{font-size:0.4rem; height:auto; line-height:0.8rem; padding:0.2rem 0.4rem;}
	.articleInfo p{display:block;}
	.articleInfo p label:first-of-type{padding-left:0;}
	.articleInfo label{padding-left:0.5rem;}
	.articleCon{line-height:0.8rem; padding-top:0.2rem; font-size:0.5rem; }
	.articleCon img{max-width:100%; _width:100%;}
	.tableBox{overflow:auto;}
	
	
	.wp_paging{float:none !important; margin:20px auto 0 !important; text-align:center;}
	.wp_paging li{float:none !important; margin:0 10px !important; font-size:14px; width:auto !important;}
	.wp_paging li span{margin:0 5px !important;}
	
	.possplit{height:0.7rem;}
	
	.list01{padding:0.3rem 0.4rem 0.6rem;}
	.list01 .newsList>li a{height:auto; line-height:0.8rem; padding-bottom:0.8rem; position:relative; background-position:left calc(0.4rem - 4.5px);}
	.list01 .newsList>li span{display:block; height:0.8rem; float:none; position:absolute; left:0; bottom:0;}
	.list01 .wp_entry{padding-top:0.2rem; line-height:0.8rem; font-size:0.5rem;}
	.list01 .wp_entry img{max-width:100%; _width:100%;}
	
	.picList01{padding:0 0.2rem;}
	.picList01 .picList>li{width:calc(33.3333% - 0.4rem); padding:0.4rem 0.2rem 0;}
	.picList01 .picList>li:nth-of-type(3n){padding-right:0.2rem;}
	.picList01 .picList>li a h3{height:1rem; line-height:1rem; font-size:0.5rem;}
}

/* 640屏宽样式 */
@media screen and (max-width:480px){
	.floatAd img{max-width:5rem;}
	
	.newsList li span i{display:none;}
	
	.news .txtNews ul li p{max-width:calc(100% - 101px);}
	
	.picLink ul li{width:calc(50% - 0.4rem);}
	
	.linkList ul li{width:auto;}
	
	.picList01 .picList li{width:calc(50% - 0.4rem);}
}