/***
News Page
***/

.news-page {
  padding-bottom: 20px;
}

.news-page h1 {
  margin-bottom: 20px;
}

.news-page h2 {
  font-size: 38.5px;
  margin-bottom: 20px;
}

.news-page .top-news {
  margin-top: 0;
}

 #navbar-innerid{ background: #3c3e41}
 #navbar-innerid .current-menu-item a{font-weight: bold;color: #ffff;}

/*News Feeds*/
.news-blocks {
  padding: 6px 10px;
  margin-bottom: 10px;
  background: #faf6ea;
  border-top: solid 2px #faf6ea;
  overflow: hidden;
}

.news-blocks:hover {
  background: #fff;
  border-color: #78cff8;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.news-blocks h3 {
  margin: 0 0 5px 0;
  line-height: 32px;
  font-size:18px;
  font-weight: bold;
}


.article-content .content{
	font-family: "Microsoft YaHei";
    font-size: 16px;
}
.news-blocks h3 a {
  color: #000;
  line-height:50px;
  font-size:16px;
}

.news-blocks h3 a:hover {
  color: #78cff8;
  text-decoration: none;
}

.news-blocks p {
  overflow: hidden;
}

.news-blocks a.news-block-btn {
  color: #000;
  display: block;
  font-size: 14px;
  background: none;
  padding: 5px 10px 0;
  text-align: right;
  text-decoration: none;
}

.news-blocks a.news-block-btn i {
  margin-left: 3px;
}


.news-blocks a.news-block-btn:hover {
  text-decoration: none;
}

.news-blocks img.news-block-img {
  margin-right:5px;
}

.news-blocks .news-block-tags {
  margin-bottom: 8px;
      overflow: hidden;
}

.news-blocks .news-block-tags strong {
  margin-right: 10px;
  font-weight: 400;
}

.news-blocks .news-block-tags em {
  font-style: normal;
}

/*News Item Page*/
.news-item-page {
  padding: 10px 0;
}

.blog-tag-data ul {
  margin-bottom: 5px;
}

.blog-tag-data li {
  padding: 0;
}

.blog-tag-data li i {
  color: #78cff8;
}

.blog-tag-data li a {
  padding: 0;
  color: #555;
  margin-right: 8px;
}

.blog-tag-data {
  margin-bottom: 10px;
}

.blog-tag-data img {
  margin-bottom: 12px;
}

