body{
    font-family: ArialMT!important;
    background: #f9fafd;
}

.blogBanner{
    width: 100%;
    height: 200px;
    padding-top: 60px;
    text-align: center;
    background:url(../png/blog-banner.png) center;
}
.active_blog{
    background: #8e1eb4 !important;
    color: #fff;
}
.blog_content, .news_content{
    color: #666666;
}
.blog_content span{
    color: #666;
}
.blog_desc{
    box-sizing: border-box;
    line-height: 28px;
    background: #fff;
    padding: 30px 38px;
    color: #333;
    position: relative;
}
.blog_desc p{
    width: 678px;
    font-size: 13px;
}
.blog_desc img{
    position: absolute;
    right: 60px;
    top: 30px;
}
.posts{
    position: relative;
    background: #fff;
    margin-top: 10px;
}
.posts h6{
    text-indent: 30px;
    padding-top: 29px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.posts ul{
    line-height: 25px;
    padding: 10px 30px;
    box-sizing: border-box;
}
.posts ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
    font-size: 12px;
}
.posts ul li:before{
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #cc0000;
    vertical-align: middle;
    margin-right: 8px;
}
.posts ul li a:hover{
    text-decoration: underline;
    color: #0077FF;
}
.item_box{
    margin-top: 20px;
    background: #fff;
    padding-bottom: 30px;
}
.item_box .pager_form{
    margin-top: 40px;
}
.item a:hover{
    color: #333;
}
.item{
    padding: 30px 38px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}
