.index {
/*    padding-top:70px;*/
   /* background-color: #F5F6F9;*/
    box-sizing: border-box
}

.index .container {
    margin: 0 auto;
    width: 1200px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    border-radius: 8px;
    box-sizing: border-box
}

.index .container .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDE6F1
}

.index .container .title .text {
    position: relative;
    padding-left: 8px;
    font-size: 16px
}

.index .container .title .text::before {
    content: "";
    position: absolute;
    display: inline-block;
    right: -116px;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: #0B5DDE
}

.index .container .title .text .it {
    position: relative;
    padding: 0 16px;
    background-image: linear-gradient(to right,#41C9E5,#217EF1);
    height: 38px;
    line-height: 38px;
    transform: skewX(-20deg);
    box-sizing: border-box
}

.index .container .title .text .it::before {
    content: "";
    position: absolute;
    display: inline-block;
    right: -9px;
    bottom: 0;
    width: 10px;
    height: 20px;
    background-color: #0B5DDE
}

.index .container .title .text .it::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: -24px;
    bottom: 0;
    width: 16px;
    height: 20px;
    background-color: #1B70F5
}

.index .container .title .text .it>div {
    color: #fff;
    transform: skewX(20deg)
}

.index .container .more {
    position: relative;
    padding-right: 14px;
    color: #637B92;
    font-size: 14px;
    cursor: pointer
}

.index .container .more::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(./../../../images/bcvet/main/more.svg) no-repeat
}

.index .container .more:hover {
    opacity: .85
}

.index .container .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.index .container .content .box {
    margin-bottom: 24px;
    padding: 24px;
    width: 564px;
    height: 336px;
    border-radius: 4px;
    box-sizing: border-box
}

.index .container .content .box.padding0 {
    padding: 0
}

.index .container .content .box.bgColor {
    background-color: #F4F9FF
}

.index .container .content .box.boxshdow {
    background: url(./../../../images/bcvet/main/boxBg.jpg) right bottom;
    box-shadow: 0 2px 10px 0 rgba(8,53,121,.06)
}

.index .container .content .box .list {
    margin-top: 8px
}

.index .container .content .box .list .item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    cursor: pointer
}

.index .container .content .box .list .item::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #008BD9
}

.index .container .content .box .list .item .txt {
    flex: 1;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index .container .content .box .list .item .txt:hover {
    color: #008BD9
}

.index .container .content .box .list .item .date {
    margin-left: 16px;
    flex-shrink: 0;
    width: 80px;
    color: #888;
    font-size: 12px
}

.index .container .advert {
    margin-bottom: 24px;
    width: 100%;
    height: 90px;
    background-color: #00f
}

.index .container .block {
    margin-bottom: 24px
}

.index .container .block .substance {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.index .container .block .substance .box {
    margin-right: 16px;
    width: 276px;
    height: 100px;
    padding: 16px;
    background-color: #F4F9FF
}

.index .container .block .substance .box:last-child {
    margin-right: 0
}

.index .container .block .substance .box .txt {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    cursor: pointer
}

.index .container .block .substance .box .txt:hover {
    color: #008BD9
}

.index .container .block .substance .box .info {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.index .container .block .substance .box .date {
    color: #888;
    font-size: 12px
}

.index .container .block .substance .box .more {
    width: 40px;
    height: 40px;
    cursor: pointer
}

.index .container .block .substance .box .more:hover {
    opacity: .85
}

.index .down {
    position: fixed;
    right: 30px;
    bottom: 140px;
    width: 44px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    box-sizing: border-box
}

.index .down .item {
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer
}

.index .down .item.android::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    background: url(./../../../images/bcvet/main/androidIcon.svg) no-repeat;
    width: 16px;
    height: 18px
}

.index .down .item.ios::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    background: url(./../../../images/bcvet/main/iosIcon.svg) no-repeat;
    width: 14px;
    height: 18px
}

.index .down .item.help::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    background: url(./../../../images/bcvet/main/helpIcon.svg) no-repeat;
    width: 14px;
    height: 18px
}

.index .down .item.help::after {
    height: 0
}

.index .down .item::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 36px;
    height: 1px;
    background-color: #e4e4e4
}

.index .down .item .QRcode {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    padding: 8px;
    box-sizing: border-box;
    background-color: #fff
}

.index .down .item .QRcode::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100px;
    background-color: transparent;
    right: -10px;
    top: 0
}

/*# sourceMappingURL=index.css.map */
.footer {
    padding-top:24px;
    padding-bottom:24px;
    background-color:#EDEFF2;
    text-align:center
}
.footer .text {
    color:#979DB1;
    font-size:14px
}
.footer .text span {
    display:inline-block;
    padding-left:8px;
    padding-right:8px
}
