
#index-ttggz {
  margin: -15px 10px 5px 10px;   
}
.index-article > .title {
  text-align: center;
  color: #717171;
  font-size: 18px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.index-article > .title:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translate(50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.index-article > .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}

.index-article > .body {
  max-height: initial;
  padding: 15px 20px;
  background: #ffffff;
  max-width: 910px;
  float: left;
}

.index-article > .body .gxtitle {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 20px;
  margin: -15px 10px 5px 10px;
  line-height: 50px;
  text-align: left;
  border-bottom: 1px solid #f6f6f6;  
}

.indexuserimg {
    vertical-align: middle;
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: 5px;
}

.index-article > .body > .body-item > .head-box {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 860px;
}
.index-article > .body > .body-item > .head-box > .item {
  width: calc(100% / 1);
  margin-bottom: 15.8px;
  display: flex;
  border-bottom: 1px solid #f6f6f6;
}
.index-article > .body > .body-item > .head-box > .item:hover > .right > .title {
  color: #1b8eff;
}
.index-article > .body > .body-item > .head-box > .item:nth-child(3n - 2) {
  padding-right: 0px;
}
.index-article > .body > .body-item > .head-box > .item:nth-child(3n - 1) {
  padding: 0 0px;
}
.index-article > .body > .body-item > .head-box > .item:nth-child(3n) {
  padding-left: 0px;
}
.index-article > .body > .body-item > .head-box > .item > img {
  width: 150px;
  height: 92px;
  border-radius: 7px;
  margin-right: 25px;
}
.index-article > .body > .body-item > .head-box > .item > .right {
  width: calc(100% - 150px - 25px);
}
.index-article > .body > .body-item > .head-box > .item > .right > .title {
  font-size: 17px;
  font-weight: 800;
  color: #404040;
  display: flex;
  align-items: center;
}
.index-article > .body > .body-item > .head-box > .item > .right > .title > img {
  max-width: 30px;
  margin-right: 8px;
  margin-top: 1px;
}
.index-article > .body > .body-item > .head-box > .item > .right > .title > .gf {
  color: #535353;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid;
  padding: 0px 2px 0px 2px;
  background: #ecfff5;
  margin-right: 8px;
}
.index-article > .body > .body-item > .head-box > .item > .right > .description {
  color: #7e8da6;
  font-size: 14px;
  line-height: 27px;
  margin-top: 5px;
}
.list-article-plate .fl li img:hover {
    transform: scale(1.2);
}
.index-article > .body > .body-item > .head-box > .item > .right > .date {
  display: block;
  font-size: 14px;
  color: #ff0000;
  line-height: 30px;
  margin-top: 10px;
}
.index-article > .body > .body-item > .foot-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.index-article > .body > .body-item > .foot-box > .item {
  width: calc((100% - 30px * 1) / 2);
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
}
.index-article > .body > .body-item > .foot-box > .item:hover > .title {
  color: #1b8eff;
}
.index-article > .body > .body-item > .foot-box > .item:nth-child(3n) {
  margin-right: 15px;
}
.index-article > .body > .body-item > .foot-box > .item > .title {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #616161;
  padding-right: 15px;
  width: calc(100% - 60px);
}
.list-article-plate>.plate-list>ul{
    margin-top: 10px;
}
.list-article-plate>.plate-list>ul>li{
    float: left;
    width: 234px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    box-shadow: 0 14px 20px -10px rgb(0 0 0 / 10%);
}
.list-article-plate>.plate-list>ul>li .img {
    width: 234px;
    height: 110px;
    overflow: hidden;
}
.list-article-plate>.plate-list>ul>li .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover;
}
.list-article-plate>.plate-list>ul>li:hover img {
    transform: scale(1.1);
}.list-article-plate>.plate-list>ul>li:hover{
     -webkit-transform: translateY(-2px);
 }
