@charset "utf-8";
ul,
li {
    list-style: none;
}
ul.dg{ overflow:hidden; hidden:auto;}
.container table {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}
.news-body video{margin:auto; display:block;}
.container table td {
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}
.infotextkey{color:#122fe0!important;}
.container table tr:nth-child(2n-1) {
    background: #f1f1f1;
}

.container table tr:nth-child(2n) {
    background: #fff;
}

.news-body img {
    width: 50%;
    /*内容图片默认宽度*/
}
/*内容页相关链接*/
.lll li{width:50%; float:left;}

/*tags*/

.tags a{padding: 5px 8px; margin:5px 10px; display:block; float:left; background:#f5f5f5;}

.footmenu a{ color:#fff;}
/*默认 */

.lflin {
    display: inline-block;
    vertical-align: top;
}


/*内容页面作者时间*/

.ltti {
    padding: 10px;
}

.cpn img {
    width: 60%
}

.t2h {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*规定显示2行*/
    min-height: 50px;
    padding: 5px;
}


/*高级搜索*/

.gjss {
    border: 1px #ccc solid;
    margin: 15px auto 20px auto;
    padding: 10px 10px 15px 10px;
}

.gjss li {
    line-height: 35px;
}

.input {
    width: 100%;
}


/*翻页*/

.pagess ul li a {
    display: block;
    width: 100%;
}

.dib {
    overflow: hidden;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.w100 {
    width: 100%
}

.left {
    float: left;
}

.right {
    float: right
}

.t4 {
    width: 25%;
}

.t5 {
    width: 20%;
}

.danhang {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text1h {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
    line-height: 25px;
}

.text2h {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 50px;
    padding: 5px;
    line-height: 25px;
}

.danfenlei_1 {
    line-height: 28px;
}

.danfenlei_1 ul li {
    box-sizing: border-box;
    float: left;
    /*width: calc(20% - 12px);*/
    margin: 5px;
    /* border: 1px rgb(217, 233, 238) solid; */
    border-radius: 5px;
    background: linear-gradient(-90deg, #ffffff 0%, #f6f9fc 100%);
}

.danfenlei_1 ul li:hover {
    background: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
}

.danfenlei_1 ul li a {
    color: rgb(48, 82, 87);
    display: block;
    padding: 5px 10px;
    border-bottom: 2px rgb(217, 233, 238) solid;
}

.danfenlei_1 ul li a:hover {
    color: #fff;
    border-bottom: 2px rgb(0, 132, 255) solid;
}
/*产品分类列表页*/
.ms_text{padding:20px; line-height:30px;}
/*首页友情*/
.link a{ display: inline-block;padding:15px;}
@media (max-width: 760px) {
    .danfenlei_1 ul li {
        width: calc(33% - 12px);
    }
    .news-body img{width:75%!important;}
    .news-body video{width: 100%!important;}
    .lll li{width:100%; float:left;}
}