/*
* name:Global && Pc StyleSheet
* version:v3.1.1
* update:加入placeholder依赖样式
* date:2015-08-26
*/

/* 雪碧图 */
.ico { display:inline-block; overflow:hidden; width:20px; height:20px; 
	vertical-align:middle; background:url(../img/ico.png);margin:0 .3em;}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/*
* 依赖：
* placeholder插件
*/
.placeholder { color:#aaa;}
/* 设置 */
body{font-size:13px; line-height:1.8; color:#555; background:#fff;}
.wrap { max-width:1000px; margin-right:auto; margin-left:auto; *width:1000px;}
a{color:inherit;}
a:hover { color:#0066cc;}
/*css组件-设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
/*选中设置*/
::-moz-selection {color:#fff; background:#39f; }
::selection {color:#fff; background:#39f; }

/* table */
.datalist {width:100%; border-collapse:collapse; border-spacing:0; border:1px solid #ccc; }
.datalist caption { padding-bottom:5px;}
.datalist th {font-weight:700; padding:5px 15px; border:1px solid #ccc; background:#eee;}
.datalist td {padding:5px 15px; border:1px solid #ccc;}
.datalist tr.altrow { background:#ccc;}

/* 网站样式 */
a.j_tel { cursor:default; }
a.unable { display: none!important; }
.imgZoom img { -moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.imgZoom:hover img {transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
/*page_head*/
.pageHeader { clear:both; background:#fff url(../img/topbg.png) center 0 repeat-x; padding-top:8px; box-shadow:#333 0px 0px 20px; position:relative; z-index:100;}
.pageHeader .logo { float:left; }
.pageHeader .j_links,.pageHeader .j_search { text-align:right; }
.pageHeader .j_links { line-height:20px; padding-top:15px; margin-bottom:10px;}
.pageHeader .j_links em { margin:0 15px; }

.pageHeader .j_search { float:right; padding:6px 44px 6px 21px; width:153px; height:22px; line-height:22px; background:url(../img/top_search.png) no-repeat; position:relative; margin-bottom:12px;}
.pageHeader .j_search .j_inp { width:100%; border-width:0; }
.pageHeader .j_search .j_inp::-webkit-input-placeholder { color:#458fce; }
.pageHeader .j_search .j_inp:-moz-placeholder { color:#458fce; }
.pageHeader .j_search .j_inp::-moz-placeholder { color:#458fce; }
.pageHeader .j_search .j_inp:-ms-input-placeholder { color:#458fce; }

.pageHeader .j_search .j_btn { width:35px; height:25px; line-height:0.5; position:absolute; right:10px; top:5px; background-color:transparent; border-width:0; color:#2f9cef; text-align:center; cursor:pointer;}
.pageHeader .j_search .j_btn .ion { margin:0; font-size:19px;}

.mobile_key { display:none; width:50px; height:50px; line-height:50px; text-align:center; font-size:29px; overflow:hidden; position:absolute; right:10px; top:8px;}
.mobile_key .ion { margin:0; }

.pageNav > ul { max-width:1000px; margin-right:auto; margin-left:auto; *width:1000px;}
.pageNav > ul > li { float:left; position:relative;padding:0 17px;}
.pageNav > ul > li > a { display:block; height:50px; line-height:50px; text-align:center; font-size:16px; white-space:nowrap; color:#0d5d97;}
.pageNav > ul > li.cur > a,.pageNav > ul > li:hover > a { color:#0066cc; font-weight:bold; }

.pageNav > ul > li > ul { width:150%; height:auto; position:absolute; left:0; top:100%; display:none;}
.pageNav > ul > li > ul > li { background:url(../img/sec_navbg.png); border-bottom:#7ea8d7 1px solid; position:relative;}
.pageNav > ul > li > ul > li > a { display:block; font-size:14px; color:#fff; padding:4px 10px 4px 30px; line-height:24px;}
.pageNav > ul > li > ul > li.sec_hover,.pageNav > ul > li > ul > li:hover { background-image:url(../img/third_navbg.png); }
.pageNav > ul > li > ul > li.secNav > a { position:relative; }
.pageNav > ul > li > ul > li.secNav > a:after {content:""; display:block; width:15px; height:15px; line-height:14px; color:#fff; text-align:center; position:absolute; right:5px; top:50%; margin-top:-7px; font-size:12px; background:url(../img/ico.png) -42px -2px no-repeat;}

.pageNav > ul > li > ul > li > ul { width:100%; height:auto; position:absolute; left:100%; top:0; display:none;}
.pageNav > ul > li > ul > li > ul > li { background:url(../img/third_navbg.png); } 
.pageNav > ul > li > ul > li > ul > li a { display:block; font-size:13px; color:#fff; padding:4px 10px 4px 30px; line-height:25px;}
.pageNav > ul > li > ul > li > ul > li a:hover { text-decoration:underline; }
/*.pageNav > ul > li > ul a:hover { text-decoration:underline;}*/
/*page_head end*/

/*page_foot*/
.pageFooter { background-position:center bottom; background-repeat:no-repeat; background-image:url(../img/channel_footbg.jpg); padding-top:178px; padding-bottom:30px; line-height:24px;}
.pageFooter .lt { display:inline-block; white-space:nowrap; margin-right:8px;}
.pageFooter a,.pageFooter { color:#000; }
.pageFooter .j_left { width:75%; float:left; font-size:12px;}
.pageFooter .j_right { width:24%; float:right; }

.pageFooter .j_links { padding-top:10px; font-size:14px; font-weight:bold;}
.pageFooter .j_links em { margin:0 8px; font-weight:normal;}

.pageFooter .j_right > dl { padding:0 50px 0 26px; width:158px; width:auto; height:34px; background-color:#105e88; color:#fff; position:relative; }
.pageFooter .j_right > dl.j_friend_links { background-color:#fa920f;}
.pageFooter .j_friend_links dt { height:34px; line-height:34px; cursor:pointer;}
.pageFooter .j_friend_links dt .ico { margin:0; position:absolute; right:16px; top:10px; }
.pageFooter .j_friend_links dd { width:100%; height:auto; position:absolute; left:0; bottom:100%; background-color:#fff; max-height:160px; overflow-x:hidden; overflow-y:auto; display:none;}
.pageFooter .j_friend_links dd a { display:block; padding:4px 10px; }
.pageFooter .j_friend_links dd a:hover { background-color:#f4f4f4; }
.pageFooter .j_friend_links:hover dd { display:block; }
.pageFooter .j_foot_search { line-height:34px; }
.pageFooter .j_foot_search .j_inp { width:100%; border-width:0; background-color:transparent; color:#fff;}
.pageFooter .j_foot_search .j_inp::-webkit-input-placeholder { color:#ffffff; }
.pageFooter .j_foot_search .j_inp:-moz-placeholder { color:#ffffff; }
.pageFooter .j_foot_search .j_inp::-moz-placeholder { color:#ffffff; }
.pageFooter .j_foot_search .j_inp:-ms-input-placeholder { color:#ffffff; }
.pageFooter .j_foot_search .j_btn { width:50px; height:34px; line-height:1; border-width:0; color:#fff; position:absolute; right:0; top:0; background-color:transparent; padding:0; cursor:pointer; }
.sideFoot { width:55px; height:auto; position: fixed; right:10px; top:50%; z-index:90; }
.sico { display:inline-block; width:50px; height:50px; background:url(../img/side_ico.png) no-repeat; overflow:hidden; }
.si01 { background-position:0 0; }
.si02 { background-position:0 -50px; } 
.sideFoot li { margin-bottom:2px; }
.sideFoot a { display:block; background-color:#b7d3eb; text-align:center; font-size:0; padding:2px 0;}
.sideFoot a.gotop { background-color:#3276c0; font-size:19px; color:#fff; height:51px; line-height:50px; overflow: hidden;}
.sideFoot li .bds_more { margin:0; float: none; background-image:none; width:auto; height:auto; padding:2px 0; }
body .bdshare_popup_box { display:none!important; }
.ewm_img { width:145px; height:333px; }
body .tip-content { padding:10px; }
/*page_foot end*/

/*indexPage*/
.indexPage .pageFooter { padding-top:226px; background-image:url(../img/footbg.jpg); margin-top:-150px;}

.ibanner { height:385px; position:relative; clear:both; margin-bottom:20px;}
.ibanner img { width:1920px; height:385px; position:absolute; top:0; left:50%; margin-left:-960px; max-width:none;}
.ibanner .slide_nav { width:100%; height:auto; position:absolute; left:0; bottom:10px; font-size:0; text-align:center; z-index:10;}
.ibanner .slide_nav a { display:inline-block; width:10px; height:10px; border:#fff 2px solid; border-radius:50%; cursor:pointer; margin:0 3px;}
.ibanner .slide_nav a.on { background-color:#3a98e4; border-color:#3a98e4;}

.ipart { margin-bottom:15px; }
.ipart a.more { float:right; color:#acacac;}
.inews { position:relative;}
.inews .tab_b { text-align:right; height:40px; line-height:40px; margin-bottom:15px;}
.inews .tab_t { font-size:18px; font-weight:bold; width:85px; line-height:40px; text-align: center; position:absolute; left: 0; top: 0; color:#6f6f6f; background-color:#fff;}
.inews .tab_t_cur { color:#01549b; }

.itopNews { border-bottom:#cacaca 1px dotted; font-size:12px; padding-bottom:15px; margin-bottom:10px;}
.itopNews .img,.itopNews .img img { width:120px; height:90px;}
.itopNews .img { float:left; margin-right:15px; }
.itopNews .intro { overflow:hidden; }
.itopNews .title { font-size:14px; height:20px; line-height:20px; color:#0066cc; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.itopNews .time { color:#999; }
.itopNews .time .ion { margin-left:0; margin-bottom:3px;}
.itopNews .text { line-height:20px; max-height:40px; overflow:hidden; }

.inewslist { font-size:12px; }
.inewslist li { height:24px; line-height:24px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.inewslist .time { color:#166db4; margin-right:8px; }

.ipart01 { padding-bottom:35px; background:url(../img/shadow_line.jpg) bottom no-repeat;}

.i_hd { height:40px; line-height:40px; margin-bottom:15px;}
.i_hd .title { float:left; font-size:18px; color:#01549b; }

.ifco { display:inline-block; width:30px; height:30px; background:url(../img/i_info.png) no-repeat;}
.ifco01 { background-position:0 0;}
.ifco02 { background-position:-30px 0;}
.ifco03 { background-position:-60px 0;}
.ifco04 { background-position:-90px 0;}
.ifco05 { background-position:-120px 0;}

.iInfo { margin-left:5%; }
.infoBox { clear:both;}
.infoBox .dl { width:52px; height:210px; float:left; background-color:#a4d5f6; position:relative; overflow: hidden;}
.infoBox a { display:block; overflow:hidden; clear:both; position:relative;}
.infoBox .dt { width:52px; height:210px; position:absolute; left:0; top:0; text-align:center;}
.infoBox .dt .ifco { display:block; margin:35px auto 12px; }
.infoBox .dt .n { display: block; color:#fff; font-size:17px; line-height:1.2; padding:0 10px;}
.infoBox .dd { margin-left:52px; height:210px; position:relative; overflow: hidden;}
.infoBox .dd img { width:100%; height:auto; }
.infoBox .dd .zoom { position: absolute; left:50%; top:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url(../img/zoom40x40.png);}
.infoBox .dl1 { background-color:#a4d5f6; z-index:1;}
.infoBox .dl2 { background-color:#8ac5f4; z-index:2;}
.infoBox .dl3 { background-color:#76baee; z-index:3;}
.infoBox .dl4 { background-color:#60aced; z-index:4;}
.infoBox .dl5 { background-color:#4da0e4; z-index:5;}
.infoBox .dl4 a{position: absolute;height: 100%;width:50%;top:0;line-height: 250px;text-align: center;
color:#000;}
.infoBox .dl4 ._l1{left: 0;background:url(../img/i-s-l-1.png) center 38% no-repeat;}
.infoBox .dl4 ._l2{left: 50%;background:url(../img/i-s-l-2.png) center 38% no-repeat;}
.infoBox .dl4 a:hover{color:#0066cc;}

.ischool { position: relative; clear: both; }
.ischool .sc_btn { display: block; width:40px; height:100px; line-height:100px; position: absolute; top:50%; margin-top:-50px; text-align: center; z-index:10;}
.ischool .sc_btn .ion { margin:0; font-size:39px; }
.ischool .scb_prev { left:-50px; }
.ischool .scb_next { right:-50px; }

.school_scroll { position:relative; overflow:hidden; height:180px;}
.school_scroll li { width:24%; float:left; margin-right:1%; }
.school_scroll .img { display:block; position:relative; overflow: hidden; height:0; padding-bottom:75%;}
.school_scroll .img img { width:100%; height:auto; }
.school_scroll .title { width:83%; padding:0 14% 0 4%; height:auto; line-height:38px; position: absolute; left:0; bottom:0; background:url(../img/black.6.png); color:#fff; font-size:16px; color:#fff; }
.school_scroll .title .ion { font-weight:normal; color:#fff; position: absolute; right:5px; top:0; }
.school_scroll .img:hover .title { background:url(../img/ischool_titlebg.png) right bottom no-repeat #ff6600; }

.ipart03 .i_hd { height:auto; }
.ipart03 .links { margin-left: 90px; }
.ipart03 .links a { display: inline-block; white-space:nowrap; }
.ipart03 .links em { margin:0 8px; }

/*channelPage*/
.channel_banner { height:330px; background-position:center top; background-repeat:no-repeat; }

.channelMain { margin-top:-60px; padding-bottom:30px;}
.channelLeft { width:22%; float:left;}
.channelRight { width:72%; float:right;}

.channelLeft .j_hd { background:url(../img/channel_hdbg.png) no-repeat; height:118px; }
.channelLeft .j_hd .title { font-size:24px; font-weight:normal; color:#fff; padding:40px 0 0 30px; }
.channelLeft .j_menu { border-bottom:#ddd 1px solid; margin-bottom:20px;}
.channelLeft .j_menu > li { border-left:#1172ab 12px solid; }
.channelLeft .j_menu > li > a { display:block; line-height:22px; padding:15px 10px 15px 32%; border-top:#dddddd 1px solid; font-size:14px; color:#222; position:relative;}
.channelLeft .j_menu > li > a .ico { position:absolute; right:5px; top:17px; margin:0;}
.channelLeft .j_menu > li > a:hover { background-color:#dddddd; }
.channelLeft .j_menu > li.cur { border-left-color:#ff9600; }
.channelLeft .j_menu > li.cur > a { background-color:#dddddd; border-top:#c0c0c0 1px solid; border-bottom:#c0c0c0 1px solid;}

.channelLeft .j_menu ul { display:none;}
.channelLeft .j_menu ul > li > a { display:block; line-height:22px; padding:5px 10px 5px 32%; color:#666; background-color:#f9f9f9; border-bottom:#fff 1px solid;}
.channelLeft .j_menu ul > li > a:hover { background-color:#f4f4f4; }
.channelLeft .j_menu ul > li.cur > a { color:#0b609b; }
.channelLeft .j_menu .cur ul { display:block; }

.channel_menu { clear:both; margin-bottom:20px; }
.channel_menu li { float:left; margin-right:7px;}
.channel_menu a { display:inline-block; height:32px; line-height:32px; font-size:16px; padding:0 30px; background-color:#dddddd; color:#666; }
.channel_menu a:hover,.channel_menu li.cur a { background-color:#4da0e4; color:#fff; }

.channelRight {margin-top:-40px;}
.channelRight .breadcrumbs { font-weight:normal; text-align:right; font-size:12px; margin-bottom:30px; color:#0b5f9b;}
.channelRight .breadcrumbs em,.channelRight .breadcrumbs a { color:#555; }
.channelRight .breadcrumbs em { font-family:宋体; margin:0 5px;}
.channelRight .channel_hd { margin-bottom:20px; }
.channelRight .channel_hd .title { font-size:24px; font-weight:normal; }

.textContent { line-height:1.8; min-height:300px;}

/*翻页*/
.page{font-size:12px; color:#777777; text-align:center;}
.page a,.page span { color:#777777;display:inline-block;border:1px solid #ededed;padding:5px 10px;vertical-align:middle;margin:0 0 10px -1px;}
.page .goprev{margin-right:10px;}
.page .gonext,.page .count {margin-left:10px;}
.page a:hover,.page span{color:#fff; background:#307bed;}
.page span.goprev,.page span.gonext {color:#777777; background:none}
.page span.count { border:0;background:0;color:#777777;}

/*公告*/
.widget-newslist-4 { margin-bottom:20px; }
.widget-newslist-4 li { margin-top:-1px; vertical-align:top;border:1px solid #ededed; background:#ffffff; }
.widget-newslist-4 li a {position:relative;  display:block; overflow:hidden; padding-left:45px; transition:none; *zoom:1; }
.widget-newslist-4 .j_mark { position:absolute; top:0; left:0; width:45px; margin-bottom:-999px;padding-bottom:999px; }
.widget-newslist-4 .j_mark:before { content:"+"; position:absolute; left:0;top:4px; font-weight:700;font-size:18px; font-family:tahoma; width:100%; text-align:center;}
.widget-newslist-4 .j_title {line-height:40px; height:40px; padding:0 10px; cursor:pointer;border-bottom:1px solid #ffffff; }
.widget-newslist-4 .j_title .j_t {font-size:16px; float:left; width:88%; color:#333333;}
.widget-newslist-4 .j_title .j_date { float:right; text-align:center; color:#999999; width:12%;}
.widget-newslist-4 .j_p {line-height:20px; overflow:hidden; height:0;  margin:0 10px;}
.widget-newslist-4 a:hover, .widget-newslist-4 .hover a, .widget-newslist-4 .hover .j_t { color:#333; background:#e4e4e4;}
.widget-newslist-4 a:hover .j_mark, .widget-newslist-4 .hover .j_mark { background:#eee;}
.widget-newslist-4 a:hover .j_mark:before, .widget-newslist-4 .hover .j_mark:before {content:"-"; }
.widget-newslist-4 a:hover .j_title, .widget-newslist-4 .hover .j_title { border-color:#fff;}
.widget-newslist-4 a:hover .j_date, .widget-newslist-4 .hover .j_date{color:#333;}
.widget-newslist-4 a:hover .j_p, .widget-newslist-4 .hover .j_p { height:auto; margin:15px;}

/*师生风采*/
.people_list { margin-bottom:15px; }
.people_list li { clear:both; overflow:hidden; margin-bottom:15px;}
.people_list .j_face { display:block; width:115px; height:150px; float:left; border:#ddd 1px solid; padding:4px; background-color:#fff; margin-right:15px; }
.people_list .j_face img { width:115px; height:150px; }
.people_list .j_intro { overflow:hidden; border-bottom:#ddd 1px dotted; min-height:159px;}
.people_list .title { font-size:16px; height:34px; line-height:34px; margin-bottom:5px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.people_list .text { line-height:20px; max-height:60px; margin-bottom:15px; overflow:hidden; }
.people_list .more { display:inline-block; width:75px; height:21px; background-color:#dddddd; color:#4a4a4a; text-align:center; font-size:12px; border:#fff 1px solid;}
.people_list li:hover a { color:#0066cc; }
.people_list li:hover .more { background-color:#469fd3; color:#fff; border-color:#d0e8f5; }

.student .j_face,.student .j_face img { width:200px;}


/*新闻列表*/
.news_list { margin-bottom:15px; }
.news_list li { clear:both; overflow:hidden; position:relative; font-size:12px; padding-bottom:15px; margin-bottom:15px; border-bottom:#cccccc 1px dotted;}
.news_list .j_img { width:17%; height:0; overflow:hidden; padding-bottom:13%; float:left; margin-right:10px;}
.news_list .j_img img { width:100%; height:auto; }
.news_list .intro { overflow:hidden; }
.news_list .title { height:20px; line-height:20px; font-weight:normal; font-size:16px; margin-right:140px; margin-bottom:12px; font-weight:bold; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.news_list .time { line-height:20px; white-space:nowrap; position:absolute; right:0; top:0; font-size:12px; }
.news_list .text { line-height:20px; max-height:40px; overflow:hidden; }

/*新闻详细*/
.widget-newsdetail-2 .j_head { border-bottom:1px dotted #cccccc; }
.widget-newsdetail-2 .j_head .j_title { font-size:20px; line-height:1.4; font-weight:bold; text-align:center;}
.widget-newsdetail-2 .j_head .sec_title { font-size:16px; text-align:center; }
.widget-newsdetail-2 .j_tools { padding:10px 0; color:#999999;}
.widget-newsdetail-2 .j_tools
.widget-newsdetail-2 .ion { font-size:16px; font-weight:normal;}
.widget-newsdetail-2 .j_tools .j_tool{margin:0 4px;display:inline-block; vertical-align:middle;}
.widget-newsdetail-2 .j_tools b { font-weight:normal; }
/* .widget-newsdetail-2 .j_tools .j_tool:hover{color:#ff9600;} */
.widget-newsdetail-2 .j_tools .j_b2l .ion { color:#ff9600;}
.widget-newsdetail-2 .myart { padding:20px 0; min-height:300px;}
.widget-newsdetail-2 .j_detailPage_bottom {border-top:1px solid #cccccc;}
.widget-newsdetail-2 .j_detailPage_bottom li {line-height:30px; overflow:hidden; height:30px;  padding:0 10px; border-bottom:1px solid #cccccc; }
.widget-newsdetail-2 .j_detailPage_bottom .j_mark {font-weight:bold; float:left; margin-right:10px; }
.widget-newsdetail-2 .j_detailPage_bottom .j_title {font-size:14px;  float:left; width:68%;}
.widget-newsdetail-2 .j_detailPage_bottom .j_title:hover { color:#ff9600;}
.widget-newsdetail-2 .j_detailPage_bottom .j_time { float:right;}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more { float:none; padding-left:2px; background:none; }

/* 校园风景 */
i.zoom { display:block; width:60px; height:60px; background:url(../img/zoom.png) no-repeat;}
.pic_list { margin-bottom:15px; }
.picBox { margin-bottom:15px; }
.picBox .j_img { display:block; height:0; overflow:hidden; padding-bottom:75%; position:relative;}
.picBox .j_img img { width:100%; height:auto; }
.picBox .title { width:100%; height:auto; position:absolute; left:0; bottom:0; background:url(../img/black.6.png); color:#fff; text-align:center; font-size:15px; padding:5px 0;}
.picBox .j_cover { width:100%; height:100%; position:absolute; left:0; top:100%; background:url(../img/black.6.png); color:#fff; text-align:center;}
.picBox .j_cover i.zoom { margin:20% auto 10px;}

/*资料下载*/
.widget-download-1 { margin-bottom:20px; border-top:#eee 1px solid; }
.widget-download-1-bar {font-size:16px; font-weight:700; line-height:40px;  height:40px; padding:0 12px; color:#ffffff; background:#333333;}
.widget-download-1-list li { height:36px; line-height:36px; overflow:hidden; vertical-align:top; color:#333333; border-bottom:1px solid #eee; background:#ffffff; font-size:14px}
.widget-download-1-list li:nth-child(even),.widget-download-1-list li.even { background:#fbfbfb;}
.widget-download-1-list li a { color:#333333;}
.widget-download-1-list li a:hover { color:#0e90d2;}
.widget-download-1-list .j_title { padding:0 10px; width:65%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.widget-download-1-list li .j_view {padding:0 10px; border-left:1px solid #ededed; }
.widget-download-1-list .ion { font-size:16px; color:#0e90d2;}

/*人物介绍详细*/
.people_detail > ._img { text-align:center; margin-bottom:10px;}
.people_detail .j_head { border-bottom-width:0; margin-bottom:15px; }

.sear_f .inp { border-width:0; padding:0;}


.ipart .iInfo a.more { display:none; }

.page a, .page span { height:23px; line-height:23px; overflow:hidden; }

.ewm_img { width:130px; height:406px; text-align:center; }

.widget-newsdetail-2 .j_tools .j_tool .ion { font-size:16px; }
.widget-newsdetail-2 .j_tools .j_tool a { color:#999; }

.infoBox .dl5 a{position: absolute;height: 100%;width:50%;top:0;line-height: 250px;text-align: center;
color:#000;}
.infoBox .dl5 ._l1{left: 0;background:url(../img/i-s-l-1.png) center 38% no-repeat;}
.infoBox .dl5 ._l2{left: 50%;background:url(../img/i-s-l-2.png) center 38% no-repeat;}
.infoBox .dl5 a:hover{color:#0066cc;}
/*20150108*/
.widget-job-1 { margin-bottom:20px; }
.widget-job-1 li { border-bottom:0px solid #cccccc; float: left; width: 100%; height: 34px; line-height: 34px; text-align:center;}
.widget-job-1 li:nth-child(odd),.widget-job-1 li.even { background-color:#f4f4f4; }
.widget-job-1 li ._t1 { width: 55%; padding-left:3%; margin-right:5%; text-align:left; }
.widget-job-1 li ._t2 { width: 18%; }
.widget-job-1 li ._t3 { width: 18%; }
.widget-job-1 li.first { background:#ededed!important; border-bottom:#05a6eb 2px solid; padding: 0; font-weight:bold;}
.widget-job-1 li.first ._ut { float: left;}
.widget-job-1 li ._un { float: left; text-align: center; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.widget-job-1 li ._t1 { text-align:left; }
.widget-job-1 li.first ._t1 { padding-left:8%; width:50%; }


.sear_f .inp { border-width:0; padding:0;}

.isearch #SearchChannelUL li { float:left; margin-right:10px; line-height:20px; margin-bottom:5px; }
.isearch #SearchChannelUL li .cur { font-weight:bold; color:#0d5caa; }

.isearch .sInput { margin-bottom:5px; }

/*20160308*/
.itab_ts a,.i_hd .title { font-size:16px; }
.inews_list .title,.i_list li { font-size:15px; }

.isearch .mylib .input_b { padding-left:63px; position:relative; width:14%; margin-right:0;}
.isearch .mylib .input_b label { width:65px; position:absolute; left:0; top:0; text-align:right; line-height:34px;}
.isearch .mylib .btn_b { margin-left:15px; width:10%;}
.isearch .mylib .tip_b { line-height:1.4; width:45%;}

.isearch .tab_val { display:none; }
.isearch .tab_c_cur { display:block; }
.i_list { height:114px; padding-top:0;}
.tab_c .inews_list { height:125px; }

/*20160310*/
.pageNav > ul > li > a { font-size:15px; }
.isearch .isTab a { font-weight:bold; }
.itab02 .tab_c { display:block; }
.itab02.tab .tab_c { display:none; }
.itab02.tab .tab_c_cur { display:block; }

.widget-newsdetail-2 .j_tools .j_tool .ion { font-size:16px; }
.widget-newsdetail-2 .j_tools .j_tool a { color:#999; }


.myart table {width:100%!important; border-collapse:collapse; border-spacing:0; border:1px solid #ccc!important;}
.myart table caption { padding-bottom:5px;}
.myart table th {font-weight:700; padding:5px 15px; border:1px solid #ccc!important; background:#eee;}
.myart table td {padding:5px 15px; border:1px solid #ccc!important;}
.myart table tr.altrow { background:#ccc;}

.widget-newslist-4 .j_title ._t { display:block; }

.widget-newslist-4 .j_title { padding-right:115px; position:relative; }
.widget-newslist-4 .j_title ._t { display:block; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.widget-newslist-4 .j_title .j_date { width:auto; position:absolute; right:10px; top:0; } 

/*2016-10-27*/
.duilian_con{position:fixed;right:0;bottom:0; width: 150px; height: 120px;z-index: 10;}