@charset "utf-8";

/* article && quote*/
.top-l {width:430px;float:left;margin-right:20px;}
.top-r {width:430px;float:right;}
.headline h2 {text-align:center;font-size:24px;margin:16px 20px 10px 0;height:48px;line-height:48px;overflow:hidden;}
.subline {padding:0 16px;}
.subline li {height:32px;line-height:32px;overflow:hidden;font-size:16px;}
.subline .f_r {font-size:12px;color:#666666;padding-left:16px;font-style:normal;float:right;}
.keytags {font-size: 16px;}
/* catlist */
.childlist {padding:10px;line-height:24px;}
.childlist li {font-size:14px;height:28px;line-height:28px;background:url('image/li_dot.gif') no-repeat 4px 12px;padding:0 10px 0 12px;overflow:hidden;}

.catlist {padding-bottom:16px;line-height:32px;margin: 10px 24px 0 0;}
.catlist li {font-size:14px;height:32px;line-height:32px;background:url('image/li_dot.gif') no-repeat 6px center;padding:0 16px;overflow:hidden;}
.catlist i {font-style:normal;float:right;font-size:12px;color:#666666;}
.catlist .sp {background:#FFFFFF url('image/dot.gif') repeat-x 0 center;}

.subtitle {padding:10px 16px;margin:20px 0;line-height:32px;font-size:14px;border:#EEEEEE 1px solid;background:#FAFAFA;overflow:hidden;}
.subtitle li {width:50%;height:32px;overflow:hidden;float:left;}

.articleList{display: inline-flex;width: 100%;max-height: 150px;margin:16px 0;}
#thumbInfo {width:200px;height: 150px;box-sizing: border-box;margin-right: 20px;display:block;overflow:hidden;border-radius:10px;}
#thumbInfo img{width:200px;height: 150px;}
#thumbInfo img:hover{width:100%;transition: all 0.2s;transform: scale(1.1);}


.articleInfo{display: flex;flex-flow: column nowrap;align-items: stretch;justify-content:space-around;}
.articleInfo #title {font-size: 20px;font-weight: bold;line-height: 34px;}
.articleInfo #introduce {font-size: 15px;line-height: 26px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.articleInfo #tips {font-size: 14px;height: 20px;line-height: 20px;}
.articleInfo #tips a img{border-radius: 50%; vertical-align:bottom;}

.moreMarqueen {height: 24px;width:400px;line-height: 24px;overflow: hidden;}
.moreMarqueen ul li{width:400px;text-align:right;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.moreMarqueen a{color:#ff0000;}


/* 文章下微信 */
.kefu{display: flex;width: 800px;height:160px;margin: 0px 24px 24px 12px;background: #f5f5f5;align-items: center;border:2px solid #f5d7af;}
.kefu:hover{border:2px solid #ff6600;}
.kefu .wx{width: 150px;text-align: center;}
.kefu .summary{width: 250px;display: flex;flex-flow: column nowrap;}
.kefu .summary span{color: #999;line-height: 28px;font-size: 15px;}
.kefu .summary span:nth-child(1){font-size: 20px;line-height: 36px; font-weight: bold;color:#404040;}
