/*右侧样式*/
.body_part_right {
  position: relative;
  display: inline-block;
  float: right;
  width: 350px;
}
/*右侧文章搜索样式*/
.artical_search_wrap {
  width: 350px;
  height: 150px;
  background-color: #d1e1f0;
  text-align: center;
  margin-top:75px;
}
.artical_search_wrap .search_artical_title {
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #0c0300;
  text-indent: 20px;
}
.artical_search_wrap .search_artical_input {
  height: 45px;
  width: 310px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
}
.artical_search_wrap .search_artical_input .input_content {
  height: 45px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.artical_search_wrap .search_artical_input .input_content .search_text {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 20px;
  float: left;
  border:0px solid #bebebe;
}
.body_part_right .artical_search_wrap .search_artical_input .input_content .btn {
  float: right;
  /*! display: inline-block; */
  width: 40px;
  height: 45px;
  background: url("../images/search_blue.png") 5px 10px no-repeat;
  cursor: pointer;
  border-radius: 0;
  border-width: 0;
}
/*右侧专栏直通车样式*/

.special_column_style, .body_part_right .special_column_wrap {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: 1px solid #bebebe;
  box-sizing: border-box;
}
.special_column_style .column_title, .body_part_right .special_column_wrap .column_title {
  border-bottom: 4px solid #e6e6e6;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  box-sizing:border-box;
}
.special_column_style .column_title span, .body_part_right .special_column_wrap .column_title span {
  /*width: 50%;*/
  display: inline-block;
  height: 30px;
  border-bottom: 4px solid #ea3e3e;
  box-sizing: border-box;
}
.special_column_style .column_title span em, .body_part_right .special_column_wrap .column_title span em {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("https://obs.negn.cn/creditchina-cms/pc/img/zx_icon_red.png") 0 5px no-repeat;
}
.special_column_style .column_list, .body_part_right .special_column_wrap .column_list {
  width: 270px;
  margin: 10px 0 0 30px;
  text-align: center;
  font-size: 14px;
}
.special_column_style .column_list li, .body_part_right .special_column_wrap .column_list li {
  width: 130px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  margin-top: 10px;
}
.special_column_style .column_list li a, .body_part_right .special_column_wrap .column_list li a {
  color: #676868;
  font-size: 14px;
}
.special_column_style .column_list .duck_grey, .body_part_right .special_column_wrap .column_list .duck_grey {
  background-color: #e8e7e7;
}
.special_column_style .column_list .light_grey, .body_part_right .special_column_wrap .column_list .light_grey {
  background-color: #f2f2f2;
}



/*右侧大家关注样式*/
.body_part_right .people_interest_wrap .column_list_interest {
  color: #333;
  font-size: 14px;
}
.body_part_right .people_interest_wrap .column_list_interest li {
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
  line-height: 25px;
}
.body_part_right .people_interest_wrap .column_list_interest li span {
  font-size: 12px;
  color: #ea3e3e;
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: 1px solid #ea3e3e;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: default;
}
.body_part_right .people_interest_wrap .column_list_interest li p {
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.body_part_right .people_interest_wrap .column_list_interest li a {
  color: #333;
}