@charset "utf-8";
/* CSS Document */
html { word-wrap: break-word; word-break: break-all; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%;font: 12px/1.5 Microsoft Yahei,PingFang SC,Helvetica,Arial,Hiragino Sans GB,STHeiTi,sans-serif; -webkit-font-smoothing: antialiased;}
a, html { color: #111e36;}
div {display: block;}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, center, cite, code, dd, del, details, button, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, textarea, time, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%;font: inherit; vertical-align: baseline;}
body{margin:0; padding:0; color:#31424e; background: #f5f5f5;-webkit-text-size-adjust:none; }
ol,ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
img{border:none; vertical-align:top;-webkit-transition:opacity .2s; transition:opacity .2s; -ms-transition:none}
i,em{font-style:normal}
input,select,option,textarea{font-size:13px;font-family:Microsoft Yahei,tahoma,HELVETICA;outline:none}
a {color:#2D313E;text-decoration: none;}
a:hover {color: #ff6600/* #31424e #ff6600*/;text-decoration: none;}
a:hover em,a:hover b,a:hover i,a:hover span{cursor:pointer}
a:hover img{opacity:0.9}
.clearfix{*zoom:1}
.clearfix:after{visibility:hidden; content:""}
.clear,.clearfix:after{clear:both; overflow:hidden;display:block}
.line-dotted {border-top: 1px #ccc dotted;height: 0;line-height: 0; font-size: 0;overflow: auto; margin: 5px 0; padding: 0;width: 100%;}
.bg-white{background-color:#fff; position: relative; }
.bg-gray{background-color:#f5f5f5; position: relative; }
.fn-left {float:left !important;}
.fn-right {float:right !important;} 
.textC{text-align:center}
.block-wrap{display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex;display:flex;margin:0 auto;max-width: 1200px;} 
.block-center {display: flex;justify-content: space-between;align-items: center;}
.orbui-radius{border: 0px solid #eee;border-radius: 5px;overflow:hidden;box-shadow: 0 1px 3px rgb(27 95 160 / 10%);}
.ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ellipsis-two{overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.ellipsis-three{ overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}
.sticky-icon{position: absolute;left: -25px;top: 36px;display: block;width: 90px;height: 30px;line-height: 30px;background: #F60;color: #fff;font-size: 16px;font-weight: 500;text-align: center;transform: rotate(318deg);transform-origin:0% 0%;padding: 0;margin-left: 0px;z-index: 1;}
[class*=" icon-"],[class^=icon-]{font-family:"dnbs-icon" !important;font-size:14px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
[class^="ccfoo-home-"] {width: 1200px;margin: 15px auto;}
/*wrapper*/
#wrapper {position: relative;margin:0px auto;max-width:768px;min-height:500px;padding-top: 60px;overflow:hidden; }
#mainWrap {position: relative;min-height:500px;}
.container{width:auto; margin:0 auto;padding:0px 0px;clear: both;}
.mod-wap-section {position: relative;margin-bottom:10px;overflow: hidden}
.mod-wap-section .section-wrap {display: flex;flex-direction: column;min-height: 80px;background: #fff;}
.mod-wap-section .section-content {margin:20px 20px;}
/*union*/
.mod-wap-union {overflow: hidden;}
.mod-union-show {overflow: hidden;}
/*===wap-header===*/
.mod-wap-header {height: 60px; background: #fff;position: fixed;top:0;z-index:9999;width: 100%;max-width: 768px;border-bottom: 1px #eee solid;overflow: hidden; box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);}
.mod-wap-header .container {display: flex;justify-content: space-between;align-items: center;}
.mod-wap-header .mod-header-left {display: flex;align-items: center;}
.mod-wap-header .mod-header-left .mod-header-logo {margin:15px 15px 15px 20px;font-size: 24px;color: #fff;display: inline-block;height: 30px;font-size: 24px;color: #00c8ff;}
.mod-wap-header .mod-header-left .mod-header-logo img{height: 100%;}
.mod-wap-header .mod-header-left .mod-header-class {position: relative; padding-left: 15px;font-size: 22px;font-weight: 500;}
.mod-wap-header .mod-header-left .mod-header-class:before {content: ''; left: 0;top:14px;width: 6px;height: 6px; position: absolute; border-radius: 6px; background-color: #eee;}
.mod-wap-header .mod-header-right {margin:15px 20px;cursor: pointer;height: 30px;line-height: 30px;display: flex;gap: 10px;}}
.mod-wap-header .mod-header-right a{display: inline-block;}
.mod-wap-header .mod-header-right a:hover {color: #FF6000;}
.mod-wap-header .mod-header-right .search-btn{margin-right: 0px;}
.mod-wap-header .mod-header-right .search-btn .icon-search:before{font-size: 26px;}
.mod-wap-header .mod-header-right .menu-btn{cursor: pointer}
.mod-wap-header .mod-header-right .menu-btn .icon-menu:before{font-size: 26px;}
/*==wap-nav==*/
.mod-wap-nav {padding:10px 5px;height: px;background:#fff;overflow:hidden;position:relative;border-bottom:1px #eee solid}
.mod-wap-nav .list-wap-navul {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: space-between;}
.mod-wap-nav .list-wap-navul li {width: 16.666%;flex: 1 1 calc(16.6667% - 6px);line-height: 30px;font-size: 18px;text-align: center;}
/*==mod-footer==*/
.mod-wap-footer .mod-footer-nav {background: #449ffa;text-align:center;overflow: hidden}
.mod-wap-footer .mod-footer-nav .mod-footer-menu {margin:0 auto;overflow: hidden;padding:0px;display: flex;align-items: center;justify-content: space-evenly;}
.mod-wap-footer .mod-footer-nav .mod-footer-menu li {float:left;height: 50px;line-height:50px;text-align:center;white-space:nowrap;}
.mod-wap-footer .mod-footer-nav .mod-footer-menu li a {display:block;text-decoration:none;line-height: 50px;text-align: center;font-size:18px;color: #FFFFFF;}
.mod-wap-footer .mod-footer-nav .mod-footer-menu li a.thisclass{border-bottom: 1px solid #0000ff; color: #fff;}
.mod-wap-footer .mod-footer-copy {width:auto;padding: 15px 0;text-align:center;}
.mod-wap-footer .mod-footer-copy p {font-size:14px;color:#fff;line-height:1.5;}
.mod-wap-footer .mod-footer-copy p a{color:#fff;}
.mod-footer-bottom{font-size: 14px;text-align: center;margin: 20px 0;line-height: 1.75;}
.mod-footer-bottom .footer-back{font-size: 16px;}
.mod-footer-bottom .footer-copy{}
/*分页*/
.list_page {margin: 15px auto 0;}
.pageLink {/* line-height: 30px; */clear: both;font-size: 14px;display: flex;flex-wrap: wrap;justify-content: center;gap: 6px;}
.pageLink a,.list_page a {/* margin: 0px 5px; */padding: 5px 9px;border: 1px #eee solid;background: #fff;text-align: center;display: inline;border-radius: 6px;overflow: hidden;}
.pageLink a:hover,.list_page a:hover {border: 1px #00a0e2 solid;background: #00a0e2;color: #FFF;text-align: center;font-weight: normal;text-decoration: none;border-radius: 6px;overflow: hidden;}
.pageLink b {/* margin: 0px 5px; */padding: 5px 9px 5px;border: 1px solid #00a0e2;/* background: #00a0e2; */color: #449ffa;text-align: center;display: inline;border-radius: 6px;overflow: hidden;}
/*分页2*/
.showpage .epages {text-align: center;}
.epages {margin: 15px auto 0;text-align: center;font-size: 14px;display: flex;flex-wrap: wrap;justify-content: center;gap: 6px;}
.epages * {vertical-align: middle;}
.epages a {display: inline-block;/* margin: 0px 5px; */padding: 5px 9px;border: 1px #eee solid;background: #fff;text-align: center;text-decoration: none;border-radius: 6px;overflow: hidden;}
.epages a:hover {border: 1px #00a0e2 solid;background: #00a0e2;text-decoration: none;color: #FFF}
.epages input {margin-bottom: 0px;border: 1px solid #0096A5;height: 15px;padding-bottom: 1px;padding-left: 1px;margin-right: 1px;color: #0096A5}
.epages b {/* margin: 5px 5px; */padding: 5px 9px;border: 1px solid #00a0e2;background: #00a0e2;color: #FFF;text-align: center;text-decoration: none;border-radius: 8px;}
/*mod-titleA*/
.mod-titleA {position:relative; margin: 0 20px; padding: 15px 0px 12px; height: 22px; line-height: 22px; border-bottom: 1px #eee solid;overflow: hidden;display: flex;justify-content: space-between;justify-content: space-between;}
.mod-titleA .title-name {position:relative; padding-left: 0px;display: block; font-size: 20px; font-weight: 500;}
/*.mod-titleA .title-name::before{content:"";position:absolute;top:50%;left:0;margin-top:-9px;height:20px;width:5px;border-radius:2px;background-color:#00a4ff;}*/
.mod-titleA .title-name .icon-star {margin-right: 5px;font-size: 22px;color: #ff9900;font-weight:bold;}
.mod-titleA .title-name .icon-star:before {}
.mod-titleA .title-more {position absolute;top: 0px;right: 0;font-size: 15px;color: #666;}
.mod-titleA .title-more:hover {color:#ff6600}
.mod-titleA .title-more i {font-size: 16px;}
/*titleC*/
.mod-titleB {position: relative;padding-bottom: 10px;height: 24px; line-height: 24px;border-bottom: 1px solid #eee;clear: both;}
.mod-titleB .title-name {position: relative;float: left;padding-bottom:9px;border-bottom: 1px solid #008ee1;margin-bottom: -1px;font-size: 18px;line-height: 24px;/* color: #008ee1; */font-weight:500;}
.mod-titleB .title-name a {/* font-size: 24px; color: #008ee1;*/}
.mod-titleB .title-more {float: right;line-height: 44px;color: #959595;}
.mod-titleB .title-more i{ font-family: serif; font-size: 16px; color: #959595;}
.mod-titleB .title-links {float: right;color: #959595;margin-top: 15px;/* margin-right:50px; line-height: 44px;  position: absolute; right: 70px;bottom: 15px; */}
.mod-titleB .title-links .title a{font-size: 12px;color: #406599!important;font-family:'Microsoft Yahei'!important;}
/*mod-wap-crumbs*/
.mod-wap-crumbs{overflow:hidden;padding:0 10px;font-size:14px; height: 35px; line-height: 35px; font-size: 14px;}
.mod-wap-crumbs,.wap-crumbs a{color:#666}
.mod-wap-crumbs i{font-size:14px;padding:0 3px;color:#b5b5b5}
/*list-wap-infoul*/
.list-wap-infoul {padding: 0px 0px;position: relative;overflow: hidden;}
.list-wap-infoul li {padding: 20px 0px;border-bottom: 1px solid #eee;position: relative;overflow: hidden;}
.list-wap-infoul li + li {border-top: 0px solid #eee;}
.list-wap-infoul li .item-wrap {position: relative;width:100%;min-height: 50px;margin: 0px 0px;display: inline-block;}
.list-wap-infoul li .item-wrap .item-pic {float: right;margin-left: 20px;width: 23%;max-width: 180px;height: 100px;border-radius: 4px;overflow: hidden;}
.list-wap-infoul li .item-wrap .item-pic img {width: 100%;height: auto;min-height: 100%;}
.list-wap-infoul li .item-wrap .item-main {position: relative;min-height: 50px;overflow: hidden;display: flex;flex-direction: column; justify-content: space-between;gap:10px;}
.list-wap-infoul li .item-wrap .item-main .item-title {font-size: 20px; line-height: 22px; margin-bottom: 0px; font-weight: 500;-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.list-wap-infoul li .item-wrap .item-main .item-txt {line-height: 1.5;font-size: 14px;color: #999;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.list-wap-infoul li .item-wrap .item-main .item-meta {/*width: -webkit-calc(75% - 15px);position: absolute;*/bottom: 0;color: #888;font-size: 14px;}
.list-wap-infoul li .item-wrap .item-main .item-meta span {margin-right: 6px;position: relative;}
.list-wap-infoul li .item-wrap .item-main .item-meta span.icon-point {padding-left: 10px;}
.list-wap-infoul li .item-wrap .item-main .item-meta span.icon-point:before {content: '';left: 0; top: 5px;width: 4px; height: 4px;position: absolute; border-radius: 4px;background-color: #ccc; }
.list-wap-infoul li .item-wrap .item-main .item-meta span.icon-date { }
.list-wap-infoul li .item-wrap .item-main .item-meta span.view {float:right;}
.list-wap-infoul li .item-wrap .item-main .item-meta span.icon-view:before {margin-right:3px; font-size: 16px;}
/*list-wap-more*/
.list-wap-more {text-align: center;border-top: 0px solid #eee;font-size:16px;padding: 15px 0 0;}
.list-wap-more>a {}
.list-wap-more>a:after {content: "";display: inline-block;width: 6px;height: 12px;margin-left: 5px;background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5.5l5 5.04-5 4.96' stroke='%23111E36' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/100%}
.list-wap-more>a:hover:after {color: #ff6600;}
/*list-rank-titul*/
.list-wap-rankul {padding: 0px 0;}
.list-wap-rankul li {position: relative;margin: 0px 0;line-height: 20px;padding-left: 30px;}
.list-wap-rankul li + li {margin-top:10px;padding-top:10px;border-top: 1px #eee dashed;}
.list-wap-rankul li a {width: -webkit-calc(100% - 50px);display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.list-wap-rankul li span {position: absolute;right: 0; bottom: 0;line-height: 20px;float: left;font-size: 14px;color: #999;}
.list-wap-rankul li:before {display: block;position: absolute;width: 20px;height: 20px;line-height: 20px;font-size: 14px;text-align: center;color: #fff;background: #ddd;border-radius: 3px;left: 0;bottom: 0;font-weight: normal;}
.list-wap-rankul li:nth-child(1):before {content: "1";background-color: #0088ff;}
.list-wap-rankul li:nth-child(2):before {content: "2";background-color: #0099ff;}
.list-wap-rankul li:nth-child(3):before {content: "3";background-color: #55bbff;}
.list-wap-rankul li:nth-child(4):before {content: "4";}
.list-wap-rankul li:nth-child(5):before {content: "5";}
.list-wap-rankul li:nth-child(6):before {content: "6";}
.list-wap-rankul li:nth-child(7):before {content: "7";}
.list-wap-rankul li:nth-child(8):before {content: "8";}
.list-wap-rankul li:nth-child(9):before {content: "9";}
.list-wap-rankul li:nth-child(10):before {content: "10";}

/*list-wap-hotul*/
.list-wap-hotul{line-height: 22px;display: flex;flex-direction: column;gap: 10px;}
.list-wap-hotul li{position:relative;padding-left:30px; line-height:22px;overflow: hidden;}
.list-wap-hotul li label{position:absolute;left:0;top:3px;width:22px;height:20px;line-height:20px;background:#e6f1fb;cursor:pointer;text-align:center;color:#06c;font-size:14px;border-radius:2px}
.list-wap-hotul li .title {text-align:justify;cursor:pointer;font-size:16px;display:inline-block;line-height:22px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.list-wap-hotul li .title span{height:20px;line-height:20px;display:inline-block;margin-left:5px;color:#fb5050;font-size:12px;background:#ffeeee;border-radius:2px;padding:0 6px}

/*list-wap-category*/
.list-wap-category {margin: 0px 0;display: flex;flex-wrap: wrap;justify-content: flex-start;overflow:hidden;gap:12px;}
.list-wap-category li {float:left;width: -webkit-calc(33.333% - 8px);box-sizing:border-box;}
.list-wap-category li a{display:block;margin:0px;line-height:35px;text-align:center;font-size:16px;border-radius:6px;border:1px solid #148cff}
.list-wap-category li.active a{background-color: #148cff;color: #ffffff;}

/*==mod--wap-article==*/
.mod-wap-home {position: relative;padding: 0px; border-radius: 0px;overflow: hidden; }
.mod-wap-home .mod-content {padding: 20px 20px;background: #ffffff;}
.mod-wap-home .mod-content .list-wap-category {margin-bottom: 10px;}
/*mod-wap-swipe*/
.mod-wap-home .mod-wap-focus .mod-wap-swipe {width:100%;position: relative;max-height 300px;overflow: hidden; -webkit-transform: translateZ(0);background: #ffffff;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe {width:100%;position: relative;overflow: hidden; visibility: hidden; height: 300px;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-wrap { overflow: hidden; position: relative;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-wrap > div { float:left; width:100%;max-height: 300px; position: relative; }
.mod-wap-home .mod-wap-focus .mod-wap-swipe div a{display:block;line-height:0px;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe div img { width:100%;min-height: 100%; margin-top:0px;}
.mod-wap-home .mod-wap-swipe .carousel_abs {padding-right: 5.5%;position: absolute;display: block;height: 50px;line-height: 50px;bottom: 0;left: 0;right: 0;font-size: 16px;color: #fff;text-align: center; -webkit-transform: translateZ(0); z-index: 1; text-shadow: 1px 1px 1px #000;background-color: rgba(0,0,0,0);background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9));background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.9)));background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9));background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9)); }
.mod-wap-home .mod-wap-focus .mod-wap-swipe .carousel_abs em {padding:0 30px 0px 10px;display: block; overflow: hidden; text-shadow: 1px 1px 1px rgba(0,0,0,.65); text-overflow:ellipsis; white-space: nowrap;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-point{position:absolute; bottom: 0; right: 0; font-style italic;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-point #position{text-align:center; list-style:none; margin:0; padding:0; color: #fff; background #9ac7ed; width: 50px; height: 35px;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-point #position li{ width:50px; float: left; height: 35px; display: none;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-point #position li.on{ background #2a70be; display: block;}
/*toutiao*/
.mod-wap-home .mod-wap-focus .mod-wap-toutiao {overflow: hidden;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul {position: relative;padding: 20px 20px;overflow: hidden;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul li {position: relative;overflow: hidden;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul li + li {margin-top: 20px;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul li .title {position: relative;padding-left: 38px;margin-bottom: 10px;height: 20px;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul li .title:before {content: "置顶";display: block;position: absolute;left: 0;top: 0;padding: 0px 3px 0px;width20px;height: 18px;line-height: 16px;font-size: 12px;border: 1px solid #ff2253;text-align: center;color: #ff2253;border-radius: 3px;font-weight: normal;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul li .title a {height: 20px;line-height: 18px;font-size: 18px;font-weight: 500;overflow: hidden;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul li .text {line-height: 18px;font-size: 13px;color: #999;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
/*mod-wap-college*/
.mod-wap-home .mod-wap-college .tab-container {background: #ffffff;display: flex;flex-direction: column;}
.mod-wap-home .mod-wap-college .tab-container .tab-buttons {margin: 10px 20px 0;position: relative;width -webkit-calc(100% - 40px);font-size: 20px;border-bottom: 1px solid #e7e5e5;display: flex;flex-direction: row;justify-content: space-around;}
.mod-wap-home .mod-wap-college .tab-container .tab-buttons .tab-button {/* width: 33%; *//* flex:1; */padding: 10px 0;cursor: pointer;text-align: center;border-bottom: 1px #e7e5e5 solid;margin-bottom: -1px;}
.mod-wap-home .mod-wap-college .tab-container .tab-buttons .tab-button.active {font-weight: bold;color: #449ffa;border-color: #008ee1;border-bottom: 2px #008ee1 solid;}
.mod-wap-home .mod-wap-college .tab-container .tab-buttons .tab-button:before {/* content:''; */width: 80px;height: 1px;position: absolute;bottom: -1px;background: #e7e5e5;}
.mod-wap-home .mod-wap-college .tab-container .tab-buttons .tab-button.active:before {background: #449ffa;}
.mod-wap-home .mod-wap-college .tab-container .tab-buttons .tab-button.active:before {background:#449ffa;}
.mod-wap-home .mod-wap-college .tab-container .tab-content {display: none;}
.mod-wap-home .mod-wap-college .tab-container .tab-content.active {display: block;}
/*==mod--wap-article==*/
.mod-wap-column {position: relative;padding: 0px; border-radius: 0px;overflow: hidden; }
.mod-wap-column .mod-column-body {margin-bottom: 10px;background: #fff; overflow: hidden;}
.mod-wap-column .mod-content {padding: 20px 20px;}
.mod-wap-column .mod-content .list-wap-category {margin: 0px;}
/*==mod--wap-article==*/
.mod-wap-article {position: relative;padding: 0px; border-radius: 0px;overflow: hidden; }
.mod-wap-article .mod-article-section {margin-bottom: 15px;background: #fff; overflow: hidden;}
.mod-wap-article .mod-wrap {padding: 0px;background: #fff; }
.mod-wap-article .mod-content {padding: 20px 20px;}
.mod-wap-article .mod-article-body {margin-bottom: 15px;background: #fff; overflow: hidden;}
.mod-wap-article .article-header {position: relative;padding:20px 20px 10px;border-bottom: 1px solid #eee;text-align center;}
.mod-wap-article .article-header .article-title {margin-bottom: 0px;line-height: 26px;font-size: 20px;font-weight:700;clear: both;}
.mod-wap-article .article-header .article-meta {margin-top:10px;border-bottom:0px solid #eee;display: block;}
.mod-wap-article .article-header .article-meta span {color: #999;font-size:12px;margin-right: 10px;}
.mod-wap-article .article-header .article-meta span a {color: #00a2ff; background-color: transparent; -webkit-text-decoration-skip: objects;}
.mod-wap-article .article-header .article-meta span a:hover {color: #f80;}
.mod-wap-article .article-header .article-meta .icon-date{margin-right:3px;}
.mod-wap-article .article-header .article-meta .icon-article{color: #f80;}
.mod-wap-article .article-header .article-meta .icon-article:before{margin-right:3px; color: #f80;}
.mod-wap-article .article-summary {margin: 10px 20px;padding: 10px 15px;background-color: #f6f7fb;color: #999;line-height: 1.8em;font-size: 14px;}
.mod-wap-article .article-summary p{/* height: 40px; */line-height: 24px;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.mod-wap-article .article-content {display: block; margin: 0px 0;padding: 10px 30px;font-size: 16px;line-height: 1.75;overflow: hidden;}
.mod-wap-article .article-content p {display:block; margin: 15px 0; clear:both;/*text-align: justify;*/overflow:visible;word-break:break-all}
.mod-wap-article .article-content a {color:#2970A6;border-bottom:1px dotted #2970A6;}
.mod-wap-article .article-content a:hover{border-bottom:1px dotted #f60;color:#f60;text-decoration:none}
.mod-wap-article .article-content img {max-width: 90%;height:auto !important; margin:0px auto; vertical-align: middle; border:0}
.mod-wap-article .article-content .keylink{color:#0067a9;border-bottom: 1px dashed #06346f;}
.mod-wap-article .article-content .keylink:hover{color:#ff0000;} 
.mod-wap-article .article-content h2,
.mod-wap-article .article-content h3,
.mod-wap-article .article-content h4,
.mod-wap-article .article-content strong {font-weight:bold;} 
.mod-wap-article .article-content pre ,
.mod-wap-article .article-content blockquote{margin-top: 15px; padding: 15px 15px; background: #f3f3f3;font-size: 14px;line-height: 24px;border-radius: 4px;} 
.mod-wap-article .article-content pre ,
.mod-wap-article .article-content blockquote p {margin: 0px 0;} 
.mod-wap-article .article-content pre {white-space: pre-wrap;}
.mod-wap-article .article-content table{ max-width:96%; min-width:60%;margin:10px auto 20px; border:1px solid #ddd;border-collapse:collapse;font-size: 15px;}
.mod-wap-article .article-content table tr:nth-child(2n+1){ background-color: #f8f8f8;}
.mod-wap-article .article-content table th,table td{line-height: 20px;/*text-align:center;*/padding-top: 5px;padding-bottom: 5px;padding: 8px;border: 1px solid #ddd;}
.mod-wap-article .article-content table thead th{font-weight:700;}
.mod-wap-article .article-content table tbody th{font-weight:500;}
.mod-wap-article .article-content table tbody p {text-align:center;}
.mod-wap-article .article-content ul,
.mod-wap-article .article-content ol{margin-left:25px;-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;word-break: break-all;text-justify: inter-ideograph;list-style: circle;}
.mod-wap-article .article-content ul li,
.mod-wap-article .article-content ol li {margin: 0px;line-height 200%;}
.mod-wap-article .article-content ul li { padding:5px 0px; list-style: disc;}
.mod-wap-article .article-content ul li + li {border-top: 1px #eee dashed;}
.mod-wap-article .article-content ul li p {margin: 0 !important;}
.mod-wap-article .article-content pre{margin:16px 0 14px;padding:14px 15px 12px;border-radius:3px;border:none}
.mod-wap-article .article-content code{margin:0 3px;padding:3px 4px;border-radius:3px;background-color:#f6f6f6;font-size:14px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
.mod-wap-article .article-content pre code{padding:0;margin:0;overflow:visible}
.mod-wap-article .article-content pre,
.mod-wap-article .article-content pre code{font-size:14px;line-height:1.6;background:#f6f6f6;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
.mod-wap-article .article-content pre::-webkit-scrollbar{width:6px!important;height:6px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.mod-wap-article .article-content pre::-webkit-scrollbar-thumb{cursor:pointer;background:rgba(153,153,153,.75)}
/*article-tags*/
.mod-wap-article .article-tags {overflow: hidden; }
.mod-wap-article .article-tags .tagslist {margin:20px 20px;height: auto;text-align: center;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.mod-wap-article .article-tags .tagslist a {max-width: 190px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;padding: 0 10px 0 5px;line-height: 30px;height: 30px;margin-right: 6px;font-size: 14px;color: #555;text-decoration: none !important;border-radius: 18px;transition: all .5s ease;background: #f2f2f2;margin-bottom: 10px;}
.mod-wap-article .article-tags .tagslist a i {border-radius: 14px;-webkit-border-radius: 14px;-moz-border-radius: 14px;display: inline-block;width: 22px;height: 22px;line-height: 22px;text-align: center;background: #fff;color: #555;font-size: 16px;margin: 4px 5px 0 0; *margin: 0px 5px 0 0;font-style: normal;vertical-align: top; *vertical-align: middle;}
.mod-wap-article .article-tags .tagslist a:before {float: left;content: "#";border-radius: 14px;-webkit-border-radius: 14px;-moz-border-radius: 14px;display: inline-block;width: 22px;height: 22px;line-height: 22px;text-align: center;background: #fff;color: #555;font-size: 16px;margin: 4px 5px 0 0; *margin: 0px 5px 0 0;font-style: normal;vertical-align: top; *vertical-align: middle;}
.mod-wap-article .article-tags .tagslist a:hover {background: #0092ff;color: #FFF;}
/*article-prevnext*/
.mod-wap-article .article-prevnext {margin: 0px 20px; clear: both; border-top: 1px #eee solid; border-bottom: 0px #eee solid;overflow: hidden; }
.mod-wap-article .article-prevnext .content {padding: 15px 0px; background: #ffffff;overflow: hidden;display: flex;justify-content: space-between;flex-direction: column;gap: 6px;}
.mod-wap-article .article-prevnext .twofifth {/*width: -webkit-calc(50% - 15px);*/height: 24px;line-height: 24px;font-size: 14px;color: #999;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.mod-wap-article .article-prevnext .twofifth.next { float: right; }
.mod-wap-article .article-prevnext .twofifth.prev { float: left;  }
.mod-wap-article .article-prevnext .twofifth a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*声明*/
.mod-wap-article .article-prompt {padding: 15px 20px;font-size: 12px;border-top: 1px #eee solid;background-color: #ffffff;}
.mod-wap-article .article-prompt span {padding: 10px;line-height: 18px;color: #999;background-color: #f7f7fa;display: inline-block;border-radius: 6px;} 
.mod-wap-article .list-wap-rankul {margin: 20px 0;}
/*article-interest*/
.article-interest {padding:0px 0px;overflow:hidden}
.article-interest h5{padding-bottom: 10px;font-size: 16px;color: #333;display: block;font-weight: bold;}
.article-interest .content {margin:0 20px;padding:0px 0px;border-top: 0px solid #eee;}
.article-interest .list-related-titul {overflow:hidden;padding: 0px;}
.article-interest .list-related-titul li {padding:8px 0px;height:20px;line-height:20px;font-size:15px;border-bottom: 1px #eee dashed;overflow:hidden;}
.article-interest .list-related-titul li a {position: relative;display: block;padding-left:13px;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;} 
.article-interest .list-related-titul li a:before{content: '';left: 0; top: 8px;width: 5px; height: 5px;position: absolute; border-radius: 4px;background-color: #ccc; }
.article-interest .list-related-titul li:hover a:before{background: #0088ff;}
/*=== shengming ===*/ 
#shengming{text-align: left;font-size:12px;color: #bbb/*#a69485*/;line-height: 1.5;position: relative;z-index: 99;margin: 15px 20px;padding: 10px 10px;border: 1px solid #eee/*#efdcc5*/;background-color: #f7f7fa/*#fffbf5*/;border-radius: 3px;/*box-shadow: 0 11px 20px -15px rgb(255 222 177);*/}
#shengming .fromlink{font-size:12px;color:#ccc;text-overflow:ellipsis;overflow:hidden;white-space: nowrap;}
/*errorPage*/
.errorPage{padding:3rem 0 5rem; background: #fff;}
.errorPage .errorPage-container{display:flex;flex-direction:column-reverse;}
.errorPage .errorPage-text{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:1rem;}
.errorPage .errorPage-content{align-items:center;display:flex;justify-content:center;}
.errorPage .errorPage-content img{max-width:450px;}
.errorPage .errorPage-title,.errorPage .errorPage-subtitle{color:#646464;line-height:1.4;font-size:4rem;font-weight:600;}
.errorPage .errorPage-subtitle{font-size:1rem;margin-top:10px;}
.errorPage .back-homebtn{background-color:#0084ff;border-color:#0084ff;color:#fff;border:1px solid;border-radius:2rem;line-height:32px;padding:0.2rem 1.5rem;margin:2rem 0 1rem;}
.errorPage .back-homebtn:hover{text-decoration:none;}
.errorPage .back-page{color:#999;}

@media screen and (max-width:480px){

}

@media (max-width: 640px) {
.epages,.pageLink {font-size: 13px;}
.errorPage .errorPage-content img{max-width:350px;}
#wrapper {padding-top: 50px; }
.mod-titleA {margin:0px 15px;padding: 15px 0px 10px;}
.mod-titleA .title-name {font-size: 18px;} 

.mod-wap-section .section-content {margin:15px 15px;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe {height:200px;}
.mod-wap-home .mod-wap-focus .mod-wap-swipe .swipe-wrap > div { max-height: 200px;}
.mod-wap-home .mod-wap-focus .mod-wap-toutiao .list-wap-ttul{padding:15px 15px;}
.mod-wap-column .mod-content{padding: 15px 15px;}
.mod-wap-header {height:50px;}
.mod-wap-header .container{margin:14px 15px 10px;}
.mod-wap-header .mod-header-left .mod-header-logo {height: 20px;margin:0px;}
.mod-wap-header .mod-header-left .mod-header-class {margin-left: 8px;padding-left: 10px;font-size: 18px;color: #999;font-weight:bold;}
.mod-wap-header .mod-header-left .mod-header-class:before {top:8px;}
.mod-wap-header .mod-header-right {height: 24px;margin: 0px;display: flex;gap: 5px;}
.mod-wap-header .mod-header-right .search-btn .icon-search:before {font-size: 22px;}
.mod-wap-header .mod-header-right .menu-btn .icon-menu:before{font-size: 22px;}

.mod-wap-nav .list-wap-navul li{font-size: 16px;}

.list-wap-infoul li{padding: 10px 0px;}
.list-wap-infoul li .item-wrap {min-height: 60px;}
.list-wap-infoul li .item-wrap .item-pic {margin-left: 6px;width: 30%;height:68px;}
.list-wap-infoul li .item-wrap .item-main {min-height: 60px;gap: 5px;}
.list-wap-infoul li .item-wrap .item-main .item-title {font-size: 16px;line-height: 24px;font-weight:600;}
.list-wap-infoul li .item-wrap .item-main .item-txt{line-height: 1.3;}

.mod-wap-home .mod-wap-college .tab-container .tab-buttons{margin:10 20px 0;font-size: 18px;}

.list-wap-category li a {font-size: 14px;line-height: 30px;}
.mod-wap-article .mod-article-body{margin-bottom:10px;}
.mod-wap-article .article-header {margin:0 15px;padding:20px 0px 10px;}
.mod-wap-article .article-content {padding: 10px 15px;font-size: 16px;}
.mod-wap-article .article-content ul, .mod-wap-article .article-content ol{margin-left:20px;padding: 0px 0px;}
.mod-wap-article .article-tags .tagslist {margin:20px 15px;}
#shengming{margin: 20px 15px;padding:5px;}
.mod-wap-article .article-prevnext{margin:0 15px;}
.mod-footer-bottom{margin: 15px 0;line-height: 1.75;}
}






