.wiki-list {
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wiki-list-item{
  border: dotted 1px #cccccc;
  border-bottom: none;
  width: 50%;
  max-width: 400px;
  height: 122px;
  box-sizing: border-box;
  padding: 18px 15px 8px;
  /* cursor: pointer; */
  overflow: hidden;
  position: relative;
}
.wiki-list-item:hover{
  background-color: #f5cccc;
}
.wiki-list-item:last-child,
.wiki-list-item:nth-last-child(2){
  border-bottom: dotted 1px #cccccc;
}
.wiki-list-itemLink{
  display: inline-block;
  width: 100%;
  /* height: 100%; */
}
.wiki-nodata {
  font-size: 16px;
  text-align: center;
  width: 100%;
  /* padding-top: 50px; */
  padding-bottom: 30px;
}
.wiki-list-icon-hot{
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
	width: 62px;
	height: 61px;
  background-image: url('../img/base/icon_hot.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.wiki-list-title{
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
  margin-bottom: 10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display: block;
}
.wiki-list-title:hover{
	color: #cc0000 !important;
}
.wiki-list-info{
 	font-size: 14px;
	line-height: 25px;
	color: #333333; 
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wiki-search-form{
  padding: 30px;
}
.wiki-search-box{
  position: relative;
  width: 100%;
  max-width: 417px;
  height: 40px;
	background-color: #ffffff;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.wiki-search-box .wiki-search-input{
  border: none;
  outline: none;
  font-size: 14px;
  width: 100%;
  padding: 2px 8px;
  border: solid 1px #cccccc;
  border-right: none;
}
.wiki-search-box .wiki-search-btn{
  background-color: #cc0000;
  height: 40px;
  width: 117px;
  flex-shrink: 0;
  border: none;
  outline: none;
  font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
}
.wiki-search-tip{
  font-size: 12px;
	color: #666666;
  text-align: center;
  margin-top: 10px;
}
.wiki-search-icon{
  width: 18px;
  height: 18px;
  display: inline-block;
	vertical-align:middle;
	background-image:url("https://news.icgoo.net/static/img/nav_footer/search_icon.png");
	background-repeat:no-repeat;
  background-position:50%;
  background-size: cover;
}

/* 璇︽儏椤� */
.wiki-detail{
  padding: 0 20px 20px;
}
.wiki-detail-box{
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  border-bottom: dotted 1px #cccccc;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.wiki-detail-pic{
  width: 140px;
	height: 140px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 30px;
}
.wiki-detail-pic>img{
  width: 140px;
	height: 140px;
}
.wiki-detail-baseInfo{
  width: 100%;
  max-width: 1000px;
}
.wiki-detail-titleBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.wiki-detail-title{
  font-size: 26px;
	font-weight: bold;
	color: #cc0000;
  max-width: 390px;
  /* white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; */
}
.wiki-detail-info{
	font-size: 14px;
	color: #666666;  
}
.wiki-detail-info span{
	font-size: 14px;
	color: #666666; 
  margin-left: 30px; 
}
/* .wiki-detail-baseInfo .wiki-detail-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.wiki-detail-text{
  font-size: 16px;
	line-height: 1.6;
	color: #333333;
  width: 100%;
  overflow: hidden;
}
.wiki-detail-text img{
  max-width: 100%;
}
.wiki-detail-text a{
  color: #2192fe;
}
.wiki-detail-text a:hover{
  text-decoration: underline;
}
.wiki-directory{
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f8f8f8;
}
.wiki-directory-name{
  width: 80px;
  text-align: center;
	font-size: 22px;
	color: #666666;
  flex-shrink: 0;
}
.wiki-directory-list{
  width: 100%;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  background-color: #fff;
}
.wiki-directory-item{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width: 33%;
	font-size: 16px;
	color: #333333;
  line-height: 40px;
  padding-left: 40px;
  border-right: 1px dotted #ccc;
  margin-bottom: 1px;
  /* margin-top: 5px; */
  color: #2192fe;
}

.wiki-directory-item a:hover{
  /* color: #cc0000; */
  text-decoration: underline;
}
.wiki-directory-item:last-child{
  border-right: none;
}
.wiki-detail-content{
  padding-top: 30px;
}
.wiki-detail-item{
  font-size: 22px;
	color: #333333;
  padding-left: 10px;
  line-height: 42px;
  border-left: 11px solid #cc0000;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.wiki-detail-itemText{
  display: inline-block;
  flex-shrink: 0;
  padding-right: 20px;
}
.wiki-detail-itemLine{
  display: inline-block;
  border-bottom: dotted 1px #cccccc;
  width: 100%;
}
.wiki-detail-more{
  padding-top: 30px;
  margin-top: 30px;
  border-top: dotted 1px #cccccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wiki-detail-moreItem{
  max-width: 400px;
  flex-shrink: 0;
	font-size: 14px;
	color: #666666;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.wiki-detail-moreItem:hover{
	color: #cc0000;
}
/* 鍙充晶 */

/* 鐑棬鍨嬪彿 */
.hot-product{
  padding: 0 10px 10px;
}
.hot-product table{
  width: 100%;
}
.hot-product th{
	font-size: 16px;
	letter-spacing: 2px;
	color: #212529;
  text-align: center;
  height: 40px;
}
.hot-product td{
	font-size: 14px;
	color: #212529;
  height: 40px;
  border-bottom: dotted 1px #cccccc;
}
.hot-product tr:last-child td{
  border-bottom: none;
}
.hot-product .red{
	color: #cc0000;
}
.hot-product-link{
  width: 100%;
  display: inline-block;
  /* white-space:nowrap; */
  /* overflow:hidden; */
  /* text-overflow:ellipsis; */
}
.hot-product-link:hover{
  color: #cc0000;
}
/* 璧勮 */

.hot-articles2 .articles-title:hover{
  color: #cc0000;
}

.hot-articles2{
  padding: 10px 20px
}
.hot-articles2 li{
  border-bottom: 1px dotted #ccc; 
  color: #333;
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hot-articles2 li:last-child{
  border-bottom: none; 
}
.hot-articles2 .item-articles{
  display: flex;
  align-items: center;
}
.hot-articles2 .articles-img{
  width: 80px;
  height: 52px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.hot-articles2 .articles-img img{
  height: 100% !important;
}
.hot-articles2 .articles-name{
  color: #666;
  line-height: 1.5;
  font-size: 12px;
  word-break : break-all;
}
.hot-articles2 .articles-title{
  width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #212529;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* PC绔� */
@media (min-width: 768px) {
  .wiki-min-height {
    min-height: 1042px;
  }
  .wiki-min-height2 {
    min-height: 1206px;
  }
}
/* 绉诲姩绔� */
@media (max-width: 767px) {
  .wiki-detail-item{
    font-size: 18px;
    font-weight: bold;
    border-left-width: 6px;
    line-height: 1.5;
  }
  .wiki-detail-title{
    margin-top: 10px;
  }
  .wiki-detail-info span{
    margin-left: 0;
    margin-right: 30px;
  }
  .wiki-directory{
    display: block;
    background-color: transparent;
    border: none;
  }
  .wiki-directory-name{
    width: initial;
    text-align: left;
  }
  .wiki-directory-list{
    border-left: none;
  }
  .wiki-directory-item{
    padding-left: 0;
    border-right: none;
    width: 50%;
    order: initial !important;
  }
}