@charset "UTF-8";
/**!
 * 临沂市新闻咨询三级页面
 * date:2021-10-18
 * author: zzongyi;
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  min-height: 506px;
  width: 1200px;
  margin: 30px auto;
}

body {
  background: url("../images/bg1.jpg") top no-repeat;
}

/*左侧内容*/
.content-left .title {
  font-size: 20px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3694eb;
  border-bottom: 1px solid #f0f0f0;
}

.content-left .title-list {
  border: 1px solid #f0f0f0;
  max-height: 540px;
  overflow-y: auto;
}

.content-left .title-item {
  padding-left: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.content-left .title-item:hover {
  background-color: rgba(101, 190, 186, 0.1);
}

.content-left .title-item:last-child {
  border-bottom: 2px solid #f0f0f0;
}

.content-left .title-item a {
  display: block;
  color: black;
  height: 40px;
  line-height: 40px;
}

/*右侧内容*/
.content-right {
  width: 920px;
}

.content-right .position {
  height: 30px;
  line-height: 30px;
}

.content-right .position li {
  float: left;
}

.content-right .position li a {
  color: #65beba;
}

.content-right .position li span {
  padding: 0 5px;
}

.content-right .position li:last-child a {
  color: #333;
  pointer-events: none;
}

.content-right .position li:first-child {
  padding-left: 20px;
  background: url("../images/home.png") left no-repeat;
}

.content-right .caption {
  margin-top: 40px;
  padding: 0 40px;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
}

.content-right .time {
  height: 31px;
  line-height: 31px;
  margin-top: 5px;
  padding-left: 20px;
  font-size: 12px;
  color: #c8c8c8;
  background: url("../images/time.png") left no-repeat;
}

.content-right .time .time-details {
  color: #969696;
  margin-left: 5px;
}

.content-right .text {
  font-size: 20px;
  line-height: 35px;
  color: #656565;
  text-indent: 20px;
  padding: 10px 0 35px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.content-right .text .img {
  text-align: center;
}

.content-right .text .img img {
  width: 90%;
  height: auto;
}

.content-right .text p {
  margin: 10px 0;
}

.content-right .previous-next {
  height: 69px;
  line-height: 25px;
}

.content-right .previous-next span {
  color: #969696;
}

.content-right .previous-next a {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  vertical-align: text-bottom;
  color: #656565;
}

.content-right .previous-next a:hover {
  color: #60a9d7;
}
