* {
    margin: 0;
    padding: 0;
}
body {
    background: #f5f5f5;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}
span {
    cursor: pointer;
}
img {
    width: 100%;
}
ol,
ul,
li {
    list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
input,
img {
    vertical-align: middle
}
input[type="button"],
input[type="submit"] {
    vertical-align: middle;
    cursor: pointer;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both;
    overflow: hidden
}
.clearfix {
    zoom: 1
}
/* top-lab */
.top-news {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .9375rem 0 .5rem;
}

.top-news-icon{
    position: absolute;
    max-height: 100px;
    width: auto;
    left: -15px;
}

.h2-font {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    text-align: justify;
    margin-right: 10px;
}

.h3-font {
    font-size: 1.75rem;
    font-weight: 600;
}
.bottom-segmentation{
  margin-bottom:2rem;
}
.title-section {
    width: 100%;
    display: flex;
    line-height: 1.15;
    white-space: nowrap;
    align-items: center;
    user-select: none;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-bottom: 5px;
}

.titleName {
    background: none;
    width: auto;
    opacity: 1;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}

.title-arrow {
    order: 1;
    height: 20px;
    display: block;
    font-size: 16px;
    opacity: .6;
    transition: .2s;
}

.title-section::after {
    -webkit-box-ordinal-group: 3;
    content: "";
    display: block;
    margin-left: 12px;
    flex: 1 1 auto;
    height: 2px;
    opacity: 0.4;
}

.title-section::before {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    min-width: 12px;
    background: url(https://wwp-static.wenweipo.com/img/special/ssbh/dec-shape.png) center center/contain no-repeat;
    opacity: 1;
    transition: .2;
    margin-right: 5px;
}
.no-padding,.col-md-7.mb35{
  padding:0px;
}


/* hotnews-title */
.hot-news-area {
    background-color: white;
   padding:30px 5px 20px 20px;
}

.hot-news-title {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.hot-desc {
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
    color: #333;
}

.hotnews-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hotnews-item-txt {
    font-size: 1.3rem;
    font-weight: bold;
    height: 100%;
}

.hot-news-item {
    list-style-type: disc;
    line-height: 1.1;
    list-style-type: square;
    color: #950505;
   max-height: calc(100% / 5);
}

.text-limit-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.text-limit-2 {
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
}
.text-limit-4 {
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
/* title */
.big-title {
    margin: 0 auto 25px;
    text-align: center;
}

.big-title img {
    width: auto;
    height: 100%;
    text-align: center;
}

.time-wrap {
    width: 100%;
    border-left: 5px solid #00a8ec;
}

.time-list {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    transition: all .2s;
}
/* .time-list::-webkit-scrollbar {
    display:none
} */

.time-item {
    width: 10rem;
    min-width: 10rem;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    margin: 0 5px 10px 0;
    color: #a7150e;
    font-weight: 600;
    scroll-snap-align: start;
    background-color: #eee;
}

.slide-active {
    border: 2px solid #d17022;
}

.slide-active::after {
    content: "";
    width: 0.575rem;
    height: 0.575rem;
    background-color: white;
    position: absolute;
    z-index: 0;
    bottom: -0.31rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #d17022;
    border-right-color: #d17022;
}

.time-content {
    width: 100%;
    background-color: #eee;
    font-size: 16px;
    line-height: 1.7;
    padding: 10px 5px 10px;
}

.time-content-wrap {
    height: 300px;
    min-height: 300px;
    overflow-y: scroll;
    background-color: #eee;
    padding-right: 15px;
}

.time-content p,b {
    margin-bottom: 5px;
    color: #333;
}

.time-content::-webkit-scrollbar {
    width: 10px;
    height: 3px;
}

.time-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* background-color: #e21216; */
}

.time-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* view-img */
.view-img {
    width: 100%;
}

/* news-list */
.news-list {
    padding: 9px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.news-list:last-child {
    border-bottom: none;
}


.content {
    text-align: justify;
    margin-bottom: 0;
    font-weight: 500;
}

.txt-limit-3 {
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.txt-limit-5 {
    height: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 5;
    -webkit-line-clamp: 5;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*li样式需提共通*/
.topnews-area{
  width:100%;
  display: inline-block;
  position: relative;
}
.topnews-area::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f4e9e9;
}
.top-news{
  position: relative;
}
a.top-news-title{
  color:#b72206;
}
/*新闻列表 最新报道*/
.zxbd-banner{
  padding-bottom:20px;
}
.news-list-item{
  display:flex;
  margin-bottom: 20px;
  background-color: white;
  width:100%;
}
.news-list-left{
  width:240px;
}
.news-list-right{
  width:calc(100% - 240px);
  padding: 5px 10px 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-list-img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.news-list-title {
  font-size: 18px;
  font-weight: bold;
}
.news-title {
  vertical-align: top;
  color: #000;
}
.news-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}

.subLine{
  border-top: 4px solid #5c322f;
  border-bottom: none;
}
.column-news-label{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  opacity: 0.4;
  height: 30px;
  position: relative;
}
.news-list-noimg{
  width:100%;
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 125px;
}
.column-news-list{
  width:100%;
}
.immedMore{
  position: absolute;
  right: 0;
}
.row{
  margin-left:0px;
  margin-right:0px;
}
.columnTitleName{
  font-size: 20px;
  font-weight: bold;
  color: black;
}


footer {
    clear: both;
    background-color: #005f5b;
    padding: 10px;
    margin-top: 20px;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
}
/*大文报道*/
.roll-view {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.roll-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    position: relative;
}

.roll-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    width: 16%;
}

.roll-list a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #555;
    overflow: hidden;
    position: relative;
}

.roll-list a:after {
    content: '';
    width: 100%;
    height: 0;
    padding-top: 157.3%;
    display: block;
}

.roll-list img {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.roll-list span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mb40{
  margin-bottom:3rem;
}