/*成交技巧及实战案例样式表*/

/*公共样式*/
body {
    -moz-user-select:none;  /* Firefox私有属性 */
    -webkit-user-select:none;  /* WebKit内核私有属性 */
    -ms-user-select:none;  /* IE私有属性(IE10及以后) */
    -khtml-user-select:none;  /* KHTML内核私有属性 */
    -o-user-select:none;  /* Opera私有属性 */
    user-select:none;  /* CSS3属性 */
    background:#e9eaec;
}
.article_left {width: 910px; float: left; padding-right:40px;}
.recommend_articles{width:250px; float:right; background:#fff; padding-bottom:25px;}
.noRecommend .article_left {float:none;margin:0 auto;width:1170px;}
.noDetailRecommend .article_left {float:none;margin:0 auto;width:880px;}

/*公共模块样式*/

	/*---筛选栏模块---*/
.article_search{width: 910px; height: 42px; float: left; margin-bottom: 14px;}
.article_search .search_item{width: 240px; float:left; position: relative;}
.article_search .search_item .search_label{height: 42px; line-height: 42px; text-align: center; padding-right: 40px; color: #ccc; background: url("../images/center/arrowBa.png") right 36px center no-repeat #fff; border-radius: 5px; cursor: pointer;}
.article_search .search_item .search_label.selected{color: #333;}
.article_search .search_item .article_category{width: 908px; background: #fff; border: solid #ddd 1px; box-shadow: 0 5px 5px #ccc; position: absolute; left: 0; top: 42px; z-index: 999; display: none;}
.article_search .search_item .article_category .item_list{padding-bottom:10px; margin-top:-1px;}
.article_search .search_item .article_category .list_left{float:left;width:90px;padding:15px 13px 0 0;color:#1c93d7;font-weight:bold;text-align:right;height:22px;line-height:22px;}
.article_search .search_item .article_category .list_block{width: 792px; float: right; border-top:1px dashed #ddd; padding:10px 0 0 13px;}
.article_search .search_item .article_category .list_block a{float:left; height:22px; line-height:22px; margin:5px 13px;}
.article_search .search_item .article_category .list_block a.on{color:#ee6c16;}
.language-en .article_search .search_item .article_category .list_left{width: 200px;}
.language-en .article_search .search_item .article_category .list_left a{color: #1c93d7;}
.language-en .article_search .search_item .article_category .list_left a.on{color:#ee6c16;}
.language-en .article_search .search_item .article_category .list_block{width: 682px;}
.article_search .search_box{width: 470px; height: 42px; float: left; border-radius: 5px; margin-left: 26px; overflow: hidden;}
.article_search .search_box .search_input{width:410px; float:left; border: none; height: 42px; line-height: 42px; text-indent: 15px; background: #fff;}
.article_search .search_box .search_button{width: 60px; height: 42px; border: none; background: url("../images/tradeArticle/search_icon.png") center no-repeat #1c93d7; cursor: pointer;}
.language-en .article_search .search_box{width: 320px;}
.language-en .article_search .search_box .search_input{width: 260px;}
.article_search .sequence{float: right; line-height: 42px;}
.article_search .sequence a{margin-right: 6px;}
.article_search .sequence a:last-child{margin: 0;}
.article_search .sequence a.on{color: #1c93d7;}

	/*---右边推荐栏---*/
.recommend_articles .recommend_title{font-size:16px;line-height:25px;font-weight:bold;text-align:center;border-top:5px solid #1c93d7;padding:20px 0;}
.recommend_articles .recommend_list {margin-top:-20px;padding:0 24px;font-size:14px;}
.recommend_articles .recommend_list li {margin-top:20px;padding-bottom:12px;}
.recommend_articles .recommend_list .title{padding:12px 10px 0;max-height:40px;line-height:20px;word-break:break-all;text-align:justify;overflow:hidden;}
.recommend_articles .recommend_list .recommend_img {width:200px;height:135px;overflow:hidden;border:1px solid #ddd;}
.recommend_articles .recommend_list .recommend_img img {width:100%;height:100%;}
.recommend_articles .recommend_list dd{font-size:12px;float:left;}
.recommend_articles .recommend_list .author{width:83px;padding-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;}
.recommend_articles .recommend_list .author:hover {color:#1c93d7;}
.recommend_articles .recommend_list .time{width:87px;}
.recommend_articles .recommend_list dd em{height:15px;float:left;background:url("../images/tradeArticle/article_icon.png") no-repeat;margin:3px 5px 0 0;}
.recommend_articles .recommend_list .author em{width:12px;background-position:-4px -8px;}
.recommend_articles .recommend_list .time em{width:15px;background-position:-22px -8px;}


/*外贸技巧 页面*/

	/*---文章列表---*/
.article_field {background:#fff;}
.article_field .article_list li {border-bottom:1px solid #ddd;padding:20px 30px 30px;word-break:break-all;}

.article_field .article_list .aTitle {line-height:26px;font-size:18px;font-weight:bold;}
.article_field .article_list .aTitle a:hover {color:#1c93d7;}
.article_field .article_list .aTitle a:visited {color:#888;}
.article_field .article_list .aTitle a:visited:hover {color:#1c93d7;}

.article_field .article_list .aImg {float:left;width:180px;height:120px;margin-right:40px;display:inline;}
.article_field .article_list .aImg img {width:180px;height:120px;}

.article_field .article_list .aCon {display:block;overflow:hidden;}
.article_field .article_list .aDescription {line-height:24px; height:72px; overflow: hidden;}
.article_field .article_list .aDescription a{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.article_field .article_list .aInfo {padding-top:26px;font-size:12px;}
.article_field .article_list .aInfo a:hover {color:#1c93d7;}
.article_field .article_list .aInfoItem {float:left;margin-right:10px;display:inline;line-height:22px;}

.article_field .ico {height:15px;float:left;background:url("../images/tradeArticle/article_icon.png") no-repeat; margin:3px 5px 0 0;}
.article_field .author {width:12px;background-position:-4px -8px;}
.article_field .time {width:15px;background-position:-22px -8px;}
.article_field .views {width:24px;background-position:-44px -8px;}
.article_field .favorites {width:16px;background-position:-74px -8px;}
.article_field .praise {width:15px;background-position:-93px -8px;}
.article_field .reprinted {width:17px;background-position:-136px -8px;}
.article_field .share {width:14px;background-position:-113px -8px;cursor:pointer;}
.article_field .reward {width:15px;background-position:-183px -36px;}

.article_field .articleShareField {position:relative;}
.article_field .articleShareField.on .bshare-custom{display:block;}
.article_field .articleShareField .bshare-custom{width:300px; display:none; position:fixed; margin-top:20px; margin-left:-100px; padding:0 5px;z-index: 999;}
.article_field .articleShareField .bshare-custom a{width:40px; height:40px; display: inline-block; cursor: pointer; margin:5px 2px 10px; padding: 0; background-image: url(../images/tradeArticle/common.png);background-repeat: no-repeat;}
.article_field .articleShareField .bshare-custom a.bshare-weixin {background-position:0 0;}
.article_field .articleShareField .bshare-custom a.bshare-qzone {background-position:0 -304px;}
.article_field .articleShareField .bshare-custom a.bshare-sinaminiblog {background-position:0 -96px;}
.article_field .articleShareField .bshare-custom a.bshare-qqim {background-position:0 -48px;}


/*文章详情 页面*/
.article_v_box {background:#e9eaec;float:left;width:100%;color:#3d464d;}
.article_preview {background:#fff;}
.article_preview .preview_box {padding:0 35px 35px;}
.article_preview .preview_box .article_label{line-height:30px;font-size:20px;padding-top:15px;word-wrap:break-word;overflow:hidden;}
.article_preview .preview_box .article_label .preview_label{float:left;color:#fff;padding:11px 25px;background:#1c93d7;}
.article_preview .preview_box .article_label .preview_label a{display:block;height:100%;color:#fff;}
.article_preview .preview_box .article_label .share {padding:0; width:35px; height:52px;}
.article_preview .preview_box .article_label .share .bshare-custom{width:31px;height:31px; float: left; margin: 0 2px; padding: 0; background-image: url(../images/fenxiang.png);background-size:30px;background-repeat: no-repeat;}
.article_preview .preview_box .article_label .share .bshare-custom:hover{cursor: pointer;}
.article_preview .preview_box .article_label .share .bshare-custom a.bshare-weixin {background-position: 0 0;}
.article_preview .preview_box .article_label .share .bshare-custom a.bshare-qzone {background-position: 0 -304px;}
.article_preview .preview_box .article_label .share .bshare-custom a.bshare-sinaminiblog {background-position: 0 -96px;}
.article_preview .preview_box .article_label .share .bshare-custom a.bshare-qqim {background-position: 0 -48px;}
.article_preview .preview_box .article_title {padding:20px 0 15px;font-weight:bold;font-size:26px;word-break:break-all;}

.article_preview .preview_box .article_info{padding:0px 0px 10px 0px;*width:810px;}
.article_preview .preview_box .article_info ul{line-height:26px;overflow:hidden;color:#999;}
.article_preview .preview_box .article_info ul li{float:left;}
.article_preview .preview_box .article_info ul li.au {cursor:pointer;}
.article_preview .preview_box .article_info ul li.au:hover {color:#1c93d7;}
.article_preview .preview_box .article_info ul li em{height:15px;float:left;background:url("../images/tradeArticle/article_icon.png") no-repeat;margin:6px 5px 0 0;}
.article_preview .preview_box .article_info ul li .author{width:12px;background-position:-4px -8px;}
.article_preview .preview_box .article_info ul li .time{width:15px;background-position:-22px -8px;}
.article_preview .preview_box .article_info ul li .close{width:15px;background-position:-183px -8px;}
.article_preview .preview_box .article_info ol {float:right;}
.article_preview .preview_box .article_info ol li {float:left;margin-left:10px;}
.article_preview .preview_box .article_info ol li a {display:block;}
.article_preview .preview_box .article_info ol li .operable {border:solid #ddd 1px;padding:2px 5px;border-radius:5px;background:#fff;}
.article_preview .preview_box .article_info ol li .inoperable {border:dotted #ddd 1px;padding:2px 5px;border-radius:5px;}

.article_preview .preview_box .article_info ul li.au a:hover {color:#1c93d7;}
.article_preview .preview_box .related_articles .related_list li.au a:hover{color:#1c93d7;}

.article_preview .preview_box .article_content {border-top:solid #ddd 1px;word-wrap:break-word;}
.article_preview .preview_box .article_content .content_img {border-bottom:solid #ddd 1px;padding:15px 0;}
.article_preview .preview_box .article_content .content_text {line-height:28px;padding-top:20px;text-align:justify;overflow: auto;}
.article_preview .preview_box .article_content .content_text a {text-decoration:underline;color:#1c93d7;}
.article_preview .preview_box .article_content .content_text table td{border:1px solid #ededed;padding:5px;}
.article_preview .preview_box .article_content .content_text img {max-width:100%;*width:100%;*width:auto;}
.article_preview .preview_box .article_content .thumbsUp{margin-top: 50px;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_btn a{width: 100px; height: 40px; display: block; margin: 0 auto; background: url("../images/tradeArticle/zan.png") 26px center no-repeat #fe9601; background-size: 17px; border-radius: 20px; padding-left: 51px; box-sizing: border-box; line-height: 40px;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_btn a:hover{background-color: #ffa41b;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_btn a.yizan{background-image: url("../images/tradeArticle/yizan.png"); background-color: #eee; color: #999;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_btn a.yizan:hover{background-color: #e8e8e8;}
.language-en .article_preview .preview_box .article_content .thumbsUp .thumbsUp_btn a{width: 125px;}
.language-en .article_preview .preview_box .article_content .thumbsUp .thumbsUp_btn a.yizan{width: 150px;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_user{border-bottom: dashed #ddd 1px; padding:15px 0;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_user .thumbsUp_user_list{width: 40px; height: 40px; float: left; margin: 5px;}
.article_preview .preview_box .article_content .thumbsUp .thumbsUp_user .thumbsUp_user_list img{width: 40px; height: 40px; float: left; border-radius: 50%;box-shadow: 0 0 5px #bbb;}
.article_preview .preview_box .article_content .article_comment{margin-top: 20px;}
.article_preview .preview_box .article_content .article_comment .comment_textarea{background: #f6f6f6; padding: 12px 16px; border-radius: 5px;}
.article_preview .preview_box .article_content .article_comment .comment_textarea .commentContent{width: 100%; height: 100px; border: none; background: none;}
.article_preview .preview_box .article_content .article_comment .comment_textarea .wordCount{text-align: right; color: #999;}
.article_preview .preview_box .article_content .article_comment .post_comment{height: 35px; line-height: 35px; padding: 10px 0; position: relative;}
.article_preview .preview_box .article_content .article_comment .post_comment .face_btn{height: 20px; line-height: 20px; float: left; padding-left: 22px; margin-top: 5px; background: url("../images/tradeArticle/expression.png") left center no-repeat;}
.article_preview .preview_box .article_content .article_comment .post_comment .face_item{width: 630px; background: #fff; padding: 3px; border: solid #ddd 1px; position: absolute; left: 0; top: 45px; display: none;}
.article_preview .preview_box .article_content .article_comment .post_comment .face_item img{float: left; width: 24px; height: 24px; margin: 3px; cursor: pointer;}

.article_preview .preview_box .article_content .article_comment .post_comment .publish{width: 100px; height: 35px; float: right; background: #fe9601; color: #333; border: none; border-radius: 5px; cursor: pointer;}
.article_preview .preview_box .article_content .article_comment .post_comment .publish.cannot{background: #f6f6f6; color: #999; cursor: no-drop;}
.article_preview .preview_box .article_content .article_comment .comment_sequence .replyNumber{font-size:16px;}
.article_preview .preview_box .article_content .article_comment .comment_sequence a{float: right; color: #999; margin-left: 20px;}
.article_preview .preview_box .article_content .article_comment .comment_sequence a.on{color: #333;}
.article_preview .preview_box .article_content .article_comment .comment_user{}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list{border-bottom: solid #eee 1px; padding: 20px 0;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .user_avatar{width: 40px; height: 40px; float: left;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .user_avatar img{width: 40px; height: 40px; float: left; border-radius: 50%;box-shadow: 0 0 5px #bbb;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .user_name{float: left; line-height: 40px; margin-left: 10px; font-weight: bold;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_time{float: left; line-height: 40px; margin-left: 12px; color: #999;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_zan{float: right; line-height: 20px; margin-top: 10px;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_zan a{width: 20px; height: 20px; float: left; margin-right: 8px;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_zan a.zan{background: url("../images/tradeArticle/userzan.png") no-repeat;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_zan a.yizan{background: url("../images/tradeArticle/useryizan.png") no-repeat;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_content{margin-left: 48px; line-height: 28px;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_reply{margin: 10px 0 0 48px; color: #fe9601;}
.article_preview .preview_box .article_content .article_comment .comment_user .comment_list .comment_reply h4{border-left: solid #fe9601 2px; padding-left: 4px; line-height: 14px; margin: 10px 0;}

.article_preview .preview_box .article_share ul.pointlike {width:346px;float:right;padding: 18px 0;}
.article_preview .preview_box .article_share ul.pointlike li {width:100px;float:left;text-align:center;position:relative;}
.article_preview .preview_box .article_share ul.pointlike li em {width:50px;height:50px;background:url("../images/tradeArticle/article_icon.png") no-repeat #f2f2f2;display:block;margin:0 auto;border-radius:50%;border:solid #bbb 1px;}
.article_preview .preview_box .article_share ul.pointlike li .praise {background-position:1px -37px;}
.article_preview .preview_box .article_share ul.pointlike li .praiseed {background-position:1px -93px;}
.article_preview .preview_box .article_share ul.pointlike li .favorites {background-position:-51px -37px;}
.article_preview .preview_box .article_share ul.pointlike li .favoritesed {background-position:-51px -93px;}
.article_preview .preview_box .article_share ul.pointlike li .reward {background-position:-110px -38px;}
.article_preview .preview_box .article_share ul.pointlike li .red_num {position:absolute;top:-10px;left:58px;width:24px;height:24px;line-height:24px;text-align:center;background:#e36220;color:#fff;border-radius:50%;}
.article_preview .preview_box .code_frame {width:802px;overflow:hidden;border:4px dashed #ddd;margin:0 auto;}
.article_preview .preview_box .code_frame .code_box {float:left;padding:40px 115px 50px;}
.article_preview .preview_box .code_frame .code_box p {line-height:1;text-align:center;}
.article_preview .preview_box .code_frame .code_box p.code_tip {color:#1c93d7;}
.article_preview .preview_box .code_frame .code_box p.codeword {color:#1c93d7;font-size:22px;font-weight:bold;padding-top:0;padding-bottom:10px;}
.article_preview .preview_box .code_frame .slide {float:left;border-right:2px dashed #ddd;height:202px;margin:36px auto;}
.article_preview .preview_box .code_frame .code_word {padding:50px 0 0 38px;}
.article_preview .preview_box .code_frame .code_word p {font-size:18px;padding-top:18px;}
.article_preview .preview_box .code_frame .code_word p i {display:inline-block;width:24px;height:24px;margin-right:8px;background:url(../images/tradeArticle/common.png) no-repeat;;vertical-align: text-bottom;}
.article_preview .preview_box .code_frame .code_word p i.art {background-position:-299px 0;}
.article_preview .preview_box .code_frame .code_word p i.buyer {background-position:-299px -36px;}
.article_preview .preview_box .code_frame .code_word p i.data {background-position:-299px -144px;}
.article_preview .preview_box .code_frame .code_word p i.shcode {background-position:-299px -108px;}

.article_preview .preview_box .article_share{border-top:dashed #ddd 1px;border-bottom:dashed #ddd 1px;padding:10px 20px;}
.article_preview .preview_box .article_share .shareBox{float:left;}
.article_preview .preview_box .article_share .shareBox li{line-height:36px;font-size:16px;}
.article_preview .preview_box .article_share .shareBox li.share{padding: 6px 0; width:40px; height:52px;}
.article_preview .preview_box .article_share .shareBox li.share .bshare-custom{width: 31px; height:31px; float: left; margin: 0 2px; padding: 0; background-image: url(../images/fenxiang.png);background-size:30px;background-repeat: no-repeat;}
.article_preview .preview_box .article_share .shareBox li.share .bshare-custom:hover{cursor: pointer;}
.article_preview .preview_box .article_share .shareBox li.share .bshare-custom a.bshare-weixin {background-position: 0 0;}
.article_preview .preview_box .article_share .shareBox li.share .bshare-custom a.bshare-qzone {background-position: 0 -304px;}
.article_preview .preview_box .article_share .shareBox li.share .bshare-custom a.bshare-sinaminiblog {background-position: 0 -96px;}
.article_preview .preview_box .article_share .shareBox li.share .bshare-custom a.bshare-qqim {background-position: 0 -48px;}
.article_preview .preview_box .article_share .closeBox{float:right;padding:16px 0;}
.article_preview .preview_box .article_share .closeBox li{float:left;padding:0 10px;}
.article_preview .preview_box .article_share .closeBox li img{width:200px;height:133px;}
.article_preview .preview_box .article_share .closeBox li em{height:15px;float:left;background:url("../images/tradeArticle/article_icon.png") no-repeat;margin:2px 5px 0 0;}
.article_preview .preview_box .article_share .closeBox .reprinted{width:17px;background-position:-136px -8px;}
.article_preview .preview_box .article_share .closeBox .print{width:18px;background-position:-161px -8px;}
.article_preview .preview_box .article_share .closeBox .close{width:15px;background-position:-183px -8px;}

.article_preview .preview_box .related_articles{padding-top:20px;margin:0;}
.article_preview .preview_box .related_articles .related_title{font-size:20px;font-weight:600;height:38px;}
.article_preview .preview_box .related_articles .related_list {margin-left:-70px;font-size:16px;}
.article_preview .preview_box .related_articles .related_list li {width:202px;float:left;margin-left:70px;line-height:22px;}
.article_preview .preview_box .related_articles .related_list .title{padding:12px 0 2px;max-height:40px;line-height:20px;word-break:break-all;text-align:justify;overflow:hidden;}
.article_preview .preview_box .related_articles .related_list img{width:200px;height:133px;margin-bottom:5px;}
.article_preview .preview_box .related_articles .related_list dd{font-size:12px;float:left;}
.article_preview .preview_box .related_articles .related_list .author{width:105px;padding-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;}
.article_preview .preview_box .related_articles .related_list .author:hover {color:#1c93d7;}
.article_preview .preview_box .related_articles .related_list .time{width:87px;}
.article_preview .preview_box .related_articles .related_list dd em{height:15px;float:left;background:url("../images/tradeArticle/article_icon.png") no-repeat;margin:3px 5px 0 0;}
.article_preview .preview_box .related_articles .related_list .author em{width:12px;background-position:-4px -8px;}
.article_preview .preview_box .related_articles .related_list .time em{width:15px;background-position:-22px -8px;}

.article_preview .preview_box .related_articles .related_more{text-align:right;padding-top:20px;}
.article_preview .preview_box .related_articles .related_more a{width:120px;height:35px;line-height:35px;background:#1c93d7;color:#fff;text-align:center;display:inline-block;}


	/*---搜索无结果展示模块---*/
.publish_item {background:#fff;}
.publish_item .content {padding:40px 30px 20px;}
.publish_item .content>p {font-size:16px;line-height:40px;}
.publish_item .content .gift_img {float:left;width:33%;padding:20px 0;}
.publish_item .content .gift_img img {width:180px;height:180px;display:block;margin:0 auto;}
.publish_item .content .gift_img p {text-align:center;margin-top:10px;}
