*, :after, :before {
    outline: 0!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #f5f6f7;
}
ol, ul {
    list-style: none;
}
.mt40{
    margin-top:40px!important;
}
.mt20{
    margin-top:20px!important;
}
.flex.jsb, .inflex.jsb {
    justify-content: space-between;
}
.flex.ac, .inflex.ac {
    align-items: center;
}
.flex {
    display: flex;
}

.tongp_bann{width: 100%;height: 315px;overflow: hidden;
    /* chrome 2+, safari 4+; multiple color stops */
    background-image:-webkit-gradient(#17A2E7, #01e3e1);
    /* chrome 10+, safari 5.1+ */
    background-image: -webkit-linear-gradient(#17A2E7, #01e3e1);
    /* firefox; multiple color stops */
    background-image: -moz-linear-gradient(#17A2E7, #01e3e1);
    /* ie 6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17A2E7',endColorstr='#01e3e1');
    background-image: linear-gradient(#17A2E7, #01e3e1);
}
.in_banner{width: 1200px;height: auto;overflow: hidden;margin: auto;}
.left_inban{margin-right: 40px;float: left;width: 490px;height: 285px;background: url(../images/banne_bg.png);margin-top: 15px;margin-left: 40px;}
.left_inban img{width: 369px;height: 230px;margin-top: 21px;margin-left: 60px;}
.ring_inban{margin-top: 30px;width: 555px;height: 278px;overflow: hidden;}
.big_jiej{font-size: 38px;color:#fff;margin-bottom: 20px;}
.dian_wen{width: auto;height: auto;overflow: hidden;margin-bottom: 20px;}
.dian_wen p{margin-right: 20px;float: left;font-size: 16px;color:#fff;}
.dayuan{display: inline-block;width: 15px;height: 15px;border-radius: 50%;background: #fff;margin-right: 5px;float: left;margin-top: 3px;}
.shuang_but{width: auto;height: auto;overflow: hidden;}
.shuang_but a{float: left;display: inline-block;height: 50px;line-height: 50px;font-size: 18px;color:#fff;padding: 0 38px;margin-right: 15px;}
.huang_but{background: #ffba01;}
.huang_but:hover{background: #fca102;}
.hong_but{background: #ff746e;}
.hong_but:hover{background: #fc4840;}
.shuang_jies{margin-top: 15px;width: auto;height: auto;overflow: hidden;}
.shuang_sb {
    width: 536px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0px;
    overflow: hidden;
    background: #00afae;
}
.shuang_sb span {
    float: left;
    width: 234px;
    margin-left: 25px;
}

.content-wrap{
    width: 1200px;
    margin: 40px auto;
}

.content-wrap .theme-box .box_title span,.content-wrap .theme-box .box_title h1{
    position: relative;
    padding-left: 1.2em;
    font-size: 18px;
}

.content-wrap .theme-box .box_title span:before,.content-wrap .theme-box .box_title h1:before {
    position: absolute;
    content: '';
    width: 4px;
    background: #17A2E7;
    top: 10%;
    left: 2px;
    bottom: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px #17A2E7;
}

.box-row {
    margin-left: -8px;
    margin-right: -8px;
}

.box-item {
    padding: 20px;
    margin: 15px 0;
    background: #fff;
    overflow: hidden;
    transition: .2s;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
    border-radius: 8px;
}
.box-item.card {
    width: calc(25% - 20px);
    display: inline-block;
    margin: 8px;
    padding: 10px;
    vertical-align: top;
    transition: .3s;
}
.box-item .item-thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.item-thumbnail .swiper-wrapper, .item-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.box-item.card .item-body {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}
a[href] {
    transition: color .2s,background .3s,opacity .3s,box-shadow .3s,transform .3s;
}
.box-item .item-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    max-height: 2.8em;
}
.badg, .but, .post-page-numbers {
    border-radius: 4px;
    display: inline-block;
    border-radius: 4px;
    transition: .15s;
    border: 1px solid transparent;
    vertical-align: middle;
    padding: 0.3em 0.6em;
    text-align: center;
    font-weight: 400;
    box-shadow: none;
    background: rgba(136, 136, 136, .1);
    color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
}
.c-blue {
    color: #2997f7!important;
    background: rgba(41, 151, 247, .1);
}
.but>svg {
    margin-right: 3px;
}
.box-item.card .item-heading, .posts-mini-con .item-heading {
    font-size: 14px;
}
.box-item.card .item-heading {
    min-height: 2.8em;
}
.box-item.card .item-tags {
    min-height: 23px;
}
.mb6 {
    margin-bottom: 6px;
}
.box-item .item-tags a {
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 5px;
}
.box-item .item-meta item {
    margin-right: 8px;
    font-size: 13px;
}
.box-item.card .item-meta item {
    font-size: 12px;
}

.mln3 {
    margin-left: -3px;
}
.document-nav>.panel-group>.cat-load::before, .icon-circle::before, .mobile-menus>li>a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid #009944;
    border-radius: 1em;
    margin: 0 0.5em;
    vertical-align: 0.1em;
    display: inline-block;
}
svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
svg:not(:root) {
    overflow: hidden;
}
.author-tag a .fa, .author-tag a .icon, .author-tag>span .fa, .author-tag>span .icon, .item-meta item .icon {
    margin-right: 2px;
}

.fen_bbo{
    padding: 20px;
    margin: 15px 0;
    background: #fff;
    overflow: hidden;
    transition: .2s;
    box-shadow: 0 0 10px rgb(116 116 116 / 8%);
}

.da_ul {
    width: 100%;
    overflow: hidden;
}
.da_ul ul {
    width: 100%;
}

.da_ul li {
    width: 33%;
    overflow: hidden;
    float: left;
    margin: 12px 0;
    color: #212121;
    font-size: 16px;
}
.da_ul a:hover,.da_ul a:hover em{color:#0082d7;}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.da_ul a {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    color: #212121;
}
.da_ul a em {
    color: #8d8d8d;
}
em, i {
    font-style: normal;
}

.da_ul span {
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    text-align: right;
}
.tag {display: inline-block;}
.tag a {display:block; float:left; margin:0 10px 10px 0; height:32px; line-height:32px; background:#FFF; padding:0 10px; border-radius:5px;box-shadow: 0 0 10px rgb(116 116 116 / 8%);}
.tag a:hover {background:#333; color:#fff}