body{
	font-family: 华文中宋, arial, sans-serif;
	margin:0px;
	padding:0px;
	background:#fafafa;
	/*filter: grayscale(100%);*/
}

a {
	color: #333;
	text-decoration: none;
	transition:0.3s;
}

a:hover{
	text-decoration: none;
	color: #c91527;
	transition:0.3s;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	list-style-type: none;
}

h4{
	margin:0;
	padding:0;
	font-weight:normal;
}

.tag, .tagbtn{
	font-size:12px;
	color:#7f7f7f;
    background:#f2f2f2;
    padding: 5px;
    border-radius:3px;
    margin-left:5px;
    cursor:default;
}

.tagbtn{
    cursor:pointer;
}

.green{
	color:#fff;
	background:#50b055 !important;
}

.green:hover{
	color:#fff;
}

.purple{
	color:#fff;
	background:#986698 !important;
}
.purple:hover{
	color:#fff;
}

.orange{
	color:#fff;
	background:#cb986a !important;
}
.purple:hover{
	color:#fff;
}

.gray{
	color:#fff;
	background:#aaaaaa !important;
}

.purple:hover{
	color:#fff;
}

.btn{
	text-align:center;
	font-size:13px;
	line-height:13px;
	padding: 10px;
	background:#f2f2f2;
	display: block;
	margin: 8px;
	transition: 0.5s;
}

.primary_btn {
	text-align:center;
	background:#cc141e;
	color:#fff;
	font-size:24px;
	line-height: 1.5em;
	padding: 10px;
	margin: 8px;
	display: block;
	transition: 0.5s;
}

.v_btn{
	width:13px;
	font-size:13px;
	background:#f2f2f2;
	display: block;
	padding:10px;
	margin:8px;
	transition: 0.5s;
}

.btn:hover, .v_btn:hover{
	transition: 0.5s;
	background:#e2e2e2;
}

.primary_btn:hover {
	color:#fff;
	transition: 0.5s;
	background:#9d0b13;
}

.w1000{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.page{
	overflow:hidden;
}
.mcol_1,.mcol_2,.mcol_3,.mcol_4,.mcol_5,.mcol_6,.mcol_7,.mcol_8,.mcol_9,.mcol_10{

}
.mcol_10{
    width:100%;
}
.mcol_9{
    width:90%;
}
.mcol_8{
    width:80%;
}
.mcol_7{
    width:70%;
}
.mcol_6{
    width:60%;
}
.mcol_5{
    width:50%;
}
.mcol_4{
	width:40%;
}
.mcol_3{
	width:30%;
}
.mcol_2{
	width:20%;
}
.mcol_1{
	width:10%;
}
.row{
	overflow:hidden;
	clear:both;
	margin-bottom: 15px;
}

.tabs{
	overflow:hidden;
	clear:both;
}

.tabs .tabview_tab{
	float:left;
	padding:10px 40px;
	margin-right: 2px;
	border-top:2px solid #fff;
	background:#f2f2f2;
	transition:0.5s;
	cursor:pointer;
}

.tabs .tabview_tab:hover{
	border-top:2px solid #ff7c88;
}

.tabs .current , .tabs .current:hover {
	cursor:default;
	color:#c91527;
	border-top:2px solid #c91527;;
	background:#fafafa;
	transition:0.5s;
}

.gap{
	clear:both;
}

.gap_line{
	border-bottom-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	clear:both;
	overflow:hidden;
	margin:50px;
}

.shadow{
	box-shadow: 0 0 9px 5px #ccc
}

#header{
	box-shadow: 0 2px 3px 0 rgb(192 198 201 / 35%);
	background-color: #fefefe;
	margin-bottom: 10px;
}

#header #redline {
	height:2px;
	background:#c91527;
}

#header #nav {
	overflow:hidden;
	height:82px;
	position: relative;
}
	
#header #nav li {
	display:block;
	line-height: 82px;
	text-align:center;
	float:left;
}

#header #nav li .nav_icon{
	width:20px;
	height:20px;
	padding:31px 5px;
	display: block;
	position: relative;
}

#header #logo {
	width:258px;
	height:82px;
}

#header #nav li.nleft a{
	width: 124px;
}

#header #nav li.nright a{
	width: 109px;
}

#header #nav li a {
	display:block;
	transition: 0.5s;
}

#header #nav li a:hover {
	background: #f8f8f8;
	transition: 0.5s;
}

#searchbar_area {


}

#searchbar {

}

