* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.informationBox {
  width: 100%;
  overflow: hidden;
}
.informationBox .items {
  width: 100%;
}
.informationBox .items li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
.informationBox .items li .title {
  display: block;
  font-size: 16px;
  color: #222222;
  margin: 0 0 10px 0;
}
.informationBox .items li .con {
  width: 100%;
  overflow: hidden;
}
.informationBox .items li .con .l_pic {
  width: 210px;
  height: 126px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
}
.informationBox .items li .con .r_box {
  width: 427px;
  float: right;
}
.informationBox .items li .con .r_box .desc {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  height: 80px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.informationBox .items li .con .r_box label {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 46px;
}
.informationBox .items li .con .r_box label span {
  margin: 0 60px 0 0;
}
.informationDesc {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.informationDesc .title {
  font-size: 20px;
  color: #222222;
  display: block;
  text-align: center;
}
.informationDesc .ins {
  font-size: 12px;
  color: #666666;
  padding: 20px 0;
  text-align: center;
}
.informationDesc .more {
  width: 100%;
  background: url('/img/rjjc/advertising.jpg') top center no-repeat;
  background-size: 100% 100%;
  height: 94px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.informationDesc .more p {
  display: block;
  line-height: 94px;
  text-align: center;
  width: 450px;
  float: left;
  font-size: 20px;
  color: #f7d023;
}
.informationDesc .more a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  padding: 10px 20px;
  background: #ea574a;
  border-radius: 4px;
  margin: 27px 45px;
}
.informationDesc .compileBox {
  overflow: hidden;
}
.informationDesc .compileBox img {
  display: block;
  margin: 20px auto;
  height: auto !important;
  max-width: 100%;
}
.recommendArticle {
  width: 100%;
}
.recommendArticle strong {
  display: block;
  font-size: 20px;
  line-height: 50px;
  border-bottom: 1px solid #b5b5b5;
}
.recommendArticle ul li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.recommendArticle ul li .l_pic {
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
}
.recommendArticle ul li .r_box {
  width: 259px;
  float: right;
}
.recommendArticle ul li .r_box .title {
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recommendArticle ul li .r_box .title:hover {
  color: #ea574a;
}
.recommendArticle ul li .r_box .desc {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  height: 57px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
