﻿@charset "utf-8";

/* 新闻中心-首页 -----------------------------------------*/
.row-news-page { display: flex; justify-content: space-between; padding-bottom: 10px; }
.page-main { flex: 1 0 0%; min-width: 0; }
.page-side { width: 360px; margin-left: 20px; }
.row-news-page2 .page-side { margin-left: 0; margin-right: 20px; }

/* focusNews ---------------*/
#focusNews { width: 100%; height: 400px; position: relative; margin-bottom: 15px; }
#focusNews .hd { width: 100%; height: 4px; position: absolute; z-index: 1; text-align: center; left: 0; bottom: 18px; }
#focusNews .hd li { display: inline-block; vertical-align: top; margin: 0 2px; width: 20px; height: 4px; background-color: #fff; cursor: pointer; }
#focusNews .hd li span { display: none; }
#focusNews .hd li.on { background-color: #1159a3; }
#focusNews .bd li { position: relative; }
#focusNews .bd .pic { width: 100%; height: 400px; overflow: hidden; }
#focusNews .bd .title { background-color: rgba(255, 255, 255, 0.8); position: absolute; bottom: 40px; left: 80px; height: 40px; line-height: 40px; padding: 0 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#focusNews .pageState { display: block; position: absolute; left: 0; bottom: 40px; height: 40px; width: 80px; background-color: #1159a3; font-weight: bold; font-size: 18px; color: #fff; text-align: center; line-height: 40px;} 

