@charset "utf-8"; /* CSS Document */
@font-face{
	font-family:csicons;
	src:url(../fonts/iconfont/iconfont.woff);
	src:url(../fonts/iconfont/iconfont.eot#iefix) format("embedded-opentype"),url(../fonts/iconfont/iconfont.woff) format("woff"),url(../fonts/iconfont/iconfont.ttf) format("truetype"),url(../fonts/iconfont/iconfont.svg#iconfont) format("svg");
	font-weight:400;
	font-style:normal;
}
* {margin:0px; padding:0px;} 
a {text-decoration:none; outline:none; color:#333; transition:all 0.2s;}
a:hover {text-decoration:none; color:#4284da}
ul,li {list-style:none;}
img {border:none; padding:0; margin:0; max-width:100%;}
input,button,select,textarea{outline:none}
textarea{resize:none}
body {font-family:"Microsoft Yahei",Tahoma,Verdana,Arial; font-size:12px; line-height:1.6; color:#333; padding:0; margin:0}
table ,tr, td { margin: auto; padding:0; margin:0;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { outline: none; }

.clear{
  overflow: hidden;
  clear: both;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fix {
  position: fixed;
}
.icon {
  font-family: csicons!important;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  speak: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  box-sizing: border-box;
  fill: currentColor;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*头部*/ 
.header {width: 100%; z-index: 999;}
.head .logo,.head .search {display:inline-block;}
.logo {
  width: 600px;
  margin: 16px 0;
  width:40%;
}
.logo h1 {
  font-size: 25px;
  line-height: 26px;
  color: #333333;
}
.logo p {
  font-size: 13px;
  line-height: 12px;
  color: #777;
  padding-top: 8px;
  word-spacing: 1px;
}
.search {float:right; margin:18px 0; width:362px;}
.search input {display:inline-block; margin:0; line-height:38px; height:38px;}
.search_box {width:360px; border:1px solid #5f80d9; border-radius:3px;}
.kw {width:300px; padding:0 10px; margin:0; border:none;}
.submit {background:#5f80d9; width:60px; border:none; color:#fff}

.nav { background:#4284da;}
.nav_c{ width:100%; max-width:1200px; margin:0 auto; position:relative; clear:both;} 
.nav_c .nav_1{ position: relative;text-align: center; float:left; font-size:16px;}
.nav_1a{ display:block; color:#FFF; line-height:50px; padding:0 24px; display: flex; justify-content:center; align-items:Center; text-align:center;}
.nav_1a span{ background:url(../images/ico1.png) no-repeat; width:15px; height:15px; margin-left:5px; display:block;}
.nav_1:hover .nav_1a{ background:#095bb0;}
.nav_1 a.nav_1_a { background:#095bb0;} 
.nav_1:hover .nav_1a span{ background:url(../images/ico2.png) no-repeat;}
.nav_1a2{display:block; margin-top:25px;}
.nav_1a3{ font-weight:bold;}
.nav_warp { background:rgba(0,0,0,0.6); position: absolute; top:50px;left:0; min-width:100%; display: none; z-index:99;/* -webkit-transition: all 0.4s ease-in-out;*/white-space: nowrap;} 
.nav_warp a{ display:block; color:#fff; line-height:40px; text-align:center; border-bottom:1px solid  rgba(255,255,255,0.8); font-size:14px; padding:0 5px;}
.nav_warp a:hover { -webkit-transition: all 0.4s ease-in-out; color: #fff; background:rgba(0,0,0,0.8);}
.nav_warp a:last-child {border:none}
.nav_warp2{ background:rgba(0,0,0,0.6); color:#FFF; width:140px; line-height:2;}

/*面包屑*/ 
.btn-nav { position: absolute; top: 15px; right: 0px; background: transparent; padding-right: 10px; border: none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; z-index: 99999; } 
.btn-nav:focus {outline: 0} 
.icon-bar { display: block; margin: 5px 0; width: 26px; height: 3px; background-color: #0090ff; background-color: #0f74bb; } 
.btn-nav:hover .icon-bar { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; background-color: #0f74bb; } 
.nav-item { margin: 40px auto; text-align: center; } 
.icon-bar { -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -ms-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; z-index: 999999; } 
.btn-nav.close.icon-bar { z-index: 999999; background-color: #0f74bb; } 
.btn-nav.close .topt { -webkit-transform: translateY(10px) rotateZ(45deg); -moz-transform: translateY(10px) rotateZ(45deg); -ms-transform: translateY(10px) rotateZ(45deg); -o-transform: translateY(10px) rotateZ(45deg); transform: translateY(10px) rotateZ(45deg) } 
.btn-nav.close .bottom {-webkit-transform: translateY(-6px) rotateZ(-45deg); -moz-transform: translateY(-6px) rotateZ(-45deg); -ms-transform: translateY(-6px) rotateZ(-45deg); -o-transform: translateY(-6px) rotateZ(-45deg); transform: translateY(-6px) rotateZ(-45deg); } 
.btn-nav.close .middle {width:0;}
.cai {display:none}
.showy_warp {display:none}

@media screen and (max-width:1199px)and (min-width:300px) {
  .header { width: 100%; display: none;}
  .head_logo { max-width:92%;}
  .head_logo a { display: block; cursor: pointer; padding-left:2%;}
  .head_logo img { height:60px }
  .logo2{ overflow:hidden; clear:both;}
  .logo2 p{ float:left; width:40%; padding:0 5%; height:90px;}
  .logo2 p img{ max-width:100%; height:90px;}
  .cai {/* width: 100%;  background: rgba(1,79,135,0.9); background-color: #fff; position:relative;*/display:block;width:100%; z-index:9999;}
  .cai_list { width: 100%; height: 100vh; background-color: #fff; display: none; } 
  .zhez { width: 100%; height: 100vh; position: fixed;/* background-color: #fff;*/ background-color: rgba(0,0,0,0.8); top:60px; z-index:999; display: none;}
  .mnav { width:92%; height: auto; margin:0 auto;/* background: #FFF;*/ position: relative; margin: auto; z-index: 1000; border-radius: 10px; left: 0px; display: none; top: 63px; position: absolute;}
  .mnav li { line-height:50px; border-bottom: 1px solid rgba(255,255,255,0.3); font-size:16px; background: url(../images/jl.png) no-repeat; background-position: 96% 17px; list-style: none;}
  .mnav li.mnav_li { background: none;}
  .mnav li.mnav_li1 { border-top: 10px solid #f6f7fe;}
  .mnav li a { width: 100%; display: block; color: #fff;}
  .mnav .mnavhor { border-bottom: 1px solid rgba(255,255,255,0.3);}
  .mnav .mnavhor a { width: 100%; display: block; color: #fff;}
  .mnav .mnavhor dl { display: block;}
  .mnav li dl { z-index: 1000; top: 75px; left: -52px; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.3); width: auto; display: none; }
  .mnav li dl dd { height:40px; line-height:40px; text-align: left; padding-left: 20px; border-bottom: 1px #f2f1f1 dashed; width: auto; }
  .mnav li dl dd.mnav_1 { height: 34px; line-height: 34px; text-align: left; padding-left: 20px; border-bottom: none; width: auto; }
  .mnav .mnavhor dl dd a { color: #000; }
  .mnav .mnavhor dl dd a:hover { color: #0090ff; }
  .mnav .mnavhor dl .mnavdd a { color: #0090ff }
  .mnavdl{ padding:5px 10px; width:calc(100% - 20px); overflow:hidden; font-size:14px; }
  .mnavdl a{ border-bottom: 1px dashed rgba(255,255,255,0.3); padding-left:5%;}
  .mnavdl a:last-child{ border:none;}
  
  /*漂浮框*/
  .side { position: fixed; width: 47px; height: 275px; right: 0; top: 38%; z-index: 100; display: none; } 
  .ping_warp { width: 100%; height: auto; overflow: hidden; background-color: #f7f7f7; } 
}

.ftit,.link,.foot,.container { width:96%; max-width:1200px;margin:0px auto;overflow:hidden;clear:both;}
.head,.main2{ width:96%; max-width:1200px;margin:0 auto; position:relative;}

.hj{overflow:hidden; clear:both; height:10px;}
.hj2{overflow:hidden; clear:both; height:20px;}
.hj3{overflow:hidden; clear:both; height:30px;}
.pp1{padding:1% 0;}
.pp2{padding:2% 0;}
.pp3{padding:3% 0;}
.pp4{padding:4% 0;}
.pp5{padding:5% 0;}

.img1{display:block; position:relative; width:100%; padding-bottom:100%; overflow:hidden;}
.img2{display:block; position:relative; width:100%; padding-bottom:63%; overflow:hidden;}
.img3{display:block; position:relative; width:100%; padding-bottom:115%; overflow:hidden;}
.img4{display:block; position:relative; width:100%; padding-bottom:100%;}
.img5{display:block; position:relative; width:100%; padding-bottom:100%;}
.img6{display:block; position:relative; width:100%; padding-bottom:100%;}
.img7{display:block; position:relative; width:100%; padding-bottom:100%;}
.img8{display:block; position:relative; width:100%; padding-bottom:100%;}
.img1 img,.img2 img,.img3 img,.img4 img,.img5 img,.img6 img,.img7 img,.img8 img{position:absolute; top:0; left:0; width:100%; height:100%;}
.cc{display: flex;  justify-content:center;  align-items:Center; text-align:center;}
.img1,.img2,.img3,.img4{overflow:hidden;}
.img1 img,.img2 img{cursor: pointer; transition: all 0.8s; /*transform: scale(1.1);*/}
.cc{display: flex;  justify-content:center; }

.qq{width:100%; margin:0 auto; padding-top:120px; position:relative;}
.fullSlide{position: absolute; top:0; left:0;width:100%; height:100%;}
.fullSlide .bd{position:relative;z-index:0;overflow:hidden;height:100%;}
.fullSlide .bd ul{width:100% !important; height:100%;}
.fullSlide .bd li{width:100% !important; height:100%;overflow:hidden;text-align:center;}
.fullSlide .hd{position:absolute;bottom:10px;left:0; width:100%;display: flex;   justify-content:center;  align-items:Center;height:22px;line-height:20px;}
.fullSlide .hd ul{text-align:center; width:100%; margin:0 auto; max-width:1200px;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:12px; max-width:50px;height:12px;margin:2px 4px;overflow:hidden;filter:alpha(opacity=90);opacity:0.6;line-height:999px;background:#fff; border-radius:50px;}
.fullSlide .hd ul .on{background:#009afe;background:#fff;opacity:1;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px  no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:2%;background-position:-6px -137px;}


.block {
  padding: 24px 0;
}
.block .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block .box {
}

.header {
  background: #fff;
  position: fixed;
}

.main {
  position: relative;
  padding: 150px 0 30px 0;
}

.focus {
  background:url(../images/bg1.png) no-repeat center bottom #f4fafe;
}
.focus a {
  display:inline-block;
  padding: 20px 0;
  text-align: center;
  width:19.6%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus a i {
  font-size: 48px !important;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  margin-top: 8px;
}
.focus a i:before {
  position: relative;
  top: 25%;
  color: #444;
}
.focus a span {
  display: block;
  width: 100%;
  font-size: 18px;
  padding-top: 16px;
  background:url(../images/bg2.png) no-repeat center top;
}
.focus a:hover i {
  margin-top: 0;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book .box {
  margin-left: -16px;
}
.book .box a {
  display: inline-block;
  width: 18.4%;
  margin: 0 0 16px 16px;
  font-size: 14px;
}
.book .box a img {
  border: 0px;
  width: 100%;
}
.book .box a p {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0;
}

.report .box {
  margin-left: -16px;
}
.report .box a {
  display: inline-block;
  width: 23.4%;
  margin: 0 0 20px 16px;
  font-size: 14px;
}
.report .box a img {
  border: 0px;
  width: 100%;
}
.report .box a p {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0;
}
.report .box a span {
  font-size: 13px;
  color: #aaa;
  line-height: 16px;
}
.report .box i {
  padding-right: 30px;
}
.report .box i:before {
  padding-right: 5px;
  font-size: 16px;
}

.bitnews {
  border: none;
}
.bitnews .title {
  border-bottom: 1px solid #ddd;
  line-height: 50px;
}
.bitnews .title .title_txt {
  
  display: inline-block;
}
.bitnews .title .title_tab {
  margin: 0 30px;
  display: inline-block;
}
.bitnews .title .title_tab li {
  font-weight: normal;
  font-size: 18px;
  margin: 0 16px;
  cursor: pointer;
  display: inline-block;
}
.bitnews .title .title_tab li.active {
  background:url(../images/tabg.png) no-repeat center bottom;
}
.bitnews .box {
  height: 292px;
}
.bitnews .box .tab_box_thumb {
  float: left;
  width: 456px;
  height: 292px;
  overflow: hidden;
  position: relative;
}
.bitnews .box .tab_box_thumb img {
  width: 456px;
  height: 292px;
  border: 0;
}
.bitnews .box .tab_box_thumb p {
  position: absolute;
  bottom: 0px;
  width: 436px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bitnews .box .tab_box_list {
  float: right;
  width: 725px;
}
.bitnews .box .tab_box_list a {
  display: inline-block;
  width: calc(50% - 30px);
  line-height: 1.8;
  font-size: 14px;
  padding-left:15px;
  margin-left:10px;
  background: url(../images/turbo.png) no-repeat left center;
}
.bitnews .box .tab_box_list a p {
  float: left;
  width: calc(100% - 42px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bitnews .box .tab_box_list a em {
  float: right;
  font-style: normal;
  color: #777777;
  font-size: 13px;
}

.list {
  width: 762px;
  min-height: 800px;
  margin: 0 0 0 98px;
  padding: 0 30px;
}
.list table.list-table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #609ff9;
}
.list table.list-table th {
  line-height: 16px;
  background: #e0eaf3;
  font-size: 14px;
  color: #0057bb;
  text-align: center;
}
.list table.list-table th,
.list table.list-table td {
  padding: 8px;
}
.list .title h1 {
  font-size: 25px;
}
.list .content {
  margin: 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.list .content p,.list .content div {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.list .related {
  border-top: double 1px #ccc;
  margin-top: 32px;
}
.list .related .sub-title {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}
.list .related .sub-title i {
  font-weight: normal;
}
.list .basic {
  border: solid 1px #eee;
  background: #fbfbf9;
  color: #555;
  padding: 12px;
  margin-bottom: 14px;
}
.list .basic p {
  line-height: 24px;
  font-size: 12px;
  margin: 0;
}

.bui-box{
	display:block;
	zoom:1
}
.bui-box:after,.bui-box:before{
	content:"";
	display:table
}
.bui-box:after{
	visibility:hidden;
	font-size:0;
	display:block;
	content:"";
	clear:both
}
.title-box{
	display:block;
	font-size:16px;
	line-height:1.1;
	font-weight:500;
	max-height:52px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	overflow:hidden;
    text-overflow: ellipsis;
}
.img-wrap{
	position:relative;
	cursor:pointer;
	width:100%;
	text-align:center;
	background:#e8e8e8;
	overflow:hidden;
	transform-style:preserve-3d
}
.img-wrap,.img-wrap:before{
	display:inline-block;
	height:100%
}
.img-wrap:before{
	content:"";
	width:0;
	font-size:0;
	visibility:hidden;
	vertical-align:middle
}
.img-wrap>img{
	display:inline-block;
	max-width:100%;
	height:auto;
	vertical-align:middle;
	transition:all .5s ease-out .1s
}
.img-wrap .lazy-load-img[lazy=loading]{
	width:40px;
	height:100%;
	margin:auto
}
.img-wrap:hover img{
	transform:matrix(1.04,0,0,1.04,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.single-mode {
	position:relative;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #e8e8e8;
}
.single-mode-lbox {
	width:152px;
	height:114px;
	margin-right:16px
}
.single-mode-rbox {
	max-height:116px;
	overflow:hidden
}
.single-mode-rbox:before {
	content:"";
	width:0;
	font-size:0;
	height:0;
	visibility:hidden;
	display:block;
	vertical-align:middle
}
.single-mode-rbox-inner{
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
.tag-style-hot{
	border-color:#ed4040!important;
	color:#ed4040!important
}
.tag-style-video{
	border-color:#ff7920!important;
	color:#ff7920!important
}
.tag-style-image{
	border-color:#ffae02!important;
	color:#ffae02!important
}
.tag-style-society{
	border-color:#41baad!important;
	color:#41baad!important
}
.tag-style-car{
	border-color:#539db8!important;
	color:#539db8!important
}
.tag-style-sport{
	border-color:#55c167!important;
	color:#55c167!important
}
.tag-style-finance{
	border-color:#b5743a!important;
	color:#b5743a!important
}
.tag-style-technology{
	border-color:#60a3f5!important;
	color:#60a3f5!important
}
.tag-style-entertainment{
	border-color:#b46aff!important;
	color:#b46aff!important
}
.tag-style-other{
	border-color:#87a5b5!important;
	color:#87a5b5!important
}
.avatar-style-0{
	background-color:#ff9090!important
}
.avatar-style-1{
	background-color:#90ccff!important
}
.avatar-style-2{
	background-color:#bfa1d0!important
}
.avatar-style-3{
	background-color:#80c184!important
}
.avatar-style-4{
	background-color:#e7ad90!important
}
.avatar-style-5{
	background-color:#cccccc!important
}
.abstract{
	margin: 5px 0;
  font-size: 13px;
	line-height: 18px;
	color: #999;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.breadcrumb-bar,
.tags-bar,
.footer-bar {
	font-size:12px;
	color:#999;
	margin:5px 0;
}
.breadcrumb-bar {
  margin: 10px 0;
}
.footer-bar{
  margin:10px 0 0 0;
}
.breadcrumb-bar-left,
.footer-bar-left,
.tags-bar-right{
	font-size:0;
	line-height:20px
}
.breadcrumb-bar-action,
.breadcrumb-bar-left,
.footer-bar-action,
.footer-bar-left{
	display:inline-block;
	vertical-align:middle;
}
.tags-bar-right {
  text-align: right;
}
.breadcrumb-bar-action,
.footer-bar-action,
.tags-bar-action{
	font-size:13px;
	line-height:1;
}
.footer-bar-action {
  margin-right: 10px;
}
.footer-bar-action.source{
	color:#777;
	font-size:13px;
}
.footer-bar-action.source:hover{
	color:#406599;
}
.footer-bar-action.flag{
	color:#4284da;
	font-size:8px;
  padding: 2px;
  border-radius: 3px;
  border: solid 1px #4284da;
}
.footer-bar-action.media-avatar{
	color:#fff;
	margin-right:2px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:12px;
	border-radius:50%;
	background-color:#eee;
	overflow:hidden;
}
.footer-bar-action.media-avatar>img{
	width:100%;
	height:100%;
}
.footer-bar-action.media-avatar>img[lazy=loading]{
	width:10px;
	height:100%;
	margin:auto;
}
.footer-bar-action.tag,.tags-bar-action.tag{
	font-size:11px;
	color:#999;
	margin-right:10px;
	padding:1px 2px;
	border:1px solid #999;
  border-radius: 2px;
}
.footer-bar-action.tag:hover,.tags-bar-action.tag:hover{
	color: #4284da;
	border-color: #4284da;
}
.footer-bar-action.hot{
	font-size:13px;
	color:#ed4040;
	margin-left:8px;
}
.footer-bar-action.recommend{
	font-size:12px;
	color:#2a90d7;
	border:1px solid #2a90d7;
	padding:1px 2px;
	margin-left:8px;
}
.footer-bar-action.ad{
	font-size:13px;
	color:#2a90d7;
	margin-left:8px;
}

.channel {
  position: fixed;
  top: 150px;
  width: 100px;
}
.channel a {
	display: block;
	width: 94px;
	font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 5px;
  margin-bottom: 2px;
  transition-property: color,background-color;
}
.channel a.active, .channel a:hover {
	background-color: #3366cc;
	color: #fff;
}

.share {
	position: fixed;
  top: 150px;
  width: 100px;
  z-index: 20;
}
.share a {
  display: block;
	margin: 0 0 14px 0;
  font-size: 16px;
	color: #555;
	text-align: left;
	border: none;
}
.share a i.icon {
	font-size: 34px;
	vertical-align: middle;
}
.share a span {
  vertical-align: middle;
  padding-left: 12px;
  font-size: 16px;
}
.share a.share-count span {
  font: 20px/30px Georgia;
  color: #f85959;
  padding-left: 6px;
}
.icon-comments-anchor:before {
  content: "\e6ab";
	color: #f85959;
}
.icon-weibo:before {
  content: "\e658";
	color: #f85959;
}
.icon-qzone:before {
  content: "\e628";
	color: #ffbd1d;
}
.icon-wechat:before {
  content: "\e6c9";
	color: #52cd3e;
}
.icon-source:before {
  content: "\e6a3";
}
.icon-author:before {
  content: "\e6b8";
}
.icon-mark:before {
  content: "\e794";
}
.icon-repin:before {
  content: "\e610";
}
.icon-report:before {
  content: "\e617";
}
.icon-dian:before {
  content: "\ec1e";
}
.icon-thumbup:before {
  content: "\e644";
  color: #0088f0;
}
.icon-schedule:before {
  content: "\e6e6";
}

.pages {
  padding:20px 0 0 0;
  text-align:center;
  font-size:12px;
  color:#666666;
  clear:both;
}
.pages>.pagination {
  margin: 0;
}
.pages>.pagination li {
  display: inline-block;
  margin: 0 2px;
}
.pages li a, .pages li span {
  display: block;
  font-size: 14px;
  font-family: Arial;
  color: #777;
  height: 28px;
  line-height: 28px;
  border: #DDDDDD 1px solid;
  padding: 0 8px;
  text-decoration: none;
}
.pages li a:link,.pages li a:visited,.pages li a:active {
  text-decoration: none;
}
.pages li a:hover,.pages li.active span {
  border: #258CFF 1px solid;
}
.pages li.disabled span {
  border: none;
}

.aside {
  /*position: absolute;*/
  top: 20px;
  right: 0;
  width: 280px;
}
.sec-rank{
	overflow:hidden
}
.sec-rank .rank-head{
	height:24px;
	line-height:24px
}
.sec-rank .rank-head h3{
	float:left;
	font-size:18px;
	font-weight:400;
	margin:0
}
.sec-rank .rank-head .rank-tab{
	margin-left:20px;
	float:left
}
.sec-rank .ca-tab{
	overflow:hidden;
	zoom:1;
}
.sec-rank .ca-tab .ca-tab-item{
	float:left;
	position:relative;
	height:20px;
	line-height:20px;
	cursor:pointer;
	padding:1px 0 2px;
	border-bottom:1px solid transparent;
	margin-left:12px;
	transition:.2s;
	transition-property:border,color;
}
.sec-rank .ca-tab .ca-tab-item:before{
	content:"";
	display:none;
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:0;
	width:0;
	height:0;
	border-bottom:3px solid #4284da;
	border-top:0;
	border-left:3px dashed transparent;
	border-right:3px dashed transparent;
}
.sec-rank .ca-tab .ca-tab-item.on{
	background-color:transparent;
	border-color:#4284da;
	color:#4284da;
}
.sec-rank .ca-tab .ca-tab-item.on a{
	color:#4284da;
}
.sec-rank .ca-tab .ca-tab-item.on:before{
	display:block;
}
.sec-rank .ca-tab .ca-tab-item:hover{
	color:#4284da;
}
.sec-rank .ca-tab .ca-tab-item:first-child{
	margin-left:0;
}
.sec-rank .rank-head .rank-dropdown{
	float:right
}
.sec-rank .rank-list-wrap{
	width:200%;
	overflow:hidden;
	zoom:1;
	transition:all .2s linear
}
.sec-rank .rank-list-wrap .rank-list{
	padding-bottom:15px;
	width:50%;
	float:left;
	padding-top:20px;
	position:relative
}
.sec-rank .rank-list-wrap .rank-list .state{
	line-height:100px
}
.sec-rank .rank-list-wrap.show-origin{
	margin-left:-100%
}
.sec-rank .more-link{
	display:block;
	height:24px;
	line-height:24px;
	background-color:#e5e9ef;
	text-align:center;
	border:1px solid #e0e6ed;
	color:#222;
	border-radius:4px;
	transition:.2s
}
.sec-rank .more-link:hover{
	background-color:#ccd0d7;
	border-color:#ccd0d7
}
.sec-rank .more-link .icon-arrow-r{
	display:inline-block;
	vertical-align:middle;
	background-position:-478px -218px;
	width:6px;
	height:12px;
	margin:-2px 0 0 5px
}
.rank-list .ri-item{
	position:relative;
  font-size: 13px;
	padding-left:25px;
	margin-bottom:10px;
	overflow:hidden
}
.rank-list .ri-item.first{
	margin-top:0;
	margin-bottom:15px
}
.rank-list .ri-item .ri-no{
	position:absolute;
	color:#fff;
	height:18px;
	line-height:18px;
	top:0;
	left:0;
	font-size:12px;
	min-width:12px;
	text-align:center;
	background-color:#b8c0cc;
	border-radius:4px;
	padding:0 3px;
	font-weight:bolder;
	font-style:normal
}
.rank-list .ri-item.highlight .ri-no{
	background:#f85959
}
.rank-list .ri-item .ri-info-wrap{
	position:relative;
	display:block;
	cursor:pointer
}
.rank-list .ri-item .ri-info-wrap .w-later{
	right:160px
}
.rank-list .ri-item .ri-info-wrap:hover .w-later{
	display:block
}
.rank-list .ri-item .ri-preview{
	margin-right:5px;
	width:80px;
	height:50px;
	float:left;
	display:none;
	border-radius:4px;
	overflow:hidden
}
.rank-list .ri-item.show-detail .ri-preview{
	display:block
}
.rank-list .ri-item .ri-detail{
	float:left
}
.rank-list .ri-item .ri-detail p {
    display: inline-block;
}
.rank-list .ri-item .ri-detail .ri-title{
	line-height:18px;
	height:18px;
	overflow:hidden;
	color:#222;
	margin:0;
  width: 220px;
}
.rank-list .ri-item .ri-detail .ri-point{
	float: right;
  line-height:12px;
	color:#99a2aa;
	height:12px;
	margin:5px 0 0;
	overflow:hidden
}
.rank-list .ri-item.show-detail .ri-detail .ri-title{
	height:36px;
	line-height:18px;
	margin-top:-3px;
	width:150px;
	padding:0;
}
.rank-list .ri-item.show-detail .ri-point{
	display:block;
}
.rank-list .ri-item:hover .ri-title{
	/*color:#00a1d6;*/
  color: #4284da;
}
.rank-link .rank-link-head{
	width:280px;
	height:75px;
}
.rank-link .rank-link-head a{
	width:280px;
	height:75px;
	display:block;
	font-size:18px;
	line-height:75px;
	text-align:center;
	background:#f6f6f6;
}
.rank-link .rank-link-desc{
	padding:10px 0 15px 0;
	line-height:22px;
	font-size:12px;
}

.tithot{ overflow:hidden; clear:both; background:#4284da; line-height:25px; color:#FFF; padding:5px;}
.hotnews{ overflow:hidden; clear:both;border:1px solid #ddd;}
.hotnews li{float:left; width:98%; padding:1%; text-align:left; border-bottom:1px dashed #CCC}


.nr1_p12{ display:block; text-align:center;}
.tit1{ overflow:hidden; clear:both; border-bottom:1px solid #ddd; line-height:60px;}
.tit1_p1{ float:left; font-weight:bold;}
.tit1_p2{ float:left;}
.tit1_p2 li{ float:left; margin-left:8%; color:#666;}
.tit1_p2 .active{ background:url(../images/tbg1.png) no-repeat center bottom;}
.nr1_p21 p{ position:absolute; bottom:0; left:0; width:96%; padding:1% 2%; background:rgba(0,0,0,0.6); color:#FFF;overflow: hidden;text-overflow:ellipsis; white-space: nowrap; line-height:2;}
.nr1_p22 ul{ overflow:hidden; clear:both;}
.nr1_p22 li a{ display:block; float:left; width:calc(100% - 50px);overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.nr1_p22 li p{ float:right;}
.nr1_p3{ overflow:hidden; clear:both;}
.nr1_p3 li{ float:left; width:18%; padding:1%; text-align:center;}
.nr1_p31{ display:block; overflow: hidden;text-overflow:ellipsis; white-space: nowrap; line-height:2;}
.nr1_p30 li{ float:left; width:23%; padding:1%; text-align:center;}
.riqi{ color:#777;}
.nr1_p4{ overflow:hidden; clear:both; margin:0 -1%;}
.nr1_p4 li{ float:left; width:23%; padding:1%;}
.nr1_p41{ overflow:hidden; clear:both; color:#777;}
.nr1_p41 span{ display:block; float:left; margin-right:20px;}
.link_p1{ color:#888;}
.link_p1 span{ font-weight:bold; color:#333; margin-right:10px;}
.link_p1 a{ display:inline-block; padding:0 6px; color:#777;}
.fbg1{ background:#333; text-align:center; color:#fff;}
.fbg1 a{color:#fff; padding:0 5px;}
.foot{ text-align:center;}

.nr1_p5 li{ text-align:center; line-height:2.4; padding:2px 0;}
.nr1_p5 li a{ display:block; border-radius:5px;}
.nr1_p5 li .no1,.nr1_p5 li:hover a{ background:#4284da; color:#fff;}
.nr1_p6 li{ overflow:hidden; clear:both; padding:1% 0; border-bottom:1px solid #ddd; line-height:2;}
.nr1_p61{ float:left; width:150px; margin-right:10px;}
.nr1_p62 .tt2{ display:block;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.nr1_p621 span{ color:#87a5b5; border:1px solid #87a5b5; padding:0 3px;}
.nr1_p621_a{ color:#87a5b5; border:1px solid #87a5b5; padding:0 3px; margin-right:10px; line-height:1.4; border-radius:3px;}
.nr1_p622{ color:#777;}
.nr1_p622 a{ color:#777; float:left;}
.nr1_p60 li{ padding:1.5% 0;}
.nr1_p60 .nr1_p61{ float:left; width:120px; margin:0 10px; border:1px solid #ddd; position:relative;}
.nr1_p60 .nr1_p61 span{ position: absolute; top:0; right:0; z-index:55;}
.nr1_p601{ color:#2f6eb6;}
.nr1_p602{ color:#777; margin-bottom:1%; line-height:2; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.nr1_p622 span{ margin-right:10px;}
.nr1_p624 a{ margin-left:10px; color:#3366cc;}
.tit2{ background:url(../images/ico5.jpg) no-repeat left center; padding-left:20px;}
.nr1_p7 p{ overflow:hidden; clear:both; padding:3% 0; line-height:2;}
.nr1_p72{ background:#f2f2f2; padding:2%; clear:both; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.red{ color:#F00;}
.nr1_p741 .red{ font-weight:bold;}
.nr1_p742{ width:96%; margin:1%; border:1px solid #7d96c4; padding:1%;}
.nr1_p744{ background:#007aff; border-radius:5px; border: none; color:#fff; width:80px; line-height:2.4; margin:0 1%;}
.tit1_p4{ border-bottom:1px solid #ddd; overflow:hidden; clear:both; color:#4284da; background:url(../images/ico10.png) no-repeat left center; padding-left:22px; line-height:2.6;}
.nr1_p8 li{ background:url(../images/tub2.jpg) no-repeat left center; padding:1% 0; padding-left:15px; border-bottom:1px dashed #ddd; overflow:hidden; clear:both;}
.nr1_p8 li a{ display:block; float:left; width:calc(100% - 90px);overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.nr1_p8 li p{ float:right;}
.nr1_p75 td{ padding:0.6% 1%;}
.tit1_p5{ border-bottom:1px solid #ddd; overflow:hidden; clear:both; padding-bottom:8px;}
.nr1_p761{ line-height:40px; height:40px; padding:0 10px; background:none;}
.nr1_p762{ line-height:40px; height:40px; background:url(../images/tub5.jpg); padding:0 12px; color:#FFF; border:none;}
.nr1_p76{ background:#f0f0f0; padding:2%;}
.nr1_p76{ background:#e1edf5;}
.nr1_p77{ border:1px solid #ddd;}
.bm td{ padding:1.5%;}
.bm tr{ background:#fcfcfc;}
.bm tr:nth-child(2n+1) td{ background:#f7f7f7;}
.nr1_p78 li{ float:left; text-align:center; padding:2px 0; margin-right:10px;}
.nr1_p78 li a{ display:block; border-radius:5px; padding:2px 10px;}
.nr1_p78 li .no2,.nr1_p78 li:hover a{ background:#3366cc; color:#fff;}
.nr1_p63{ float:left; width:100px; margin-right:10px; border-radius:50%; overflow:hidden;}
.nr1_p64{ float:left; line-height:1.6; max-width:50%;}
.nr1_p641{ font-weight:bold; color:#3366cc;}
.nr1_p643{ color:#888;}
.nr1_p64 p{ overflow: hidden;text-overflow:ellipsis; white-space: nowrap; }
.nr1_p65{ float:right; margin-top:2%}
.nr1_p65 a{ display:block; padding:0 10px; border-radius:5px; border:1px solid #ddd; color:#666;}

.nr3_p42{ padding:0 2% 5% 2%;}
.nr3_p42 li{ padding:2% 0;clear:both; border-bottom:1px dashed #eee;}
.nr3_p421{ float:left; position: relative; margin-right:10px;line-height:25px;}
.nr3_p421 img{ width:36px; height:36px; margin-right:10px;}
.nr3_p421 span,.nr3_p424 a{ color:#e98367;}
.nr3_p422{ position:absolute; top:20px; width:200px; left:-110px; padding:30px; text-align:center; background:rgba(255,227,213,0.8); display:none; color:#999; z-index:9999;}
.nr3_p4221{ margin-bottom:10px;}
.nr3_p4221 img{ width:100px; height:100px;}
.nr3_p421:hover .nr3_p422{ display:block;}
.nr3_p423{ float:left; max-width:580px; color:#666;  display: flex; align-items:Center;/* height:36px;*/ text-align:left; overflow:hidden; line-height:25px; font-size:14px;}
.nr3_p424{ overflow:hidden; clear:both; text-align:right; color:#999;}

.epages {   margin:15px  auto; width:100%; text-align:center }
.epages a{   margin:0 3px; min-width:30px; line-height:30px; text-align:center; border:1px solid #eee; color:#fff; background:#1d91da; padding:5px 10px;}
.epages a:hover{ background:#4284da; color:#fff; border:1px solid #1d91da;}

@media (max-width:768px) {
  .pc{ display:none;}
  .app{ display:block;}
  .mm1{ padding:1%; width:96%; margin:0 auto;}
  .f14{ font-size:12px;}
  .f16{ font-size:14px;}
  .f18{ font-size:15px;}
  .hj{overflow:hidden; clear:both; height:5px;}
  .hj2{overflow:hidden; clear:both; height:10px;}
  .hj3{overflow:hidden; clear:both; height:15px;}
  .pp1{ padding:5px 0;}
  .pp2{ padding:10px 0;}
  .qt{ position:relative; width:100%; padding-bottom:48%; height:0; overflow:hidden;}
  .nr1_p1 li{ float:left; width:46%; padding:2%;}
  .tit1_p2{ float:left; width:calc(100% - 80px);}
  .tit1_p2 li{ float:left; margin-left:6%; color:#666;}
  .nr1_p22 li{ padding-left:15px; line-height:2.1; background:url(../images/tub1.png) no-repeat left center; overflow:hidden; clear:both;}
  .nr1_p3 li{ float:left; width:31.333%; padding:1%; text-align:center;}
  .nr1_p5 li{ float:left; width:calc(33.333% - 4px); text-align:center; line-height:2.4; padding:2px;}
  .nr1_p7 { display:none}
  .nr1_p7 p{ float:left; width:48%; padding:3% 1%; line-height:2;}
  .nr1_p63{ float:left; width:75px; margin-right:10px; border-radius:50%; overflow:hidden;}
  .shipin { width:100%; height:250px;  }
  .shipin video { width:100%; height:250px; }
  .m_left{ float:left; width:98%}
  .m_right{ float: right; width:98%;}
}

@media (min-width:769px) {
  .fl{float:left;}
  .fr{float:right;}
  .f14{font-size:14px;}
  .f16{font-size:16px;}
  .f18{font-size:18px;}
  .pp1{padding:10px 0;}
  .pp2{padding:20px 0;}
  .qt{position:relative; width:100%; padding-bottom:24.5%; height:0; overflow:hidden;}
  .cc1{display:flex; justify-content:center; align-items:Center; text-align:center;}
  .tit1_p2{float:left; width:60%;}
  .nr1_p21{float:left; width:38%;}
  .nr1_p22{float:right; width:60%;}
  .nr1_p22 li{float:left; width:calc(48% - 15px); padding-left:15px; padding-right:2%; position:relative; line-height:2.1; background:url(../images/tub1.png) no-repeat left center; }
  .m_left{float:left; width:110px;}
  .m_right{float: right; width:calc(98% - 110px);}
  .shipin {width:80%; height:450px;  margin:0 auto; text-align:center}
  .shipin video {width:100%; height:450px;}
  .mm_left{float:left; width:calc(98% - 280px);}
  .mm_right{float:right; width:280px;}
}

@media screen and (min-width:320px) {
  .tt1{font-size:12px;}
  .tt2{font-size:13px;}
  .tt3{font-size:14px;}
  .tt4{font-size:16px;}
  .tt5{font-size:16px;}
  .tt6{font-size:18px;}
  .tt7{font-size:19px;}
  .tt8{font-size:20px;}
  .tt9{font-size:26px;}
  .tt10{font-size:28px;}
  .tt11{font-size:28px;}
  .tt12{font-size:38px;}
}

@media screen and (min-width:414px) {
  .tt1{font-size:12px;}
  .tt2{font-size:13px;}
  .tt3{font-size:14px;}
  .tt4{font-size:16px;}
  .tt5{font-size:16px;}
  .tt6{font-size:18px;}
  .tt7{font-size:18px;}
  .tt8{font-size:20px;}
  .tt9{font-size:26px;}
  .tt10{font-size:28px;}
  .tt11{font-size:28px;}
  .tt12{font-size:38px;}
}

@media screen and (min-width:480px) {
  .tt1{font-size:12px;}
  .tt2{font-size:13px;}
  .tt3{font-size:14px;}
  .tt4{font-size:16px;}
  .tt5{font-size:18px;}
  .tt6{font-size:18px;}
  .tt7{font-size:20px;}
  .tt8{font-size:22px;}
  .tt9{font-size:26px;}
  .tt10{font-size:28px;}
  .tt11{font-size:28px;}
  .tt12{font-size:38px;}
}

@media screen and (min-width:640px) {
  .tt1{font-size:12px;}
  .tt2{font-size:14px;}
  .tt3{font-size:16px;}
  .tt4{font-size:18px;}
  .tt5{font-size:18px;}
  .tt6{font-size:20px;}
  .tt7{font-size:20px;}
  .tt8{font-size:22px;}
  .tt9{font-size:28px;}
  .tt10{font-size:30px;}
  .tt11{font-size:30px;}
  .tt12{font-size:48px;}
}

@media (max-width:768px) {
  .pc{display:none;}
  .app{display:block;}
  .mhj{height:5px;}
  .mhj2{overflow:hidden; clear:both; height:10px;}
}

@media (min-width:769px) {
  .tt1{font-size:14px;}
  .tt2{font-size:16px;}
  .tt3{font-size:18px;}
  .tt4{font-size:20px;}
  .tt5{font-size:22px;}
  .tt6{font-size:24px;}
  .tt7{font-size:24px;}
  .tt8{font-size:24px;}
  .tt9{font-size:32px;}
  .tt10{font-size:36px;}
  .tt11{font-size:40px;}
  .tt12{font-size:60px;}
  .mhj{height:20px;}
  .fl{float:left;}
  .fr{float:right;}
  .pc{display:block;}
  .app{display:none;}
  .mhj{height:10px;}
  .mhj2{overflow:hidden; clear:both; height:20px;}
}

@media (min-width:1024px) {
  .tt1{font-size:14px;}
  .tt2{font-size:16px;}
  .tt3{font-size:18px;}
  .tt4{font-size:20px;}
  .tt5{font-size:22px;}
  .tt6{font-size:24px;}
  .tt7{font-size:28px;}
  .tt8{font-size:32px;}
  .tt9{font-size:36px;}
  .tt10{font-size:40px;}
  .tt11{font-size:48px;}
  .tt12{font-size:68px;}
  .pc{display:block;}
  .app{display:none;}
}

@media (min-width:1180px) {
  .tt1{font-size:14px;}
  .tt2{font-size:16px;}
  .tt3{font-size:18px;}
  .tt4{font-size:20px;}
  .tt5{font-size:22px;}
  .tt6{font-size:24px;}
  .tt7{font-size:28px;}
  .tt8{font-size:32px;}
  .tt9{font-size:36px;}
  .tt10{font-size:40px;}
  .tt11{font-size:48px;}
  .tt12{font-size:68px;}
  .pc{display:block;}
  .app{display:none;}
}

@media (min-width:1360px) {	}

@-webkit-keyframes ripple { 
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
	-webkit-transform: scale(40);
	transform: scale(40);
	opacity: 0;
  }
}