.article_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
}
.tab-box{

}
.tab-box dl{
    text-align: left;
    font-weight: 400;
}
.tab-box dl dt{
    height: 135px;
    line-height: 135px;
    font-size: 33px;
    color: #151515;
    width: 241px;
    border-bottom: 1px solid #DBDADA;
    padding-left: 19px;
    position: relative;
}
.tab-box dl dt span{
    width: 100%;
    height: 3px;
    background: #7E0015;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.tab-box dl dd{
    height: 105px;
    line-height: 105px;
    font-size: 27px;
    width: 241px;
    border-bottom: 1px solid #DBDADA;
    padding-left: 19px;
    cursor: pointer;
    position: relative;
}
.tab-box dl  .isActive{
    color: #7E0015;

}
.tab-box dl  .isActive a{
    color: #7E0015;
	position: relative;
}
.tab-box dl  .isActive a::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #7E0015;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    right: -16px;
    top: 45%;
}
.article_box .cont{
    min-height: 460px;
    flex: 1;
    padding: 0 0 0 30px;
    border-left: 1px solid #DBDADA;
      overflow: hidden;
}
.article_box .cont .cont_tiltBox{
    display: flex;
    justify-content: space-between;
}
.article_box .cont .cont_tiltBox .title{
    height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.article_box .cont .cont_tiltBox .title .top{
    font-size: 36px;
    color: #151515;
}
.article_box .cont .cont_tiltBox .title .bottom{
    font-size: 18px;
    color: #A1A0A0;
}
.article_box .cont .cont_tiltBox .other{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #575757;
}
.article_box .cont .cont_tiltBox .other .time{
  margin-right:25px;
}

.news2-list .news-item{
font-size: 18px;
  color: #4B4B4B;
  height:89px;
  line-height:89px;
  display:flex;
  justify-content: space-between;
  border-bottom: 1px dashed #DEDDDD;
}
.news2-list .news-item h3{
    display: inline-block;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.page-box{
}
.page-box .page{
     padding: 0 10px;
    font-size: 16px;
    color: #8B8B8B;
    height: 43px;
    line-height: 43px;
    display: inline-block;
}

.text_m input{
      background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    text-align: center;
  width: 50px;
height: 28px;
background: rgba(0,0,0,0);
border: 1px solid rgba(197,195,195,0.21);
  font-size: 16px;
  color: #7E0015;
}