.headline_body {
  background-color: #f2f2f2;
}
/* 面包屑 */
.headline_body .headline_main .breadCrumbs{
  text-indent: 5px;
  margin: 3px 0px 10px 0px;
}
.headline_body .headline_main .breadCrumbs a{
  cursor: pointer;
}
.headline_body .headline_main .breadCrumbs a:last-child{
  color: #333;
  font-weight: bold;
}
.headline_body .headline_main .breadCrumbs span{
  color: #999;
}
.headline_body .headline_main .breadCrumbs a:first-child{
  color: #666;
}
.headline_body .headline_main .breadCrumbs a:first-child:hover{
  color: #0d7bff;
}
.headline_body .headline_main {
  padding-top: 10px;
  width: 1180px;
  margin: 86px auto 0;
}

.headline_body .headline_main .meeting_search {
  height: 60px;
  background-color: #fff;
  position: relative;
}

.headline_body .headline_main .meeting_search .meeting_title {
  position: absolute;
  top: -3px;
  line-height: 50px;
  padding-left: 20px;
  overflow: hidden;
}

.headline_body .headline_main .meeting_search .meeting_title .active {
  color: #0d7bff;
  font-weight: bold;
  border-bottom: 3px solid #0d7bff;
}

.headline_body .headline_main .meeting_search .meeting_title span {
  display: inline-block;
  width: 64px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  margin-right: 50px;
}

.headline_body .headline_main .meeting_search .meeting_title .news_info:hover {
  color: #0d7bff;
}

.headline_body .headline_main .meeting_search .meeting_title .meeting_know:hover {
  color: #0d7bff;
}

.headline_body .headline_main .screen {
  width: 1180px;
  height: 400px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.headline_body .headline_main .screen ul {
  position: absolute;
  left: 0;
  top: 0px;
  width: 7000px;
}

.headline_body .headline_main .screen ul li {
  width: 1180px;
  height: 400px;
  overflow: hidden;
  float: left;
}

.headline_body .headline_main .screen ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headline_body .headline_main .screen ol {
  z-index: 999;
  width: 300px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
}

.headline_body .headline_main .screen ol li {
  width: 310px;
  height: 76px;
  transform: translateX(-10px);
}

.headline_body .headline_main .screen ol li span {
  color: #ffffff;
  font-size: 16px;
  padding: 16px 0 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.headline_body .headline_main .screen ol .active {
  background: linear-gradient(89deg, #0d7bff 0%, #0d7bff 19%, rgba(13, 123, 255, 0.1) 100%);
}

.headline_body .headline_main .conference_main {
  width: 100%;
}

.headline_body .headline_main .conference_main .conference_input {
  width: 1180px;
  margin: 10px auto 0;
}

.headline_body .headline_main .conference_main .conference_input .conference {
  width: 600px;
  border: 1px solid #666;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  top: 10px;
  right: 20px;
}

.headline_body .headline_main .conference_main .conference_input .conference .input {
  height: 40px;
}

.headline_body .headline_main .conference_main .conference_input .conference .input input {
  border: none;
  height: 100%;
  width: 540px;
  flex: 1;
  padding-left: 15px;
}
.input-box {
  position: relative;
  width: 540px;
}
.input-box:hover .clean-icon {
  display: block;
}
.clean-icon {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  color: #222;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.headline_body .headline_main .conference_main .conference_input .conference .input input:focus {
  outline: none;
}

.headline_body .headline_main .conference_main .conference_input .conference .icon {
  position: absolute;
  background-color: #0d7bff;
  color: #fff;
  width: 60px;
  height: 40px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.headline_body .headline_main .conference_main .conference_input .conference .icon .icon-fangdajing {
  font-size: 2.4rem !important;
  position: absolute;
  top: 18%;
  left: 30%;
  color: #fff;
}

.headline_body .headline_main .conference_main .conference_input .conference .icon:hover {
  background-color: #085abc;
}

.headline_body .headline_main .news_info {
  display: flex;
  margin-top: 10px;
}

.headline_body .headline_main .news_info .news_left {
  width: 800px;
}

.headline_body .headline_main .news_info .news_left .news_items {
  position: relative;
  display: block;
  height: 150px;
  color: 666;
  background-color: #fff;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content {
  width: 560px;
  padding: 20px 0 0 20px;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content h3 {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #333333;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content p {
  width: 560px;
  height: 41px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content .news_data {
  display: flex;
  margin-left: auto;
  line-height: 24px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content .news_data .flex-start {
  margin-left: auto;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content .news_data .flex-start .right_data {
  margin-left: 42px;
}

.headline_body .headline_main .news_info .news_left .news_items .news_content .news_data .flex-start .right_data .iconfont {
  font-size: 24px;
}

.headline_body .headline_main .news_info .news_left .news_items .right_img {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 180px;
  height: 120px;
}

.headline_body .headline_main .news_info .news_left .news_items .right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headline_body .headline_main .news_info .news_left .news_items:nth-child(even) {
  background-color: #fcfcfc;
}

.headline_body .headline_main .news_info .news_left .news_items:hover {
  background-color: #f2f3f4;
}

.headline_body .headline_main .news_info .paging {
  height: 156px;
  background-color: #fcfcfc;
}

.headline_body .headline_main .news_info .recommend {
  flex: 1;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  height: max-content;
}

.headline_body .headline_main .news_info .recommend .recommend_title {
  position: relative;
  font-size: 16px;
  height: 50px;
  margin: 0 20px;
  line-height: 50px;
  font-weight: bold;
  color: #222222;
  opacity: 1;
  border-bottom: 1px solid #e6e8ee;
}

.headline_body .headline_main .news_info .recommend .recommend_title .recommend_meeting::before {
  content: '';
  position: absolute;
  top: 30%;
  width: 20px;
  height: 20px;
  background: url(../image/recommend-icon.png) no-repeat center center;
  background-size: 100% 100%;
}

.headline_body .headline_main .news_info .recommend .recommend_title span {
  margin-left: 25px;
}

.headline_body .headline_main .news_info .recommend .recommend_content {
  padding-top: 10px;
  border-bottom: 10px solid #fcfcfc;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content {
  margin: 5px 10px 5px 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content .top {
  display: block;
  font-size: 13px;
  line-height: 24px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background-color: #ffae36;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content .bottom {
  display: block;
  font-size: 24px;
  line-height: 46px;
  border-radius: 0 0 8px 8px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content1 {
  flex: 1;
  padding: 10px 20px 5px 10px;
  color: #666666;
  opacity: 1;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content1 h3 {
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content1 .date {
  font-size: 12px;
  margin-right: 30px;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content1 .address {
  font-size: 12px;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list .academic_content1 .address .iconfont {
  font-size: 16px;
}

.headline_body .headline_main .news_info .recommend .recommend_content .academic_list:hover {
  background-color: #f2f3f4;
}

.headline_body .headline_main .news_info .recommend .recommend_bottom {
  height: 378px;
  padding: 10px 0 0;
  background-color: #f2f2f2;
}

.headline_body .headline_main .news_info .recommend .recommend_bottom-content {
  height: 378px;
  padding: 0px 0px 0px 60px;
  opacity: 1;
  background: url(../image/nest-img.png) no-repeat center center;
}
.headline_body .headline_main .news_info .recommend .recommend_bottom-content h3 {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 21px;
  color: #333333;
}

.headline_body .headline_main .news_info .recommend .recommend_bottom-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #666666; 
}

.headline_body .headline_main .news_info .recommend .recommend_bottom-content img {
  width: 250px;
  height: 250px;
}
.pagination .active >span {
  background-color: #0d7bff;
  border-color: #0d7bff;
}