@font-face {
  font-family: fieldFont;
  src: url('../common/杨任东竹石体-BOLD.TTF');
}

.container-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.container-wrapper-thin {
    width: 1200px;
}

.list-mark {
  height: 5px;
  width: 5px;
  background-color: #37b39d;
  border-radius: 100%;
  flex: 0 0 5px;
  margin-left:10px;
}

.field {

}

.field .field-header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0F5FA6;
  border-bottom: 2px solid #0F5FA6;
}

.field .field-header::before {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  margin: 0 4px;
  background-color: #0F5FA6;
}

.field .field-header .title {
  font-family: fieldFont;
  font-size: 22px;
  font-weight: bold;
}

.field .field-header .placeholder {
  height: 50%;
  flex: 1;
  margin: 0 7px;
  background: repeating-linear-gradient(-45deg , rgba(0, 0, 0, .1) 25%, rgba(0, 0, 0, .1) 50%, #FFF 50%, #FFF 75%);
  background-size: 5px 5px;
}

.field .field-header .more {
  color: #1767AE;
  font-size: 14px;
}

.field .field-header.orange {
  color: #FEB447;
  border-bottom-color: #FEB447;
}

.field .field-header.orange::before {
  background-color: #FEB447;
}

.field .field-header.orange .more {
  color: #FEB447;
}

.field .field-main {
  padding: 10px;
  height:320px;
  border: 1px solid #ddd;
}

.field .field-main a>img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center;
}

.field .first-content {
  display: flex;
  padding: 0 3px 5px;
}

.field .first-content img {
  min-width: 187px;
  max-width: 187px;
  min-height: 127px;
  max-height: 127px;
  object-fit: cover;
  object-position: center;
}

.field .first-content .date {
  height: 90px;
  flex: 0 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2c7266;
  padding-right: 5px;
}

.field .first-content .content-block {
  width: calc(100% - 85px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  color: #333333;
  position:relative;
}

.field .first-content .content-block h4 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  word-break: break-all;
}

.field .first-content .content-block p {
  width: fit-content;
  max-height: 54px;
  line-height: 18px;
  padding-top: 8px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  color: #808080;
}


.field .with-date .content-block h4 {
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.field .with-date .content-block p {
  height: 36px;
  color:#808080;
}

.field .title-content {
  width: calc(100% - 6px);
  padding: 3px 3px;
  border-bottom: 1px dashed #e7e7e7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.field .title-content:last-child {
  padding: 5px 3px 0;
  border-bottom-width: 0;
}

.field .title-content a {
  font-size:16px;
  color: #333333;
  line-height: 30px;
}

.field .title-content a:hover {

}

.field .title-content a::before {
  content: "";
  display: inline-block;
  color: #525252;
  padding-right: 8px;
}

.channel_list {
  width: 253px;
  border-radius: 3px;
  margin: 0 0 10px 0;
}

.list_title {
  background: #fff;
  height: 50px;
  line-height: 65px;
}

.list_title p {
  margin: 0 0 0 6px;
  padding: 0 0 0 22px;
}

.list_title p a {
  font-size: 22px;
  font-weight: 600;
}


.channel_list .list {
  padding: 10px 0;
  background: #fff;
}

.listTitle--panel {
  padding-left: 20px;
}

/* .listTitle {
  height: 25px;
  line-height: 25px;
  background: url(../img/secondary/sbjg1.png) no-repeat left center;
  padding: 0 0 0 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.listFirstTitle::before {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  margin-right: 5px;
  min-width: 11px;
}

.listTitle {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.listTitle a {
  font-weight: bold;
}

/* .listTitle_active {
  background: url(../img/secondary/sbjg2.png) no-repeat left center;
} */

.menuList {
  margin-bottom: 0px;
  position: relative;
}

.menuFirstList::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 11px);
  position: absolute;
  left: 26px;
  top: -5px;
  background-color: #E1E1E1;
}

.menuParent:last-child .menuList::after {
  height: 100%;
}


.menuList div.lista_active {
    background: #d7ecff;
}

.menuList div {
  padding: 2px 0 2px 25px;
}

.menuList a {
  font-size: 14px;
  color: #333;
  padding-left: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1240px) { 
  .container-wrapper-thin {
    width: 86%;
    margin: 0 7%;
  }
}

@media (max-width: 1024px) {
  .container-wrapper-thin {
    width: 96%;
    margin: 0 2%;
  }
}