.list-article-plate>.plate-list>ul>li .tit {
    padding: 10px 10px 5px;
}
.list-article-plate>.plate-list>ul>li .tit h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 5px;
    /*width: calc(100% - 65px);*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-article-plate>.plate-list>ul>li .tit span {
    display: block;
    line-height: 23px;
    font-size: 12px;
    color: #888;
    padding-left: 3px;
}
.index-article > .body > .body-item > .foot-box > .item > .title > img {
  vertical-align: middle;
  width: 26px;
  margin-right: 8px;
  margin-top: -2px;
}
.index-article > .body > .body-item > .foot-box > .item > .title > .gf {
  color: #0089ff;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid;
  padding: 2px;
  background: #ecfff500;
}
.index-article > .body > .body-item > .foot-box > .item > .date {
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #ff0000;
  font-size: 14px;
}
.index-article > .body > .body-item >  .action {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-article > .body > .body-item > .action > div {
  width: 50%;
  height: 36px;
  color: #666;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #efefef;
  user-select: none;
}
.index-article > .body > .body-item > .action > div.disable {
  color: #b7b7b7;
}
.index-article > .body > .body-item > .action > div:not(.disable):hover {
  background-color: #fbfbfb;
}
.textad td {
    margin-bottom: 5px;
    width: 20%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    float: left;
}
.index-article > .body .gxtitle span{
    bottom: 1px;
    margin: 5px;
    padding: 1px 10px 1px 7px;
    border: 1px solid #eee;
    border-radius: 20px;
    background: #f6f6f6;
    color: #007bf5;
    font-size: 13px;
}
.textad{
    width: 1250px;
}
.ad-text{
    width: 1250px;
    margin:10px auto;background: #fff;padding: 5px;overflow: hidden;
}
.gxtitle .more {
    float: right;
    margin-top: 15px;
    background: url(/content/templates/KL_theme/lib/images/more.png) -387px -61px no-repeat;
    cursor: pointer;
    line-height: 35px;
    text-indent: 15px;
    font-size: 16px;
}
.gxtitle .more a {
    display: block;
    width: 35px;
    height: 15px;
}
.foot-box li{
    width: 430px;
    float: left;
    line-height: 30px;
    padding: 5px 10px 5px 10px;
    border-radius: 30px 0 0 30px;
    margin-bottom: 6.5px;
    background: #fbfcfe;
}
.list-article-main .type,.list-soft-main .type{
    float: right;
}
.gxtitle .iconfont{
    float: right;
}
.foot-box li:nth-child(2n) {
    float: right;
    border-radius: 0 30px 30px 0;
}
.foot-box li:nth-child(3), .foot-box li:nth-child(4), .foot-box li:nth-child(7), .foot-box li:nth-child(8), .foot-box li:nth-child(11), .foot-box li:nth-child(12), .foot-box li:nth-child(15), .foot-box li:nth-child(16), .foot-box li:nth-child(19), .foot-box li:nth-child(20) {
    background: #fff;
}
.foot-box li i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    float: left;
    line-height: normal;
    background: #fff;
}
.foot-box li font {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    border-right: 2px solid #f1f1f1;
    height: 10px;
    line-height: 10px;
    margin: 10px 10px 0 0;
    color: #888;
}
.foot-box li .tit {
        font-size: 15px;
    float: left;
    display: block;
    max-width: calc(100% - 160px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.foot-box li span {
    float: right;
    padding: 4px 10px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 2px;
    border: 1px solid #f1f1f1;
    transition: all .3s;
}
.foot-box li span a {
    width: 100%;
    height: 100%;
    float: unset;
    color: #666;
    transition: all .3s;
}
.foot-box li i img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}
.index-top-ad {
    overflow: hidden;
    margin: 12px auto 10px;
    padding: 10px 10px 6px;
    width: 1250px;
    background: #fff;
}
.index-top-ad div {
    float: inherit;
    margin-bottom: 5px;
    width: 100%;
}
.index-top-ad span {
    float: inherit;
    margin-bottom: 5px;
    width: 100%;
}
.index-top-ad span a, .index-top-ad span a img {
    display: block;
    overflow: hidden;
    width: 49.8%;
    height: 70px;
}
.index-top-ad span a:nth-child(2), .index-top-ad span a:nth-child(2) img {
    margin-right: 0!important;
}
.index-top-ad a img {
    z-index: 1;
    width: 100%;
    height: 70px!important;
}
.index-top-ad div a, .index-top-ad div a img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 70px;
}
.index-top-ad a {
    float: left;
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 33.1%;
    height: 5pc;
}
.foot-box li span:hover {
    background: #007bf5;
    border: 1px solid #55abff;
}
.foot-box li span:hover a {
    color: #fff;
}
.index-article > .body > .body-item > .action > .cfx {
  content: ' ';
  display: block;
  width: 84px;
  height: 21px;
  background: white;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-42deg);
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.index-article > .index-right {
  width: 100%;
  float: right;
  margin: 0px 0px 10px 10px;
}
.index-tool-list {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 20px 10px 6px;
    box-sizing: border-box;
    margin-top: 20px;
}
.index-tool-list li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 35px;
}
.index-tool-list li img {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    margin: auto;
    border: 1px solid #f6f6f6;
}

.index-article > .index-right .index-yxzz {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    padding: 10px 5px 10px;
    box-sizing: border-box;
    margin-top: 10px;
}


.index-article > .index-right .index-rmph {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    padding: 10px 5px 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.index-article > .index-right .index-yxzz li {
    float: left;
    width: 100%;
    line-height: 35px;
    height: 3.5rem;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 0.7rem;
}

.index-article > .index-right .index-yxzz li img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
    display: block;
    margin: auto;
    border: 1px solid #f6f6f6;
    float: left;
    margin-left: 10px;
}

.index-article > .index-right .index-yxzz li .index-userneme {
    color: #000c;
    width: 10.5rem;
    float: left;
    margin-left: 0.65rem;
    margin-top: -0.5rem;
    font-size: 15px;
}

.index-article > .index-right  .index-yxzz li .index-usertgsj {
    width: 12.5rem;
    margin-top: -1.5rem;
    font-size: 13px;
    float: left;
    margin-left: 0.65rem;
    color: #404040e6;
}

.index-article > .index-right .index-yxzz li .index-userindex {
    width: 60px;
    float: right;
    padding: 5px 0px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 20px;
    height: 32px;
    margin-top: -3.75rem;
    border: 1px solid #f1f1f1;
    transition: all .3s;
    background: #fff;
    margin-right: 0.5rem;
    text-align: center;
    color: #000;
}

.index-article > .index-right .index-login {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    padding: 10px 5px 10px;
    box-sizing: border-box;
    margin-top: 0px;
}

.index-article > .index-right .index-login .wdl a{color:#fff;background: #535353;padding:10px;display:block;border-radius: 50px;font-size:15px;width:100px;margin:30px auto 0;}
.index-article > .index-right .index-login .wdl {text-align:center;margin-top: -5px;height: 216px;}
.index-article > .index-right .index-login .wdl img{width: 75px;height: 75px;border-radius: 50px;margin-bottom: 12px;}

 .r-list{border-radius:5px;background:#fff;padding:15px;margin-top: -23px;height: 401px;}
 .r-list .bar{height:35px;border-bottom:1px solid #f3f3f3}
 .r-list .bar li{float:left;height:34px;padding:0 5px;cursor:pointer;font-size:16px;line-height:29px;width: 70px;text-align: center;}
 .r-list .bar li.sel{border-bottom:2px solid #018bff}
 .r-list .bd{display:none;margin-top: 0px;}
 .r-list .bd.sel{display:block}
 .r-list .order li{height: 37px;line-height: 35px;}
 .r-list .order li a{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative;font-size:14px;display:block;color: #333333;}
 .r-list .order li:first-child a i{background: #ff2a2a;color:#fff;}
 .r-list .order li:nth-child(2) a i{background: #ff7171;color:#fff;}
 .r-list .order li:nth-child(3) a i{background: #f90;color:#fff;}
 .r-list .order li:nth-child(4) a i{background: #fc0;color:#fff;}
 .r-list .order a i{display:inline-block;vertical-align:middle;font-style:normal;margin-right: 15px;background:#f3f3f3;width:20px;text-align:center;border-radius:5px;color:#696969;font-size:12px;height:20px;line-height:20px;margin-top:-2px;}


.index-article > .index-right .title {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 20px;
    margin: -15px 10px 25px 10px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}

.index-article > .index-right .title .more {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 30px;
    background: #fff;
    padding: 0 4px;
    border-radius: 5px;
    float: right;
    line-height: 26px;
}


.layui-clear {
    clear: both;
    *zoom: 1;
}

.layui-clear:after {
    content: '\20';
    clear: both;
    *zoom: 1;
    display: block;
    height: 0;
}
.header .logo{
position: relative;
}
.header .logo .imgdialogs{
    top: -57px;
    position: absolute;
    right: -280px;
    width: 240px;
    z-index: 88;
}
.header .logo .imgdialogs img{
    display:block;
    width:100%;
}
/*列表区域样式*/