#search_word{
	position: absolute;
	right: 8px;
	background: #f3f3f3;
	border-radius:20px;
	border:1px solid #eaeaea;
	outline:none;
	font-size:15px;
	margin: 24px 1px;
	padding: 8px;
	padding-right: 40px;
	width: 24px;
	display: none;
}


#footer{
	background:#f2f2f2;
}

#footer #dark a{
	color:#fff;
}

#footer #dark a:hover{
	color:#999;
}

#footer .blank{
	height:20px;
}

#footer #gray{
	padding:20px  0px;
	overflow:hidden;
	clear:both;
}

#footer #qr {
	padding-bottom:3px;
	width:435px;
	float:left;
	overflow:hidden;
}

#footer #qr li.footer_qr {
	display:block;
	float:left;
	margin-right:15px;
	background:#fff;
	box-shadow:2px 2px 2px #ddd;
}

#footer #qr li{
	float:left;
}

#footer #qr img{
	width: 110px;
	height: 140px;
}

#footer #dark{
	padding-top:30px;
	overflow:hidden;
	clear:both;
	color: #fff;
	font-size:14px;
	line-height:2em;
	background:#363636;
	text-align:center;
}

#footer #logo {
	margin:30px;
}

#footer #redline {
	height:4px;
	background:#c91527;
}

#footer .links {
	color: #7f7f7f;
}

#footer #nav {
	margin-top:30px;
	width:565px;
	float:left;
	text-align:center;
}

#footer #nav ul{
	display: inline-block;
}

#footer #nav li {
	display:block;
	float:left;
	margin:0 5px;
}

#footer #nav li:last-child:after {
	content: unset;
}

#footer #nav li:after{
	margin-left:10px;
	content:"|";
}

.main_fl{
	width:680px;
	margin-right:20px;
	float:left;
}

.main_fr{
	width:630px;
	float:right;
}

.aside_fl {
	width: 340px;
}

.aside_fr {
	width:300px;
	float:left;
}

.content {
	font-size:15px;
	color:#333;
}

.ad_full{
	width:100%;
	height:120px;
}

.ad .ad_tag{
	position: absolute;
	font-size: 12px;
	background:#00000022;
	color:#ffffff77;
	cursor:default;
}

.ad .ad_side{
	width:300px;
	height:200px;
}

#article_nav {
	margin:10px 0;
	font-size:15px;
}

#article_nav a {
	color:#c91527;
}

#article_nav .arrow{
	margin:0px 8px;
	color:#555;
}

#article {
	font-size:16px;
	line-height:1.5em;
	color:#555;
	margin-bottom:4em;
}

#article .info .tag{
	padding:2px 5px;
	margin-left:0;
	margin-right:5px;
}

#article .cover_img img{
	width:680px;
	height:272px;
	max-width:680px;
	object-fit:cover;
}

#article .cover_img img:hover{
	background-size:115% 115%;
	transition: all 0.7s ease;
}

#article h4{
	font-size:31px;
	line-height:1.3em;
	font-weight:normal;
	margin:0.8em 0;
	color:#333;
}

#article .info{
	margin:1em 0;
	font-size:15px;
	color:#555;
	overflow:hidden;
	clear:both;
}

#article .desc{
	color:#555;
	padding:20px;
	background:#f2f2f2;
	line-height:2em;
	margin-bottom: 2em;
}

#article p {
	text-align:justify;
	text-indent:2em;
    line-height: 2.2em;
    padding: 0;
	margin:0;
}

#article img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width: 615px;
}
#article table p {
	text-indent: unset;
	line-height: unset;
	padding:unset;
	margin:unset;
}
#article p a {
	color: #c91527;
	text-decoration: none;
	transition:0.3s;
}

.tip{
	background: #f2f2f2;
    padding: 15px;
	text-align: center;
}

.tip a{
	color:#c91527;
}

.tip a:hover{
	color:#a10000;
}

.list_with_imgs li{
	display:block;
	text-align:center;
	float:left;
	width:32%;
	margin:5px 4px;
}

.list_with_imgs li:after{
	display:block;
	margin-right:1%;
}

.list_with_imgs img{

}

.list_with_imgs h4{
	font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_with_imgs .info{
	font-size:14px;
}

#training .tabview_content{
	height:420px;
	overflow:hidden;
}

#training .list_with_imgs li{
	font-size:14px;
	padding:6px 0;
	text-align:left;
	height: 180px;
}

#training .list_with_imgs h4{
	font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0;
    max-height: 40px;
    max-width: 209px;
	white-space: unset;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#training .list_with_imgs .info{
	margin-top:6px;
}

