@charset "utf-8";
/* CSS Document */
*::selection{background:#0f50b4; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
body a{text-decoration:none; outline:none; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#5dc9e5;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
table,table td{border-collapse:collapse;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both; height:0;}

/*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(../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;}


.container{min-width:1260px;_width:1260px; margin:0 auto;}
.w1260{width:1260px; background:#fff; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

/* 头部 */
.head{width:100%; height:175px; background:url(../images/headBg.jpg) repeat center bottom;}
@media screen and (min-width:1920px){
	.head{background-size:cover;}	
}
.logo{width:1260px; height:175px; background:url(../images/logo.png) no-repeat left center; margin:0 auto; text-align:right;}
.logo a:link, .logo a:visited{display:inline-block; height:36px; line-height:36px; padding-left:20px; background:url(../images/iHome.png) no-repeat left center; background-size:14px 14px; font-size:14px; color:#fff; opacity:0.6;}
.logo a:hover{opacity:1;}


.menuBox{height:48px; background:#0f50b4;}

/* 菜单 */
.menuWrap{width:1032px; height:48px; float:left;}
.menu li{position:relative; text-align:center;}
.menu>li{float:left; width:171px; margin-right:1px; position:relative;}
.menu>li:after{display:block; content:""; width:1px; height:14px; background:rgba(255,255,255,0.2); position:absolute; right:-1px; top:17px;}
.menu>li:last-of-type:after{display:none;}
.menu>li>a{display:block; height:48px; line-height:48px; font-size:16px;}
.menu>li>a:link, .menu>li>a:visited{color:#fff;}
.menu>li>a:hover, .menu>li>a.current:hover{color:#ffeb9a;}
.menu>li>a.current{color:#ffd800;}

/*这是第二级菜单*/
.menu ul{display:none; width:100%; background-color:#0461C0; position:absolute; z-index:999; left:0; border-top:#ffd800 3px solid;}
.menu ul li{margin-left:0; width:100%;}
.menu ul li a:link, .menu ul li a:visited{display:block; padding:8px 10px; color:#ffeb9a; line-height:24px; font-size:15px;}
.menu ul li a:hover, .menu ul li a.current:hover{background-color:#064087;}
.menu ul li a.current{background-color:#064087; color:#ffd800;}

/**若子级菜单含有子级时，在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; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
.menu ul ul{top:0; left:100%; width:100%; border-left:1px solid rgba(255,255,255,0.2);}
.menu ul ul li a:link, .menu ul ul li a:visited{font-size:14px;}

/* 搜索 */
.search{height:32px; margin-left:1032px; padding:8px 0;}
.search .keyword{width:calc(100% - 38px); height:32px; line-height:32px; padding-left:6px; font-size:14px; background:#fff; border:none; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px; float:left;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:32px; height:32px; background:#fff url(../images/iSearch.png) no-repeat center center; border:none; cursor:pointer; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; float:left;}


.bannerWrap{height:350px; background:url(../images/bg01.jpg) no-repeat center center;}
@media screen and (min-width:1920px){
	.bannerWrap{background-size:cover;}	
}
/* 轮播图 */
.banner{width:1260px; height:350px; 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; background:#fff url(../images/loading.gif) no-repeat center center;}
.banner .swiper-slide p{display:block; width:100%; height:350px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#ffbc15;}
:root{--swiper-theme-color:rgba(255,255,255,0.96);}


/* 首页通用大标题 */
.indH{height:44px; line-height:44px; font-weight:normal; padding-left:16px; background:url(../images/iH.jpg) no-repeat left center;}
.indH .more{float:right; padding-top:12px; line-height:32px;}
.indH .more a:link, .indH .more a:visited{color:#a2a2a2; float:right; font-size:12px; text-transform:uppercase;}
.indH .more a:hover{color:#f90;}
.indH p{float:left; height:44px; line-height:44px; font-size:22px;}

.content{width:1260px; margin:0 auto;}
.content:after{display:block; content:""; clear:both;}

/* 普通新闻列表 */
.newsList{padding-top:10px;}
.newsList li{border-bottom:#e9e9e9 1px dashed;}
.newsList li h3{margin-right:100px; height:41px; line-height:41px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:18px; background:url(../images/a01.png) no-repeat left center;}
.newsList li p{float:right; width:100px; height:41px; line-height:41px; text-align:right; color:#999;}

.news{margin:20px auto 40px;}
.xwzx{width:840px; overflow:hidden; float:left;}
.newsCon{height:294px; padding-top:10px;}
.picNews{width:400px; height:294px; float:left;}
.picNews .swiper-wrapper{width:400px; height:294px; float:left;}
.picNews .swiper-slide p{height:250px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:250px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:calc(100% - 100px); height:44px; line-height:44px; font-size:15px; font-weight:normal; background:#438fed; color:#fff; padding:0 90px 0 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picNews .swiper-slide 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);}
.picNews .swiper-pagination-bullets{width:auto !important; height:8px !important; left:auto !important; right:10px; bottom:16px !important; font-size:0;}
.picNews .swiper-pagination-bullet{display:block; width:8px; height:8px; background:#fff; -webkit-border-radius:50%; border-radius:50%; opacity:1; margin:0 0 0 6px !important; float:left;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#5dc9e5;}
 
.txtNews{height:294px; margin-left:420px;}
.txtNews .newsList{padding-top:0;}
.txtNews .newsList li h3{padding-left:0; background:none; margin-right:64px;}
.txtNews .newsList li p{width:64px;}


.notice{height:348px; margin-left:900px;}
.notice ul{padding-top:10px; height:294px; overflow:hidden;}
.notice ul li{height:57px; overflow:hidden; padding-bottom:22px;}
.notice ul li p{width:60px; height:42px; line-height:17px; padding:7px 0 8px; background:#edf4fc; text-align:center; font-size:12px; color:#8594a5; float:left;}
.notice ul li p span{display:block; height:25px; line-height:25px; font-size:22px; font-weight:bold; color:#1768cd;}
.notice ul li p, .notice ul li p span{-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.notice ul li h3{margin-left:75px; height:48px; line-height:24px; padding-top:4px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}
.notice ul li a:hover p{color:#fff; background:#5dc9e5;}
.notice ul li a:hover p span{color:#fff;}


.indNews{padding:20px 0 40px; background:url(../images/bg02.jpg) no-repeat center center;}
@media screen and (min-width:1920px){
	.indNews{background-size:cover;}	
}
.indNews .indH{padding-bottom:4px; border-bottom:#d3e0f0 1px solid;}
.bmdt{width:600px; height:311px; float:left;}
.zlxz{height:311px; margin-left:660px;}


.link{background:#206fcf; position:relative; z-index:1;}
.link:after{display:block; content:""; clear:both;}
.linkNav{width:1260px; height:42px; margin:0 auto; text-align:right;}
.linkNav ul{height:42px; display:inline-block; zoom:1; vertical-align:top;}
.linkNav .linkNavLi, .linkNav .on{height:42px; line-height:42px; cursor:pointer; color:#fff; position:relative; margin-left:50px; padding-right:20px; display:inline-block; zoom:1; vertical-align:top; font-size:14px;}
.linkNav .linkNavLi i, .linkNav .on i{display:block; width:12px; height:12px; background:url(../images/a03.png) no-repeat center center; position:absolute; right:0; top:15px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.linkNav .on{color:#ffd800;}
.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); background-image:url(../images/a04.png);}
.linkList{float:left; display:none; width:100%; border-top:1px solid rgba(255,255,255,0.2); background:#206fcf; padding:15px 0;}
.linkList ul{width:1260px; margin:0 auto;}
.linkList ul:after{display:block; content:""; clear:both;}
.linkList ul li{width:224px; height:30px; line-height:30px; float:left; margin:5px 20px 5px 0; padding-left:12px; background:url(../images/a01.jpg) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px;}
.linkList ul li:nth-of-type(5n){margin-right:0;}
.linkList ul li a:link, .linkList ul li a:visited{color:#fff;}
.linkList ul li a:hover{color:#ffeb9a;}


/* 网站尾部 */
.foot{background:url(../images/bg03.jpg) no-repeat center center; color:rgba(255,255,255,0.8); position:relative; z-index:2; text-align:center; background-size:cover;}	
.copy{width:1260px; line-height:30px; padding:30px 0; margin:0 auto; font-size:14px;}
.copy a img{vertical-align:text-bottom; margin-right:5px;}
.copy a:link, .copy a:visited{color:rgba(255,255,255,0.8);}
.copy a:hover{color:#fff;}


.ny{width:1260px; margin:0 auto; padding:30px 0 50px;}
.left{width:200px; text-align:center; float:left; background:#f5f5f5; padding-bottom:20px;}
.left h2{height:50px; line-height:50px; font-size:20px; background:#1156a9; color:#fff; font-weight:normal; text-align:center;}
.left ul{width:auto; margin:0 20px;}
.left ul li{border-bottom:#ccc 1px dashed; display:block !important; float:none !important;}
.left ul li a{display:block !important; line-height:24px !important; padding:9px 0 !important; font-size:15px !important; width:auto !important; border:none !important; background:none !important; font-weight:normal !important; color:#333 !important; text-align:center !important;}
.left ul li a:hover{color:#1156a9 !important;}
.left ul li a.selected{background:none !important; color:#1156a9 !important;}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
.left ul ul{margin:0;}


.right{margin-left:240px; background:#fff;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post .postSpan{float:right; line-height:26px; padding-top:12px;}
.post h3{float:left; color:#1156a9; border-bottom:2px solid #1156a9; font-size:20px; font-weight:normal;}

.list01{padding-top:10px;}
.list01 .newsList{padding-top:0;}
.list01 .newsList li{border-bottom:#e9e9e9 1px dashed; height:41px; line-height:41px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:18px; background:url(../images/a01.png) no-repeat left center;}
.list01 .newsList li span{float:right; padding-left:20px; color:#999;}

.teacherList{}
.teacherList ul li{padding:20px 0; border-bottom:#e5e5e5 1px dashed;}
.teacherList ul li .pic{width:90px; height:120px; padding:5px; border:#e5e5e5 1px solid; float:left;}
.teacherList ul li .pic p{height:120px; overflow:hidden;}
.teacherList ul li .pic p i{display:block; height:120px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.teacherList ul li .txt{height:132px; margin-left:122px;}
.teacherList ul li .txt h3{height:32px; line-height:32px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.teacherList ul li .txt h3 span{font-size:14px;}
.teacherList ul li .txt p{height:72px; line-height:24px; padding-top:12px; font-size:14px; color:#999; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; text-justify:inter-ideograph; text-align:justify;}
.teacherList ul li .pic, .teacherList ul li .pic p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.teacherList ul li a:hover .pic{border-color:#f90;}
.teacherList ul li a:hover .pic 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);}


.article{}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:96%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:36px; padding:20px 0 30px; font-size:16px; text-justify:inter-ideograph; text-align:justify;}
.articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto"); margin:0 auto;}
.articleCon table{margin:0 auto !important;}
.articleCon table tr td, .articleCon table tr td p{text-indent:0;}

.list01 .wp_articlecontent{padding-top:20px;}

.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-image:url(../images/posSplit.gif) !important; width:15px !important;}