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

.content {
  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: 940px;
}

.content-right .heading {
  height: 40px;
  line-height: 39px;
  background-color: whitesmoke;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.content-right .heading span {
  display: inline-block;
  background-color: #3694eb;
  padding: 0 15px;
}

.content-right .infor {
  height: 552px;
  border: 1px solid #f0f0f0;
}

.content-right .news-items {
  height: 490px;
  overflow-y: hidden;
}

.content-right .news-items li {
  position: relative;
  padding: 0 10px;
  height: 49px;
  line-height: 49px;
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
}

.content-right .news-items li a {
  display: block;
  color: #333;
  margin-right: 120px;
}

.content-right .news-items li:hover a,
.content-right .news-items li:hover .news-time {
  color: #3278d5;
}

.content-right .news-time {
  position: absolute;
  right: 20px;
  top: 0;
  color: #999;
}

.content-right .pager {
  text-align: right;
  margin-top: 18px;
}
