@font-face {
    font-family: 'gothic';
    src: url('../font/gothic.eot');
    src:
    url('../font/gothic.eot?#font-spider') format('embedded-opentype'),
    url('../font/gothic.woff') format('woff'),
    url('../font/gothic.ttf') format('truetype'),
    url('../font/gothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINCondBold';
    src: url('../font/DINCondBold.eot');
    src:
    url('../font/DINCondBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINCondBold.woff') format('woff'),
    url('../font/DINCondBold.ttf') format('truetype'),
    url('../font/DINCondBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* ============================================================ web css reset  ============================================================ */

/** { margin:0 auto; }*/
body { color:#2b2b2b; background:#fff; font-size:14px; font-family:"微软雅黑", "黑体","Lucida Grande","\5FAE\8F6F\96C5\9ED1", Arial Narrow, arial, serif; min-width: 1200px;margin: 0px;}
ul, li, dl, dt, dd, h3, p, h4, h1, h2 { margin:0; padding:0; list-style:none; }
h1, h2, h3, h4, h5, h6 { outline: 0; }
img { border:0; vertical-align: top; }
a{cursor: pointer;}
a:link, a:visited { color:#1d1d1d; text-decoration:none; outline:0 none; }
a:hover { color:#0341a0; text-decoration:none; font-weight: bold;}
a:active { star:expression(this.onFocus = this.blur());}
 a:-webkit-any-link {text-decoration:none;}
a.green:link, a.green:visited { color:#17a978; text-decoration:underline; outline:0 none; }
a.green:hover { color:#0341a0; text-decoration:underline; }
a.black:link, a.black:visited { color:#000000; text-decoration:underline; outline:0 none; }
a.black:hover { color:#0341a0; text-decoration:underline; }
a.blue:link, a.blue:visited { color:#015ebd; text-decoration:none; outline:0 none; }
a.blue:hover { color:#0341a0; text-decoration:underline; }
input, select, button { vertical-align:middle; padding:0; margin:0; }
input:focus { outline: none }
ins { text-decoration:none; }
em, i { font-style:normal }
.fl { float:left; }
.fr { float:right; }
.block { display:block; }
.text_fr { text-align:right; }
.center { text-align:center; }
.pos_a { position:absolute; }
.pos_r { position:relative; }
.pos_f { position:fixed; }
.border_all { border:1px solid #e4e4e4; }
.border_top { border-top:1px solid #e4e4e4; }
.border_bottom { border-bottom:1px solid #e4e4e4; }
.border_dashed_bottom { border-bottom:1px dashed #e4e4e4; }
.none { display: none; }
.cur { cursor:pointer; }
.o-hidden { overflow:hidden; }

.margin1200{margin: 0 auto;width: 1200px;}

/*  清除浮动  */
.clear{ clear:both; width:100%; height:0px; overflow:hidden; }
.fn_clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
.fn_clear { *zoom:1;}

/*flex*/
.flexWebkit{display: -webkit-flex; /* Safari */  display: flex;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}


/*底部样式*/
footer{background-color: #272a2c; color: #ffffff;}
footer .flexWebkit{flex-wrap: wrap; justify-content: space-between;}
.footBottom{padding: 28px 100px; align-items: center; width: 1000px;}
.footLogo{align-items: center;}
.footLogo img{margin: 0;}
.footLogo span{margin-left: 20px; padding-left: 20px; font-size: 24px; border-left: 1px solid #ffffff;}
.footText{line-height: 40px;}
.footText div{padding-left: 34px;}
.footTel{background: url(../images/footTel.png) no-repeat left center;}
.footFax{background: url(../images/footFax.png) no-repeat left center;}
.footMap{background: url(../images/footMap.png) no-repeat left center;}
.footEmail{background: url(../images/footEmail.png) no-repeat left center;}
.footCopy{padding:20px 0 0px 0; color: #bababa;text-align: center;}
.footCopy span{padding:0 10px;}
.footCopy span a,.footCopy span a:hover{color: #bababa;}

/*头部样式*/
header{background-color: #3f3f3f; height: 50px; line-height: 50px; color: #ffffff; font-size: 16px;}
header.detailTop{width: 100%; position: fixed; top: 0; z-index: 998;}
header>div>a{padding-right: 56px;}
.headTop a{color: #ffffff;}
.mapTop{background: url(../images/mapTop.png) no-repeat left center; padding-left: 30px;}
.schoolTop{ background: url(../images/schoolTop.png) no-repeat left center; padding-left: 30px;}
.searchTop{ background: url(../images/searchTop.png) no-repeat left center; padding-left: 30px;padding-right: 0;}

/*中部内容*/
.headerImage{position: absolute; z-index: -1;}
.commonContent{color: #ffffff; padding-top: 95px;}
.commonContent .headerLogo{width:294px; height: 78px; background-color: #10278e;padding:20px 16px;}
.commonContentNav{width:874px;}
.commonContentNavTop{line-height: 46px; background-color: #ffffff;background-color: rgba(255,255,255,0.2);flex-wrap: wrap; justify-content: space-around;}
.commonContentNavbottom{line-height: 60px; /*background-color: #1d295e;background-color: rgba(29,41,94,0.7);*/flex-wrap: wrap; justify-content: space-around;}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .commonContentNavTop{background-color:#ffffff;filter:Alpha(opacity=20);position:static;*zoom:1;}
  .commonContentNavbottom{background-color:#1d295e;filter:Alpha(opacity=70);position:static;*zoom:1;}
  .commonContentNavbottom ul{background-color:#1d295e;filter:Alpha(opacity=70);position:static;*zoom:1;}
}

.commonContentNavTop a{border-right: 1px solid #30549d;padding:0 42px;color: #ffffff; font-size: 16px;}
.commonContentNavTop a:last-of-type{border-right:0}
.commonContentNavbottom a{padding:0 43px;display: block;color: #ffffff; font-size: 16px;}
.commonContentNavbottom dd>a,.commonContentNavbottom dt>a{height: 72px;}
.commonContentNavbottom dt{position: relative;}
.commonContentNavbottom dt>i{width: 0; height: 0;border-width: 6px;border-style: solid; border-color:#ffffff transparent transparent transparent; position: absolute;right: 20px;top:34px;}
.commonContentNavbottom ul{position: absolute; left: 0; top: 72px; line-height: 38px;background-color: #1d295e;background-color: rgba(29,41,94,0.7);}
.commonContentNavbottom ul a{height: 38px;}
.commonContentNavbottom a:hover,.commonContentNavbottom a.cur,.commonContentNavbottom dt.cur{background-color: #10278e;color: #ffffff;}
.commonContentNavbottom dt:hover ul{display: block !important;}
.commonContentNavbottom dt:hover>i,.commonContentNavbottom dt.cur>i{border-color:transparent transparent #ffffff transparent;top:28px;}

/*detail*/
.detailCentent{padding-bottom: 50px;}

/*detail头部*/
.detailTop{ position: relative; background: url(../images/detailBg.jpg) no-repeat top center; min-height: 120px;height: 120px; font-size: 16px;position:relative;}
.detailTop .margin1200 div.headerLogo{padding-top: 26px;}
nav.headerLogo{align-items: center;height: 120px;}
nav.headerLogo a{padding:0 36px; color: #ffffff; height: 16px; line-height: 1; border-right: 2px solid #fff;}
nav.headerLogo a:last-of-type{padding-right: 0; border-right: 0px;}
nav.headerLogo a:hover{ font-weight: bold;}
.headerLogo>div{font-size: 17px; text-align: right; line-height: 30px; padding-top:5px;}
.detailBgNav{background:#2a3d7f;height: 60px; position: absolute; bottom: -60px; left: 0; width: 100%;}


/*左侧内容*/
.detailContentLeft{width: 220px;}
.detailMenuLeft{background-color: #eeeeee;}
.titleLeft{background: url(../images/rightTitleBg.png) no-repeat left top; text-align: center; width: 216px; height: 75px; position: relative; left: -14px; top: 18px; line-height: 60px;padding-right: 18px;font-size: 23px; color: #fbde18; font-weight: bold;}
.detailImenuLeftList a{display: block;line-height: 46px; font-size: 16px; color: #777777; font-weight: bold;padding-left: 32px;}
.detailImenuLeftList dd,.detailImenuLeftList dt{ border-top: 1px solid #f7f7f7;border-bottom: 1px solid #e4e4e4;}

.detailImenuLeftList a i,.detailImenuLeftList a i:after{background-color:#cecece;}

.detailContentLeft dd a i{width: 6px; height: 6px; display: inline-block;margin: 2px 16px 2px 0;}
.detailImenuLeftList a:hover,.detailImenuLeftList a.cur{color:#0341a0;}
.detailImenuLeftList a:hover i,.detailImenuLeftList a.cur i,.detailImenuLeftList dt a:hover i:after,.detailImenuLeftList dt a.cur i:after{background-color:#0341a0;}

.detailContentLeft dt a i {display: inline-block;height: 10px;position: relative;width: 0px; top: -2px;left: 3px;margin-right: 20px;}   
.detailContentLeft dt a i:after {content: "";height: 10px;left: 0;position: absolute;top: 0;width: 2px;transform: rotateZ(90deg)}
.detailContentLeft dt>a:hover>i,.detailContentLeft dt>a.cur>i{width: 2px;}

/*.detailImenuLeftList dt ul{display: none;}*/
.detailMenuLeft dl dt ul li a{padding-left:50px;}
.detailMenuLeft dl dt ul li a i {height: 5px;width: 0px;top: -3px;margin-right: 10px;}   
.detailMenuLeft dl dt ul li a i:after {height: 5px;width: 1px;}

.recruitStudentsLeft{padding-top: 46px; line-height: 40px; padding-bottom: 16px;}
.detailActivityLeft{padding: 20px 0 16px 0; line-height: 40px;}
.recruitStudentsLeftTitle{color: #777777;}
.recruitStudentsLeft .recruitStudentsLeftList a{color: #0e419c; background-position: center left; background-repeat: no-repeat;padding-left: 32px;width: 78px;}
.recruitStudentsLeft .recruitStudentsLeftList .recruitStudents1{background-image: url(../images/recruitStudents1.png);}
.recruitStudentsLeft .recruitStudentsLeftList .recruitStudents2{background-image: url(../images/recruitStudents2.png)}
.recruitStudentsLeft .recruitStudentsLeftList .recruitStudents3{background-image: url(../images/recruitStudents3.png)}
.detailActivityLeft .recruitStudentsLeftList div{padding-bottom:4px;}
.linkLeftList a{display: block; color: #0e419c;}

.recruitStudentsLeftList.leftList1 img{width: 220px;height: 47px;}
.recruitStudentsLeftList.leftList2 img{width: 220px;height: 42px;}

/*detail右侧内容*/
.detailContentRight{width: 900px;}
.detailImenuRight{width: 900px; height: 50px; position: fixed; top: 120px; z-index: 999;}
.detailImenuRight div{width: 90%; height: 50px; float: right; line-height: 50px; color: #ffffff; font-size: 16px;flex-wrap: wrap; justify-content: space-between;}
.detailImenuRight div a{color: #ffffff;}
.detailNavRight{padding-top: 16px;line-height: 40px; color: #999999;}
.detailNavRight span{color: #333333;}
/*.detailNavRight a,.detailNavRight span{padding: 0 7px;}*/
.detailImagesRight{min-height: 45px;}


/*表格标题*/
.detailContentRightList{padding-top: 30px;}
.detailContentRightList table{width: 782px; margin: 0 auto;}
.detailContentRightListTitle{height: 34px;line-height: 34px;padding-bottom: 10px;}
.detailContentRightListTitle span{background-color: #0341a0;border-radius: 0 20px 20px 0;padding-left: 30px; width: 225px;color: #ffffff;}
.detailContentRightListTitle a{color: #0341a0;font-weight: bold;}
.detailContentRightListTitle a:hover{text-decoration:underline;}

/*表格内容*/
.tabListCommon{border: 1px solid #e4e4e4;margin-bottom: 30px;}
.tabListCommon li{border-right: 1px solid #e4e4e4; line-height: 56px;width: 410px; float: left; padding-left: 38px;}
.tabListCommon li a,.tabListCommon li span{ float: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.tabListCommon li a{width: 280px; color: #333333;}
.tabListCommon li a:hover{font-weight: bold;}
.tabListCommon li span{text-align: center; width: 130px; color: #999999;}
.tabListCommon li:nth-of-type(even){border-right: 0;}
.tabListCommon li:nth-child(4n+1),.tabListCommon li:nth-child(4n+2){background-color: #f9f9f9;}
/* .tabListCommonNo li a{float:initial;display: block; width: 400px;} */


/*图片中心*/
.pictureCenterList{
/* 	justify-content:space-between;
	flex-wrap:wrap; */
	width: 930px;
}
.pictureCenterList li{
	float: left;
	padding-bottom: 32px;
	margin-right: 30px;
	width: 280px;
	color: #333333;
	position: relative;
}
.pictureCenterList.managementTeam li:first-child{
	margin-right: 130px;
}
.pictureCenterList li a{display: block;}
.pictureCenterList li img,
.pictureCenterList li video{
	width: 280px;
	height: 210px;
}
.pictureCenterList.managementTeam li img{
	width: 350px;
	height: 224px;
}

.pictureCenterList li a div{height: 42px; line-height: 42px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }

/*视频中心*/
.videoList li a i{background: url(../images/videoLogo.png) no-repeat center rgba(0,0,0,0.5); width: 100%; position:absolute; left: 0; top: 0; display: block; height: 210px;flex-wrap: wrap; justify-content: space-around;}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .videoList li a i{background-color:#000000;filter:Alpha(opacity=50);position:static;*zoom:1;}
}

.videoList li a:hover i{display: none;}


/*领导班子列表*/
.managementTeam li{width: 350px; line-height: 56px; padding-bottom: 10px;}
.managementTeam li div{font-weight: bold;}

.managementTeamList{color: #333333; font-weight: bold;padding-top: 15px;}
.managementTeamList li{width: 210px; height: 48px; float: left;padding-left:30px; line-height: 48px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.managementTeamList li:nth-child(4n+1),.managementTeamList li:nth-child(4n+4){padding:0;}
.managementTeamList li:nth-child(4n+4){text-align: right;}


/*教师列表*/
.teachersAbilityList{}
.teachersAbilityList li{float: left;width: 420px; padding:20px 30px 20px 0;}
.teachersAbilityList li div{padding-left: 30px; line-height: 24px; color: #666666;}
.teachersAbilityList li div h3{padding-bottom: 12px; color: #0341a0;}

/*详情文字*/
.textdetailTitle{background-color: #eeeeee; padding: 12px 0; text-align: center; line-height: 30px;}
.textdetailTitle span{font-size: 18px; color: #333333;}
.textdetailTitle div{ color: #666666;}
.textdetailTitle i{ color: #999999; font-size: 12px;}
.textdetailcontent,.textdetailcontentd{color: #666666; line-height: 30px;margin-top: 10px;}
.textdetailcontent img{max-width: 100%; display: block;    margin: 0px auto; }
.textdetailcontent *{max-width: 900px !important;}



/* 改ul 顶部导航*/
.commonContentNavbottom li a{height:60px;}
.commonContentNavbottom li{position: relative;}
.commonContentNavbottom li>i{width: 0; height: 0;border-width: 6px;border-style: solid; border-color:#ffffff transparent transparent transparent; position: absolute;right: 20px;top:28px;}
.commonContentNavbottom .nav_list{position: absolute; left: 0; top: 60px; line-height: 38px;background-color: #1d295e;background-color:rgba(29,41,94,0.7); z-index: 2;}
.commonContentNavbottom .nav_list a{height: 38px;}
.commonContentNavbottom a:hover,.commonContentNavbottom a.cur{background-color: #10278e;color: #ffffff;}
.commonContentNavbottom li:hover .nav_list{display: block!important;}
.commonContentNavbottom li.cur>i,.commonContentNavbottom li:hover>i{border-color:transparent transparent #ffffff transparent;top:20px;}


/* 改ul 侧边导航*/
.detailImenuLeftList li{ border-top: 1px solid #f7f7f7;border-bottom: 1px solid #e4e4e4;}
.detailContentLeft li a i{width: 6px; height: 6px; display: inline-block;margin: 2px 16px 2px 0;}
.detailContentLeft li a i.iconI {display: inline-block;height: 10px;position: relative;width: 0px; top: 2px;left: 3px;margin-right: 20px;}
.detailContentLeft li a i.iconI:after {content: "";height: 10px;left: 0;position: absolute;top: 0;width: 2px;transform: rotateZ(90deg)}
.detailContentLeft li a:hover i.iconI,.detailContentLeft li a.cur i.iconI{width: 2px;}
.detailContentLeft li a:hover i.iconI:after,.detailContentLeft li a.cur i.iconI:after{background-color:#0341a0;}
.detailMenuLeft ul{background: #eeeeee;padding-left: 14px;}
.detailMenuLeft ul li{display: block;}
.detailMenuLeft .nav_list a{padding-left:50px;}



/************pdf文件预览************/
.pdfBox{height: 720px; padding:20px 0;}



.page-large{display: block; margin: 0 auto; font-size: 16px; color: #333; text-align: center;}
.page-large a{width: 24px;height: 24px;background: #fff;border: 1px solid #ccc;border-radius: 5px;display: inline-block;vertical-align: middle;color: #333;}
.page-large a.on{background: rgba(0,0,0,.2);color: #fff;cursor: default;}


/*校园风采*/
.icaseScroll{width: 100%;overflow: hidden;position: relative; margin-bottom:30px;}
.icaseScroll .swiper-slide a{display: block;margin: 0px 7px;overflow: hidden;position: relative;}
.icaseScroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 70%;position: relative;overflow: hidden;}
.icaseScroll .swiper-slide a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.icaseScroll .swiper-slide a b{display: block;position: absolute;left: 2%;top: 2%;width: 96%;height: 96%;border-radius: 8px;
transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0;visibility: hidden;background: rgba(16,69,148,0.5);}
.icaseScroll .swiper-slide a .lineWrap{width: 37px;height: 37px;display: block;position: absolute;left: 50%;top: 50%;margin: -18px 0px 0px -18px;}
.icaseScroll .swiper-slide a .lineWrap i{display: block;background: #fff;position: absolute;opacity: 0;visibility: hidden;}
.icaseScroll .swiper-slide a .lineWrap i.line1{width: 37px;height: 1px;top: 50%;right: 0px;margin-top: -1px;transform: translateX(30px);-webkit-transform: translateX(30px);}
.icaseScroll .swiper-slide a .lineWrap i.line2{width: 1px;height: 37px;top: 50%;margin-top: -18px;right: 18px;transform: translateY(30px);-webkit-transform: translateY(30px);}
.icaseScroll .swiper-slide a p{position: absolute;width: 100%;text-align: center;z-index: 9;bottom: 10%;color: #fff;left: 0;font-size:22px;transform: translateY(30px);-webkit-transform: translateY(30px);opacity: 0;}
.icaseScroll .swiper-slide a:hover b{transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;}
.icaseScroll .swiper-slide a:hover .lineWrap i.line1,
.icaseScroll .swiper-slide a:hover .lineWrap i.line2{transform: translate(0);-webkit-transform: translate(0);visibility: visible;opacity: 1;
transition: 300ms ease-in 200ms;-webkit-transition: 300ms ease-in 200ms;}
.icaseScroll .swiper-slide a:hover p{opacity: 1;visibility: visible;transform: translate(0);-webkit-transform: translate(0);}
.icaseScroll .icasePrev,
.icaseScroll .icaseNext{width: 74px;height: 74px;display: block;border-radius: 50px;position: absolute;cursor: pointer;
top: 50%;margin-top: -37px;z-index: 100;background: url(../images/btnBg.png) no-repeat scroll center center;}
.icaseScroll .icasePrev{left: 3%;transform: translateX(30px);-webkit-transform: translateX(30px);-ms-transform: translateX(30px);opacity: 0;}
.icaseScroll .icaseNext{right: 3%;transform: translateX(-30px);-webkit-transform: translateX(-30px);-ms-transform: translateX(-30px);opacity: 0;}
.icaseScroll .icasePrev i,
.icaseScroll .icaseNext i{display: block;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;}
.icaseScroll .icasePrev i{background: url(../images/leftArr.png) no-repeat scroll center center;}
.icaseScroll .icaseNext i{background: url(../images/rightArr.png) no-repeat scroll center center;}
.icaseScroll:hover .icasePrev,.icaseScroll:hover .icaseNext{opacity: 1;transform: translate(0);-webkit-transform: translate(0);}
.icaseScroll .icasePrev:hover,
.icaseScroll .icaseNext:hover{background-image: url(../images/btnBg1.png);}

/*BANNER*/
.banner{width: 100%;overflow: hidden;position: relative;height:456px;}
.banner .swiper-slide{height: 100%;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height:456px;overflow: hidden;}
.banner .swiper-slide a span{display: block;width: 100%;height:456px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets{height: 11px;width: 100%;position: absolute;left:0;bottom:20px;line-height: 9px;z-index: 2;text-align: center;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 7px;height: 7px;overflow: hidden;margin: 0 6px;cursor: pointer;
border: 2px solid #fff;border-radius: 100%;padding: 0;background: none;opacity: 1;cursor: pointer;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}

/*内页BANNER*/
.nyBanner{width: 100%;height: 200px; margin-top:180px; background-repeat: no-repeat;background-position: center top;background-color: #f2f5f7;text-align: left;}
.nyBanner h3{line-height: 36px;padding-top: 66px;font-size: 28px;color: #cc1f1f;font-weight: bold;}
.nyBanner h5{line-height: 21px;font-size: 14px;color: #cc1f1f;font-weight: normal;margin-bottom: 5px;font-family: "Arial";text-transform: uppercase;}
.nyBanner span{display: block;width: 24px;height: 1px;background: #cc1f1f;}

/*左侧*/
.menu_head{height:46px;line-height:46px;padding-left:38px;font-size:16px;color:#535353;cursor:pointer; position:relative;margin:0px auto;font-weight:bold;background:url(../images/pro_left.png) center right no-repeat; font-weight:bold; border-bottom:1px solid #e4e4e4;}
.menu_list { border-top:0px solid #CCC;}
.menu_list .current{background:#043277 url(../images/pro_down.png) center right no-repeat; color:#FFF; font-weight:bold;}
.menu_list .current a { color:#fff;}
.menu_body{height:auto;overflow:hidden;line-height:38px;border-bottom:1px solid #e1e1e1;margin:0 auto;}
.menu_body a{display:block;height:38px;line-height:38px; font-size:15px; padding-left:38px;color:#777777; text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}

/*公司简介*/
.textdetailcontent h2 { width:100%; text-align:center; margin-bottom:20px; font-size:24px; color:#0341a0;}


.nyCont{padding:0px;background: #ffffff;min-height: 400px;}

.about{font-size: 16px;line-height: 32px;color: #333333;}
.about *{max-width: 100% !important;}

.about .aboutScroll{margin: 0 0 52px 40px;width: 580px;position: relative;overflow: hidden;}
.about .aboutScroll .swiper-slide{position: relative;}
.about .aboutScroll .swiper-slide .pic{overflow: hidden;height: 334px;overflow: hidden;}
.about .aboutScroll .swiper-slide .pic em{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.about .aboutScroll .swiper-slide h5{width: 100%;position: absolute;left: 0;bottom: 0;text-align: center;font-size: 0;text-align: center;}
.about .aboutScroll .swiper-slide h5 span{display: inline-block;*display: inline;*zoom:1;padding: 0 10px;min-width: 120px;background: url(../images/gray70.png) repeat;font-size: 16px;color: #ffffff;line-height: 50px;font-weight: normal;}
.about .aboutScroll .swiper-button-prev,.about .aboutScroll .swiper-button-next{width: 30px;height: 40px;position: absolute;top:50%;margin-top: -20px;cursor: pointer;z-index: 3;opacity: 1;}
.about .aboutScroll .swiper-button-prev{left: 10px;background: url(../images/leftArr.png) no-repeat center;}
.about .aboutScroll .swiper-button-next{right: 10px;background: url(../images/rightArr.png) no-repeat center;}

.about .aboutList{width: 100%;margin:30px 0;border-top: 1px solid #dbdbdb;border-bottom: 1px solid #dbdbdb;padding: 11px 0 16px; height:88px;}
.about .aboutList li{width: 20%;text-align: center;}
.about .aboutList li i{font-size: 14px;color: #666666;font-weight: normal;line-height: 56px; display:block;}
.about .aboutList li i span{font-size: 40px;color: #333333;font-family: "DINCondBold";}



.leaderList ul li{padding-bottom: 30px;border-bottom: 1px dotted #cccccc;margin-bottom: 30px;}
.leaderList ul li a{display: block;min-height: 194px;padding-left: 177px;position: relative;}
.leaderList ul li a .pic{width: 146px;height: 194px;position: absolute;left: 0;top:0;overflow: hidden;}
.leaderList ul li a .pic img{width: 100%;height: 100%;}
.leaderList ul li a .text{width: 100%;}
.leaderList ul li a .text h5{padding-top: 8px;font-size: 24px;line-height: 38px;color: #1a1a1a;font-weight: normal;position: relative;}
.leaderList ul li a .text h5:before{content: "";width: 0;height: 2px;background: #19408c;position: absolute;left: 0;top:50%;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.leaderList ul li a .text span{display: block;font-size: 14px;line-height: 32px;color: #3a502a;margin-bottom: 13px;}
.leaderList ul li a .text p{font-size: 16px;line-height: 32px;color: #1a1a1a;/*max-height: 64px;overflow: hidden;*/}
.leaderList ul li a:hover .text h5{color: #19408c;padding-left: 16px;}
.leaderList ul li a:hover .text h5:before{width: 13px;}

.picList{width: 100%;overflow: hidden; }
.picList ul{width: 900px; margin-top:20px;}
.picList ul li{width: 428px;margin: 0 44px 40px 0; position:relative;}
.picList ul li:nth-child(2n){margin: 0 0px 40px 0;}
.picList ul li a{display: block;}
.picList ul li a .pic{width: 100%;height: 0;padding-bottom: 268px;position: relative;overflow: hidden;}
.picList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picList ul li a .pic b{position: absolute;left: 0;top:0;z-index: 2;width: 100%;height: 100%;background: url(../images/gray50.png) repeat;filter: alpha(opacity=0);opacity: 0;}
.picList ul li a .pic:before{content: "";width: 34px;height: 34px;position: absolute;left:50%;top:50%;z-index: 3;margin: -17px 0 0 -17px;background: url(../images/searchIcon1.png) no-repeat center;
-webkit-transition:all 0.2s linear;transition:all 0.2s linear;-webkit-transform: scale(0);transform: scale(0);filter: alpha(opacity=0);opacity: 0;}
.picList ul li a h5{font-size: 16px;color: #333333;line-height: 60px;font-weight: normal;text-align: center;background: #ebebeb;padding: 0 10px; margin:0;}
.picList ul li a:hover .pic em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.picList ul li a:hover .pic b{filter: alpha(opacity=100);opacity: 1;}
.picList ul li a:hover .pic:before{-webkit-transform: scale(1);transform: scale(1);filter: alpha(opacity=100);opacity: 1;}
.picList ul li a:hover h5{color: #19408c;}


.picList ul li i {
    background: url(../images/videoLogo.png) no-repeat center rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 268px;
    flex-wrap: wrap;
    justify-content: space-around;
}


.mapWrap{height: 518px;border:1px solid #d1d1d1;}


.orgWrap .item .tit{height: 60px;padding: 0 20px;background: #f0f0f0;font-size: 24px;color: #1a1a1a;line-height: 60px;font-weight: normal;margin-bottom: 14px;}
.orgWrap .item .cont dl{border-bottom: 1px dotted #afafaf;padding: 8px 0 8px 94px;position: relative;font-size: 16px;line-height: 32px;color: #333333;}
.orgWrap .item .cont dl dt{position: absolute;left: 0;top:8px;padding-left: 20px;}
.orgWrap .item .cont dl dt span{letter-spacing: 10px;}
.orgWrap .item .cont dl dd span{color: #3a502a;display: block;}
.orgWrap .item .cont ul{padding-left: 20px;}
.orgWrap .item .cont ul li{margin-right: 44px;}
.orgWrap .item .cont ul li a{display: block;padding-left: 24px;position: relative;font-size: 16px;line-height: 36px;color: #333333;}
.orgWrap .item .cont ul li a:before,
.orgWrap .item .cont ul li a:after{content: "";width: 14px;height: 14px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/linkIcon.png) no-repeat left top;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.orgWrap .item .cont ul li a:after{background-position: left bottom;filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.orgWrap .item .cont ul li a:hover{color: #19408c;}
.orgWrap .item .cont ul li a:hover:before{filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.orgWrap .item .cont ul li a:hover:after{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

.nyDescTxt{font-size: 16px;line-height: 32px;color: #333333;margin-bottom: 42px;}
.nyDescTxt *{max-width: 100% !important;}

.teacherList{width: 100%;overflow: hidden;}
.teacherList ul{width: 1187px;}
.teacherList ul li{width: 250px;margin: 0 46px 50px 0;}
.teacherList ul li a{display: block;position: relative;}
.teacherList ul li a .pic{width: 100%;height: 0;padding-bottom: 320px;position: relative;overflow: hidden;}
.teacherList ul li a .pic em{width: 100%;height: 100%;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.teacherList ul li a .text{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;background: url(../images/gray60.png) repeat;box-sizing: border-box;padding: 12px 6px;
text-align: center;font-size: 16px;line-height: 26px;color: #ffffff;}
.teacherList ul li a:hover .pic em{-webkit-transform: scale(1.1);transform: scale(1.1);}

.page{text-align: center;font-size: 0; margin-top:30px;}
.page a{display: inline-block;*display: inline;*zoom:1;width: 62px;height: 32px;border:1px solid #dbdbdb;margin: 30px 5px 0px;font-size: 14px;color: #4c4c4c;line-height: 32px;}
.page a.prev,.page a.next{background: url(../images/arrow3.png) no-repeat left top;}
.page a.next{background-position: right top;}
.page a:hover,.page a.on{background-color: #19408c;border-color: #19408c;color: #fff;}
.page a.prev:hover{background-position: left bottom;}
.page a.next:hover{background-position: right bottom;}

.hrWrap .top{font-size: 16px;line-height: 32px;color: #333333;font-weight: bold;margin-bottom: 32px;}
.hrWrap .hrList ul{margin-bottom: 50px;}
.hrWrap .hrList ul li.li{}
.hrWrap .hrList ul li.li .dl .dt{padding: 15px 74px 15px 30px;background: #e6e6e6;cursor: pointer;position: relative;}
.hrWrap .hrList ul li.li.even .dl .dt{background: #f5f5f5;}
.hrWrap .hrList ul li.li .dl .dt h5{max-width: 55%;font-size: 16px;color: #333333;line-height: 30px;font-weight: normal;}
.hrWrap .hrList ul li.li .dl .dt i{width: 14px;height: 14px;position: absolute;right: 27px;top:23px;background: url(../images/arrow4.png) no-repeat center;}
.hrWrap .hrList ul li.li .dl .dt span{font-size: 14px;color: #808080;line-height: 30px;margin-right: 30px;}
.hrWrap .hrList ul li.li .dl .dd{padding: 20px 30px 40px;font-size: 14px;line-height: 34px;color: #4c4c4c;display: none;}
.hrWrap .hrList ul li.li .dl .dd *{max-width: 100% !important;}
.hrWrap .hrList ul li.li .dl .dd .btn{display: block;width: 100px;height: 38px;margin: 20px 0 0;background: #19408c;border-radius: 5px;text-align: center;font-size: 14px;color: #fffefe;line-height: 38px;}
.hrWrap .hrList ul li.li.on .dl dt i{-webkit-transform: rotateZ(90deg); transform: rotateZ(90deg);}
.hrWrap .hrList ul li.li:first-child .dl .dd{display: block;}

.newsList ul{margin-bottom: 50px;}
.newsList ul li{padding-right: 97px;position: relative;}
.newsList ul li.bg{background: #f0f0f0;}
.newsList ul li .bdsharebuttonbox{width: 97px;height: 32px;position: absolute;right: 0;top:35px;}
.newsList ul li .bdsharebuttonbox span{font-size: 14px;color: #666666;line-height: 32px;margin-right: 6px;}
.newsList ul li .bdsharebuttonbox .bds_more{width: 32px;height: 32px;margin: 0;padding: 0;position: relative;background: none;}
.newsList ul li .bdsharebuttonbox .bds_more:before{content: "";width: 20px;height: 16px;position: absolute;left: 50%;top:50%;margin:-8px 0 0 -10px;background: url(../images/shareIcon1.png) no-repeat left top;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.newsList ul li .bdsharebuttonbox .bds_more:hover:before{background-position: left bottom;}
.newsList ul li a{display: block;padding: 23px 120px 23px 100px;position: relative;}
.newsList ul li a .date{width: 92px;position: absolute;left: 0;top:26px;text-align: center;font-family: "gothic";color: #19408c;}
.newsList ul li a .date span,.newsList ul li a .date em{display: block;}
.newsList ul li a .date em{font-size: 25px;line-height: 30px;}
.newsList ul li a .date span{font-size: 12px;line-height: 22px;}
.newsList ul li a h5{float: left;display: inline-block;*display: inline;*zoom:1;max-width: 100%;height: 30px;font-size: 16px;color: #1a1a1a;line-height: 30px;font-weight: normal;position: relative;}
.newsList ul li a h5:before{content: "";width: 0;height: 2px;background: #19408c;position: absolute;left: 0;top:50%;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.newsList ul li a p{float: left;width: 100%;font-size: 14px;line-height: 26px;color: #808080;}
.newsList ul li.hot a h5{max-width: 96%;padding-right: 34px;background: url(../images/hotNews.png) no-repeat right center;}
.newsList ul li a:hover h5{padding-left: 18px;color: #19408c;}
.newsList ul li a:hover h5:before{width: 12px;}

.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 24px;color: #1a1a1a;line-height: 32px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}

.passage .psgCont *{max-width: 100% !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #19408c;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}

.inforWrap{width: 100%;padding: 35px 0 66px;background: #ffffff;min-height: 350px;}
.infoSide{width: 22%;box-sizing: border-box;border-right: 6px solid #e6e6e6;border-bottom: 6px solid #e6e6e6;}
.infoSide .nLi h3{padding: 10px 0 10px 36px;position: relative;line-height: 32px;font-size: 16px;color:#3a502a;font-weight: normal;border-bottom: 1px solid #dbdbdb;cursor: pointer;}
.infoSide .nLi h3:before{content: "";width: 4px;height: 20px;background: #3a502a;position: absolute;left: 18px;top:17px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-webkit-transform: scaleY(0);transform: scaleY(0);opacity: 0;visibility: hidden;}
.infoSide .nLi h3 a{display: block;}
.infoSide .nLi:hover h3:before,.infoSide .nLi.on h3:before{-webkit-transform: scaleY(1);transform: scaleY(1);opacity: 1;visibility: visible;}
.infoSide .nLi .navSub{padding: 16px 30px 20px;display: none;}
/*.infoSide .nLi:first-child .navSub{display: block;}*/
.infoSide .nLi .navSub li{border-top:1px dotted #afafaf;}
.infoSide .nLi .navSub li:first-child{border-top: none;}
.infoSide .nLi .navSub li a{display: block;padding-left: 25px;font-size: 14px;line-height: 30px;color: #4c4c4c;position: relative;}
.infoSide .nLi .navSub li a:before{content:"";width: 4px;height: 1px;background: #4d4d4d;position: absolute;left: 16px;top:15px;}
.infoSide .nLi .navSub li a:hover{color: #19408c;padding-left: 30px;}
.infoSide .nLi .navSub li a:hover:before{background: #19408c;}
.infoSide .nLi .navSub li.on a{color: #19408c;}

.infoMain{width: 48%;margin-left: 3%;}
.infoMain .tit{height: 52px;border-bottom: 1px solid #dbdbdb;margin-bottom: 17px;font-size: 24px;line-height: 52px;color: #19408c;font-weight: normal;}
.infoMain .tit span{position: relative;}
.infoMain .tit span:before{content: "";width: 100%;height: 2px;background: #19408c;position: absolute;left: 0;bottom: -2px;}
.infoMain .infoList{margin-bottom: 16px;}
.infoMain .infoList li a{display: block;padding-left: 16px;position: relative;height: 36px;line-height: 36px;font-weight: 300;}
.infoMain .infoList li a:before{content: "";width: 5px;height: 5px;background: #333333;border-radius: 50%;position: absolute;left: 0;top:18px;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.infoMain .infoList li a h5{font-size: 16px;color: #333333;font-weight: 300;max-width: 75%;}
.infoMain .infoList li a span{font-size: 14px;color: #666666;}
.infoMain .infoList li a:hover:before{width: 12px;height: 2px;border-radius: 0;}
.infoMain .infoList li a:hover h5{padding-left: 12px;color: #19408c;}

.infoRight{width: 22.5%;margin-top: 9px;padding-bottom: 40px;box-sizing: border-box;border-left: 6px solid #e6e6e6;border-bottom: 6px solid #e6e6e6;}
.infoRight .tit{width: 131px;padding-left: 19px;height: 46px;margin-bottom: 20px;background: #19408c;border-left: 6px solid #ffa800;border-radius: 0 20px 0 0;position: relative;z-index: 2;left: -6px;
font-size: 18px;color: #ffffff;line-height: 46px;font-weight: normal;}
.infoRight .cont{padding: 0 34px 20px 20px;font-size: 14px;line-height: 32px;color: #1a1a1a;font-weight: 300;}


.picScrollWrap{width: 70%;margin: 50px auto 100px;overflow: hidden;}
.picScrollWrap .gallery-top{margin-bottom: 30px;position: relative;}
.picScrollWrap .gallery-top .swiper-slide .pic em{display: block;width: 100%;height: 0;padding-bottom: 65%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picScrollWrap .gallery-top .swiper-button-next,.picScrollWrap .gallery-top .swiper-button-prev{width: 62px;height: 72px;background: url(../images/arrow1.png) no-repeat left top;}
.picScrollWrap .gallery-top .swiper-button-prev{left: 0;}
.picScrollWrap .gallery-top .swiper-button-next{right: 0;background-position: left bottom;}
.picScrollWrap .gallery-thumbs .swiper-slide{width: 260px;}
.picScrollWrap .gallery-thumbs .swiper-slide .pic{border: 2px solid #d4d4d4;cursor: pointer;}
.picScrollWrap .gallery-thumbs .swiper-slide .pic em{display: block;height: 0;padding-bottom: 65%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.picScrollWrap .gallery-thumbs .swiper-slide.swiper-slide-active .pic{border-color: #f00;}

/**/
/*领导分工*/

.list_teacher{padding: 0px 0 60px;}
.teacherbox dl{float: left;width: 48.75%;margin-top: 30px;margin-left: 2.5%;}
.teacherbox dl:nth-child(2n+1){margin-left: 0;}
.teacherbox dl dt{float: left;width: 46%;}
.teacherbox dl dt span.img{width: 100%;display: block;-webkit-background-size: cover;background-size: cover;padding-bottom:260px;background-position: center;}
.teacherbox dl dd{float: left;border:1px solid #e8e7e7;width: 47.7%;padding-left: 5.8%;height:258px;}
.teacherbox dl dd *{display: block;line-height: 24px;}
.teacherbox dl dd span{padding-top: 34px;padding-bottom: 6px;font-size: 18px;color: #333; font-weight:bold;}
.teacherbox dl dd i {font-size: 16px;color: #333;}
.teacherbox dl dd em{height: 96px;overflow: hidden;padding-top: 20px;margin-bottom: 30px;font-size: 14px;color: #999;width: 90%;}
.teacherbox dl dd b{font-weight: normal;font-size: 14px;color: #444;}
.teacherbox dl:hover dt span.img{/*-webkit-transform: scale(1.02);transform: scale(1.02);*/opacity: 0.7;filter: alpha(opacity=70);}
.teacherbox dl:hover dd span,.teacherbox dl:hover dd b{color: #bf3332;}


/*状元榜*/
.abouttable .table{width: 100%;overflow: auto;margin-bottom: 30px;}
.abouttable table{border-collapse:collapse;border-spacing:0;width: 100%;min-width:920px;}
.abouttable table th,.abouttable table td{border: 1px solid #dfdfdf;}

.abouttable table .grayBg{background: #f5f5f5;}

.f_title { background:#4176dc; font-size:16px; color:#fff; line-height:38px;}
.f_l { text-align:left; padding-left:10px;}
.f_c { text-align:center; line-height:36px;}



.list{}
.list li{height: 35px;line-height: 35px;padding: 0 0 1px 14px;position: relative;background: url(../images/liBg.png) repeat-x left bottom;}
.list li:before{content: " ";width: 4px;height: 4px;background: #333333;position: absolute;left: 0;top: 50%;margin-top: -2px;border-radius: 50%;}
.list li .fl{max-width: 75%;color: #333333;font-size: 16px;}

.list li .fl a {width:780px;overflow:hidden;}

.list li .fr{color: #808080;}
.list li:hover .fl{color: #00659b;}
.list li:hover:before{background: #00659b;}

.list.downloadList{margin-bottom: 50px;}
.list.downloadList li{height: 45px;line-height: 45px;padding-left: 24px; font-size:16px;}
.list.downloadList li:before{background: url(../images/arrow.png) no-repeat left center;width: 11px;height: 7px;margin-top: -3px;}
.list.downloadList li:hover .fr{color: #00659b;}

.passage{padding: 0px 10px 35px 10px;}
.passage .title{text-align: center;font-size: 24px;font-weight: normal;color: #1a1a1a;line-height: 35px;}
.passage .tips{text-align: center;line-height:45px;font-size: 12px;color: #666666;margin-bottom: 20px; border-bottom:1px dotted #999999;}
.passage .tips span{margin: 0 16px;}
.passage .psgCont.detail{font-size: 16px;line-height: 36px;color: #333;}
.psgLink{border-top: 1px solid #ccc;margin-top:30px;line-height: 40px;padding: 20px 0 0 30px;}
.psgLink p:hover a{color: #299ede;text-decoration: underline;}
.contPsg.passage{padding: 35px 0 35px 30px;}

.newsTop{height: 220px;margin-bottom: 56px;}
.newsTop .pic{width: 330px;height: 220px;overflow: hidden;}
.newsTop .pic img{width: 100%;height: 100%;}
.newsTop .text{width: 540px;padding-top: 12px;}
.newsTop .text h5{line-height: 36px;font-size: 22px;color: #4c4c4c; margin:0;}
.newsTop .text .gray{line-height: 35px;font-size: 12px;color: #808080;}
.newsTop .text .gray span{margin-right: 18px;}
.newsTop .text p{font-size: 14px;line-height: 26px;height: 78px;overflow: hidden;color: #666666;margin-bottom: 30px;}
.newsTop .text span.more{display: block;width: 80px;height: 30px;line-height: 30px;text-align: center;background: #4279e0;color: #fff;}
.newsTop:hover .text h5{color: #0341a0;}
.newsTop:hover .text p{color: #b8b8b8; font-weight:normal;}


.orgWrap .item{margin-bottom: 30px;}
.orgWrap .item .tit{height: 60px;padding: 0 20px;background: #f0f0f0;font-size: 24px;color: #1a1a1a;line-height: 60px;font-weight: normal;margin-bottom: 14px;}
.orgWrap .item h5 { margin:0;}
.orgWrap .item .cont dl{border-bottom: 1px dotted #afafaf;padding: 8px 0 8px 94px;position: relative;font-size: 16px;line-height: 32px;color: #333333;}
.orgWrap .item .cont dl dt{position: absolute;left: 0;top:8px;padding-left: 20px;}
.orgWrap .item .cont dl dt span{letter-spacing: 10px;}
.orgWrap .item .cont dl dd span{color: #3a502a;display: block;}
.orgWrap .item .cont ul{padding-left: 20px;}
.orgWrap .item .cont ul li{margin-right: 44px;}
.orgWrap .item .cont ul li a{display: block;padding-left: 24px;position: relative;font-size: 16px;line-height: 36px;color: #333333;}
.orgWrap .item .cont ul li a:before,
.orgWrap .item .cont ul li a:after{content: "";width: 14px;height: 14px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/linkIcon.png) no-repeat left top;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.orgWrap .item .cont ul li a:after{background-position: left bottom;filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.orgWrap .item .cont ul li a:hover{color: #19408c;}
.orgWrap .item .cont ul li a:hover:before{filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.orgWrap .item .cont ul li a:hover:after{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