.blog-tag-data ul.blog-tags a {
  background: #eee;
  padding: 1px 4px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

.blog-tag-data ul.blog-tags a:hover {
  background: #ddd;
  text-decoration: none;
}

.blog-tag-data .blog-tag-data-inner {
  text-align: right;
}

.jies{width:100%; margin:0 0 0 15px;float: left}
.jies .ft {
    float: left;
    margin: 0 20px 0 10px;
	 color: #049;
}
b.triangle {
    display: inline-block;
    margin-top: 6px;
    float: left;
    width: 0;
    height: 0;
    margin-right: 3px;
    border: 5px dashed #999;
    border-color: transparent transparent transparent #999;
    border-left-style: solid;
    border-right: 0 none;
    overflow: hidden;
}

/*index*/
.footer_table {
	padding: 15px 40px 5px;
	overflow: hidden;
	
}
.action_button {
	text-decoration: none; 
	color: #fff; 
	font-weight: bold; 
	border-radius: 5px; 
	background: #F9B84A; 
	background: linear-gradient(#DB7224, #F9B84A); 
	padding: 5px 15px; 
	font-size: 12px; 
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	text-transform: uppercase;
}

.price_block:hover {
	box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); 
	transform: scale(1.04) translateY(-5px); 
	z-index: 1; 
	border-bottom: 0 none;
}
.price_block:hover .price {
	background:linear-gradient(#fff, #fff); 
	box-shadow: inset 0 0 45px 1px #fff;
}
.price_block:hover h3 {
	background: #222;
}
.price_block:hover .action_button {
	background: linear-gradient(#F9B84A, #DB7224); 
}

/*index end*/

/*article end*/
.article-content ul {
	list-style: none;
}

.article-content{
    overflow: hidden;  
    position: relative;
	display: inline-block;
	float: left;
	padding:3% 5% ;
	width: 100%;
    margin-bottom: 25px;
	background: #FFF;
	border: solid 1px #e6e6e6;
	moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
	-ms-transform: translate3d(0,2px,0);
	-moz-transform: translate3d(0,2px,0);
	-webkit-transform: translate3d(0,2px,0);
	-o-transform: translate3d(0,2px,0);
	transform: translate3d(0,2px,0);
}
.article-content .state{
	position: absolute;
    right: -100px;
    top: 20px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    padding-left: 60px;
    font-style: normal;
    transform: translate(-25%, -25%) rotate(35deg);
}
.article-content .crumbs{ width:608px; border:none;}
.article-content h1{
  color: #000;
  font: 800 26px/30px "Microsoft Yahei",arial;
  text-align: center;
  padding: 15px 0
}

.articleinfo .Article-Tool{ width:100%; background:#DDDDDD; height:30px;}
.article-content .articleinfo{text-align:left;  text-indent: 20px;  padding:0px; margin:0 0 20px 0 ;background:#ddd; border-radius: 5px;}
.article-content .articleinfo span{ font-size:12px; font-weight:bold; line-height:30px; color:#1769C1; float: left;    text-indent: 0px;  display: block;  }
.article-content .articleinfo span i{ font-weight: normal; color:#000 ;margin:0 6px;}

.article-content .art{text-align:center;  text-indent: 20px;  padding:0px; margin:0 0 20px 0 ;background:#ddd; border-radius: 5px;   overflow: hidden;}
.article-content .art span{ font-size:12px; font-weight:normal; line-height:30px; color:#000; float: left;   width: 250px;
  display: block;}
.article-content .art span strong{ font-weight: normal; color:#000 ;margin:0 5px 0 10px ; float:left;}
.article-content .art  .Article-Tool {padding:0 0 0 90px;}
.article-content .content p {
  font-size: 16px;
  line-height: 26px;
  word-wrap: break-word;
  padding: 8px 0;
}
.article-content .content .fyp {
  font-size: 14px;}
.article-content .related{ border-top:dashed 1px #ccc; margin-top:15px;padding:10px 0 0; overflow:hidden; }
.article-content .related h5{padding-bottom:4px;  font-size: 16px;
  margin-bottom: 5px;
  color: #049; font-weight:bold;}
.article-content .related ul{ float:left; width:100%; margin:0px;}
.article-content .related ul li{ float:left; line-height:30px; width:90%;}
.article-content .related ul li a{ color:#000; font-size:14px;}
.article-content .related ul li a:hover{ color:#FF6C00;}
.article-content .related ul li span{ color:#000; font-size:12px; margin-left: 10px;}

.article-content .articleinfo .state{ display:block; width:80px; height:30px; line-height:30px; background:red; color:#fff;   border-radius:5px;  text-indent: 0;   text-align: center; float:right;  }
.news-block-tags .state{display:block; width:90px; height:20px; line-height:20px; background:red; color:#fff;   border-radius:5px;  text-indent: 0;   text-align: center; float:right; }
.article-content .articleinfo .start{background:#37C393;}
.news-block-tags .start{background:#37C393;}
/*article end*/


 .lianxfans{padding:30px 30px 0px 30px;border: 1px #dcdcdc solid;letter-spacing: 3px;}
                  .lianxfans div{text-align: center;line-height:50px;border-bottom: 1px #dcdcdc solid;font-weight: bold;}
                   .lianxfans ul{border: 1px #dcdcdc solid; padding:20px;margin:20px 0;}
                  .lianxfans ul li{background: url(http://www.fxschool.cn/wp-content/themes/dailysmartrade/images/jy-qqtu.png) no-repeat left 10px; padding:6px 0 0 20px;}
                 
                  .lianx-top{font-size:26px; color:#a42328}
                  .lianx-tef{font-size:18px;}
                  .wzy-ewm{float:left;border: 1px #dcdcdc solid;padding:10px;}
                  .wzy-ewmr{float:right;width: 42%}
                  .wzy-ewmr span{display: block;letter-spacing: 2px;line-height: 26px;}
                  .wzy-ewmr-top {letter-spacing: 1px;font-weight: bold;}
                  .wzy-ewmr-sm{border-bottom: 1px #dcdcdc solid;padding-bottom:10px;color:#a2a2a2;background: url(http://www.fxschool.cn/wp-content/themes/dailysmartrade/images/wzy-ewmr-sm.png) no-repeat left 8px; padding-left:10px}
                  .wzy-ewmr-jy{background-color: #a42328;text-align:center; color:#ffffff}
                  .wzy-ewmr-shousuo{color:#a2a2a2}
                  .clear_both {clear: both;}


/*broker */
#result-list {
	background-color: #fff;
    margin: 30px auto 20px;
}

#result-list .list {
	margin-bottom:20px;
    border-radius: 5px !important;
    border: solid 1px #e6e6e6;
	padding: 30px 0;
    moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
    -ms-transform: translate3d(0,2px,0);
    -moz-transform: translate3d(0,2px,0);
    -webkit-transform: translate3d(0,2px,0);
    -o-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0);
}

#result-list .list:hover {
    moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    box-shadow: 1px 0px 25px rgba(0,0,0,0.1);
    -ms-transform: translate3d(0,2px,0);
    -moz-transform: translate3d(0,2px,0);
    -webkit-transform: translate3d(0,2px,0);
    -o-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0);
}

#result-list .list>* {
	float: left
}

#result-list .list .img {
	width: 25%;
	padding: 0 2%
}

#result-list .list .img .img-link {
	height: 100%;
    border: 1px solid #ddd;
	padding:20px 0;
	text-align: center
}

#result-list .list .img .img-link>a {
	display: block;
	text-align: center
}

#result-list .list .img img {
	vertical-align: middle;
	width: 164px;
}

#result-list .detail {
	width: 74%
}

#result-list .detail .dt-link {
	display: block
}

#result-list .detail .dt1 {
	width: 80%;
    float: left;
}

#result-list .detail .dt1>div {
	margin-top: 5px;
    color: #9c9c9c;
}

#result-list .tt {
	font-size: 20px;
	color: #333;
	letter-spacing: 0;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0px;
}

#result-list .tt a:hover {
	color: #407ce6
}

#result-list .ct {
	font-size: 14px;
	color: #666;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    line-height: 25px;
}

.version span {
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:25%;
    line-height: 25px;
}

.version span.supervise {
	width:45%;
}
.version span strong{
    color: #000;
}
.score span strong{
    color: #000;
}
.score span {
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	vertical-align: middle;
	padding-right: 0
}

.score span.server {
	display: inline-block
}

.score span.server a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.score span a.server-name {
	font-size: 14px;
	color: #407ce6;
	margin-left: 15px
}

.score span.server a:hover {
	text-decoration: underline
}

#result-list .btn00{
	display: inline-block;
    border-radius: 100px !important;
    border: solid 1px #31b16c;
    padding: 8px 30px;
    font-size: 14px;
    margin-bottom: 5px;
	background-color: #31b16c;
    color: #fff;
}

#result-list .hprice {
	width: 20%;
	float: right;
	margin-top:50px;
}

#result-list .hprice p {
	text-align: center;
	font-size: 15px;
	color: #989898;
    display: table-cell;
    vertical-align: middle;
	line-height:25px;
    display: block;
}



.common-pagination-box {
	text-align: center;
	height: 110px;
	background: #fff;
	margin-top: 1px
}

.pagination-detail {
	display: inline-block;
	margin-top: 35px
}

#pagination {
	float: left;
	display: block
}

.pagination-detail .pagination {
	color: #333
}

.pagination>li {
	display: inline-block;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #ebebeb;
}
.pagination>li.next,.pagination>li.prev {
	width: 60px
}

.pagination>li a {
	display: block;
	cursor: pointer;
    height: 33px;
}

.pagination>li a:hover {
	color: #fff;
	background: #3fa065;
	text-decoration:none;
}

.pagination>li.disabled {
	color: #999
}

.pagination>li.disabled:hover {
	color: #999;
	background-color: #fff
}

.pagination>li.active {
	color: #fff;
	background: #e41e2b
}

.pagination>li.li-point:hover {
	color: #333;
	background: #fff
}

.pagination>li.active.disabled {
	color: #999;
	background-color: #fff
}

.pagination>li.li-point {
	background: #fff;
	border: none
}

.pagination>li.li-point:hover {
	color: #e41e2b
}


@media only screen and (max-width:1024px) {
	
	#result-list .list {
		padding-top: 15px;
		padding-bottom: 10px
	}
	
	
	#result-list .hprice {
		width: 100%;
		margin-top:10px;
	}

	#result-list .hprice p {
		font-size: 16px;
		float: left
	}

	.pagination-detail,.score,.version {
		display: none
	}

	#result-list .hprice p.use-cost {
		font-size: 14px;
		color: #999;
		line-height: 30px;
		text-align: left
	}

	#result-list .hprice p span {
		font-size: 14px;
		line-height: 30px
	}

	#result-list .detail .dt1 {
		width: 100%
	}

	#result-list .list .img {
		height: 80px
	}

	#result-list .list .img img {
		margin-top: 0
	}
	
}

