﻿ul, ol, li { list-style: none; padding: 0px; border: none; margin: 0px; }
a, a:hover { text-decoration: none; }
a { color: #666; }
a:hover { COLOR: #0f2aaf; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: 'lightsize'; src: url("/font/a9365316327957.eot"); src: local(FZLanTingHeiS-UL-GB), url("/font/a9365316327957.eot?#iefix") format("embedded-opentype"), url("/font/a9365316327957.woff") format("woff"), url("/font/a9365316327957.ttf") format("truetype"), url("/font/a9365316327957.svg") format("svg") }
body { font-size: 12px; color: #333333; font-family: "微软雅黑"; font-weight: normal; margin: 0px; background: #f5f5f5; background-attachment: scroll; }
@media screen and (max-width: 1200px) {
body { width: 1200px }
}
/*首页开始*/
/*顶部开始*/
.btn { display: inline-block; border: none; text-align: center; background-image: linear-gradient(to right, #3366FF 0%, #3366FF 100%); color: #fff; min-height: 34px; line-height: 34px; padding: 0 15px; -webkit-transition: background 0.3s, border 0.3s; transition: background 0.3s, border 0.3s; }
.btn:hover { background: #3366FF; color: #fff; cursor:pointer;}
.btn.white { background: #fff; color: #666; border: 1px solid #ddd; }
.btn.white:hover { background: #666; color: #fff; border: 1px solid #666; }
.btn.disabled { background: #f1f1f1; border-color: #aaa; color: #aaa; cursor: default; }
.layout { max-width: 1200px; min-width: 980px; margin-left: auto; margin-right: auto; position: relative; }
.header { height: 258px; position: relative; z-index: 2; }
.topbar { height: 40px; line-height: 40px; background: #fff; color: #666; font-size: 13px; overflow: hidden; word-spacing: .5em; }
.topbar span { color: #999; }
.top-login { display: inline-block; }
.logo-row { height: 168px; background: #99deff}
.version a { line-height: 1; }
.version a.cur { font-weight: bold; }
.logo { display: block; }
.logo a { display: block; }
.search { height: 44px; /*padding-top: 50px;*/ position: absolute; top: 50px; right: 0; }
.search i { line-height: 44px; position: relative; font-size: 28px; }
.search button { width: 105px; height: 44px; font-size: 16px; margin-left: -1px; }
input.keyword { width: 235px; height: 20px; line-height: 20px; padding: 9px 5px 9px 50px; border: 3px solid #3366FF; margin-left: -40px; }
.nav { width: 100%; height: 50px; position: absolute; left: 0; bottom: 0; background-image: linear-gradient(to right, #3366FF 0%, #3366FF 100%); background-size: contain; }
.ie .nav {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient-bg.png', sizingMethod='scale'); background: none; }
.nav .layout { position: relative; }
.nav .float-bg { width: 12.5%; height: 50px; background: url(../images/black30.png); position: absolute; left: 0; top: 0; z-index: 0; }
.nav ul { display: block; position: relative; z-index: 1; }
.nav li { width: 12.5%; float: left; position: relative; line-height: 50px; font-weight: bold; text-align: center; }
.nav li a { display: block; color: #fff; font-size: 15px; transition: color 0.3s, background 0.3s; -webkit-transition: color 0.3s, background 0.3s; }
.nav li a:hover { color: #fff; }
.no-js .nav .float-bg { display: none; }
.no-js .nav li.cur a, .no-js .nav li a:hover { background: url(../images/black30.png); background: rgba(0,0,0,.3); }
.nav li a i { margin-left: 5px; }
.nav li .subnav { position: absolute; left: 0; top: 50px; min-width: 100%; ; background-image: linear-gradient(to right, #3366FF 0%, #3366FF 100%);/*border:1px solid #ddd;border-top:none;*/ display: none; }
.nav li:last-child .subnav { left: auto; right: 0; }
.nav li:last-child .subnav a { text-align: right; }
.nav li .subnav a { color: #fff; font-size: 13px; font-weight: normal; line-height: 35px; background: none; text-align: left; padding: 0 20px; border-bottom: 1px dotted #5385ff; white-space: nowrap; }
.nav li .subnav a:last-child { border: none; }
.nav li .subnav a:hover {background: #004dc0; color: #fff; }
.no-js .nav li:hover .subnav { display: block; }
.nav li.department-subnav { position: static; }
.nav li.department-subnav .subnav { width: 100%; position: absolute; left: 0; top: 50px; padding: 10px 0; }
/*顶部结束*/
/*banner开始*/
.slider { height: 600px; overflow: hidden; background: #333; position: relative; margin-top: -50px; }
.slider ul, .slider ul li { width: 100%; height: 600px; position: absolute; top: 0; left: 0; }
.slider ul li { display: none; }
.slider ul li:first-child { display: block; }
.slider ul { overflow: hidden; }
.slider ul li { background-size: cover; background-attachment: fixed; background-position: center; }
/*.slider ul li{-ms-behavior:url(/style/js/backgroundsize.min.htc);behavior:url(/style/js/backgroundsize.min.htc);}*/
.slide-img { position: relative; text-align: center; }
.slide-img .txt { display: inline-block; font-size: 50px; color: #fff; padding: 5px 0; font-family: "lightsize"; text-align: center; margin-top: 260px;/*word-spacing:.5em;letter-spacing:.4em;margin-left:.2em;*/ }
.slide-btn { position: absolute; width: 100%; left: 0; bottom: 100px; text-align: right; }
.slide-btn a { display: inline-block; width: 16px; height: 16px; border: 2px solid #0066FF; border-radius: 50%; vertical-align: middle; margin-left: 5px; font-size: 0; text-indent: -999px; overflow: hidden; }
.slide-btn a.cur { background: #0066FF; }
/*banner结束*/

/*通知公告开始*/
.notice { width: 1200px; height: 40px; left: 50%; margin-left: -600px; background: #fff; position: absolute; bottom: 30px; }
.notice .notice_bg { position: relative; width: 140px; height: 40px; line-height: 40px; background: #0066FF; color: #fff; float: left; font-size: 16px; font-weight: bold; text-align: center; }
.notice .notice_bg:after { position: absolute; content: ""; width: 0; height: 0; left: 135px; top: 8px; border-bottom: 12px solid transparent; border-top: 12px solid transparent; border-right: 12px solid transparent; border-left: 12px solid #0066FF; }
.notice .more { width: 50px; background: #f5f5f5; font-size: 13px; height: 40px; line-height: 40px; text-align: center; font-weight: bold; }
.notice .more a { color: #0066FF; }
#scroll_div { height: 40px; line-height:40px; overflow: hidden; white-space: nowrap; width: 1000px;}
#scroll_begin, #scroll_end { display: inline; }
#scroll_begin a, #scroll_end a{color:#666; font-size:13px;}
#scroll_begin a:before,#scroll_end a:before{
    content: "•";
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}
#scroll_begin a:hover{color: #0066FF;}

/*通知公告结束*/
.index_con { width: 1200px; margin: 0 auto; margin-top: 30px; margin-bottom: 50px; overflow: hidden; }
.index_lt { width: 25%; }
.index_rt { width: 73%; }
.normal_tit { font-size: 16px; color: #0066FF; line-height: 40px; border-bottom: 1px solid #eee; overflow: hidden; }
.normal_tit b { float: left; border-bottom: 3px solid #0066FF; }
.normal_tit a { float: right; color: #666; font-weight: normal; font-size: 14px; }
.normal_tit a:hover { color: #0066FF; }
/*左侧开始*/
.index_lt .left_top, .index_lt .left_bottom { background: #fff; padding: 20px; margin-bottom: 20px; }
.index_lt .left_bottom{height: 350px;}
.index_lt .left_top{overflow: hidden;}
.index_lt .left_top .about_tit { background: #006; font-size: 14px; font-weight: bold; color: #FFFFFF; }
.index_lt .left_top .about_tit a { display: inline-block; }
.index_lt .left_top .about_con { height:470px;line-height: 24px; padding: 20px 0; color: #666; font-size: 13px;

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 13;
overflow: hidden;
}
.about_con p{padding:0;margin:0;}
.index_lt .left_top .about_con img { width: 96%; padding: 0 2%; border: 1px solid #eee; }
.index_lt .left_top .index_icode { text-align: center; }
/*右侧开始*/
.index_rt .right_top { width: 100%; margin-bottom: 20px; overflow: hidden; }
.index_rt .right_top .luobo, .index_rt .right_top .right_news, .index_rt .right_middle .right_jishu, .index_rt .right_middle .right_chengguo { background: #fff; padding: 2%; height: 340px; }
.index_rt .right_top .luobo { width: 54%; }
.index_rt .right_top .right_news { width: 36%; }
.index_rt .right_middle { width: 100%; margin-bottom: 20px; overflow: hidden; }
.index_rt .right_middle .right_jishu { width: 45%; }
.index_rt .right_middle .right_chengguo { width: 45%; }
.index_newslist { padding: 10px 0; }
.index_newslist li { position: relative; height: 38px; line-height: 38px; font-size: 14px; border-bottom: 1px dotted #ccc; }
.index_newslist li a:before { content: "•"; font-weight: bold; color: #e4492d; margin-right: 5px; }
.index_newslist li img { display: inline-block; vertical-align: middle; margin-top: -24px; }
.index_newslist li a { display: inline-block; width: 85%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index_newslist li a:hover{color:#0066FF;}
.index_newslist li span { position: absolute; right: 0; top: 0; font-size: 12px; color: #999; }
.index_rt .right_bottom { background: #fff; padding: 23px 20px; }
/*右侧轮播图片开始*/

.small_slide { width: 100%; height: 330px; float: left; overflow: hidden; position: relative; }
.slide-cont { width: 100%; height: 330px; position: relative; overflow: hidden; }
.slide-item { position: absolute; width: 100%; height: 100%; left: -630px; }
.slide-item a { display: block; width: 100%; height: 100%; }
.slide-item img { width: 100%; height: 330px; }
.slide-txt { width: 100%; height: 50px; position: absolute; left: 0; bottom: 0px; z-index: 1; }
.slide-txt .txt_bg { width: 100%; height: 50px; background: #000; opacity: 0.7; filter: alpha(opacity=70); }
.slide-txt a { display: inline-block; height: 50px; line-height: 50px; text-align: left; font-size: 13px; padding-left: 10px; overflow: hidden; color: #0066FF; position: absolute; left: 0; top: 0; }
.slide-nav { width: auto; height: 12px; display: inline-block; overflow: hidden; position: absolute; z-index: 100; bottom: 21px; right: 20px; overflow: hidden; }
.slide-nav a { display: block; width: 12px; height: 12px; background: #d4d4d4; cursor: pointer; margin-left: 5px; float: left; border-radius: 50%; text-indent: -99em; overflow: hidden; }
.slide-nav .nownav { background: #0066FF; border-radius: 50%; }
#prev2, #next2 { display: block; width: 57px; height: 72px; position: absolute; top: 129px; display: none; }
#next { right: 0; background-position: -62px 0; }
/*底部轮播图片开始*/
#dema { overflow: hidden; height: 165px; width: 100%; margin-top: 30px }
#dema td:hover { background: #f5f5f5; }
/*底部-开始*/
.footer { width: 100%; background: #3366FF; color: #fff; }
.footer-content { max-width: 1200px; margin: 0px auto; padding-top: 40px; padding-bottom: 30px; }
.footer-content .s-upper { margin: 0 auto; padding: 0 40px 0px 0px; }
.footer-content .s-upper li { padding-left: 30px; }
.footer-item { list-style: none; font-size: 14px; display: inline-block; vertical-align: top; }
.footer-item.s-first { width: 38%; padding: 20px 90px 20px 0px; }
/*.footer-item.s-first li { padding-left: 0px; }*/
.footer-item.s-second { width: 32.8703704%; padding: 20px 0; border-right: 1px solid #558cfa; }
.footer-item.s-third { margin-left: 1%; }
.footer-item.s-third .info { margin-bottom: 0px; text-align: center; }
.info:first-child { margin-bottom: 27px; }
.info-desc { font-size: 15px; color: #fff; }
.info-desc span { display: block; width: 30px; height: 30px; float: left; margin-top: 5px; margin-right: 10px; position: relative; }
.info-desc .weixin i { display: none; width: 126px; height: 70px; background: url(../images/wechatqq.png) center no-repeat; text-align: center; position: absolute; bottom: 28px; left: -50px; font-style: normal; border: 1px solid #cccc; }
.info-desc .qq i { display: none; width: 142px; height: 180px; background: url(../images/wechat.png) center no-repeat; text-align: center; position: absolute; bottom: 15px; left: -60px; font-style: normal; }
.info-desc .weixin a { display: block; height: 33px; line-height: 40px; padding-left: 50px; background: url(../images/q1.gif) 12px 3px no-repeat; margin-top: 12px; color: #f60; text-align: left }
.info-desc span i img { width: 122px; height: auto; margin-left: 2px; margin-top: 25px; }
.info-desc span:hover i { display: block; }
.ewm { border: 1px solid #558cfa; padding: 12px 12px 8px 12px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 10px; }
.ewm img { width: 110px; height: 110px; }
.s-add { background: url(../images/s_add.png) left 6px no-repeat; }
.s-phone { background: url(../images/s_phone.png) left 6px no-repeat; }
.s-mail { height: 46px; background: url(../images/s_mail.png) left 6px no-repeat; }
.s-qq { background: url(../images/s_qq.png) left 6px no-repeat; }
/*版权信息*/
.copy { width: 100%; height: 50px; background: #305de6; }
.copy .content { width: 1200px; height: 50px; margin: 0 auto; line-height: 50px; color: #fff; text-align: center; }
.copy .content a { color: #fff; padding: 0 10px; /*float: left; */ }
.copy .content a:hover { color: #fff; }
.copy .content img{vertical-align: middle;padding-bottom: 4px;}
/*友情链接*/
.lin { width: 100%; overflow: hidden; padding: 20px 0; line-height: 25px; text-align: left; border-bottom: 1px solid #356ad4; background: #305de6; }
.links_box { width: 1200px; margin: 0 auto; }
.links_title { width: 80px; float: left; display: inline-block; }
.links_content { width: 920px; float: left; display: inline-block; }
.links_content ul li { float: left; display: inline; margin-right: 30px; line-height: 24px; word-break: break-all; word-wrap: break-word; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.links_content ul li a { color: #fff; }
.links_content ul li a:hover { text-decoration: underline; color: #fff; }
/*分享代码*/

/*底部-结束*/
.index_insert { background: #fff; padding: 20px; margin-bottom: 20px; }
.index_insert img { width: 100%; height: auto; }
/*内页开始*/
.inner_banner { position: relative; width: 100%; overflow: hidden; }
.juzhongbg { background: #f2f3f6; padding-bottom: 80px; overflow: hidden; }
.juzhong { width: 1200px; font-size: 14px; line-height: 28px; margin: 0 auto; color: #616161; padding: 37px 0px 0px 0px; overflow: hidden; }
.juzhong_l { width: 300px; float: left; color: #818181; background: #FFF; margin-bottom: 80px; }
.left_title { font-size: 26px; color: #3366FF; font-weight: bold; text-indent: 35px; padding-top: 28px; width: 300px; }
.left_eng { font-size: 16px; color: #626262; text-indent: 35px; width: 300px; height: 30px; line-height: 30px; text-transform: uppercase; padding-bottom: 12px; }
.left_line { width: 50px; height: 4px; background: #3366FF; margin-left: 35px; margin-top: 20px; }
.ny_left { float: left; width: 300px; overflow: hidden; padding: 10px 0px 20px 0px; border-bottom: 8px solid #ccc; }
.ny_left .left_menu { width: 300px; overflow: hidden; margin-top: 20px; clear: both; float: left; padding-bottom: 40px; }
.ny_left .left_menu li { height: 60px; position: relative; border-bottom: 1px dashed #ccc; }
.ny_left .left_menu li a { color: #4a4a4a; display: list-item; font-size: 14px; height: 60px; line-height: 55px; width: 100%; text-align: center; -webkit-transition: all 0s ease; -moz-transition: all 0s ease; -ms-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease; background: #fff; }
.ny_left .left_menu li a.nomal { background-image: linear-gradient(to right, #3366FF 0%, #3366FF 100%); line-height: 55px; height: 60px; width: 300px; display: block; font-weight: bold; color: #ffffff; }
.ny_left .left_menu li a:hover { background-image: linear-gradient(to right, #3366FF 0%, #3366FF 100%); line-height: 55px; height: 60px; width: 300px; display: block; font-weight: bold; color: #ffffff; text-align: center; width: 100%; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.ny_left .left_menu .hover { background: url(../images/hover.gif) no-repeat; font-weight: bold; }
.ny_left .left_menu .hover a { color: #fff; }
.juzhong_r { width: 800px; float: right; padding: 26px 35px 80px 35px; background: #FFF; min-height: 550px; }
.pub_right_title { overflow: hidden; border-bottom: 1px solid #eee; }
.qyjs { float: left; font-size: 18px; padding: 0px 5px; border-bottom: 3px solid #3366FF; height: 41px; line-height: 41px; }
.position { float: right; text-align: right; height: 44px; line-height: 44px; width: 400px; color: #6a6a6a; }
.juzhong_r .box { padding: 50px 0px 0px 0px; color: #666; clear: both; }
/*留言板*/
.contact { font-size: 16px; }
.contact p { color: #3366FF; font-weight: bold; }
.message { width: 100%; height: 640px; font-size: 14px; font-family: "Microsoft YaHei", "微软雅黑"; }
.inner_mess { width: 240px; height: 45px; border: 1px solid #D2D2D2; margin-bottom: 22px; line-height: 33px; color: #666; font-family: "Microsoft YaHei", "微软雅黑"; text-indent: 10px; }
.feed_word { width: 600px; height: 150px; line-height: 33px; border: 1px solid #D2D2D2; margin-bottom: 20px; color: #666; font-family: "Microsoft YaHei", "微软雅黑"; text-indent: 10px; }
.sub_back a { width: 150px; height: 50px; display: block; text-align: center; line-height: 50px; font-size: 14px; color: #fff; background-color: #3366FF; border: none; cursor: pointer; font-family: "Microsoft YaHei", "微软雅黑"; }
.sub_back a:hover { font-size: 14px; color: #fff; background-color: #004dc0; }
/*新闻开始*/
/*图文结合的新闻列表*/
.newslist { width: 100%; overflow: hidden; padding-top: 20px; }
.newslist ul li { background:#f5f5f5; margin-bottom: 15px; overflow: hidden; padding: 10px;border: 1px solid #eee;}
.newslist li .news_img { float: left; width: 150px;  height: 100px; padding: 5px; border: 1px solid #eee; background: #fff; overflow: hidden; }
.newslist li .news_img img { width: 100%; height: auto; }
.newslist li .news_right { width: 590px;height: 112px; float: right; overflow: hidden; }
.newslist li .news_right .n_title { color: #444; font-size: 20px; overflow: hidden; height: 25px; }
.newslist li .news_right .n_time { color: #aaa; height: 20px; line-height: 20px; margin-top: 5px; font-size: 12px; overflow: hidden; }
.newslist li .news_right .n_content { color: #666; height: 50px; line-height: 23px; margin-top: 8px; font-size: 14px; overflow: hidden; }
.newslist li:hover { border: 1px solid #3366FF; }
.newslist li:hover a .n_title { color: #3366FF }

/*单独的新闻列表*/
.news ul li { width: 800px; height: 50px; line-height: 50px; border-bottom: 1px #666 dashed; font-weight: bold; }
.news ul li span { width: 710px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news ul li i { width: 90px; font-style: normal; font-weight: normal; float: right; }
.news ul li a { color: #888; }
.news ul li a:hover { color: #3366FF; }
.news_title { width: 800px; color: #333; text-align: center; font-size: 22px; }
.c_line { width: 800px; height: 1px; border-bottom: 1px dotted #999999; margin-top: 20px; }
.news_time { width: 800px; height: 30px; background:#eee; color: #666; text-align: center; margin-top:20px;position:relative;}
.news_detail { width: 760px; padding: 20px; line-height: 30px; }
.news_detail table{width:100%;border-collapse:collapse;}
.news_detail table,.news_detail table td{border:1px solid #ccc;}
.news_detail img { max-width: 760px; }
/*--------分页代码----------*/

.quotes { padding: 3px; margin: 3px; text-align: center; font-family: "Microsoft YaHei", "微软雅黑"; font-size: 14px; margin-top: 50px; }
.quotes a { border: #ccc 1px solid; padding: 5px; color: #666; margin-right: 2px; text-decoration: none; cursor: pointer; }
.quotes a:hover { padding-right: 5px; padding: 5px; background: #3366FF; color: #fff; }
.quotes a:active { background: #3366FF; padding: 5px; }
.quotes span.current a { padding: 5px; background: #3366FF; color: #fff; margin-right: 2px; }
.fanye a { color: #1961ae; display: inline-block; width: 400px; overflow: hidden; height: 60px; line-height: 60px; }
.fanye .fr { text-align: right; }
.fanye a:hover { font-weight: bold; }
/*相册产品开始*/
/*公司相册*/
.pro_list { width: 100%; overflow: hidden; }
.pro_list ul { overflow: hidden; }
.pro_list li { float: left; width: 250px; height: 186px; display: block; margin-left: 14px; margin-bottom: 60px; }
.pro_list li img { width: 230px; height: 170px; padding: 8px; border: 1px solid #CCCCCC; }
.pro_list li:hover { background: #eee; }
.pro_list li a { text-decoration: none; color: #3c3c3c; text-align: center; display: block; }
.project_name { height: 40px; line-height: 40px; font-size: 14px; color: #666; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.project_name a:hover { color: 9d0000; }
/*师生内容*/
.shisheng_con { width: 760px; padding: 20px; line-height: 30px; }
.shisheng_con img { max-width: 760px; padding: 10px; border: 1px solid #ccc; }

/*技能秀场*/
.show_list { width: 100%; overflow: hidden; margin: 0 0px 60px 0px;}
.show_list a{ display: block; float: left; color: #3c3c3c;background: #f5f5f5; width: 215px;padding:15px; margin-left: 18px; margin-bottom: 30px;text-decoration: none;}
.show_list img { width: 215px; height: 150px; vertical-align: middle;}
.show_list a:hover {text-decoration: none;background: #3366ff;}
.show_list h2{ font-size:24px; line-height: 20px;color:#3366ff;}
.show_list h3{ font-size:16px; line-height: 20px;font-weight:normal;;color:#666; font-weight:bold;}
.show_list h4{ height: 45px; font-size:14px;line-height: 24px; font-weight:normal;color:#666;overflow:hidden;}
.show_list a:hover h2,.show_list a:hover h3,.show_list a:hover h4{ color: #fff; }

/*大赛足迹*/
.foot_bg { width: 800px; }
.event_year { width: 80px;text-align: center; float: left; margin-top: 10px; }
.event_year li { height: 40px; line-height: 40px; background: #FFF; margin-bottom: 1px; font-size: 18px; color: #828282; cursor: pointer; }
.event_year li.current { width: 61px; background: #0066ff; border-radius:3px; color: #FFF; text-align:center; padding-left: 9px; position:relative;}
.event_year li.current:before { content: ""; position: absolute; left: 100%; top: 12px; width: 0; height: 0; border-top: 8px solid transparent; border-left: 8px solid #0066ff; border-bottom: 8px solid transparent; }
.event_year li label:hover{ cursor:pointer;}

.event_list { width: 650px; float: right; background: url('../images/dian3.png') 0 0 repeat-y; margin: 10px 0 20px 0; }
.event_list h3 { margin: 0 0 10px -8px; font-size: 24px; font-family: Georgia; color: #0066ff; padding-left: 25px; background: url('../images/jian.png') 0 -45px no-repeat; height: 38px; line-height: 30px; font-style: italic; }
.event_list li span { width: 80px; text-align: right;margin-left: -90px;display: block; float: left; margin-top:10px;color:#666; }
.event_list li .con_txt{ margin-left: 15px; display: inline-block; padding-left: 10px; line-height: 25px; _float: left; }
/*.event_list li p span { position: relative; width: 650px; border-radius: 5px; text-align: left; -webkit-box-shadow: 0 0 15px 2px #eee; -moz-box-shadow: 0 0 15px 2px #eee; box-shadow: 0 0 15px 2px #eee; padding: 10px 15px; background: #FFF; margin: 0; }
.event_list li p span:before { content: ""; position: absolute; right: 100%; top: 20px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 20px solid #fff; border-bottom: 10px solid transparent; box-shadow: 0 0 5px 2px #000; }
*/
.event_list li .con_txt span{width:auto;text-align: left;;margin-left:0; float:none; margin-top:0;}
.event_list li .con_txt{ margin-left:40px;margin-bottom:40px;width: 560px; font-size:15px;color:#333;padding: 10px 15px; text-align: left; box-shadow: 0px 0px 6px #ccc; position: relative;color:#666; border-radius: 5px; }
.event_list li .con_txt:before, .event_list li  .con_txt:after { position: absolute; content: ''; left: -20px; overflow: hidden; pointer-events: none; -webkit-transform: rotate(45deg); -mz-transform: rotate(45deg); transform: rotate(45deg); }
.event_list li .con_txt:before { box-shadow: 0px 0px 6px #ccc; top: 16px; width: 14px; height: 14px; margin-left: 12px; }
.event_list li .con_txt:after { top: 14px; width: 18px; height: 18px; margin-left: 15px; background: #fff; box-shadow: none; }

.event_list li .con_txt img { width: 100%; height: auto;}


/*右侧浮窗*/
.floating_ck{position:fixed;right:0;bottom:10%; z-index:9020;}
.floating_ck dl dd{position:relative;width:60px;height:60px;background-color:#0066ff;margin-bottom:1px;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#0051ca;border-bottom:solid 1px #0066ff;}
.floating_ck dl dd:hover .floating_left{display:block;}
.words{background-image:url(../images/zxicon.png); background-size:40% 40%;}
.quote{background-image:url(../images/kficon.png); background-size:40% 40%;}
.return{background-image:url(../images/fanhui.png); background-size:40% 40%;}
.qrcord{background-image:url(../images/erweima.png); background-size:40% 40%;}
.floating_ck dd span{color:#fff;display:block;padding-top:34px; font-size:12px;}
.floating_left{position:absolute;left:-140px;top:0px;width:140px;height:60px;background-color:#0051ca;border-bottom:solid 1px #0066ff;display:none;}
.floating_left a{color:#fff;line-height:60px; font-size:14px;}
.floating_ewm{height:180px;top:-120px;}
.floating_ewm i{display:block;width:120px;height:120px;margin:auto;margin-top:7px;}
.floating_ewm i img{ width:100%;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:15px;}



.text_option{ overflow:hidden; position:absolute;top:5px; right:100px;}
.text_option #bnt1,.text_option #bnt2,.text_option #btnPrint,.text_option #btnPrintFull{ width:20px; height:20px; margin-left:5px; border:none;border-radius:5px;}
.text_option #bnt1{ background:url(../images/text_small.png) no-repeat center; background-size:90%;}
.text_option #bnt2{ background:url(../images/text_big.png) no-repeat center; background-size:90%;}
.text_option #btnPrint{ background: url(../images/print.png) no-repeat center; background-size:90%;}
