@charset "UTF-8";
.fl { float: left }
.fr { float: right }
.htitle { text-align: center; font-weight: 700; font-size: 36px; margin: 30px auto }
.box, article { width: 1226px ;margin: auto; overflow: hidden }
.whitebg { background: #fff; border: 1px solid #eee; }
.whitebg a{text-decoration: none;}
/*stdentlist*/
.w50{width:50%}
.btn-mobile{float:left !important;position:relative;top:-40px}
.require{height:60px;overflow:hidden}
.successList{width:250px;height:auto;line-height:22px;overflow:hidden;margin:10px auto 0px auto}
.topic{width:250px;height:22px;overflow:hidden;color:#666;white-space:nowrap;text-overflow:ellipsis;font-family:"微软雅黑";font-size:14px}
.answer{width:250px;height:22px;overflow:hidden;color:#1985c6;white-space:nowrap;text-overflow:ellipsis;font-family:"微软雅黑";font-size:14px}
.one-line-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pa15 p{margin:0 0 10px}
/*tuijian*/
.tuijian { padding: 20px; }
.tuijian ul { overflow: hidden; padding-top: 10px }
.tuijian li { overflow: hidden; margin-bottom: 10px; height: 60px; }
.tuijian li i { width: 70px; height: 70px; margin-right: 10px; overflow: hidden; display: block; float: left; }
.tuijian li i img { height: 100%; max-width: 100%; min-width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.tuijian li p { margin-top: 10px; line-height: 20px; max-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; }
.tuijian li:hover { background: #f6f6f6; }
.tuijian li:hover img { transform: scale(1.1); }
/*paihang*/
.paihang { padding: 20px }
.paihang ul { overflow: hidden; }
.paihang ul li { height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.paihang ul li i { display: block; width: 16px; height: 16px; background: #B1B1B1; float: left; margin-top: 8px; margin-right: 10px; position: relative; font-style: normal }
.paihang ul li i::before { position: absolute; left: 0; top: 0; font-size: 9px; color: #fff; line-height: 16px; width: 16px; text-align: center }
.paihang ul li:first-child i, .paihang ul li:nth-child(2) i, .paihang ul li:nth-child(3) i { background: #FF6600; }
.paihang ul li:first-child i::before { content: "1"; }
.paihang ul li:nth-child(2) i::before { content: "2"; }
.paihang ul li:nth-child(3) i::before { content: "3"; }
.paihang ul li:nth-child(4) i::before { content: "4"; }
.paihang ul li:nth-child(5) i::before { content: "5"; }
.paihang ul li:nth-child(6) i::before { content: "6"; }
.paihang ul li:nth-child(7) i::before { content: "7"; }
.paihang ul li:nth-child(8) i::before { content: "8"; }
.paihang ul li:nth-child(9) i::before { content: "9"; }
.paihang ul li:nth-child(10) i::before { content: "10"; }
.paihang ul li:hover { -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
/*cloud*/
.cloud { padding: 20px; overflow: hidden }
.cloud ul { overflow: hidden; padding-top: 10px }
.cloud ul a { text-decoration: none;font-size: 14px;  display: block; background: #f1f1f1; float: left; padding: 3px 10px; margin: 10px 5px 0 0; border-radius: 3px; transition: all .2s; color: #525252 }
.cloud ul a:hover { background: #1487f4; color: #fff }
/*suiji*/
.suiji { padding: 20px; overflow: hidden }
.suiji ul { overflow: hidden; padding-top: 10px }
.suiji li { line-height: 22px; margin-bottom: 10px; position: relative; padding-left: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.suiji li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 0px; top: 10px; }
/*blogs*/
.left-box { width: 886px; float: left }
.right-box { width: 320px; float: right }
.lanmu { overflow: hidden; padding: 20px; display: table; }
.lanmu i { height: 130px; width: 200px; float: left; margin-right: 20px; margin-bottom: 10px; overflow: hidden; }
.lanmu img { height: 100%; transition: .5s; }
.lanmu i:hover img { transform: scale(1.2); }
.lanmu h1 { font-size: 20px; margin-bottom: 10px; color: #1487f4; margin-top: 0;}
.lanmu p { color: #888; line-height: 20px; height: 60px;overflow: hidden;text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; font-size: 14px; }
.middle-inner { display: table-cell; vertical-align: middle; }
.lanmu-keywords { margin-top: 10px; }
.lanmu-keywords li { display: inline-block; color: #0976dc; border: #1487f4 1px solid; padding: 3px 10px; border-radius: 3px; margin-right: 5px; font-size: 12px; margin-bottom: 5px; }
.lanmu-keywords li:hover, .lanmu-keywords li:nth-child(1) { background: #1487f4; color: #fff }
.blogs-list ul { padding: 0 20px 20px; }
.blogs-list ul li {overflow: hidden;margin-bottom: 10px;border-bottom: 1px dashed #d3d3d3;padding-bottom: 20px;}
.blogs-list li h2 { font-size: 18px; margin-top: 5px; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 10px; }
.blogs-list li h2 em { display: inline-block; font-style: normal; font-size: 12px; background: #f60; color: #fff; padding: 0 3px; font-weight: normal; margin-right: 10px; }
.blogs-list li h2 a:hover { color: #1487f4; }
.blogs-list li i { width: 200px; height: 130px; line-height: 100%; overflow: hidden; float: left; margin-right: 15px; background: #f1f1f1; }
.blogs-list li i img { width: 100%; display: inline-block; transition: .5s; }
.blogs-list li i:hover img { transform: scale(1.2); }
.blogs-list li p { color: #9b9b9b; line-height: 22px; height: 66px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; font-size: 14px; margin-top: 20px; }
.blogs-list li span { font-size: 14px; margin: 10px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 16px; line-height: 16px; }
.blogs-list li span a { display: block; float: left; margin-right: 15px; position: relative; padding-left: 10px; color: #1487f4; }
.blogs-list li span a:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 4px; background: #0976dc; left: 0; top: 6px; }
.blogs-list ul li:hover h2 a { color: #218af1; }
/*side-title*/
.side-title { font-size: 16px; border-bottom: 1px solid #eee; color: #484848; font-weight: normal; position: relative; margin-bottom: 10px; padding-bottom: 10px }
.side-title:after { content: ""; position: absolute; width: 64px; height: 2px; content: ""; background: #000; left: 0; bottom: -1px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.side-title:hover:after { width: 80px; }
.hnav, .weizhi { float: right }
.hnav a { display: block; margin-right: 10px; padding-right: 10px; float: left; position: relative }
.hnav a:after { position: relative; content: "/"; right: -10px; bottom: 0; color: #ccc }
.hnav a:last-child::after { content: "" }
/*news-title*/
.news-title { border-bottom: #e4e3e3 1px solid; margin: 20px; /* padding-bottom: 10px; */ }
.news-title h2 { color: #1487f4; font-size: 16px; font-weight: normal; position: relative; width: 84px; text-align: center; }
.news-title h2 a { color: #1487f4; }
.news-title h2:after { content: ""; background: #1487f4; background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%); width: 100%; height: 2px; position: absolute; bottom: -11px; left: 0; }
/*info-pre-next*/
.info-pre-next { overflow: hidden; margin: 20px 0; }
.info-pre-next ul li { width: 50%; float: left; overflow: hidden; }
.info-pre-next ul li a { display: block; overflow: hidden; }
.info-pre-next ul li:nth-child(1) a { margin-right: 10px; }
.info-pre-next ul li:nth-child(2) a { margin-left: 10px; }
.info-pre-next ul li i { display: block; width: 130px; height: 80px; overflow: hidden; float: left; margin-right: 10px; position: relative; }
.info-pre-next em { position: absolute; left: 0; top: 0; font-style: normal; color: #ffffff; font-size: 16px; width: 100%; line-height: 80px; text-align: center; background: rgba(0,0,0,.2); z-index: 1; }
.info-pre-next img { width: 100%; transition: .5s; }
.info-pre-next h2 { font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.info-pre-next p { font-size: 14px; margin-top: 10px; line-height: 20px; height: 40px; color: #888; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.info-pre-next li:hover img { transform: scale(1.2); }
/*otherlink*/
.otherlink ul { padding: 0 20px 20px; overflow: hidden; }
.otherlink ul li { position: relative; line-height: 30px; width: 48%; float: left; }
.otherlink ul li:nth-child(even) { float: right; }
.otherlink ul li a { display: block; padding-left: 15px; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.otherlink ul li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 0px; top: 10px; }
/*videos*/
.videos { position: relative; }
.videos-list li { width: 25%; float: left; overflow: hidden; margin-bottom: 10px; }
.videos-list li a { overflow: hidden; display: block; margin: 0 7px; border: #f1f1f1 1px solid; }
.videos-list li i { height: 150px; line-height: 100%; overflow: hidden; }
.videos-list li i img { width: 100%; display: inline-block; vertical-align: middle; transition: .5s; }
.videos-list li i:hover img { transform: scale(1.2); }
.videos-list li h2 { color: #333; padding: 5px 10px 5px 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: normal; font-size: 15px; background: url(/Public/Images/video.png) no-repeat left 5px center; background-size: 20px; }
.videos-list li:hover h2 { color: #218af1; }
.videos-list li p { font-size: 12px; color: #999; overflow: hidden; margin: 5px 0; padding: 0 10px; }
.videos-list .datetime { float: left; font-weight: normal; }
.videos-list .viewd { float: right; background: url(/Public/Images/view.png) no-repeat left center; padding-left: 23px; }
/*topnews*/
.topnews { display: block; margin: 20px 0; background: #000; position: relative; overflow: hidden; border-radius: 3px; max-height: 150px; }
.topnews img { opacity: .7; transition: all 0.5s; width: 100%; }
.topnews span { bottom: 0; position: absolute; bottom: 30%; left: 0; right: 0; color: #FFF; text-align: center; font-size: 15px; padding: 0 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; line-height: 22px; }
.topnews:hover img { opacity: .9; transform: scale(1.1); }
.right-box .news-title { margin: 0 }
/*tags*/
.tags { position: relative; overflow: hidden; }
.tags ul { margin: 0 20px 20px; overflow: hidden }
.tags ul a { display: block; float: left; font-size: 12px; width: 10%; text-align: center; height: 16px; margin-bottom: 4px; background-color: #f1f1f1; color: #615f5f; padding: 10px 0; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tags ul a:after, .tags ul a:before { content: ""; background: #fff; top: 0; width: 2px; height: 100%; position: absolute; }
.tags ul a:after { right: 0; }
.tags ul a:before { left: 0 }
.tags ul a:hover { background: #1487f4; color: #fff; }
/*newstext-box*/
.newstext-box { padding: 0 20px 20px; }
.news-title-h1 { font-size: 22px; }
.keywords { margin: 15px 0; overflow: hidden; }
.keywords a { display: block; float: left; border: #1487f4 1px solid; color: #1487f4; padding: 2px 8px; margin-right: 5px; border-radius: 5px; }
.keywords a:nth-child(1), .keywords a:hover { background: #1487f4; color: #fff }
.picview-other { overflow: hidden; color: #888; margin-bottom: 15px; }
.picview-other span { float: left; margin-right: 15px; padding-left: 20px; }
.smalltext { margin-bottom: 20px; background: #f1f1f1; padding: 20px; color: #888; line-height: 22px; }
.smalltext i { background: url(/Public/Images/quote.png) no-repeat left center; width: 24px; height: 15px; background-position: 0 0; float: left; }
.newstext { line-height: 24px; margin-bottom: 20px; overflow: hidden; }
.newstext video { margin: 20px auto; display: block; max-width: 100% !important; height: auto !important; z-index: 0; }
.newstext p { margin-bottom: 20px;margin-bottom: 8px; }
.newstext img { max-width: 100% !important; height: auto !important; margin: 10px auto; }
.newstext table { margin: auto !important }
.newstext iframe { margin: auto !important }
.newstext h2, .newstext h3, .newstext h4, .newstext h5, .newstext h6 { font-size: 16px; margin: 20px 0; position: relative; padding-left: 10px; }
.newstext h2:before, .newstext h3:before, .newstext h4:before, .newstext h5:before, .newstext h6:before { position: absolute; content: ""; background: #1487f4; width: 3px; height: 100%; left: 0; bottom: 0; }
span.po-from { background: url(/Public/Images/icon-yonghu.png) no-repeat center left; background-size: 16px; }
span.po-date { background: url(/Public/Images/date.png) no-repeat center left; background-size: 16px; }
span.po-classname { background: url(/Public/Images/icon-lm.png) no-repeat center left; background-size: 16px; }
span.po-view { background: url(/Public/Images/view.png) no-repeat left center }
.share { padding: 10px 0; overflow: hidden; display: table; width: 100%; margin: 20px auto; line-height: 24px; background: #f1f1f1; }
.share>div { padding-right: 20px; margin-top: 16px; overflow: hidden; }
.share img { width: 100px; float: left; margin: 0 20px; }
.share a { color: #1487f4 }
.share a:hover { text-decoration: underline }
.diggit { display: block; width: 160px; margin: 20px auto; background: #ff5501; color: #fff; box-shadow: 1px 2px 6px 0px rgba(0,0,0,.2); border-radius: 3px; line-height: 40px; text-align: center; }
.diggit a { color: #fff }
/*toolbar*/
.toolbar { position: fixed; right: 0; top: 20%; z-index: 999; background: #333; width: 0; min-height: 360px; border-radius: 5px 0 0 5px; transition: all 0.4s; }
.toolbar .toolbar-close span { background: url(/Public/Images/guanbi.png) no-repeat #333 center; background-size: 16px; width: 40px; height: 40px; float: right; position: absolute; left: 0; top: 0; border-radius: 5px 0 0 5px; }
.toolbar-open { background: url(/Public/Images/zhankai.png) no-repeat center #333; background-size: 16px; width: 40px; height: 40px; position: fixed; right: 0; top: 20%; border-radius: 5px 0 0 5px; transition: all 0.4s; }
.closed { width: 40px; }
.openviewd { width: 0; transition: all 0.4s; }
#toolbar-menu>li i { width: 40px; height: 40px; background-size: 22px; }
#toolbar-menu { margin-top: 80px; }
#toolbar-menu>li { border-top: #464646 1px solid; border-bottom: #252525 1px solid; cursor: pointer; position: relative }
#toolbar-menu>li:first-child { border-top: none }
.toolbar-nav section { display: none; position: absolute; right: 40px; top: 0; background: #fff; border: 1px solid #eee; padding: 30px; box-shadow: -5px 3px 3px rgba(0,0,0,.1); width: max-content; }
.toolbar-nav li:hover section { display: block; }
.side-icon-user { background: url(/Public/Images/icon-user.png) no-repeat center; }
.side-icon-qq { background: url(/Public/Images/icon-qq.png) no-repeat center; }
.side-icon-weixin { background: url(/Public/Images/icon-weixin.png) no-repeat center; }
.side-icon-dashang { background: url(/Public/Images/icon-dashang.png) no-repeat center; }
.icon-top { background: url(/Public/Images/istop.png) no-repeat center #fff; background-size: 22px; width: 40px; height: 40px; position: fixed; right: 0; bottom: 10%; opacity: 0; transition: all 0.3s; z-index: 9999999; border: #ccc 1px solid; border-radius: 100%; }
.icon-top.cd-is-visible { visibility: visible; opacity: 1; }
#toolbar-content { position: absolute; right: 40px; top: 80px; box-shadow: -2px 2px 2px rgba(0,0,0,.1); }
.userinfo .inputText { line-height: 30px; text-indent: 1em; border-radius: 3px; border: #ddd 1px solid; width: 200px; margin-bottom: 20px; display: block; }
.userinfo .inputsub-dl { display: inline-block; float: left; background: #2293f7; color: #fff; border: none; line-height: 35px; width: 45%; border-radius: 3px; }
.userinfo .inputsub-zc { text-align: center; display: inline-block; float: right; background: #02aeb1; color: #fff; border: none; line-height: 35px; width: 45%; border-radius: 3px; }
.userinfo .logged { text-align: center }
.userinfo .logged b { color: #f00; font-size: 14px; }
.userinfo .logged a { display: block; width: 100px; text-align: center; margin: 10px auto; border: #ddd 1px solid; padding: 5px 0; border-radius: 5px; }
.qq-section, .weixin-section, .dashang-section { padding: 10px !important }
.qqinfo a { display: block; text-align: center; margin: 0 auto 10px; padding: 5px 0; border-radius: 5px; width: 140px; color: #fff; background: linear-gradient(to right, #2e74e5 0%, #00c1de 100%); }
.qqinfo a:last-child { margin-bottom: 0 }
.qqinfo a { display: block; color: #fff; font-size: 14px; }
.weixin-info { text-align: center }
.weixin-info img { max-width: 140px; margin: auto }
.weixin-info .text12 { font-size: 12px; line-height: 24px }
.dashang-section p { padding: 0 10px 5px }
.dashang-section ul { text-align: center; }
.dashang-section ul li { display: inline-block; }
.dashang-section ul li img { width: 140px !important; height: 140px !important; }
/*ziyuan*/
.wenzi { position: relative }
.wenzi-left { float: left; width: 47%; }
.wenzi-right { float: right; width: 47%; }
.wenzi-list li { margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-left: 20px; }
.wenzi-list li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 0; top: 10px; }
.wenzi-list li span { float: right; font-size: 12px; color: #888 }
/*side-tab*/
.side-tab { background: #fff; border: 1px solid #eee; }
#sidetab { border-bottom: #e4e3e3 1px solid; margin: 20px 20px 0; padding-bottom: 10px; overflow: hidden; }
#sidetab li { font-size: 16px; position: relative; cursor: pointer; display: inline-block; width: 33.333%; float: left; text-align: center; }
#sidetab li:after { content: ""; background: #1487f4; background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%); width: 20%; height: 2px; position: absolute; bottom: -10px; left: 40%; opacity: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#sidetab li:hover:after, #sidetab li.sidetab-current:after { opacity: 1; width: 100%; margin: auto; display: block; left: 0; }
#sidetab li.sidetab-current { color: #1487f4; }
#sidetab-content .topnews { margin: 0 0 10px; }
#sidetab-content .suiji { padding: 5px 20px }
#sidetab-content section { display: none; }
#sidetab-content section:nth-child(1) { display: block }
/*page*/
.page { overflow: hidden; padding: 20px; }
.page-title { width: 230px; float: left }
.page-title li { margin-bottom: 10px }
.page-title li a { display: block; text-align: center; padding: 8px 0; border: #f1f1f1 1px solid; border-radius: 3px;height: 38px;font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;}
#pagecurrent, .page-title li a:hover { background: #1487f4; color: #fff; border: #1487f4 1px solid; }
.page-box { width: 830px; float: left; margin-left: 30px; padding-left: 30px; border-left: #eee 1px solid; min-height: 500px; }
.page-box-title { font-size: 16px; border-bottom: 1px solid #eee; position: relative; margin-bottom: 20px; padding-bottom: 10px;}
.page-box-title:after { content: ""; position: absolute; width: 64px; height: 2px; content: ""; background: #000; left: 0; bottom: -1px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.page-box-title:hover:after { width: 80px; }
.page-box-content { line-height: 26px; ; }
.page-box-content p { margin-bottom: 15px; }
.page-box-content img { max-width: 100%; margin: 10px auto }
.page-box-content h2, .page-box-content h3, .page-box-content h4, .page-box-content h5, .page-box-content h6 { font-size: 16px; margin: 20px 0; position: relative; }
.page-box-content h2:before, .page-box-content h3:before, .page-box-content h4:before, .page-box-content h5:before, .page-box-content h6:before { position: absolute; content: ""; background: #1487f4; width: 3px; height: 100%; left: -32px; bottom: 0; }
.page-box-content a { color: #39F }
.qq_join { overflow: hidden }
.qq_join ul, li {list-style: none;}
.qq_join li { float: left; width: 33.333%; padding: 10px; }
.qq_join li section { margin: 0 20px; box-shadow: #ccc 1px 1px 5px; padding: 10px; display: block; overflow: hidden; transition: all 0.5s; }
.qq_join li img { width: 90%; margin: auto; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); display: block; padding: 5px; }
.qq_join li p { margin: 10px; }
.qq_join li b { color: #019881; margin: 0 5px; }
.qq_join li a { color: #000 }
.qq_join li section:hover { box-shadow: #6f6d6d 1px 1px 5px }
.page-box .top-code {text-align: center; padding: 25px;background: #fff;margin-bottom: 20px;width: 35%;float: left;border: 1px solid #dddddd;border-top: 0;border-radius: 5px;background-color: #fff;box-shadow: 0 0 34px 2px rgb(60 87 89 / 8%);margin-right:2.5%;margin-left:2.5%;}
.page-box .top-code img {width: 300px;}
.page-box .top-code p {font-size:18px;margin-top: 12px;color: #666;  }