*{
	 -webkit-user-select: auto
}
body {
	font-size: 14px;
	background-color: #F8F8F8;
	font-family: arial;
	position: relative;
}

.mui-segmented-control.mui-scroll-wrapper .mui-control-item {
	padding: 0 15px;
}

.mui-segmented-control.mui-scroll-wrapper {
	height: 40px;
}

.mui-slider-indicator.mui-segmented-control {
	background-color: #f5f5f5;
}

.mui-slider .mui-slider-group .mui-slider-item img.mui-media-object,
.mui-table-view .mui-media-object {
	width: 100px;
	height: 66px;
	max-width: initial;
}

.create-time {
	display: block;
	float: left;
	font-size: 12px;
	color: #646464;
	font-family: sans-serif;
}
.bottom-time{
	position: absolute;
	bottom: 13px;
}

.right-text{
	color:#b2783d;
	font-size:12px;
}
.mui-slider-indicator.mui-segmented-control {
	background-color: #f5f5f5;
}

.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
	border-top: none;
}

.mui-table-view-cell>a:not(.mui-btn) {
	white-space: initial;
}

.list-wrap {
	position: relative;
}

.date-wrap {
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 22;
	text-align: center;
	font-size: 12px;
	background-color: #F4F4F4;
}

.date-wrap .date {
	width: 30px;
	height: 30px;
	background-image: url(../img/date.png);
	background-repeat: no-repeat;
	background-size: 30px;
	color: #2285F1;
	line-height: 40px;
}

.news-list {
	position: relative;
	padding: 0;
	padding-bottom: 20px;
	margin-top: 10px;
	background-color: white;
}

.news-list:before {
	content: '';
	height: 100%;
	width: 1px;
	background-color: #b2ccea;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 1;
}

.news-list li {
	/*margin-bottom: 20px;*/
	font-size: 15px;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 2;
}


/*.news-list li:first-child .list-time{
	background-image: url(../img/date.png);
}*/

.list-time {
	font-family: arial;
	color: #2285F1;
	font-size: 13px;
	padding-left: 40px;
	background-image: url(../img/time.png);
	background-size: 16px;
	background-position-x: 12px;
	background-position-y: center;
	background-repeat: no-repeat;
}


/*.list-time:first{
	background-image: url(../img/date.png);
}*/

.list-content {
	padding-left: 40px;
	padding-right: 10px;
}

.data-pick-wrap {
	width: 100%;
	position: relative;
	top: 0px;
	overflow: hidden;
	background-color: white;
	z-index: 6;
	height: 40px;
}

.data-pick-wrap .left-btn {
	position:absolute;
	left: 0;
	z-index: 10;
	line-height: 40px;
	padding: 0 10px;
	background-color: #006699;
	color: white;
	text-decoration: none;
}

.data-pick-wrap .right-btn {
	position:absolute;
	right:0;
	z-index: 10;
	line-height: 40px;
	padding: 0 10px;
	background-color: #006699;
	color: white;
	text-decoration: none;
}

.data-pick-wrap .center-btn {
	position: absolute;
	background-color: #f8f8f8;
	width: 410px;
	display: block;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
	height: 40px;
	z-index: 0;
	text-align: center;
	font-family: arial;
}

.contry {
	margin-top: 5px;
}

.contry img {
	width: 25px;
	display: block;
	margin: 0 auto;
}

.star {
	width: 40px;
	height: 14px;
	background-image: url(../img/star.png);
	background-repeat: no-repeat;
	background-size: 40px;
	margin: 0 auto;
	margin-top: 5px;
}

.star1 {
	background-position-y: 0px;
}

.star2 {
	background-position-y: -14px;
}

.star3 {
	background-position-y: -28px;
}

.left-content {
	float: left;
	width: 60px;
	background-color: #fff;
	padding: 5px 0;
}

.left-content .time {
	text-align: center;
	font-size: 16px;
	color: #2285f1;
}

.right-content {
	padding: 5px 0;
	float: left;
	width: calc(100% - 60px);
}

.mui-table-view {
	clear: both;
}

.list-title {
	color: #323232;
	font-size: 16px;
}

.inner-content {
	overflow: hidden;
}

.inner-content .content-left {
	float: left;
	width: 70%;
}