/* box-block */
.box-block .hd { padding: 10px 15px 0; height: 40px; line-height: 40px; background-color: #105aa5; display: flex; align-items: center; justify-content: space-between;}
.box-block .hd .more { font-size: 14px; color: #fff; line-height: 30px; height: 40px; }
.box-block .hd li { float: left; margin-right: 10px; }
.box-block .hd li a { padding: 0 25px; display: block; color: #fff; height: 40px; line-height: 35px; }
.box-block .hd li.on a { background-color: #fff; color: #105aa5; }
.box-block .bd li { padding: 20px 0; border-bottom: 1px dashed #e6e6e6; }
.box-block .bd .title { font-size: 18px; line-height: 40px; height: 40px; margin-bottom: 5px; }
.box-block .bd .intro { font-size: 14px; line-height: 24px; height: 48px; }
.box-block .date-list .calendar { background: none; width: 80px; height: 80px; }
.box-block .date-list .calendar em { font-size: 40px; margin-bottom: 10px; color: #105aa5; position: relative; }
.box-block .date-list .calendar em::after { display: block; content: ""; width: 20px; height: 2px; background-color: #999; bottom: 0; left: 50%; transform: translateX(-50%); position: absolute; }
.box-block .date-list .calendar span { font-size: 14px; }

/* box-side ---------------- */
.box-side { border: 1px solid #f3f3f3; margin-bottom: 20px; box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);}
.box-side .hd { padding: 20px 20px 0; display: flex; justify-content: space-between; align-items: center; position: relative; }
.box-side .hd::before { display: block; position: absolute; content: ""; width: 4px; height: 32px; background-color: #1059a5; left: 0; top: 20px; }
.box-side .hd h3 { font-size: 20px; font-weight: bold; }
.box-side .hd .more { color: #666; font-size: 14px; }
.box-side .hd .more:hover { color: #1059a5; }
.box-side .bd { padding: 20px 20px 0; }

/* box-notice */
.box-notice .bd { padding-top: 5px; padding-bottom: 10px;  }
.box-notice .bd li { padding: 11px 0; border-bottom: 1px dashed #e6e6e6; }
.box-notice .bd li:last-child { border-bottom: none; }
.box-notice .date-list .title { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 26px; max-height: 52px;} 
.box-notice .date-list .calendar { background: none; }
.box-notice .date-list .calendar em { color: #1159a3; font-weight: bold; }

/* box-lecture */
.box-lecture .bd { padding-top: 5px; padding-bottom: 10px; }
.box-lecture .bd li { padding: 15px 0; border-bottom: 1px dashed #e6e6e6; }
.box-lecture .bd li:last-child { border-bottom: none; }
.box-lecture .date-list .calendar { height: 74px; background-color: #e3e3e3; }
.box-lecture .date-list .calendar em { background-color: #1059a5; color: #fff; }
.box-lecture .date-list .calendar span { line-height: 32px; }

/* box-spe */
.box-spe .bd li { }
.box-spe .bd .pic { height: 130px; width: 100%; }
.box-spe .bd .con { padding: 10px 0 15px; transition: all 0.5s; }
.box-spe .bd .title { line-height: 30px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box-spe .bd .intro { font-size: 12px; line-height: 24px; height: 48px; color: #999; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }


/* 机构设置-首页 ------------------------------------*/
.box-org { display: flex; justify-content: space-between; text-align: center; padding: 15px; margin-bottom: 15px; border: 1px solid #f3f3f3; border-left: 3px solid #1059a5; }
.box-org .hd { width: 145px; margin-right: 35px; }
.box-org .hd .pic { width: 145px; height: 100px;}
.box-org .bd { min-width: 0; flex: 1 0 0%; }
.box-org .bd li { float: left; width: 25%; padding: 0 15px; box-sizing: border-box; line-height: 36px; height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box-org .bd .liBg { background-color: #f7f7f7; }

/* linkList */
.linkList li { width: 23.5%; margin-right: 2%; float: left; margin-bottom: 25px; transition: all 0.5s; }
.linkList li a { height: 42px; line-height: 42px; background-color: #fff; border: 1px solid #ddd;  box-sizing: border-box; padding: 0 13px 0 18px; display: flex; align-items: center; justify-content: space-between; }
.linkList li a::after { content: ""; width: 0; height: 0; border: 5px solid transparent; border-left: 5px solid #d2d2d2; }
.linkList li:nth-child(4n) { margin-right: 0; }
.linkList li:hover { transform: translateY(-5px); }
.linkList li a:hover { background-color: #f0ba00; color: #fff; border-color: #f0ba00; box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.2); }
.linkList li a:hover::after { border-left-color: #fff; }

/* 机构设置-图片式 ------------------------------------------ */
.jgszPicList { margin: -1px -1px 0 0; overflow: hidden;}
.jgszPicList li { position: relative; z-index: 1; width: 306px; float: left; margin: 1px 1px 0 0; overflow: hidden;}
.jgszPicList li .title,
.jgszPicList li .titleBg { position: absolute; left: 0; bottom: 0; width: 100%; height: 42px; line-height: 42px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.jgszPicList li .title { z-index: 2; font-size: 16px; text-align: center; color: white;}
.jgszPicList li .title a { color: white;}
.jgszPicList li .title a:hover { text-decoration: none;}
.jgszPicList li .titleBg { z-index: 1; background-color: #000; opacity: .5; filter: alpha(opacity=50);}
.jgszPicList li:hover .title,
.jgszPicList li:hover .titleBg { height: 172px; line-height: 172px; font-size: 24px;}

/* 机构设置-表格式 ------------------------------------------ */
.jgszTableList { width: 100%; border-collapse: collapse;}
.jgszTableList th,
.jgszTableList td { padding: 10px; line-height: 30px; text-align: center; font-size: 16px; color: #666; border: 1px solid #e9e9e9;}
.jgszTableList th { color: #333; background-color: #f6f6f6;}
.jgszTableList tr:hover td { background-color: #eef8ff;}
.jgszTableList .url { width: 30%;}

/* 文章首页 -----------------------------------------*/
.pageSlide { background: #f9f9f9; position: relative; margin-bottom: 20px;}
.pageSlide li { display: flex; align-items: center; justify-content: start;}
.pageSlide .pic { width: 600px; height: 350px;}
.pageSlide .pic img { width: 100%; height: 350px;}
.pageSlide .con { overflow: hidden; flex: 1 0 0%; min-width: 0; zoom: 1; padding: 0 3%; margin-top: -30px;}
.pageSlide .title { font-size: 20px; line-height: 30px; font-weight: bold; color: #0062ad; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageSlide .title a { color: inherit;}
.pageSlide .date { display: block; padding: 10px 0; color: #999; font-size: 14px;}
.pageSlide .intro { color: #6c6c6c; font-size: 14px; line-height: 24px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageSlide .hd { text-align: center; width: 50%; position: absolute; z-index: 1; bottom: 30px; right: 0; height: 18px; font-size: 0;}
.pageSlide .hd li { display: inline-block; *display: inline; zoom: 1; cursor: pointer; width: 11px; height: 11px; overflow: hidden; margin-right: 4px; border: 1px solid #ffba00; border-radius: 100%;}
.pageSlide .hd li span { display: none;}
.pageSlide .hd .on { background: #ffba00;}

/* pageBoxLoop */
.pageBoxLoop { margin-top: -20px; overflow: hidden; }
.pageBoxLoop .box-icon { width: 49%; margin-top: 20px;}
.pageBoxLoop .box-icon .bd { height: 250px; padding: 15px 15px 10px;  }
.pageBoxLoop1 .box-icon { width: 100%; }
.pageBoxLoop1 .box-icon .bd { height: auto; }

/* 文章列表页 -----------------------------------------*/

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { padding: 25px 0; border-bottom: 1px dashed #E1E1E1; overflow: hidden;}
.pageTPList li:first-child { padding-top: 5px; }
.pageTPList .pic { float: left; margin-right: 25px; width: 200px;}
.pageTPList .pic img { width: 100%; height: auto;}
.pageTPList .con { overflow: hidden; zoom: 1;}
.pageTPList .title { font-size: 18px; line-height: 30px; height: 30px; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pageTPList .title a { background-image: linear-gradient(#0062ad, #0062ad); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.pageTPList .title:hover a { background-position: left bottom; background-size: 100% 1px; }
.pageTPList .intro { margin-bottom: 5px; font-size: 14px; line-height: 22px; color: #999; max-height: 44px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageTPList .others { font-size: 14px; color: #aaa;}
.pageTPList .others span { margin-right: 15px;}
.pageTPList .others .date::before { display: inline-block; vertical-align: top; content: "\E8FE"; font-family: "fontpower"; margin-right: 5px; }
.pageTPList .node { color: #aaa; margin-right: 15px;}

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 10px 0 10px 10px;}
.friendLinkList li { width: 27%; height: 36px; line-height: 36px; padding: 0 3.5% 0 2.5%; background: url(../../base/img/dot02.png) 0 center no-repeat; float: left; overflow: hidden;}

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 20px; }
.articleCon .power-content_voice { margin-bottom: 20px; }
.printArea .title { font-size: 30px; font-weight: bold; line-height: 1.5; text-align: center; margin-bottom: 20px; color: #0062ad;}
.printArea .subheading { font-size: 30px; font-weight: bold; color: #555; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 14px; margin-bottom: 35px; border-bottom: 1px solid #e9e9e9; line-height: 22px; padding: 10px 15px; text-align: center; color: #777; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #202c54; }
.printArea .property>span { padding: 0 10px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16px; line-height: 2; text-align: left; padding: 0 0 20px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p {margin: 20px 0 0px; padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.printArea .conTxt p:first-child{margin-top: 0px}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{ text-indent: 0; }
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 42%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.printArea .page { padding: 10px 0; text-align: center; }
.articleCon .userControl { font-size: 14px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; line-height: 30px; height: 30px; padding: 10px; border-bottom: 1px solid #e9e9e9; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; }
.articleCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.articleCon .others { padding: 10px 0; margin-bottom: 15px;}
.articleCon .others .prev, .articleCon .others .next { padding: 3px 0;}
.articleCon .btn { order: -1; }
.articleCon .btn a { margin-right: 15px; transition: all 0.5s; line-height: 38px; height: 38px; box-sizing: border-box; display: inline-block; color: #666; }
.articleCon .btn a::before { display: inline-block; transition: all 0.5s; content: "\E63A"; font-family: "font-webicon"; font-size: 18px; vertical-align: top; margin-right: 5px; color: inherit; }
.articleCon .btn .gbBtn::before { content: "\E63D"; }
.articleCon .btn a:hover { color: #0062ad; }
.articleCon .btn a:hover::before { transform: rotateY(180deg); }
.noSideContent .articleCon { border: 1px solid #e9e9e9; padding: 30px 50px; }

/*点赞与收藏*/
.likes-group li { line-height: 28px; }
.likes-group .Collection { background-position: 22px -45px; }
.likes-group .addCollection { background-position: 22px -291px; }

/* 文章分页 */
.articleCon .page-title-list { border: solid 1px rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10px; }
.articleCon .page-title-list ul li { float: left; margin-right: 50px; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

/* 相关信息 */
#relativeInfo { border-bottom: 2px solid #f3f3f3;}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%; border-bottom: 0;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display: flex; flex-wrap: wrap; margin: -1% -1.85%; }
.picPageList li { display: flex; flex-direction: column; width: 29.333%; margin: 1.5% 1.85%; }
.picPageList .pic { margin-bottom: 10px; position: relative; overflow: visible !important; }
.picPageList li:hover .pic::before { border-color: #0062ad; transform: translate(3px,3px); }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 67.5%; height: 0; z-index: 1; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picPageList .con { flex: 1 0 0%; padding: 20px 0; }
.picPageList .title { line-height: 40px; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.picPageList .intro { margin-top: 10px; font-size: 14px; color: #777; line-height: 24px; max-height: 48px; overflow: hidden; }
.picPageList .others { display: block; margin-top: 14px; font-size: 14px; line-height: 24px; color: #999; }
.picPageList .date::before { display: inline-block; vertical-align: top; font-family: "fontpower"; content: '\e737'; margin-right: 8px; font-size: 1.2em; color: #bda060; }

/* 图片-内容页 ----------------------------------------- */
.noSideContent .slide-wrap { border: 1px solid #e9e9e9; }
.noSideContent .swp-tool { font-size: 14px; }
.noSideContent .swp-tit h2,.noSideContent .swp-tit span { float: none; text-align: center; font-weight: bold; }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin: -1% -1.5%; overflow: hidden; text-align: center; }
.videoPageList li { float: left; width: 30.333%; margin: 1.5%; position: relative; overflow: hidden; }
.videoPageList li.noData { text-align: left; }
.videoPageList .pic a { display: block; padding-bottom: 56.25%; position: relative; overflow: hidden; height: 0; background: #000; }
.videoPageList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; opacity: 0.8; }
.videoPageList .pic a::after { content: '\e734'; font-family: "fontpower"; position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; font-size: 54px; color: #fff; line-height: 60px; text-align: center; }
.videoPageList .title a { padding: 12px 20px; display: block; height: 34px; font-size: 16px; line-height: 34px; background: #f5f5f5; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }
.videoPageList li:hover .pic img { opacity: 1; }

/* 专题首页 -----------------------------------------*/
.spePageList { overflow: hidden; padding-top: 10px; }
.spePageList li { float: left; text-align: center; margin-right: 40px; margin-bottom: 20px; }
.spePageList li:nth-child(4n) { margin-right: 0; }
.spePageList .pic { display: block; }
.spePageList .pic,
.spePageList .pic img { width: 270px; height: 130px; }
.spePageList .tit { display: block; padding-top: 10px; line-height: 30px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.spePageList .archivedTip { position: absolute; right: 5px; top: 5px; background: #999; color: #fff; height: 24px; line-height: 24px; font-size: 12px; padding: 0 15px;}

/* 信息提示页 */
.Showms { background: #fff; padding: 3% 5%; overflow: hidden; max-width: 540px; margin: 30px auto;}
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none;}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 15px; font-size: 18px;}
.Showms .BUT { padding: 25px 0 15px 0;}
.Showms .BUT a { padding: 0 15px; height: 36px; line-height: 36px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-right: 15px; background: #eee; border: 1px solid #ccc; font-size: 14px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none;}
.departmentSearch .searchBox { height: 60px; width: 100%;}
.departmentSearch .searchBox .hd { height: 36px; line-height: 36px; padding: 12px 0 12px 59px; float: left; font-size: 16px; color: #333; background: url(/content/main/petitionletter/img/petition-icons.png) 19px -151px no-repeat;}
.departmentSearch .searchBox .bd { height: 36px; width: 395px; float: right; padding: 12px 0px 0px 0px;}
.departmentSearch .searchBox .keyword { width: 200px; height: 24px; line-height: 24px; font-size: 14px; padding: 5px 0px 5px 15px; background: #fff; border: 1px solid #ccc; border-right: none; outline: none; float: left;}
.departmentSearch .searchBox .searchsubmit { width: 84px; height: 36px; line-height: 36px; font-size: 16px; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold;}
.departmentSearch { overflow: hidden; margin-bottom: 10px;}
.departments { height: 36px; width: 100px; line-height: 32px; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; float: left; margin-right: 5px;}

/*教育平台*/
.platformList { border-top: 1px solid #ddd; border-left: 1px solid #ddd; overflow: hidden; margin-left: -1px; margin-top: 20px; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-left: -1px;; text-align: center; padding: 40px 0 0; height: 150px;}
.platformList li .title { line-height: 50px; font-size: 16px;}
.platformList li .pic img { -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms;}
.platformList li .pic:hover img { transform: scale(-1.2, 1.2);}

/* 人才招聘 */
.recruitHomePage .pageBanner{height:300px; background:url(../../base/img/recruitbanner.jpg) 50% 0px no-repeat}
.recruitLinks .pic{margin-bottom:20px;}
.recruitLinks .pic img{width:100%; height:auto;}
.recruitLinks .links{overflow:hidden; display:block; margin-right:-27px;}
.recruitLinks .links li{width:280px; float:left; margin-right:26px;}
.recruitLinks .links li a{display:block; height:130px; background:url(../../base/img/recruit-btn-1.png) 0px 0px no-repeat; text-align:center; color:#fff; padding-top:50px;}
.recruitLinks .links li a .cn{display:block; font-size:24px; height:38px; line-height:38px; margin-bottom:10px; }
.recruitLinks .links li a .en{font-size:16px; line-height:26px; }
.recruitLinks .links li.li2 a{background-image:url(../../base/img/recruit-btn-2.png)}
.recruitLinks .links li.li3 a{background-image:url(../../base/img/recruit-btn-3.png)}
.recruitLinks .links li.li4 a{background-image:url(../../base/img/recruit-btn-4.png)}
.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: #0d7ac1; border-color: #0d7ac1;}
.fs-searchBar #formSearch:hover{background: #0773c2; border-color: #0773c2;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#0d7ac1}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#0773c2}
.customFormBox .hd h3 { border-bottom-color: #0d7ac1; color: #0d7ac1;  }
.customFormBox .hd h3 a { color: #0d7ac1; }
.customFormBox .hd .on { border-bottom-color: #0d7ac1; }
.customFormBox .hd .on a { color: #0d7ac1; }

/* 在线投票 */
.noSideContent .votePost { padding: 40px; margin: 0; border: 1px solid #e9e9e9; }
.voteListPage .voteCommonList li { margin-top: 10px; margin-bottom: 10px; }
.voteCommonList .tit { font-size: 16px; }
.voteCommonList .dates { line-height: 40px; }
.voteResultPage .surveyInfo .title-info dd i { margin-top: 2px; }

/* 问卷调查 */
#SurveyBox,
.surveyResult,
#FormBox { border: 1px solid #e9e9e9; }
.surveyListPage .surveyCommonList li { margin-top: 10px; margin-bottom: 10px; }
.surveyCommonList .tit,
.customFormList .tit { font-size: 16px; }
.surveyCommonList .dates { line-height: 40px; }
.customFormBoxLoop { padding-top: 20px; }

/* 文章-列表页-图片式-人物照片 ----------------------------------------- */
.picVerticle{ overflow: hidden; text-align: center; }
.picVerticle li{ float: left; width: 23.5%; margin-right: 2%; margin-bottom: 20px;}
.picVerticle li:nth-child(4n) { margin-right: 0; }
.picVerticle .pic{height: auto; padding:6px 5px; margin: 0 auto 10px; text-align: center; border: 1px solid #ddd;}
.picVerticle .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 133%; height: 0; z-index: 1; }
.picVerticle .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }

.picVerticle .title{padding: 0 10px; height: 32px; line-height: 32px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.picVerticle li:hover .pic{border-color: #bbb;}