@media screen and (max-width:768px) {
	
	#result-list .list {
		padding-top: 10px;
		padding-bottom: 5px
	}

	#result-list .ct {
		font-size: 14px;
		color: #999;
		letter-spacing: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	#result-list .l-one {
		position: relative;
		padding: 10px 15px
	}

	#result-list .l-one:before {
		content: '';
		position: absolute;
		width: 200%;
		height: 1px;
		top: 0;
		left: 0;
		border-top: 1px solid #ccc;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scale(.5,.5);
		transform: scale(.5,.5);
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	#result-list .list .img {
		height: auto;
		position: relative
	}

	#result-list .list .img .listImg {
		position: absolute;
		top: -15px;
		left: -15px;
		width: 36px;
		height: 36px
	}

	#result-list .detail {
		width: 78%
	}

	#result-list .list .img {
		padding: 0 0;
		margin-top: 5px
	}

	#result-list .tt {
		font-size: 15px
	}

	#result-list .list .img img {
		width: 90%
	}
	
}


@media only screen and (max-width:500px) {
	
	#result-list .tt {
		font-size: 14px
	}

	#result-list .list .img img {
		width: 100%
	}

	#result-list .hprice p {
		font-size: 14px
	}

	#result-list .hprice p.use-cost {
		height: auto;
		line-height: 20px
	}

	#result-list .hprice p span {
		line-height: 20px
	}
	
}