.inner-content .content-right {
	float: left;
	width: 30%;
	border-radius: 5px;
	border: 1px solid #2285f1
}

.inner-content .content-right .first {
	text-align: center;
	border-bottom: 1px solid #2285f1;
	background-color: #eef2f7;
	border-radius: 5px 5px 0px 0px;
	font-size: 12px;
	padding: 2px 0;
	color: #4880da
}

.inner-content .content-left .other {
	font-size: 12px;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 2px 3px;
	margin-left: 10px;
	color: #999;
}

.inner-content .content-left .previous {
	color: #323232;
}

.inner-content .content-left .predict {
	color: #323232;
}

.inner-content .content-left .title {
	text-align: justify;
	display: inline-block;
}

.inner-content .content-left .red {
	border: 1px solid #e45555;
	color: #e45555;
}

.inner-content .content-left .green {
	border: 1px solid #399c31;
	color: #399c31;
}

.inner-content .content-right .sec {
	text-align: center;
	color: #4d9cf2;
	padding: 2px 0px;
	font-size: 13px;
}
ul{
	padding:0
}
ul li{
	list-style: none;
}
.centralBankNews li {
	padding: 10px 10px;
	background-color: white;
	margin:10px 0;
}
.centralBankNews li p{
	margin-bottom: 0;
	margin-top:5px;
}
#loader{
	position: fixed;
	top:200px;
	left: 50%;
	margin-left:-30px;
}
.empty-tips{
	margin-top:20px;
	text-align: center;
	color: #b9b9b9;
	font-size:20px;
}
.list-content-title{
	color: #323232;
	font-size:16px;
	margin-top:5px;
}
.article_content{
	padding: 0 15px;
    font-family: "microsoft yahei";
    color: #252525;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.article_content p{
	color: #252525;
	line-height: 28px;
    margin-bottom: 22px;
    font-size: 16px;
    text-indent: 29px;
}
.article_title h1 {
    text-align: left;
    font-family: "microsoft yahei";
    color: #252525;
    font-size: 28px;
    font-weight: bold;
    /*border-left: 5px #e9571e solid;*/
    padding: 0 10px 0 15px;
    margin-top: 20px;
}
.article_title h6 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    padding: 0 15px 18px 15px;
}
.article_title h6 b {
    float: left;
    display: inline-block;
    font-weight: normal;
    margin-right: 9px;
}
.top_banner{
	height: 50px;
	width: 100%;	
	overflow: hidden;
	position: relative;
}
.top_banner img{
    width: 100%;
    height:50px;
}
.ad_logo{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 30px;
    height: 17px;
    background: url(http://images.fx168.com/fx168_weibsite_Ad_logo.png) no-repeat center;
}
.news-cell{
	padding:15px;
	border-bottom: 1px solid #eee;
}
.news-cell img{
	width:150px;
	height:100px;
	margin-right:13px;
}
.news-cell .mui-media-body .news-title:hover{
	text-decoration: underline;
	color: #cc1932;
}
.news-cell .mui-media-body .news-title{
	font-size: 17px;
	font-family: "microsoft yahei";
	line-height: 22px;
	color: #000;
	margin-bottom: 1px;
	overflow: hidden;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-cell .mui-media-body p{
	overflow: hidden;
	white-space: initial;
	display: -webkit-box;  
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px ;
	line-height: 19px;
	font-size:12px;
	height:35px;
}
.news-cell .mui-media-body p:hover{
	text-decoration: underline;
}
.nav-wrap{
	height: 45px;
	background-color:#3779d7;
	width: 100%;
}
nav{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
nav li{
	float: left;
	width: 100px;
	list-style: none;
	text-align: center;
}
nav li.active{
	background-color: #225eb2;
}
nav li a{
	line-height: 45px;
	width: 100%;
	padding:0 0px;
	color:white;
	display: block;
}
#J_Back-top {
	z-index: 100;
}
#header .nav-list .drop-content .drop-group .main-link{
	box-sizing:initial !important;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
	margin-bottom: 0;
}
.timebox{
	overflow: hidden;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
}
.mui-media-body{
	height: 100px;
	position:relative;
}
.header-wrap{
	height: initial;
}