.item h2{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.item h2:hover{
    color: #cc0000;
}
.item time{
    display: block;
    margin: 20px 0;
    font-size:12px;
    color: #999;
}
.item h5:hover a{
    color: #cc0000;
}
.item p{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
}
.item p:hover{
    text-decoration: underline;
    color: #333;
}
.tags b{
    font-size: 13px;
    color: #333;
    margin-right: 10px;
}
.tags-item{
    border-radius: 2px;
    padding: 0px 8px;
    font-size: 12px;
    display: inline-block;
    min-width: 92px;
    text-align: center;
    box-sizing: border-box;
    line-height: 24px;
    margin-right: 5px;    
    background: #f4f4f4;
    margin-bottom: 10px;
}
/* .tags-item:hover{
    color: #8e1eb4;
} */
.icon{
    width: 20px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.watch{
    background: url(../png/watch-icon.png)no-repeat;
}
.praise{
    background: url(../png/zan-icon.png)no-repeat;
}
.praiseOn{
    background: url(../png/zan-icon-on.png)no-repeat;
    background-position:0;
}
.feedback{
    background: url(../png/feedback-icon.png)no-repeat;
}
.share{
    background: url(../png/shear-icon.png)no-repeat;
}
.sharesBox:hover{
    color: #8e1eb4;
}
.sharesBox:hover .share{
    background: url(../png/shear-icon-on.png)no-repeat;
}
.mr40{
    margin-right: 40px;
}




/* 新闻 */
.newsBanner{
    width: 100%;
    height: 200px;
    padding-top: 60px;
    text-align: center;
    background:url(../png/news-banner.png) center;
}
.news_content .lContent{
    background: #fff;
    padding: 0 65px;
    width: 750px;
}
.news_content ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.news_list:nth-of-type(2n-1){
    padding-right: 27px;
}
.news_list:nth-of-type(2n){
    padding-left: 27px;
}
.news_list{
    padding: 43px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    width: 50%;
    float: left;
}
.news_list a:hover{
    color: initial;
}
.news_list p{
    height: 45px;
    line-height: 24px;
    margin-bottom: 24px;
}
.news_list p:hover{
    text-decoration: underline;
}
.title{
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    margin: 20px 0;
}
.title:hover{
    color: #cc0000;
}
.cover{
    width: 100%;
    height: 185px;
}
.news_content .pager_form{
    margin: 50px 0;
}


/* 新闻详情 */
.news_d_content{
    padding: 30px 0 50px;
}
.news_contentBox{
    background: #fff;
    padding: 0 50px 50px;
    word-wrap: break-word;
    word-break: break-word;
}
.news_d_content h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 20px;
}
.news_d_content .dMsg{
    color: #999;
    text-align: center;
    margin-bottom: 30px;
}
.news_d_content .dMsg span{
    margin-right: 60px;
}
.news_d_content .dImg{
    margin: 20px 0;
    text-align: center;
    max-width: 100%;
}
.news_d_content .dContent p{
    margin-bottom: 20px;
    color: #666666;
    line-height: 26px;
}
.news_d_content .nextArticle{
    padding:16px 0;
}
.news_d_content .nextArticle a{
    color: #cc0000;
}


/* 博客详情 */
.blog_d_content{
    margin-top: 30px;
}
.blog_d_content .d_content_left{
    width: 880px;
    padding-bottom: 40px;
}
.d_content_left .contentMsg{
    padding: 0 38px;
    background: #fff;
}
.d_content_left .contentMsg .contentTitle{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
}
.d_content_left .contentMsg .contentScore{
    line-height: 20px;
    font-size:12px;
    margin-bottom: 20px;
}
.contentMsg .contentScore .writer{
    margin-left: 40px;
}
.d_content_left .contentMsg .contentText{
    line-height: 26px;
    color: #666;
}
.d_content_left .contentMsg .contentText img{
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
}
.d_content_left .contentMsg .actionBtn{
    color: #333;
    font-size: 12px;
}
.d_content_left .tags{
    margin: 30px 0;
}
.d_content_left .actionBox{
    padding: 30px 38px 0;
    background: #fff;
}
.actionBox .bd_c_msg{
    padding: 10px;
    line-height: 32px;
}
.actionBox .feedbackBox textarea{
	box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    border:1px solid #e1e1e1;
    height: 130px;
	background-color: #FAFAFA;
	border-radius: 4px;
	transition: 0.4s all;
}
.actionBox .feedbackBox textarea:hover ,.actionBox .feedbackBox textarea:focus{
		border-color: #8eleb4;
		background-color: #fff;
}
.actionBox .feedbackBox .submit_feedback{
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background: #cc0000 !important;
    margin-bottom: 30px;
}
.d_content_left .commentList{
    margin-top: 10px;
    padding:0 38px;
    background: #fff;
}
.d_content_left .commentList li{
    padding: 20px 0px;
    border-bottom: 1px solid #f4f4f4;
}
.commentList li .headIMg{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
    margin-right: 10px;
}
.commentList li .listMsg{
    margin-left: 72px;
}
.commentList li .itemName{
    font-size: 16px;
    margin-bottom: 10px;
}
.commentList li .itemContent{
    padding-bottom: 15px; 
}
.commentList li .itemDate{
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}
.commentList li .itemDate img{
    float: left;
    margin-top: 1px;
    margin-right: 6px;
}

/* 留言回复 */
.replyContent{
    display:flex;
}
.replyContent img{
    margin: 10px 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
    margin-right: 10px;
}
.replyContent .violet{
    color: #8e1eb4;
    margin-right:6px;
}
.replyContent .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.replyContent .content .time {
    font-size: 12px;
    color: #666;
    margin-top:4px;
}



.blog_d_content .d_content_right{
    width: 300px;
    height: 300px;
    text-align: center;
    padding:20px;
    box-sizing: border-box;
}
.d_content_right .sizeBox{
    width: 116px;
}
.d_content_right .tag{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}
.d_content_right  td{
    padding-bottom: 30px;
}





/* 新版页面 */
.new_content{
    margin-top: -52px;
}
.lContent{
    width: 880px;
    float: left;
}
.rContent{
    width: 300px;
    float: right;
}

.lContent .item{
    background: #fff;
}
.lContent .item:nth-last-of-type(1){
    border:none;
}
.searchBox{
    width: 700px;
    margin-left: 200px;
}
.searchBox input{
    width: 568px;
    padding-left: 20px;
    line-height: 32px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: none;
    border:1px solid #ccc;
}
.searchBox input:focus{
    outline:none;
    border:1px solid rgba(106,12,137,1);
    box-shadow:0px 0px 6px 0px rgba(113,18,143,0.4);
}
.searchBox .search{
    width: 16px;
    height: 16px;
    background: url(../png/search-icon.png)no-repeat;
    display: inline-block;
    position: absolute;
    right: 12px;
    background-size: 100% 100%;
    top: 3px;
    cursor: pointer;
}
.searchBox big{
    display: inline-block;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    font-weight: 100;
    float: left;
    margin-left: 20px;
    margin-top: -3px;
}
.searchBox span{
    margin: 0 10px;
    font-size: 28px;
}
.searchBox p{
    text-align: left;
    color: #fff;
    font-size: 13px;
    text-indent: 125px;
    line-height: 24px;
}
.s_menu i{
    margin: 0 0 0 10px;
}
.s_menu a {
    line-height: 28px;
}
.s_menu a:nth-child(1) i {
    background: url('../png/facebook-2.png') no-repeat;
}
.s_menu a:nth-child(2) i {
    background: url('../png/twitter.png') no-repeat;
}
.s_menu a:nth-child(3) i {
    background: url('../png/linkedin.png') no-repeat;
}
.s_menu a:nth-child(1):hover i {
    background: url('../png/facebook-on.png') no-repeat;
}
.s_menu a:nth-child(2):hover i {
    background: url('../png/twitter-on.png') no-repeat;
}
.s_menu a:nth-child(3):hover i {
    background: url('../png/linkedin-on.png') no-repeat;
}
.s_menu a i{
    top: 1px;
}
.rContent .quickQuotePannel{
    padding: 0;
    width: 300px;
    height: 300px;
    margin: 0;
    border: none;
    margin-bottom: 10px;
}
.rContent .quickQuotePannel .tableItemBox{
    padding: 5px 30px; 
}
.rContent .quickQuotePannel .quoteNav li{
    width: 98.5px;
    height: 37px;
    padding-top: 3px;
    line-height: 16px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    background: #fff7f4;
    font-weight: bold;
    font-size: 13px;
}
.rContent .quickQuotePannel .quoteNav li:nth-of-type(3){
    border-right: 1px solid #e3e3e3;
}
.rContent .quickQuotePannel .quoteNav li.active{
    background: #fff;
    border-color: #fff;
    color: #cc0000;
}
.rContent .quickQuotePannel .greenBtn{
    line-height: 34px;
    background: #cc0000;
    margin-top: 0;
}
.rContent .quickQuotePannel table{
     font-size: 13px;
}
.rContent .quickQuotePannel .tag{
    color: #333;
    font-weight: 400;
    margin-top: 5px;
}
.rContent .selectpick_ul_bcount li{
    margin-right: 5px;
}
.rContent .quickQuotePannel td{
    padding:3px 0; 
}
.rContent .quickQuotePannel .sizeBox{
    border: none;
}
.rContent .quickQuotePannel .radioBox{
    border: 1px solid #999;
}
.rContent .quickQuotePannel .sizeBox input{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #999;
}
.rContent .quickQuotePannel .sizeBox input:focus{
    outline:none;
    border:1px solid #cc0000;
    box-shadow:0px 0px 6px 0px rgba(211,41,61,0.4);
}
.rContent .quickQuotePannel .radioBox [type=radio]:checked~.tick{
    background: #cc0000;
}
.rContent .quickQuotePannel .label_choose{
    outline:none;
    border:1px solid #cc0000;
    box-shadow:0px 0px 6px 0px rgba(211,41,61,0.4);
}
.rContent .quickQuotePannel .optionsNew{
    width: 238px;
}
.rContent .quickQuotePannel .otherQuantities input{
    width: 140px;
}
.rContent .quickQuotePannel .optionsNew .li{
    width: 54px;
}
.rContent .quickQuotePannel .sizeBox{
    line-height: 26px;
}


.tagNav{
    line-height: 58px;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
    padding-left: 50px;
}
.tagNav a{
    margin-right: 6px;
    color: #999;
}
.tagNav a:hover{
    color: #cc0000;
}


.linkBox{
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    margin-top: 20px;
}
.linkBox p{
    color: #333;
    line-height: 30px;
    text-indent: 0;
}
.linkBox p a{
    color: #cc0000;
}



/* end */