@media only screen and (max-width:400px) {
	#result-list .list {
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px
	}
}


@media (min-width:768px) and (max-width:1024px) {
	#result-list .list {
		padding: 20px 0 10px 0
	}
}

/*broker end*/


.line {
    overflow: hidden;
    width: 100%;
    margin: 50px auto 30px;
    border-top: 2px solid #212121;
}
.daoh .span12 a{color:#212121;}
.kafu{}
.kafuimg{width:170px; -webkit-filter:drop-shadow(5px 5px 5px #ccc)}
.kafuimg:hover{-webkit-filter:drop-shadow(0 0 5px #ccc)}


.news-blocks .news-block-tags em{    border-bottom: 1px red dashed; }

.sidebar-tags{
	margin-bottom:20px;
    display: block;
}

.rightad {
    position: relative;
	margin-bottom:20px;
}
.adtit {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 25px;
    height: 15px;
    text-indent: -999999999px;
    background: url(../images/adbg.png) no-repeat;
}



/* activity */
.broker-select { border-radius: 6px!important; background-color: #ffffff; border: solid 1px #e6e6e6; padding: 10px 20px; min-height: 60px; position: relative;
	moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
	-ms-transform: translate3d(0,2px,0);
	-moz-transform: translate3d(0,2px,0);
	-webkit-transform: translate3d(0,2px,0);
	-o-transform: translate3d(0,2px,0);
	transform: translate3d(0,2px,0);
}
.broker-select label { float: left; line-height: 25px; font-size: 14px; color: #3f3f3f; font-weight: normal; margin-bottom:0px;}
.broker-select .ajax { cursor: pointer;
	padding: 3px 10px;
	border-radius: 20px!important;
	font-size: 14px;
	color: #666666;
	margin: 0 8px 0 8px;
	float: left;
}
.broker-select .ajax.qb, .broker-select .ajax:hover { background-color: #31b16c; color: #fff;}
.broker-select .short-item { float: left; margin: 0px 10px 0 0;}
.broker-select .broker-arrow-wrapper { position: absolute; width: 100%; left: 0; bottom: -16px; text-align: center;}
.broker-select .broker-arrow {  display: inline-block; width: 38px; height: 12px; background: url('../images/arr-up.png') no-repeat center; left: 50%; bottom: -12px;  cursor: pointer; }
.broker-select .broker-arrow.down { background-image: url('../images/arr-down.png');}

.select-short { display: block; padding: 5px;}
.select-short:hover{ cursor: pointer;}
.select-short .short-item label { line-height: 25px; }
.select-short .short-item .ajax { margin-left: 8px;}
.select-long .long-item { width: 100%; margin: 10px 0 ; position: relative;}
.select-long .long-item .select-box { margin-left: 70px;}
.select-long .long-item .select-box > span { float: left; margin: 0 8px 8px 8px; cursor: pointer; }
.select-long .select-box a{ margin-bottom:8px;   }

.event-list{
  margin:30px auto 20px;
}
.event-list>li{
  position:relative;
  padding:32px;
  background:#fff;
  border-radius:5px !important;
  overflow:hidden;
  margin-bottom: 20px;
  border: solid 1px #e6e6e6;
  moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
  -ms-transform: translate3d(0,2px,0);
  -moz-transform: translate3d(0,2px,0);
  -webkit-transform: translate3d(0,2px,0);
  -o-transform: translate3d(0,2px,0);
  transform: translate3d(0,2px,0);
}
.event-status{
  position:absolute;
  right:-100px;
  top:20px;
  width:190px;
  height:50px;
  line-height:50px;
  display: block;
  color: #fff;
  padding-left:60px;
  font-style:normal;
  transform: translate(-25%, -25%) rotate(35deg);
}
.enroll-ing{
  background-color:#1abc9c;
}
.enroll-full{
  background-color:#ccc;
}
.enroll-not-start{
  background:#34495e;
}
.event-list>li>a{
  display:block;
  overflow:hidden;
}
.event-list>li:hover{
  moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  box-shadow: 1px 0px 25px rgba(0,0,0,0.1);
  -ms-transform: translate3d(0,2px,0);
  -moz-transform: translate3d(0,2px,0);
  -webkit-transform: translate3d(0,2px,0);
  -o-transform: translate3d(0,2px,0);
  transform: translate3d(0,2px,0);
}
.event-thum-img,.el-item-info{
  display:block;
}
.event-thum-img{
	max-width: 30%;
	min-width: 30%;
	float: left;
	padding: 0 30px 0 0 ;
}
.event-thum-img>img{
  border-radius:5px!important;
  min-height: 144px;
  height: 144px;
}
.el-item-info{
  color:#34495e;
  max-width: 70%;
  float: left;
}
.eli-top-info,.eli-bottom-info{
  
}

.eli-top-info h3{
  font-size:24px;
  margin:5px 0 8px;
  line-height:24px;
  color: #000;
}
.el-labels{
  overflow:hidden;
}
.el-labels>li{
  float:left;
  margin:0 10px 10px 0;
  padding:0 10px;
  background:#eee;
  font-size:12px;
  height:22px;
  line-height:22px;
  border-radius:5px;
}
.eli-bottom-info{top:55px;}
.elib-item>.time-icon{
	font-size:14px;
	margin:3px 2px 0 0;
	float: left;
}
.elib-item>img.address-icon{
	width:18px;
	margin:0 12px 0 3px;
}
.people-icon{width:23px;}
.elib-item{
  margin:11px 0 0;
  clear:both;
  overflow:hidden;
  font-size: 14px;
  line-height:20px;
}
.elib-item>img{
  float:left;
  margin:0 10px 0 0;
}
.elib-item>span{
  float:left;
  font-size:12px;
  padding:0 10px 0 0;
}
.eli-bottom-info .elib-item-info{
	background: #F5F6F7;
	padding: 10px;
	line-height:25px;
	color: #000;
	border-radius: 8px !important;
}

/* 进行中 */
#activitytypemain .ing, .article-content .ing{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#d81919, endColorStr=#c32a2a);
	background: -ms-linear-gradient(left,#d81919,#c32a2a);
	background: -moz-linear-gradient(left,#d81919,#c32a2a);
	background: -webkit-linear-gradient(left,#d81919,#c32a2a);
	background: -o-linear-gradient(left,#d81919,#c32a2a);
}
/* 已结束 */
#activitytypemain .end, .article-content .end{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#969696, endColorStr=#171717);
	background: -ms-linear-gradient(left,#969696,#171717);
	background: -moz-linear-gradient(left,#969696,#171717);
	background: -webkit-linear-gradient(left,#969696,#171717);
	background: -o-linear-gradient(left,#969696,#171717);
}
/* 未开始 */
#activitytypemain .not-start, .article-content .not-start{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#31b16c, endColorStr=#55d48f);
	background: -ms-linear-gradient(left,#31b16c,#55d48f);
	background: -moz-linear-gradient(left,#31b16c,#55d48f);
	background: -webkit-linear-gradient(left,#31b16c,#55d48f);
	background: -o-linear-gradient(left,#31b16c,#55d48f);
}

.eli-bottom-info .elib-item>span.address-info{
  max-width:70%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.elib-item .address-name{
  color:#1abc9c;
  border:1px solid #1abc9c;
  border-radius:5px;
  font-size:12px;
  padding:0 10px;
  margin:0 10px 0 0;
  line-height:18px;
}
.tem-info100{
	max-width:100%;
}


#newlist{
	margin-top:0px;
}

.main-tit {
    float: left;
    height: 52px;
    line-height: 25px;
    width: 100%;
    background: url(../images/h3-line.jpg) repeat-x bottom;
    border-bottom: solid 1px #eaeaea;
}
.main-tit h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 52px;
    height: 52px;
    width: auto;
}
.main-tit h3 a{
	color:#000;
}
.main-tit h3 a:hover{
	text-decoration:none;
    color: #2589bf;
}

.more-text {
    float: right;
    padding-right: 10px;
}
.more-text a {
    color: #000;
    font-size: 12px;
    line-height: 50px;
}




.bbt-subtab {
    position: relative;
    margin-bottom: 30px;
    border: solid 1px #e6e6e6;
	moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 0px 5px rgba(0,0,0,0.1);
    -ms-transform: translate3d(0,2px,0);
    -moz-transform: translate3d(0,2px,0);
    -webkit-transform: translate3d(0,2px,0);
    -o-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0);
}
.bbt-subtab .firstli{
	border:none;
	color:#000;
}
.bbt-subtab .firstli:hover{
	border:none;
}
.bbt-subtab__menu {
    list-style-type: none;
    overflow: hidden;
    height: 52px;
    overflow: hidden;
	padding:10px;
}
.bbt-subtab__menu.down {
    transition: all .3s ease;
}
.bbt-subtab__menu.up{
	height: auto;
    transition: all .3s ease;
}
.bbt-subtab__menu li {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,.56);
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px!important;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.bbt-subtab__menu li a{
	color:#000;
	padding:5px 11px;
	display:block;
	
}
.bbt-subtab__menu li:hover{
    border: 1px solid #025689;
}
.bbt-subtab__menu li:hover a{
	text-decoration:none;
    color: #025689;
}
.bbt-subtab__menu li.active {
    background: #31b16c;
    border-color: #fff;
}

.bbt-subtab .broker-arrow-wrapper { position: absolute; width: 100%; left: 0; bottom: -16px; text-align: center;}
.bbt-subtab .broker-arrow {  display: inline-block; width: 38px; height: 12px; background: url('../images/arr-up.png') no-repeat center; left: 50%; bottom: -12px;  cursor: pointer; }
.bbt-subtab .broker-arrow.down { background-image: url('../images/arr-down.png');}


/* 竞赛 */
.contestlist{
	width:100%;
	overflow:hidden;
}
.item-list {
    float: left;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 2px 3px #ddd;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    background: #f3f7fb;
	width:100%;
	margin:10px 0 10px;
    border-radius: 5px !important;
}

.contestlist  a {
	text-decoration: none;
    width: 100%;
    height: 100%;
}

.contestlist .header {
    width: 100%;
    height: 208px;
    overflow: hidden;
	position:relative;
    background: #ccc;
}
.contestlist .center {
    width: 100%;
    padding: 10px 15px!important;
    background: #fff;
}
.contestlist .bottom {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
    background: #f3f7fb;
}
.contestlist .header img {
    width: 100%;
}
.contestlist .header .img-bg {
    width: 100%;
    height: 208px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.contestlist .center .top {
    margin-bottom: 15px;
}

.contestlist .center .top .item-title {
	display: inline-block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}


.contestlist  .item-status {
    float: right;
    width: 55px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #008af5;
    color: #fff;
    border-radius: 5px!important;
	position:absolute;
	top:10px;
	right:15px;
}
.contestlist .blueColor {
    background: #008af5;
}
.contestlist  .yellowColor {
    background: #f9a006;
}
.contestlist  .grayColor {
    background: #ccc;
}
.contestlist .center .item-desc {
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
}
.contestlist .bottom .address {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.contestlist .bottom .times {
    float: right;
	font-size:12px;
}

.item-list:hover .header .img-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.item-list .header .img-bg {
    width: 100%;
    height: 208px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.titlebar {
    font-size: 1.1em;
    font-weight: 700;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: default;
}
.titlebar.tall>span {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 4px solid #008AF5;
	padding-bottom:6px;
	height: 20px;
    line-height: 20px;
	font-size:16px;
    color: #383838;
}
.service-tit01 {
	margin:0 0 20px 0;
	border-bottom: 1px solid #ddd;
}
.service-tit02 {
	margin:30px 0 10px;
	position:relative;
}
#service-tit02-loading{
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -64px;
	top: 80px; 
}
.service-tit01 h3,.service-tit02 h3{
	margin:0px;
    font-size: 26px;
    text-align: center;
    padding-bottom: 10px;
}
.accordion-heading .accordion-toggle{
	padding: 20px 25px;
	color:#000;
	overflow:hidden;
	background:#fff;
}
.contest_time{
	font-size:24px;
	float:left;
}
 .table th, .table td{
	line-height: 50px;
	text-align:center;
}


.real-tag{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 80px;
	height: 78px;
	background: url(/Theme/contest/images/Realimg.png) no-repeat;
}

.more-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px;
	line-height:30px;
	border-radius:5px !important;
    border: 1px solid #a5a7aa;
    font-size: 12px;
    color: #757779;
	margin-top:10px;
    transition: all 0.3s ease;
}
.more-item:hover{
    color: #2589bf;
    border: 1px solid #2589bf;
	text-decoration:none;
}





/* 经纪商活动 */
.brokeractivity{ width: 100%; overflow:hidden;}
.brokeractivity h4 {    float: left;width: 226px;text-align: center;height: 130px;line-height: 130px;color: #fff;background: #07adf9;margin: 0px; background-color: #33b16d; font-size: 18px; font-weight: normal;}
.brokeractivity ul { float: left; padding: 0px;  margin: 10px 0 0;}
.brokeractivity ul li { float: left; width: 100%; padding:0 10px 10px; border: solid 1px #e2e5e7; position: relative; margin-bottom:10px; border-radius: 4px!important;}
.brokeractivity ul li .info { font-size: 15px; color: #058fe8;  position: relative; margin:0px;}
.brokeractivity ul li .info .time { font-size:12px;}
.brokeractivity ul li .title { display: block; font-size: 15px; color: #4b4b4b; overflow: hidden; margin-bottom: 7px; font-weight: 600; line-height: 23px; }
.brokeractivity ul li .title:hover { text-decoration: none; }
.brokeractivity ul li .intro { font-size: 14px; color: #9d9d9d; margin: 10px 0 0;  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 30px; }
.brokeractivity ul li .des{ 
	overflow: hidden;
    display: block;
    line-height: 20px;
	margin-bottom:10px;
}
.brokeractivity ul li:hover {
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); 
	box-shadow: 1px 0px 30px rgba(0,0,0,0.1); 
	-ms-transform: translate3d(0,2px,0); 
	-moz-transform: translate3d(0,2px,0); 
	-webkit-transform: translate3d(0,2px,0); 
	-o-transform: translate3d(0,2px,0); 
	transform: translate3d(0,2px,0);
	cursor:pointer;
}

.brokeractivity ul li.status .intro b { font-size: 12px; font-weight: normal; color: #4a4a4a; background: url() no-repeat left center; padding-left: 25px; margin-left: -14px; line-height: 24px; height: 24px;}
.brokeractivity ul li.ing .intro b { background-image: url('../image/point-ing.png');  }
.brokeractivity ul li.over .intro b { background-image: url('../image/point-over.png');  }
.brokeractivity ul li.nostart .intro b { background-image: url('../image/point-nostart.png');  }

.brokeractivity ul li.status .intro span { display: block;width: 60px;float: right;height: 24px;min-height: 24px; line-height: 24px;font-size: 12px;margin: 0;text-align: center;border-radius: 10px !important;color: #fff; }
.brokeractivity ul li.ing .intro span { background: #33B16D; }
.brokeractivity ul li.over .intro span { background: #A0A0A0; }
.brokeractivity ul li.nostart .intro span { background: #FE7405; }


.mikeblock1{
	width:100%;
	height:auto;
	overflow:hidden;
}
.mikeblock1-top{
	width:100%;
	overflow:hidden;
	padding:15px 20px 0;
	border:1px solid #D9D9D9;
    border-radius: 5px !important;
}
.mikeblock1-top-title{
	width:100%;
	float:left;
}
.mikeblock1-top-title h3{
	width:90px;
	height:30px;
	display:block;
	float:left;
	margin:0px;
	background:#58CF89;
	line-height:30px;
	text-align:center;
	font-size:18px;
	border-radius:4px;
	color:#fff;
}

.mikeblock1-top-title .titilead{
	float:right;
	background:#F5F5F5;
	border-bottom:1px #ddd dotted;
	padding: 0 20px;
	height:30px;
	line-height:30px;
}
.mikeblock1-top-title .titilead a{
	position:relative;
	display:block;
	height:30px;
	line-height:30px;
    width: 240px;
	text-align:left;
	color:#dc265a;
	font-weight:bold;
}
.mikeblock1-top-title .titilead a:hover ,.mikeblock1-top-title .titilead a:active{
	text-decoration:none;
}
.mikeblock1-top-title .titilead .adtit{
	right:-20px;
}


.mikeblock1-top-article{
	width:100%;
	float:left;
	margin-top:10px;
}
.mikeblock1-top-article ul{
	width:100%;
	overflow:hidden;
	margin:0px;
}
.mikeblock1-top-article ul li{
	list-style:none;
	line-height:30px;
	height:30px;
    border-bottom: 1px #ddd dashed;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.mikeblock1-top-article ul li a{
	color:#000;
}
.mikeblock1-top-article ul li a strong{
	display:block;
	width:20px;
	text-align:center;
	float:left;
    color: #5d9ec1;
}

.mikeblock1-top-article ul li a span{
	color:#000;
	display:block;
	width:76px;
	float:left;
}
.mikeblock1-top-article ul li:hover a,.mikeblock1-top-article ul li:active a{
	color:#5d9ec1;
	text-decoration:none;
}

.mikeblock1-top-article ul li:hover span,.mikeblock1-top-article ul li:active span{
	color:#5d9ec1;
}

.mikeblock1-ad{
	position:relative;
	border:1px solid #000;
	margin:10px 0;
}

.mikeblock1-ad img{
	width:100%;
    height: 77px;
}

.mikeblock1-tool{
	width:100%;
  
}
.mikeblock1-tool ul {
    width: 100%;
    height: 86px;
    position: relative;
}
.mikeblock1-tool li a {
    display: block;
    float: left;
    width: 20%;
    height: 95px;
    text-align: center;
    line-height: 135px;
    font-size: 12px;
    color: #000;
    position: relative;
    border-right: 1px solid #ddd;
}
.mikeblock1-tool li a:hover,.mikeblock1-tool li a:active{
	text-decoration:none;
    background: #0000000d;
}
.mikeblock1-tool li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    margin: auto;
	width: 32px;
    height: 32px;
	background-size:32px;
}
i.flicon-spreads{
	background-image:url(../images/flicon-spreads.png);
}
i.flicon-swiftcode{
	background-image:url(../images/flicon-swiftcode.png);
}
i.flicon-rate{
	background-image:url(../images/flicon-rate.png);
}
i.flicon-margin{
	background-image:url(../images/flicon-margin.png);
}
i.flicon-more{
	background-image:url(../images/flicon-more.png);
}


/* 自适应 */
@media (max-width: 1200px) {
	.brokeractivity h4{
		display:none;
	}
	.brokeractivity ul {
		border-left: solid 1px #e2e5e7;
	}
	.brokeractivity ul li{
		width:25%;
	}
	.brokerlist-tit .brokerlist-ad{
		display:none;
	}
	
}
@media (max-width: 1024px) {
	.brokerlist-tit h3,.main-tit{
		width:100%;
	}
	.event-thum-img{
		max-width:100%;
	}
	.event-thum-img>img{
		margin-bottom:10px;
	}
	.el-item-info{
		max-width:100%;
	}
}

@media screen and (min-width:760px) and (max-width:1000px) {
	.brokeractivity ul li{
		width:calc(33.333%);
	}
	.brokeractivity ul {
		border-right: solid 1px #e2e5e7;
	}
	.brokeractivity ul li{
		border-bottom: solid 1px #e2e5e7;
	}
}
@media (max-width: 760px) {
	.brokeractivity ul li{
		width:100%;
		border-bottom: solid 1px #e2e5e7;
	}
}

@media (max-width: 440px) {
	.brokeractivity ul{
		border-bottom:none;
	}
	.brokeractivity ul li{
		width:100%;
		border-bottom: solid 1px #e2e5e7;
	}
	
}