a {
    color: #333;
    text-decoration: none;
}
.index-list{
    width: 1250px;
    margin: 0 auto;
}

.list-soft .gxtitle,.list-article .gxtitle,.index-link .gxtitle {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 20px;
    margin: -15px 10px 5px 10px;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}
.fl, .left {
    float: left;
}
.fr, .right {
    float: right;
}
.index-list .list-article, .index-list .list-soft {
    margin-top:30px;
}
.index-list .list-article-main, .index-list .list-soft-main,.index-link-main {
    border-radius:5px;
    padding:20px;
    box-sizing:border-box;
    background:#fff
}
.list-soft-main .layui-tab {
    width:910px
}
.list-soft-main .layui-tab-brief>.layui-tab-title .layui-this {
    color:#007bf5
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom:2px solid #007bf5
}
.list-soft-main .layui-tab {
    margin:0
}
.list-soft-main .layui-tab-title li {
    margin:0 30px 0 0;
    padding:0
}
.list-soft-main .list-soft-tab {
    width:1250px
}
.list-article-main .type a, .list-soft-main .type a {
    font-weight: 400;
    color:#ababab;
    display:inline-block;
    cursor:pointer;
    text-indent:0;
    margin:0 30px 0 0;
    font-size:15px;
    padding:0 5px;
    height:30px;
    line-height:35px
}
.list-article-main .type .hover, .list-soft-main .type .hover {
    color:#007bf5;
    border-bottom:3px solid #007bf5;
    height:40px
}
.list-soft-plate {
    height:450px;
    overflow:hidden;
}
.fl .list-soft-plate .plate-list {
    display:none;
    animation:fadeIn .5s linear;
}
.list-article-plate .plate-list.ing, .list-soft-plate .plate-list.ing {
    display:block;
}
.list-soft-plate .plate-list ul {
    width:100%;
    margin:5px 0 0
}
.list-soft-plate .plate-list ul:nth-child(3n) {
    margin-right:0
}
.list-soft-plate>.plate-list li {
    float: left;
    width: 15%;
    border: 1px solid #f6f6f6;
    height: 210px;
    margin-right: 18px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.list-soft-plate .plate-list li .list-img {
    display: block;
    width: 95px;
    margin: 15px auto;
    border-radius: 20px;
    border: 1px solid #f6f6f6;
}
.list-soft-plate .plate-list li .list-img img {
    width: 95px;
    height: 95px;
    border-radius: 20px;
}
.list-soft-plate .plate-list li .soft-title {
    text-align: center;
    width: 85%;
    margin: auto;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}
.list-soft-plate .plate-list li .list-ca {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}
.list-soft-plate .plate-list li .list-btn {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    text-align: center;
    transition: all .5s;
}
.list-soft-plate .plate-list li .list-btn .pf {
    color: #fdc800;
    font-size: 15px;
}
.list-soft-plate .plate-list ul .list-btn .dx {
    font-size: 13px;
    color: #888;
}
.list-soft-plate .plate-list li .fl {
    width:65px;
    height:65px;
    border-radius:15px;
    overflow:hidden;
    border:1px solid #f6f6f6
}
.list-soft-plate .plate-list>ul li:hover .list-btn {
    height: 100px;
    transition: all .3s;
}
.list-soft-plate .plate-list>ul .list-btn > span {
    display: block;
}
.list-soft-plate .plate-list>ul .list-btn a {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    padding: 4px 15px;
    margin-top: 10px;
    display: inline-block;
    color: #999;
    transition: all .3s;
}
.list-soft-plate .plate-list>ul .list-btn a:hover{color:#fff;border:1px solid #007bf5;background:#007bf5;}
.list-soft-plate .plate-list li .fl img {
    width:65px;
    height:65px
}
.list-soft-plate .plate-list li .fr {
    width:calc(100% - 80px)
}
.list-soft-plate .plate-list li .fr h3 {
    width:75%;
    font-size:15px;
    margin:15px 0 0;
    line-height:18px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    position:relative
}
.list-soft-plate .plate-list li .fr p {
    font-size:12px;
    color:#ababab
}
.list-soft-plate .plate-list li .fr p span {
    color:#888;
    font-size:12px;
    padding:0 10px
}
.list-soft-plate .plate-list li .fr p i {
    font-style:normal;
    color:#ffb80f;
    font-size:14px;
    margin-right:5px
}
.list-soft-plate .plate-list li .fr .down {
    width:50px;
    float:right
}
.list-soft-plate .plate-list li .fr .down b {
    font-weight:100;
    display:block;
    text-align:right;
    font-size:13px;
    color:#888;
    line-height:25px
}
.list-soft-plate .plate-list li .fr .down a {
    display:block;
    background:#007bf5;
    padding:5px 0;
    text-align:center;
    margin-top:-30px;
    border-radius:5px;
    color:#fff;
    font-size:12px;
    transition:all .3s
}
.list-soft-plate .plate-list li .fr .down a:hover {
    color:#fff;
    background:#1b8eff
}
.list-article-plate {
    overflow: hidden;
    height: 410px;
}
.list-article-plate .plate-list {
    float: left;
    width: 1260px;
    height: 410px;
    display: none;
    animation:fadeIn 2s linear;
}
.list-article-plate .fl li {
    width: 240px;
    margin-bottom: 25px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;
    transition: all .5s;
    float: left;
}
.list-article-plate .fl li a {
    height: auto;
    position: relative;
    display: block;
}
.list-article-plate .fl li .img {
    height: 150px;
    overflow: hidden;
}
.list-article-plate .fl li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.list-article-plate .fl li a span {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5%;
    line-height: 35px;
    height: 35px;
    display: block;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
}
.list-article-plate .fl li {
    width: 230px;
    margin-bottom: 25px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;
    transition: all .5s;
    float: left;
}
.list-article-plate .fr li {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 6px;
    width: 31%;
    height: 30px;
    line-height: 30px;
}
.list-article-plate .fr li a {
    position: relative;
    float: left;
    overflow: hidden;
    padding-left: 15px;
    width: calc(100% - 65px);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.list-article-plate .fr li a:before {
    content: "";
    width: 3px;
    height: 3px;
    left: 2px;
    background: #e2e2e2;
    position: absolute;
    top: 14px;
    border-radius: 50%;
    z-index: 9;
}
.list-article-plate .fr li span {
    float: right;
    margin-right: 5px;
    color: #ababab;
    font-size: 12px;
}
.soft-plate>.plate-list{
    display: none;
}
.index-right #index-lb{
    overflow: hidden;
    border-radius: 5px;
    width: 340px;
    height: 135px;
}
.index-right #index-lb img{
    width: 340px;
    height: 135px;
}
@media screen and (max-width: 800px)
{
    .index-list{
        width: 100%;
    }
    .index-list .list-article, .index-list .list-soft {
        margin-top: 10px;
    }
    .list-article-main .type, .list-soft-main .type {
        width: auto;
        overflow-x: scroll;
    }
    .list-article-main .type a, .list-soft-main .type a {
        white-space: nowrap;
        display: table-cell;
        padding: 0 0.5rem;
        font-size: 14px;
    }
    .gxtitle{
        border-bottom:;
    }
    .list-article-main .type, .list-soft-main .type {
        float: inherit;
        margin-left: -10px;
        border-top: 1px solid #f6f6f6;
    }
    .list-soft-plate {
        height: auto;
    }
    .list-article-plate .plate-list, .list-soft-plate .plate-list li {
        width: 100%;
        border: 0;
        height: auto;
        margin: 0 0 1rem;
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 1rem;
        border-radius: 0;
    }
    .list-soft-plate .plate-list li .list-img{
        width: 4rem;
        float: left;
        margin: auto;
        overflow: hidden;
        height: 4rem;
        border-radius: 15px;
    }
    .list-soft-plate .plate-list li .list-img img{
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }
    .list-soft-plate .plate-list li .list-info{
    float: right;
    width: 100%;
    max-width: calc(100% - 5rem);
    position: relative;
}
    .list-soft-plate .plate-list li .soft-title{
        text-align: left;
        font-size: .9rem;
        width: 75%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        margin: 0;
    }
    .list-soft-plate .plate-list li .list-ca{
    text-align: left;
    font-size: .8rem;
    margin: 4px 0;
}
    .list-soft-plate .plate-list li .list-btn{
    position: unset;
    height: auto;
    }
    .list-soft-plate .plate-list>ul .list-btn > span {
        float: left;
        font-size: .8rem!important;
    }
    .list-soft-plate .plate-list>ul .list-btn > .pf {
        margin-right: 0.5rem;
    }
    .list-soft-plate .plate-list>ul .list-btn a {
        border-radius: 9px;
        position: absolute;
        top: -7px;
        right: 1%;
        width: 2rem;
        padding: 0.5rem;
        display: block;
        box-sizing: unset;
    }
    .list-article-plate .fl li {
        width: 48%;
        margin-right: 0;
        display: none;
    }
    .list-article-plate .fl li .img {
        height: 7rem;
    }
    .list-article-plate .fr li {
        width: 100%;
    }
    .index-top-ad {
        width: 100%;
        height: auto;
    }
    .index-top-ad div a, .index-top-ad div a img {
        height: 50px;
    }
    .index-top-ad div a, .index-top-ad div a img {
        height: 50px;
    }
    .index-top-ad div img {
        width: 100%;
        height: 50px!important;
    }
    .index-top-ad span a, .index-top-ad span a img {
        width: 49.4%;
        height: 45px!important;
    }
    .textad,.ad-text{
        width: 100%;
    }
    .foot-box li{
        background: #fff;
        padding: inherit;
    }
    .list-article-plate>.plate-list>ul>li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .list-article-plate>.plate-list>ul>li .img {
        width: 100%;
        height: 5.1rem;
    }
    .list-article-plate>.plate-list>ul>li .tit h3 {
        height: 2.3rem;
    }
    .list-article-plate,.list-article-plate .plate-list{
        height: 100%;
    }
    .type::-webkit-scrollbar{
        display: none;
    }
    .new-article-body-item{
        display: none;
    }
    .mobile_item{
        display: block!important;
    }
    .mobile_article .news {
        width: 100%;
        /*margin-bottom: 1rem;*/
        overflow: hidden;
        border-bottom: 1px solid #f0f0f0;
    }
    .mobile_article .text {
        height: 2.2rem;
        line-height: 2.2rem;
        display: block;
        /* float: right; */
        width: 100%;
        font-size: 0.7rem;
        color: #5f5f5f;
        /* max-width: calc(100% - 2.5rem); */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /* text-indent: 0.7rem; */
        position: relative;
    }
    .list-soft-plate .plate-list>ul li:hover .list-btn{
        height: auto!important;
    }
    .mobile_article .news a .ad {
        float: right;
        width: 37px;
        height: 20px;
        display: inline-block;
        text-indent: 0;
        margin-right: 5px;
        background-size: 100% auto;
        line-height: 18px;
        font-style: normal;
        margin-top: 8px;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        border: 1px solid #dcdcdc;
        color: #a7a7a7;
        border-radius: 5px;
    }
    .mobile_article .news a span{
        font-size: 14px;
    }
    .index-article > .body .gxtitle{
        margin:-15px 10px 5px 0px;
    }
    .mobile_article .item {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #f0f0f0;
        height: 113px;
    }
    .mobile_article .item .list-info {
        width: 100%;
    }
    .mobile_article .item .list-intro {
        color: #a7a7a7;
        overflow: hidden;
        margin: 0;
        width: 99%;
        height: 2.5rem;
        min-height: 2.5rem;
        font-size: 13px;
        line-height: 1.3rem;
        -webkit-line-clamp: 2;
    }
    .mobile_article .item .list-info .info-img {
        display: flex;
        overflow: hidden;
        padding-right: 4px;
        width: 160px;
        height: 120px;
        border-radius: 5px;
    }
    .mobile_article .item .list-info .info-img img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        transition: all .5s;
        vertical-align: middle;
        object-fit: cover;
    }
    .list-container .list-ul li .list-info .soft-title {
        display: block;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }
    .mobile_article .item .list-info .info-img {
        width: 6rem;
        height: 6rem;
    }
    .mobile_article .item .list-info .info-tit {
        width: calc(100% - 7rem);
        height: 6rem;
    }
    .mobile_article .item .list-info .soft-title {
        display: block;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
    }
    .mobile_article .item .list-ul li .list-intro {
        overflow: hidden;
        margin: 0;
        width: 99%;
        height: 2.5rem;
        min-height: 2.5rem;
        font-size: .8rem;
        line-height: 1.3rem;
        -webkit-line-clamp: 2;
    }
    .mobile_article .item .list-ca {
        float: right;
        display: -webkit-box;
        overflow: hidden;
        margin: 10px 0;
        height: 25px;
        color: #a7a7a7;
        font-size: 13px;
        line-height: 25px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .mbaction {
        display: flex;
        justify-content: space-between;
        padding: 0 0px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
   .mbaction > div {
        width: 50%;
        height: 36px;
        color: #666;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        position: relative;
        font-size: 14px;
        border: 1px solid #efefef;
        user-select: none;
    }
     .mbaction > div.disable {
        color: #b7b7b7;
    }
    .mbaction > div:not(.disable):hover {
        background-color: #fbfbfb;
    }
    .mbaction > .cfx {
        content: ' ';
        display: block;
        width: 84px;
        height: 21px;
        background: white;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-42deg);
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
    }
}
.mobile_item{
    display: none;
}
.index-soft .gxtitle {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 20px;
    margin: -15px 10px 5px 10px;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}
.index-soft {
    position: relative;
    margin-top: 10px;
    padding: 20px 20px 17px;
    height: auto;
    background: #fff;
}
.index-soft .list {
    margin: 10px 0;
}
.index-soft .list li {
     display: block;
     box-sizing: initial;
     margin-bottom: 11px;
     padding-bottom: 15px;
     width: 100%;
     height: 55px;
     border-bottom: 1px solid #f6f6f6;
 }
.index-soft .list .fl {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.index-soft .fr {
    margin-top: 5px;
    width: 235px;
}
.index-soft .list .fl img {
    width: 100%;
    height: 100%;
}
.index-soft .fr .tit {
    float: left;
}
.index-soft .fr .tit h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 3px;
    width: 140px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-soft .fr .tit span {
    color: #888;
    font-size: 12px;
}
.index-soft .fr .tit i {
    margin-right: 5px;
    color: #ffb80f;
    font-style: initial;
    font-size: 14px;
}
.index-soft .fr .down {
    float: right;
    width: 90px;
}
.index-soft .fr .down b {
    display: block;
    color: #888;
    text-align: right;
    font-weight: 100;
    font-size: 13px;
    line-height: 25px;
}
.index-soft .fr .down span a {
    display: block;
    margin-top: 5px;
    border: 1px solid #f1f1f1;
    color: #888;
    text-align: center;
    border-radius: 5px;
}
.index-soft .fr .down span a:hover {
    border-color: #0d95e8;
    color: #00a0d2;
    transition: all .3s;
}



/* å…¬å‘Š */
