.news .news_main .layui-this {
  color: #AD1F24 !important;
}
.news .news_main .layui-this::after {
  border-bottom: 2px solid #AD1F24 !important;
}
.news .news_main .newsItem {
  padding: 26px;
}
.news .news_main .newsItem img{
  width: 30%;
  height: 150px;
  object-fit: cover;
}
.news .news_main .newsItem .newsInfo {
  margin: 0 108px 0 28px;
}
.news .news_main .newsItem .newsInfo .title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  height: 60px;
}
.news .news_main .newsItem .newsInfo .content {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}
.news .news_main .newsItem .date {
  width: 110px;
  border: 1px solid #AD1F24;
  padding: 2px;
}
.news .news_main .newsItem .date .day {
  font-size: 60px;
  font-weight: 700;
  border-bottom: 1px solid #AD1F24;
}
.news .news_main .newsItem .date .mon {
  font-size: 18px;
  font-weight: 400;
}
.news .news_main .newsItem .date .year {
  font-size: 18px;
  font-weight: 400;
}
.news .news_main .newsItem:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.news .news_main .newsItem:hover .date {
  background-color: #AD1F24;
  color: #fff;
}

.xfmodel {
        /*position: fixed;*/
        /*right: 20px;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        width: 25%;
        /*box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);*/
    }
    .xfmodel .form{
        border-radius: 10px;
        box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
        padding: 20px;
        margin-bottom: 20px;
    }
    .xfmodel .form .ftitle{
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .xfmodel .form .input{
        margin-bottom: 10px;
    }
    .xfmodel .form .input p{
       font-size: 14px;
       margin-bottom: 4px;
    }
    .xfmodel .form .input input{
        padding: 6px 10px;
        border-radius: 4px;
        width: 100%;
        border: 1px solid #eee;
    }
     .xfmodel .form .sublitm{
          cursor: pointer;
        width: 50%;
        padding: 6px 10px;
        font-size: 14px;
        background: #AD1F24;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        margin: 20px auto 0;
    }
    
    .tjpro{
         border-radius: 10px;
        box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
        padding: 20px 0 0;
    }
    .tjpro .title{
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 20px;
    }
   
    .xfmodel .tjpro ul li {
        background-color: #fff;
        border-top: 1px solid #eee;
        font-size: 14px;
    }

    .xfmodel  .tjpro  ul li a {
        width: 100%;
        padding: 10px 20px;
        display: flex;
        align-items: center;
    }
.xfmodel  .tjpro  ul li a img{
    width: 20%;
    margin-right: 10px;
}
    .xfmodel .tjpro ul li:hover {
        background-color: #eee;
    }
.layui-tab-item{
    flex: 1;
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 750px) {
    .layui-tab-content{
        flex-direction: column;
    }
    .layui-tab-item{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .xfmodel {
            width: 100%;
        }
  .news .news_main .newsItem {
      display: block !important;
    padding: 0px;
    margin-bottom: 20px;
  }
  .news .news_main .newsItem > img {
    width: 100%;
  }
  .news .news_main .newsItem .date {
    display: none !important;
  }
  .news .news_main .newsItem .newsInfo {
    margin: 0;
    padding: 20px;
    flex: 1;
    /*width: 80%;*/
  }
  .news .news_main .newsItem .newsInfo .title {
    font-size: 18px;
    width: 100%;
    margin: 8px 0;
    line-height: 20px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .news_main .newsItem .newsInfo .content {
    font-size: 16px;
    line-height: initial;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news_main .newsItem .newsInfo .time {
    text-align: right;
    color: #666;
  }
}
