/* 精选专题栏目 */

.Selected-columns {
  width: 100%;
  overflow: hidden;
}
.Selected-columns .news-list {
  width: 1200px;
  overflow: hidden;
  background-color: #fff;
  margin: 20px auto 40px auto;
  padding: 50px 100px 18px 100px;
}
.Selected-columns .news-list .advertisement_1 {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}
.Selected-columns .news-list .advertisement_1 .num_1 {
  width: 480px;
  float: left;
  overflow: hidden;
}
.Selected-columns .news-list .advertisement_1 .num_2 {
  width: 480px;
  float: right;
  overflow: hidden;
}
.Selected-columns .news-list li {
  width: 460px;
  overflow: hidden;
  float: left;
}
.Selected-columns .news-list li:nth-of-type(2n) {
  float: right;
}
.Selected-columns .news-list li .img-box {
  width: 460px;
  height: 270px;
  position: relative;
}
.Selected-columns .news-list li .img-box:hover p {
  transition: 0.2s;
  background-color: rgba(12, 124, 194, 0.7);
}
.Selected-columns .news-list li .img-box img {
  width: 100%;
  height: 100%;
}
.Selected-columns .news-list li .img-box p {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Selected-columns .news-list-info {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Selected-columns .news-list-ul {
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
  margin-bottom: 36px;
}
.Selected-columns .news-list .news-list-ul li {
  min-width: 28px;
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  color: #666666;
}
.Selected-columns .news-list .news-list-ul li:first-child {
  color: #0e7cc2;
}
.Selected-columns .news-list .news-list-ul li:last-child {
  float: right;
  margin: 0;
  color: #ff0000;
}
.Selected-columns .news-list .news-list-ul li:last-child a{
  color: #ff0000;
}
.Selected-columns .yema {
  width: 492px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
.Selected-columns .yema li {
  text-align: center;
  width: 31px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  float: left;
  margin-left: 9px;
  border-radius: 3px;
  color: #555555;
  background-color: #fff;
}
.Selected-columns .yema li:hover {
  color: #fff;
  background-color: #0e7cc2;
}
.Selected-columns .yema .moren {
  color: #fff;
  background-color: #0e7cc2;
}
.Selected-columns .zongji {
  font-size: 12px;
  float: left;
  line-height: 28px;
  color: #555555;
}

/* 专题分类列表页 */
.Thematic-classification {
  width: 100%;
  overflow: hidden;
}
.Thematic-classification .banner {
  width: 100%;
  height: 420px;
  position: relative;
}
.Thematic-classification .banner a img {
  width: 100%;
  height: 100%;
}
.Thematic-classification .banner .why {
  width: 717px;
  height: 144px;
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translate(-50%, 0);
}
.Thematic-classification .banner .bt {
  height: 50px;
  border-radius: 25px;
  position: absolute;
  top: 250px;
  left: 50%;
  color: #ffffff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transform: translate(-50%, 0);
  background-color: #0e7cc2;
}
.Thematic-classification-list {
  width: 1200px;
  height: auto !important;
  overflow: hidden;
  margin: -60px auto 0;
  position: relative;
}
.Thematic-classification-list .info-1 {
  width: 100%;
  height: 370px;
  background-color: #fff;
  margin-bottom: 20px;
  padding-left: 56px;
  padding-top: 50px;
}
.Thematic-classification-list .info-1 li {
  width: 350px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #f5f5f5;
}
.Thematic-classification-list .info-1 li:last-child {
  margin-right: 0;
  border: none;
}
.Thematic-classification-list .info-1 li .img-box {
  width: 310px;
  height: 175px;
}
.Thematic-classification-list .info-1 li .img-box img {
  width: 100%;
  height: 100%;
}
.Thematic-classification-list .info-1 li p {
  width: 100%;
  font-size: 18px;
  width: 100%;
  height: 52px;
  line-height: 26px;
  color: #333333;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Thematic-classification-list .info-1 li p:hover {
  color: #0e7cc2;
}
.Thematic-classification-list .info-1 li span {
  display: block;
  font-size: 14px;
  color: #0e7cc2;
  line-height: 14px;
  margin-top: 16px;
}
.Thematic-classification-list .advertisement_2 {
  width: 1000px;
  margin: 30px auto;
  overflow: hidden;
}

.Thematic-classification-list .info-2 {
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  padding-left: 56px;
  padding-bottom: 50px;
}
.Thematic-classification-list .advertisement_3 {
  width: 1000px;
  margin: 30px auto;
  overflow: hidden;
}
.Thematic-classification-list .info-2 li {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
.Thematic-classification-list .info-2 li .img-box {
  width: 310px;
  height: 175px;
  float: left;
  margin-right: 40px;
}
.Thematic-classification-list .info-2 li .img-box img {
  width: 100%;
  height: 100%;
}
.Thematic-classification-list .info-2 li .title {
  width: 729px;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.Thematic-classification-list .info-2 li .title:hover {
  color: #0e7cc2;
}
.Thematic-classification-list .info-2 li .info {
  width: 729px;
  margin-top: 23px;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.Thematic-classification-list .info-2 li .news-list-ul {
  width: 729px;
  height: 15px;
  overflow: hidden;
  margin-top: 28px;
  float: left;
}
.Thematic-classification-list .info-2 li .news-list-ul li {
  min-width: 28px;
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-bottom: 0;
}
.Thematic-classification-list .info-2 li .news-list-ul li:first-child {
  color: #0e7cc2;
}

.Thematic-classification .yema {
  width: 492px;
  height: 28px;
  position: absolute;
  bottom: 97px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}
.Thematic-classification .yema li {
  text-align: center;
  width: 31px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  float: left;
  margin-left: 9px;
  border-radius: 3px;
  color: #555555;
  background-color: #fff;
}
.Thematic-classification .yema li:hover {
  color: #fff;
  background-color: #0e7cc2;
}
.Thematic-classification .yema .moren {
  color: #fff;
  background-color: #0e7cc2;
}
.Thematic-classification .zongji {
  font-size: 12px;
  float: left;
  line-height: 28px;
  color: #555555;
}

/* 详细页 */

.detialsPage {
  width: 1200px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.detialsPage .detialsPage-left {
  width: 880px;
  overflow: hidden;
  float: left;
}
.detialsPage .left-box {
  width: 880px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  background-color: #fff;
  float: left;
}

.detialsPage .left-box .img-box-I {
  margin-left: auto;
  margin-right: auto;
}
.detialsPage .left-box .img-box-I img {
  width: 100%;
  height: 100%;
}
.detialsPage .left-box h1 {
  font-size: 28px;
  width: 100%;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 10px;
  clear: both;
}
.detialsPage .left-box .info {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin-bottom: 20px;
}
.detialsPage .left-box .info span:nth-of-type(2) {
  color: #0e7cc2;
}
.detialsPage .left-box .article {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 26px;
}

.detialsPage .left-box .img-box-II {
  width: 740px;
  height: 436px;
  border: 1px solid #f5f5f5;
  margin: 26px auto 33px auto;
}
.detialsPage .left-box .img-box-II img {
  width: 720px;
  height: 416px;
  margin-top: 10px;
  margin-left: 10px;
}
.detialsPage .left-box .line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.detialsPage .left-box .statement {
  width: 150px;
  font-size: 14px;
  color: #cccccc;
  background-color: #fff;
  line-height: 14px;
  text-align: center;
  margin-top: -7px;
  margin-left: auto;
  margin-right: auto;
}
.detialsPage .left-box .statement-info {
  margin-top: 17px;
  color: #cccccc;
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
}
.detialsPage .left-box .statement-info span {
  color: red;
  font-weight: 700;
}

.detialsPage .left-box .editor {
  width: 100%;
  height: 152px;
  background-color: #f9fafc;
  border: solid 1px #ebebeb;
  padding: 10px;
  position: relative;
  margin-top: 26px;
}
.detialsPage .left-box .editor p {
  font-size: 15px;
  color: #000;
}
.detialsPage .left-box .editor textarea {
  width: 785px;
  margin-top: 5px;
  background-color: #f9fafc;
  font-size: 14px;
}
.detialsPage .left-box .editor .checkt {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 110px;
}
.detialsPage .left-box .editor .checkt input {
  vertical-align: middle;
}
.detialsPage .left-box .editor .button {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.detialsPage .left-box .editor .button button {
  width: 66px;
  height: 30px;
  background-color: #2398d6;
  border-radius: 2px;
  color: white;
}
.detialsPage .left-box .copyright {
  width: 100%;
  margin-top: 20px;
  line-height: 20px;
}
.detialsPage .left-box .copyright span {
  display: block;
  color: red;
  font-weight: 700;
}
.detialsPage .left-box .edit_list {
  margin-top: 6px;
}
.detialsPage .left-box .advertisement_4 {
  width: 760px;
  overflow: hidden;
  margin: 30px auto;
}

.detialsPage .left-box .edit_list .edit_list_title {
  font-size: 20px;
  width: max-content;
  color: #333333;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.detialsPage .left-box .edit_list .edit_list_title .edit_list_title_count {
  font-size: 14px;
  float: right;
}

.detialsPage .Hot-comment ul {
  background-color: #ffffff;
}
.detialsPage .Hot-comment ul .edit_list_title {
  font-size: 20px;
  width: 100px;
  color: #333333;
}
.detialsPage .Hot-comment ul li {
  padding-bottom: 20px;
}
.detialsPage .Hot-comment ul li .Comment-area {
  width: 840px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}
.detialsPage .Hot-comment ul li .edit_list {
  position: relative;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_user {
  margin-top: 10px;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_user span {
  display: inline-block;
  color: #999;
  font-size: 16px;
  vertical-align: middle;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_user span:last-child {
  float: right;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_user span a {
  color: #454545;
  font-size: 16px;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_user span:first-child {
  width: 34px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_user span:first-child img{
  width: 100%;
  height: 100%;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_font {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_date {
  font-size: 14px;
  margin-top: 10px;
  color: #adadad;
}
.detialsPage .Hot-comment ul li .edit_list .reviews_info_date .dete {
  width: 200px;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_review {
  margin-right: 20px;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_review
  a {
  color: #adadad;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_review
  span {
  display: inline-block;
  vertical-align: middle;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_review
  span:first-child {
  width: 16px;
  height: 16px;
  background: url(../images/companyMark.png) -10px -92px;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like {
  margin-left: 33px;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like
  span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like:last-child
  span {
  color: #adadad;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like:first-child:hover
  span {
  color: #0e7cc2;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like:first-child:hover
  .wdlikes {
  background: url(../imgs/reply.png) no-repeat center center;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like:first-child
  .wdlikes {
  background: url(../imgs/reply-I.png) no-repeat center center;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like
  .likes1 {
  width: 20px;
  height: 16px;
  background: url(../images/companyMark.png) -95px -10px;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like
  .likess1 {
  background: url(../images/redheart.png);
  background-size: 20px;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like
  .wdlikes {
  width: 20px;
  height: 16px;
  background: url(../imgs/like.png) no-repeat center center;
}
.detialsPage
  .Hot-comment
  ul
  li
  .edit_list
  .reviews_info_date
  .dete_right
  .dete_right_like
  .wdlikess {
  background: url(../imgs/like.png);
  background-size: 20px;
}

.detialsPage .Hot-comment ul li .editor {
  width: 100%;
  height: 125px;
  background-color: #f9fafc;
  border: solid 1px #ebebeb;
  padding: 10px;
  position: relative;
  margin-top: 26px;
}
.detialsPage .Hot-comment ul li .m {
  display: none;
}
.detialsPage .Hot-comment ul li .editor p {
  font-size: 15px;
  color: #000;
}
.detialsPage .Hot-comment ul li .editor textarea {
  width: 785px;
  margin-top: 5px;
  background-color: #f9fafc;
  font-size: 14px;
}
.detialsPage .Hot-comment ul li .editor .checkt {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 110px;
}
.detialsPage .Hot-comment ul li .editor .checkt input {
  vertical-align: middle;
}
.detialsPage .Hot-comment ul li .editor .button {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.detialsPage .Hot-comment ul li .editor .button button {
  width: 66px;
  height: 30px;
  background-color: #2398d6;
  border-radius: 2px;
  color: white;
}

.detialsPage .Hot-comment .Comment-area ul {
  width: 800px;
  overflow: hidden;
  padding-top: 16px;
  padding-left: 21px;
}
.detialsPage .Hot-comment .Comment-area ul li {
  width: 779px;
  font-size: 14px;
  color: #0e7cc2;
  line-height: 24px;
  padding: 0;
  margin-bottom: 14px;
}
.detialsPage .Hot-comment .Comment-area ul li span {
  color: #666666;
}
.detialsPage .hot-articles {
  width: 880px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  background-color: #fff;
  float: left;
}
.detialsPage .hot-articles .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-left: 13px;
  line-height: 20px;
  border-left: 3px solid #0e7cc2;
  margin-top: 20px;
}
.detialsPage .hot-articles {
  width: 880px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 71px;
}
.detialsPage .hot-articles .info-2 {
  margin-top: 20px;
}
.detialsPage .hot-articles li {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.detialsPage .hot-articles li:last-child {
  border: none;
  margin-bottom: 0;
}
.detialsPage .hot-articles li .img-box {
  width: 240px;
  height: 155px;
  float: left;
  margin-right: 40px;
}
.detialsPage .hot-articles li .img-box img {
  width: 100%;
  height: 100%;
}
.detialsPage .hot-articles li .title {
  width: 537px;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  overflow: hidden;
  float: left;
  border: none;
  padding: 0;
}
.detialsPage .hot-articles li .title:hover {
  color: #0e7cc2;
}
.detialsPage .hot-articles li .info {
  width: 537px;
  margin-top: 23px;
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detialsPage .hot-articles li .news-list-ul {
  width: 537px;
  height: 15px;
  overflow: hidden;
  margin-top: 28px;
  float: left;
}
.detialsPage .hot-articles li .news-list-ul li {
  min-width: 28px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-bottom: 0;
}
.detialsPage .hot-articles li .news-list-ul li:first-child {
  color: #0e7cc2;
}
.detialsPage .hot-articles .advertisement_5 {
  width: 760px;
  overflow: hidden;
  margin: 30px auto;
}

.detialsPage .right-box {
  width: 300px;
  overflow: hidden;
  float: right;
}

.detialsPage .right-box .ir_center {
  padding: 10px 20px;
  background-color: #ffffff;
}
.detialsPage .right-box .ir_center .ir_center_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.detialsPage .right-box .ir_center .ir_center_img {
  width: 200px;
  overflow: hidden;
  margin: 10px auto;
}
.detialsPage .right-box .ir_center ul li {
  margin-bottom: 10px;
}
.detialsPage .right-box .ir_center ul li span {
  color: #666666;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.detialsPage .right-box .ir_center ul li span:first-child {
  width: 5px;
  height: 5px;
  background-color: #9eacb6;
  border-radius: 50%;
  margin-right: 5px;
}
.detialsPage .right-box .ir_center ul li span:last-child {
  width: 220px;
}
.detialsPage .right-box .ir_center ul li:hover a span {
  color: #2398d6;
}

.right-box .Special-recommendation {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}
.right-box .Special-recommendation .ir_center_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.right-box .Special-recommendation ul {
  width: 100%;
  overflow: hidden;
}
.right-box .Special-recommendation ul li {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}
.right-box .Special-recommendation ul li .img-box {
  width: 120px;
  height: 80px;
  float: left;
}
.right-box .Special-recommendation ul li .img-box img {
  width: 100%;
  height: 100%;
}
.right-box .Special-recommendation ul li p {
  margin-left: 20px;
  width: 120px;
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-top: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-box .Special-recommendation ul li p:hover {
  color: #0e7cc2;
}
.right-box .Find-wonderful {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.right-box .advertisement_6 {
  width: 300px;
  overflow: hidden;
  margin: 20px auto;
} 
.right-box .advertisement_7 {
  width: 300px;
  overflow: hidden;
} 
.right-box .Find-wonderful .ir_center_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.right-box .Find-wonderful ul {
  width: 100%;
  overflow: hidden;
}
.right-box .Find-wonderful ul li {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.right-box .Find-wonderful ul li:hover {
  border-bottom: none;
}
.right-box .Find-wonderful ul li span {
  display: block;
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 15%;
}
.right-box .Find-wonderful ul li p {
  width: 95%;
  font-size: 16px;
  float: right;
  max-height: 48px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.right-box .Find-wonderful ul li p:hover {
  color: #0e7cc2;
}
.right-box .Find-wonderful ul li:last-child {
  margin-bottom: 0;
  border: none;
}
.mianbaoxie {
  margin-top: 10px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.mianbaoxie span{
  font-weight: 500;
  font-size: 14px;
}
.mianbaoxie span a {
  color: #16418a;
}
.mianbaoxie .tt{
  font-weight: 500;
  font-size: 14px;
}
.mianbaoxie .tt a {
  color: #333333 !important;
}
.color-white{
  color: white;
}
