@charset "UTF-8";
@media screen and (max-width: 1240px) {
  .show-pc {
    display: none !important;
  }
  .bg-gray {
    margin-top: 7.2rem;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /* 资讯tab */
  .mobile-full-width {
    width: 100vw !important;
    position: fixed;
    top: 7.1rem;
    left: 0;
    background-color: #fff;
    z-index: 9999;
  }
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .tab .tab-item {
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
  }
  .tab .tab-item:hover, .tab .tab-item.active {
    color: #c6192e;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .tab .active-slider {
    position: absolute;
    bottom: 0;
    background-color: #c6192e;
    height: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  /* 资讯tab结束 */
  .main {
    margin-top: 14rem;
  }
  /* 新闻资讯 */
  .news {
    margin-bottom: 5rem;
  }
  .news .news-item {
    margin-top: 40px;
    cursor: pointer;
    color: #333;
  }
  .news .news-item:hover .title {
    color: #c6192e;
  }
  .news .news-item .img-wrap {
    width: 100%;
    height: 19rem;
  }
  .news .news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news .news-item .content-text {
    padding: 1.5rem 0;
  }
  .news .news-item .title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }
  .news .news-item .desc {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    margin-top: 1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 1rem;
    text-align: right;
  }
  .con-title {
    font-size: 16px;
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
  }
  /* 新闻右侧 文章列表-新2021-12-8 */
  .changshi-list-title,.changshi-list-cont{display:none;}
  /* 热门关键字 */
  .hot-keywords ul li {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    padding: 0 2rem;
    margin: 2rem 2rem 1rem 0;
  }
  .hot-keywords ul li a {
    color: #333;
  }
  /* 热门资讯 */
  .hot-news {
    width: 100%;
  }
  .hot-news .hot-news-item {
    margin-bottom: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .hot-news .hot-news-item:first-child {
    margin-top: 30px;
  }
  .hot-news .hot-news-item .img-wrap {
    width: 140px;
    height: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .hot-news .hot-news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hot-news .hot-news-item .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
  .hot-news .hot-news-item .title,
  .hot-news .hot-news-item .desc,
  .hot-news .hot-news-item .time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hot-news .hot-news-item .title {
    font-size: 18px;
  }
  .hot-news .hot-news-item .desc {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .hot-news .hot-news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 14px;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
  
  /*常识百科*/
  .top-main-wrapper .top-img-box,.top-main-wrapper .top-img-box img{width:100%;height:auto}
  .top-img-content{
	max-height: 130px;
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    margin-top: 2rem;
	}
	.top-img-content .title{
	margin-bottom: 1rem;
    font-size: 18px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
	}
	.top-img-content .time-box{
	margin-top: 5px;
    font-size: 12px;
    color: rgba(0,0,0,.4);
	}
	.mr20{margin-right:20px}
	.top-img-content .desc{
	max-height: 64px;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    color: rgba(0,0,0,.6);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}
	.plr{margin-bottom: 20px;}
	.catalogue-box{
	background: white;
    padding-top: 10px;
	}
	.catalogue-box-inner{
	height: 258px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
	}
	.catalogue-title{
	width: 36px;
    background: #f2f2f2;
    text-align: center;
    height: 100%;
    color: #666;
    font-size: 14px;
    margin: 0 auto;
	}
	.catalogue-text{
	display: inline-block;
    margin-top: 110px;
	}
	.catalogue-content{
	background: #fcfcfc;
    min-height: 41px;
    width: 80%;
	}
	.catalogue-content-inner{
	padding: 17px 0 12px 15px;
	}
	.catalogue-list .catalogue-list-li{
	float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.catalogue-item{
	margin-bottom: 10px;
	}
.comWidth .zt-wrapper .zt-list-li {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    padding-top: 20px;
}
.comWidth .zt-wrapper .zt-list-li .title {
    color: #3396f6;
    font-weight: 600;
    font-size: 18px;
}
.comWidth .zt-wrapper .zt-list-li .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    background: #3396f6;
    margin-right: 10px;
}
.comWidth .zt-wrapper .zt-list-li .title a {
    color: #3396f6;
}
.comWidth .zt-wrapper .zt-list-li .zt-content-box {
    padding: 10px 0 10px 0;
}
.comWidth .zt-wrapper .zt-list-li .max-content {
    width: 780px;
}
.comWidth .zt-wrapper .zt-list-li .zt-content {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 126px;
    overflow: hidden;
}
.comWidth .zt-wrapper .zt-list-li .zt-content p {
    margin: 10px 0;
    word-wrap: break-word;
    word-break: break-all;
}
.more-box {
    text-align: center;
    display: block;
    clear: both;
    position: relative;
    top: -42px;
    padding-top: 25px;
    background: url(/templets/default/images/lawtime-h50-bg-white.png?v=1568168718) repeat-x;
}
.more-box .more-btn {
    border: none;
    color: #7bbdfe;
    width: 125px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 18px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    padding-right: 5px;
    font-style: normal;
}
.comWidth .left-common-box {
    background: white;
}
.mt20 {
    margin-top: 20px;
}
.comWidth .left-common-box .common-title {
    padding-top: 24px;
	padding-bottom: 20px;
    color: #404040;
    font-size: 18px;
}
.comWidth .left-common-box .common-title .title-text {
    display: inline-block;
}
.comWidth .left-common-box .common-title .title-text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 2px;
    width: 5px;
    height: 20px;
    border-radius: 8px;
    background: #3396f6;
}
.comWidth .ask-box .ask-list {
    width: 100%;
}
.comWidth .ask-box .ask-list .ask-list-li {
    margin-bottom: 15px;
}
.comWidth .ask-box .ask-list .hot-li .link {
    width: 75%;
}
.comWidth .ask-box .ask-list .link {
    display: block;
    color: #404040;
    font-size: 14px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comWidth .ask-box .ask-list .reply {
    color: #b8b8b8;
    font-size: 12px;
    margin-top: 3px;
}
.news {
    margin-bottom: 2rem;
}
.hot-arclist{margin: 10px 0 20px;}
.hot-arclist li{list-style-type: disc;padding: 10px 0 10px;margin-left: 20px;}
  /*常识百科结束*/
  
}
/*# sourceMappingURL=news-mobile.css.map */