
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .bg-gray {
    width: 100%;
    margin-top: 117px;
    height: 50px;
    background-color: #f5f5f5;
  }
  /* 面包屑 */
  .breadcrumb {
    margin-top: 10px;
  }
  /* 资讯tab */
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
  }
  .tab .tab-item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    font-size: 18px;
    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 {
    /* 右侧 */
  }
  .main .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .left {
  width:65%;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main .right {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  /* 新闻右侧 文章列表-新2021-12-8 */
.widget-kx-list {
    margin-left: 1px!important;
    line-height: 1.6;
    border-left: 1px dashed #f1eded;
}
.widget-kx-list .kx-item {
    padding: 5px 0 5px 15px;
    line-height: 1.6;
}
.widget ol li, .widget ul li {
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46;
}
.widget-kx-list .kx-item:before {
    border: 4px solid #fff;
    opacity: 1;
}
.widget-kx-list .kx-item:before {
    margin-left: -6px;
    position: relative;
    top: 17px;
    left: -16px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    border: 4px solid #3396f6fc;
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .3;
    content: "";
}
.widget-kx-list .kx-title {
    color: #262626;
    font-size: 14px;
    display: block;
}
.widget-kx-list .kx-meta {
    margin-top: 10px;
}
.kx-meta {
    margin-top: 20px;
    font-size: 0;
    color: #828282;
}
.widget-kx-list .kx-meta span {
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
}
.kx-meta a, .kx-meta span, .kx-meta time {
    font-size: 14px;
    margin-right: 15px;
    line-height: 22px;
}
.widget-kx-list .kx-item.active:before, .widget-kx-list .kx-item:hover:before {
    border-color: #ca000b;
    opacity: .6;
}
.widget ol li:before, .widget ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}
  /* 新闻资讯 */
  .news {
    margin-bottom: 50px;
  }
  .news .news-item {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
  }
  .news .news-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .news .news-item:hover .title {
    color: #c6192e;
  }
  .news .news-item .img-wrap {
    width: 360px;
    height: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .news .news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news .news-item .title {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }
  .news .news-item .desc {
    line-height: 1.5;
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-item .time {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    margin-top: 20px;
  }
  .con-title {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  /* 热门关键字 */
  .hot-keywords ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 20px;
    margin: 20px 20px 10px 0;
  }
  .hot-keywords ul li:hover {
    border: 1px solid #d0261e;
  }
  .hot-keywords ul li:hover a {
    color: #d0261e;
  }
  .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:hover .title {
    color: #d0261e;
  }
  .hot-news .hot-news-item .img-wrap {
    width: 180px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
  }
  .hot-news .hot-news-item .img-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .hot-news .hot-news-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .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;
  }
  /*体验宝航区域开始*/
  .experience-bh {
    padding: 30px 30px 50px;
    background-color: #437bf4;
    margin: 40px 0;
  }
  .experience-bh .experience-bh-tit {
    text-align: center;
    font-size: 25px;
    color: #fff;
  }
  .experience-bh .experience-info {
    margin-top: 25px;
    padding: 20px;
    border-radius: 10px;
    background: #f2f2f2;
  }
  .experience-bh .experience-ipt {
    height: 50px;
    padding: 10px 20px;
    line-height: 50px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .experience-bh .experience-ipt:focus {
    border-color: #437bf4;
  }
  .experience-bh .experience-btn {
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    border: none;
    border-radius: 10px;
    background: #437bf4;
    letter-spacing: 10px;
    cursor: pointer;
    width: 100%;
  }
  .experience-bh .experience-btn:hover {
    background: #007aff;
  }
  /*体验宝航区域结束*/
  
  /*常识百科*/
  .comWidth .top-main-wrapper {
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plr {
	padding-left: 20px;
	padding-right: 20px;
  }
  .comWidth .top-main-wrapper .top-img-box {
    width: 28%;
    height: 150px;
    overflow: hidden;
}
.fl, .l {
    float: left;
}
.mr20 {
    margin-right: 20px;
}
.comWidth .top-main-wrapper .top-img {
    display: block;
    width: 240px;
    border-radius: 2px;
    height: 150px;
    transition: all 0.5s;
}
.comWidth .top-main-wrapper .top-img-content {
    width: 69%;
}
.comWidth .top-main-wrapper .top-img-content .title {
    color: #404040;
    font-size: 24px;
    font-weight: bold;
}
.comWidth .top-main-wrapper .top-img-content .time-box {
    color: #b8b8b8;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.mr20 {
    margin-right: 20px;
}
.comWidth .top-main-wrapper .top-img-content .desc {
    color: #666;
    font-size: 14px;
    line-height: 26px;
	padding-top: 10px;
}

  .comWidth .catalogue-box {
    background: white;
    padding-top: 10px;
    padding-bottom: 20px;
}
.plr {
    padding-left: 20px;
    padding-right: 20px;
}
.comWidth .catalogue-box .catalogue-box-inner {
    height: 118px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.comWidth .catalogue-box .catalogue-title {
    width: 36px;
    background: #f2f2f2;
    text-align: center;
    height: 100%;
    color: #666;
    font-size: 14px;
    margin: 0 auto;
}
.comWidth .catalogue-box .catalogue-text {
    display: inline-block;
    margin-top: 40px;
}
.comWidth .catalogue-box .catalogue-content {
    background: #fcfcfc;
    min-height: 120px;
    width: 95%;
}
.comWidth .catalogue-box .catalogue-content-inner {
    padding: 17px 0 0 0;
}
.comWidth .catalogue-box .catalogue-list-li {
    float: left;
    padding-left: 20px;
    width: 33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comWidth .catalogue-box .catalogue-item {
    margin-bottom: 10px;
}
.comWidth .catalogue-box .catalogue-link {
    color: #858585;
    font-size: 14px;
}
.comWidth .zt-wrapper {
    background: white;
    padding-bottom: 10px;
    padding-top: 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 {
    padding-left: 40px;
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 110px;
    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: -50px;
    padding-top: 50px;
    background: url(../image/lawtime-h50-bg-white.png) 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;
    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 {
    padding: 20px;
}
.comWidth .ask-box .ask-list .ask-list-li {
    margin-bottom: 15px;
	padding-right: 26px;
    width: 50%;
    float: left;
}
.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;
}
.hot-arclist li{list-style-type: disc;padding: 10px 0 10px;margin-left: 20px;}
  /*常识百科结束*/
 .news-a-tits{
		width: 65%;
		overflow: hidden;
		text-overflow: ellipsis; 
		-o-text-overflow: ellipsis;
		white-space: nowrap;
}
}
/*# sourceMappingURL=news-pc.css.map */