#training .list_with_imgs img{
	width:100%;
	height:126px;
	object-fit:cover;
}

#training .weight_list li{
	font-size:14px;
	padding:6px 0;
}

#training .weight_list .info{
	margin-top:6px;
}

.contentlist li{
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-color: #eee;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.contentlist li:last-child {
	border:none;
}

.contentlist_item h4{
	font-size:21px;
	margin:10px 0;
	font-weight: normal;
}

.contentlist_item .date {
	margin:10px 0;
}

.contentlist_item p a {
	color:#555;
}

.contentlist_item .content_full {
	width:100%;
}

.contentlist_item .content {
	float:left;
	width:430px;
}

.contentlist_item img {
	width:230px;
	height:126px;
	margin:10px 0;
	float:right;
}

.contentlist .tagbtn,.contentlist .tag{
	margin-left:0px;
	margin-right:5px;
}

#page {
	padding:10px 0;
	clear:both;
	overflow:hidden;
	font-size:15px;
}

#page .s1{
	color:#7f7f7f;
	background:#f2f2f2;
}

#page .s2{
	color:#c91527;
	background:#e2e2e2;
}

#page span, #page a{
	display:block;
	float:left;
	padding:8px 10px;
	margin:1px;
	background: #f2f2f2;
}

.aside_weiget {
	margin-bottom:20px;
}

.weiget_panel{
	margin:20px 0;
}

.weiget_title{
	background:#f2f2f2;
	border-top: 2px solid #aaa;
}

.weiget_title .fl{
	padding:0 10px;
	font-size:18px;
	color: #c91527;
	display: inline-block;
	position: relative;
    top: -2px;
    height: 50px;
    line-height: 50px;
    border-top: 2px solid #c91527;
}

.weiget_title .functions {
	float:right;
	font-size:14px;
	line-height:50px;
}

.weiget_title .functions li{
	float:left;
}

.weiget_title .functions li a{
	margin:10px;
}

.weiget_title .functions li:after{
	content:"/";
}

.weiget_title .functions li:last-child:after{
	content:inherit;
}

.weiget_list_split{
	overflow:hidden;
}

.weiget_list_split li{
	display:block;
	width: 147px;
	overflow: hidden;
	float: left;
}

.weiget_list_split li:nth-child(even){
	margin-left: 6px;
}


.weiget_list_split a{
	font-size:13px;
	background:#f2f2f2;
	margin-top:8px;
	padding: 12px 10px;
	display: block;
}

.weiget_list_split a:hover{
	background:#e2e2e2;
}

.weight_list li{
	padding: 10px 0;
	border-bottom-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-overflow:clip;
	overflow: hidden;
}

.weight_list li:last-child {
	border:none;
}

.weight_list .info{
	margin-top:10px;
	font-size:14px;
	color:#797979;
}

.weight_list .line_num{
	color:#555;
	display:inline-block;
	font-size:12px;
	margin-right:5px;
	height:16px;
}

.weight_list .line_num:after{
	content:".";
}

.weight_list .date{
    float:right;
}

.weight_list span:first-child , .weight_list .tag:last-child{
	margin:0px;
}

#magazine_theme{
    color: #fff;
    position: relative;
	font-size: 14px;
	line-height:1.5em;
	cursor:default;
}

#magazine_theme a{
	color:#eee;
}

#magazine_theme a:hover{
	color:#fff;
	background:#ffffff33;
}

#magazine_theme #magazine_theme_bg{
	width:1000px;
	height: 450px;
	z-index:-1;
	background-position:top;
	background-size:cover;
}

#magazine_theme #magazine_cover_dark{
	z-index:0;
	position: absolute;
	background-image: linear-gradient(to right, #00000000 , #000000dd);
	left: 45%;
	top:0;
	bottom: 0px;
	right:0;
}

#magazine_theme #magazine_cover_article{
	position: absolute;
	top: 40px;
	left: 620px;
	right: 50px;
	bottom: 100px;
	overflow:hidden;
}

#magazine_theme #magazine_cover_article h4{
	font-size:30px;
	font-weight:bold;
	font-family: sans-serif;
	line-height: 1.3em;
	text-align: justify;
	margin-top: 40px;
	margin-bottom: 20px;
	text-overflow:ellipsis;
}

#magazine_theme #magazine_cover_article h4 a{
    background:unset;
    transition:unset;
}

#magazine_theme #magazine_cover_article .category{
	position: absolute;
	right: 0;
	background:#ffffffee;
	color:#000;
	font-size: 12px;
	padding: 1px 6px;
	border-radius:3px;
}

#magazine_theme #magazine_cover_article .desc{
    text-align:justify;
}

#magazine_theme #magazine_cover_article .info{
	margin-top:10px;
}

#magazine_theme #magazine_cover_article .nav{
	position:absolute;
	text-align:right;
	bottom:0;
	right:0;
}

#magazine_theme #magazine_cover_article .nav a{
	padding:1px 4px;
	color:#999;
	font-size:5px;
	border:1px solid #555;
	border-radius:3px;
}

#magazine_theme #magazine_cover_article .nav a:hover{
	color:#eee;
	border:1px solid #999;
}

#magazine_theme #pre_btn img, #magazine_theme #next_btn img{
	width:10px;
}

#magazine_theme #pre_btn,#magazine_theme #next_btn {
	position:absolute;
	top: 50%;
	transform: translate(0, -50%);
	background:#2b2b2b40;
	padding:20px 10px;
	transition: 0.5s;
}

#magazine_theme #pre_btn:hover,#magazine_theme #next_btn:hover {
	background:#ffffff33;
}

#magazine_theme #pre_btn {
	left: 0;
	border-radius: 0 8px 8px 0;
}

#magazine_theme #next_btn {
	right: 0;
	border-radius: 8px 0 0 8px;
}

#magazine_theme #magazine_articles {
	background: #00000066;
	border-top:1px solid #ffffff44;
	left: 0;
	right: 0;
	position: absolute;
	overflow:hidden;
	clear:both;
	height: 80px;
	backdrop-filter: blur(5px);
}

#magazine_theme #magazine_articles .page{
	padding: 10px;
	float:left;
	width: 279px;
	height: 60px;
	overflow:hidden;
	border-right:1px solid #ffffff44;
	transition:0.3s;
}

#magazine_theme #magazine_articles .page:hover{
	background:#ffffff33;
	transition:0.3s;
}

#magazine_theme #magazine_articles .category {
	font-size:12px;
	border-left: 2px solid #fff;
	padding-left: 5px;
}

#magazine_theme #magazine_articles .title {
	font-size: 14px;
	line-height: 1.6em;
	white-space:nowrap;
    overflow:hidden;
	text-overflow: ellipsis;
}

#magazine_theme #magazine_articles .info {
	font-size:12px;
}

#magazine_theme #magazine_articles .nav{
   	width: 100px;
   	text-align:center;
   	line-height: 80px;
   	float: left;
}

#magazine_theme #magazine_progress{
	height: 1px;
	background: #cccccce6;
	width: 0px;
	position: absolute;
	bottom: 0;
}

#publisher .page{
	padding: 0px 5px 0px 0px;
	margin-top: 15px;
	margin-right:20px;
	float:left;
	border-right-color: #eee;
	border-right-width: 1px;
	border-right-style: dotted;
	text-align:center;
}

#publisher .page:last-child{
	border:none;
	padding:0px;
	margin-right:0px;

}

#publisher img{
	height: 135px;
}

#publisher h4{
	font-size:16px;
	line-height:35px;
}

#publisher .btn{
	padding-left:17px;
	padding-right:17px;
	margin:0px 0px 2px 20px;
}

#publisher .v_btn{
	padding-top:50px;
	padding-bottom:50px;
    margin:10px 0;
}

#publisher #lawinfo{
	margin:10px;
    margin-left:20px;
	max-width:153px;
}

#publisher #lawinfo .red_dot{
	display:block;
	float:left;
	margin: 7px 0px;
	width:6px;
	height:6px;
	border-radius:5px;
	background:red;
}

#publisher #lawinfo .info{
	color:#999;
	font-size:13px;
}

.magazine_unit_info {
	display: block;
	overflow: hidden;
}

.magazine_unit_info .btn{
	line-height: 30px;
	margin: 3px;
}

.magazine_unit_info  .magazine_unit_info_left {
	text-align: center;
	width: 350px;
	float:left;
}
.magazine_unit_info  .magazine_unit_info_right {
	text-align: left;
	float:right;
	width:600px;
	margin:10px 0;
}

.magazine_unit_info .logo{
	width: 137px;
	height: 45px;
	padding:20px 10px;
}

.magazine_unit_info table{
	line-height: 1.8em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.magazine_unit {
	overflow:hidden;
	min-height:470px;
}

.magazine_unit .newest .cover{
    display: block;
    position: absolute;
    width: 330px;
    margin: 10px;
    background:#fff;
    box-shadow: 0 0 9px 5px #ccc;
}

.magazine_unit .newest h4{
	display: block;
	position: relative;
	left: 400px;
	font-size: 32px;
	line-height: 50px;
	width:600px;
}

.magazine_unit .newest .info{
	display: block;
	position: relative;
	left: 400px;
	margin: 10px 0;
	color:#333;
}

.magazine_unit .magazine_list{
	position: relative;
	left: 400px;
	width: 600px;
}
.magazine_unit .list_with_imgs{
	margin-top:10px;
}

.magazine_unit .list_with_imgs li{
	text-align:center;
}

.magazine_unit .list_with_imgs h4{
	font-size:16px;
	max-height: unset;
}

.magazine_unit .list_with_imgs img{
	width:140px;
	height:180px;
	box-shadow: 0 0 5px 2px #ccc;
}


/*
	new digital magazine reading system css
	2015-9-21
	lith
	
*/
.magazine_page {
	border: 1px solid #ccc;
	overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;
	padding-left: 45px;
	padding-right:45px;
	
	color: #333;
	margin-left:10px;
	margin-right:10px;
	margin-top: 20px;
	margin-bottom:50px;
	box-shadow:0px 0px 10px #ccc;
}
.magazine_page a {
	color:#e66200;
	font-weight: bold;
}
.magazine_page a:hover{
	color:#ff6c00;
}
.magazine_page .title {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	line-height: 40px;
	display: block;
	margin-top:40px;
	margin-left:0px;
}
.magazine_info p{
	margin-left:12px;
}
.magazine_page .subtitle {
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 40px;
}
.magazine_page .summary {
	font-size: 15px;
	color: #626262;
}
.magazine_page .column {
	float: left;
	width: 210px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom: 20px;
}
.magazine_page .magazine_cover_story , .magazine_page .magazine_info {
	float: left;
	overflow: hidden;
	width: 450px;
	padding-left:40px;
	text-align: left; 
	font-size: 12px;
	line-height: 25px;
	color: #999;
}
.magazine_cover_story .category_list h2{
	display:inline;
}
.magazine_cover_story .category_list li{
	padding-bottom:10px;
}
.magazine_page .tag{
	margin:0px;
}
.magazine_page .category_list p{
	margin:0.8em 0;
}

.magazine_page .magazine_info {
	margin-bottom:10px;
}
.magazine_page #waterfall {
	margin-top:30px;
}
.magazine_page .category_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:15px;
	margin-bottom: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	padding-left: 15px;
	background-color: #f2f2f2;
}
.magazine_page .chinaforex_cn .category_title{
	color: #444;
	border-left-color: #ff6c00;
}
.magazine_page .finance_trade .category_title{
	color: #444;
	border-left-color: #048a55;
}
.magazine_page .finance_trade a{
	color:#048a55;
}
.magazine_page .finance_trade a:hover{
	color:#15b26d;
}
.magazine_page .chinaforex .category_title{
	color: #444;
	border-left-color: #343a90;
}
.magazine_page .chinaforex a{
	color:#343a90;
}
.magazine_page .chinaforex a:hover{
	color:#7389c2;
}
.magazine_page .category_list {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	margin-left: 2px;
}
.magazine_page .category_list h2 {
	font-size: 16px;
	color: #c00;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.magazine_page .category_list .first {
	font-size:24px;
}
.magazine_page .coverimg {
	float: right;
	padding-right: 10px;
}
.magazine_page .coverimg img{
	height: auto;
	width: 330px;
}
.magazine_page .coverimg .action{
	text-align:center;
	padding:10px 0px;
	font-size:12px;
}
.magazine_page .coverimg .action a{
	color:#555;
}
.magazine_page .coverimg a{
	font-weight:normal;
}
.magazine_page .column .category_list h2 {
	font-weight: normal;
}
.magazine_page .column .category_list {
	color: #999;
	font-size: 15px;
}
.magazine_page .footer {
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #999;
}

.contribute .list_with_imgs li{
	display:block;
	text-align:center;
	float:left;
	width:192px;
	margin:10px 4px;
}

.contribute .list_with_imgs img{
	width:170px;
	box-shadow: 0 0 5px 2px #ccc;
}

.contribute .list_with_imgs li:after{
	display:block;
	margin-right:1%;
}

.contribute .list_with_imgs h4{
	font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contribute .list_with_imgs .info{
	font-size:14px;
}

.contribute_magazine_cover img{
	width:320px;
	margin:15px 10px;
	box-shadow: 0 0 9px 5px #ccc;
}
.contribute_magazine_cover .info , .contribute_magazine_cover h4{
	display:none;
}