#search {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

#search,#search .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#search .left {
    width: 125px;
    margin-left: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#search .left li {
    width: 25%;
    line-height: 34px
}

#search .left .active {
    color: #3bbdea;
    font-weight: bolder
}

#search .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin-right: 15px;
    flex: 1;
    position: relative
}

#search .right .input {
    width: 100%;
    border: 1px solid #2a2e3d;
    background: #fff;
    border-radius: 32px;
    outline: none;
    padding-left: 10px;
    line-height: 30px
}

#search .right .queryBtn {
    width: 30px;
    position: absolute;
    height: 30px;
    top: 0;
    right: 2px
}

#search .right .searchImg {
    width: 20px;
    height: 20px;
    margin: 6px;
    padding: 2px
}

#search .typeBtn {
    margin-left: 20px
}

#search .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #3bbdea;
    border-color: #3bbdea;
    -webkit-box-shadow: -1px 0 0 0 #3bbdea;
    box-shadow: -1px 0 0 0 #3bbdea
}

#search .el-input-group__append,#search .el-input-group__prepend {
    background-color: #3bbdea;
    color: #fff;
    border: 1px solid #3bbdea;
    padding: 0 10px;
    font-size: 13px
}

#search .el-input--suffix .el-input__inner {
    padding-right: 10px
}

#search .el-input--medium .el-input__inner,#search .el-range-editor--medium.el-input__inner {
    font-size: 13px;
    background: #f4f5fa
}

#search .el-input-group__append button.el-button:hover {
    color: #000
}

#search .el-input__inner::-ms-input-placeholder {
    color: #2e5286
}

#search .el-input__inner::placeholder {
    color: #2e5286
}

#search .el-input__inner::-webkit-input-placeholder {
    color: #2e5286
}

#search .el-input__inner:-moz-placeholder,#search .el-input__inner::-moz-placeholder {
    color: #2e5286
}

#search .el-input__inner:-ms-input-placeholder {
    color: #2e5286
}

#newsConanswerCon[data-v-0c3e48ca] {
    background: #fff;
    width: 95%;
    margin: 0 auto
}

#newsConanswerCon[data-v-0c3e48ca] .el-dialog__body {
    padding: 20px 20px 30px
}

#newsConanswerCon .item_head[data-v-0c3e48ca] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

#newsConanswerCon .item_head .title[data-v-0c3e48ca] {
    font-size: 18px;
    color: #2a2e3d;
    font-weight: bolder;
    float: left;
    line-height: 34px
}

#newsConanswerCon .item_head .more[data-v-0c3e48ca] {
    color: #909090;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px
}

#newsConanswerCon .item_head .more[data-v-0c3e48ca]:hover {
    color: #00c2f2
}

#newsConanswerCon .newsCon[data-v-0c3e48ca] {
    width: 100%
}

#newsConanswerCon .newsCon .item[data-v-0c3e48ca] {
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    cursor: pointer
}

#newsConanswerCon .newsCon .item .news_tit[data-v-0c3e48ca] {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    padding: 10px 0;
    font-weight: bolder;
    font-size: 16px
}

#newsConanswerCon .newsCon .item .news_con[data-v-0c3e48ca] {
    color: #909090;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

#newsConanswerCon .answerCon .item_warp[data-v-0c3e48ca]::-webkit-scrollbar {
    display: none
}

#newsConanswerCon .answerCon .item_warp[data-v-0c3e48ca] {
    width: 100%;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

#newsConanswerCon .answerCon .item_warp .item[data-v-0c3e48ca] {
    position: relative;
    width: 200px;
    margin-right: 15px;
    border-radius: 10px
}

#newsConanswerCon .answerCon .item_warp .item .item_1[data-v-0c3e48ca] {
    width: 200px;
    height: 133px
}

#newsConanswerCon .answerCon .item_warp .item .item_1 .coverImg[data-v-0c3e48ca] {
    width: 100%;
    height: 100%
}

#newsConanswerCon .answerCon .item_warp .item .item_2[data-v-0c3e48ca] {
    padding: 10px 0
}

#newsConanswerCon .answerCon .item_warp .item .item_2 .item_tit[data-v-0c3e48ca] {
    font-size: 15px;
    color: #333;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 15px
}

#newsConanswerCon .answerCon .item_warp .item .item_2 .item_bottom[data-v-0c3e48ca] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #909090;
    font-size: 14px
}

#newsConanswerCon .answerCon .item_warp .item .item_2 .item_bottom .item_dates[data-v-0c3e48ca] {
    padding: 5px 15px;
    border-radius: 28px;
    border: 1px solid #e5e5e5
}

#newsConanswerCon .answerCon .item_warp .item .item_2 .item_bottom .item_share[data-v-0c3e48ca] {
    line-height: 28px
}

#newsConanswerCon .answerCon .item_warp .item .item_2 .item_bottom .item_share .share[data-v-0c3e48ca]:hover {
    color: #00c2f2
}

#newsConanswerCon .answerCon .item_warp .item .item_2 .item_bottom .item_share .share_1[data-v-0c3e48ca] {
    width: 14px;
    vertical-align: middle;
    height: 14px;
    margin: 0 4px
}

#newsConanswerCon .answerCon .item_warp .item .cover_bg[data-v-0c3e48ca] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 133px;
    z-index: 0;
    background: rgba(0,0,0,.3);
    text-align: center
}

#newsConanswerCon .answerCon .item_warp .item .cover_bg .play[data-v-0c3e48ca] {
    margin-top: 24%;
    width: 40px
}

#newsConanswerCon .videoBox_dilog[data-v-0c3e48ca] {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.8);
    text-align: right
}

#newsConanswerCon .videoBox_dilog .closeVideo[data-v-0c3e48ca] {
    color: #fff;
    margin: 30px 30px 0 0;
    font-size: 30px
}

#newsConanswerCon .videoBox_dilog .videoBox[data-v-0c3e48ca] {
    width: 100%;
    height: 100%;
    margin-top: 43%
}

#newsConanswerCon .videoBox_dilog .videoBox[data-v-0c3e48ca] .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

#home {
    height: 100%;
    background: #fff
}

#home .head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff
}

#home .head,#home .head .head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#home .head .head-left {
    margin-left: 15px
}

#home .head .head-right {
    margin-right: 15px;
    text-align: center
}

#home .head .head-right .btnText {
    height: 28px;
    cursor: pointer;
    margin-top: 10px;
    vertical-align: top
}

#home .head .head-right .btnText_ag {
    border-radius: 4px
}

#home .head .head-right .loginText {
    font-size: 12px;
    color: #909090
}

#home .head .head-right .logintext {
    color: #3bbdea
}

#home .head .logoImg {
    height: 24px;
    margin: 12px 0 0
}

#home .head .logoTit {
    color: #fff;
    background: #3bbdea;
    padding: 2px 5px;
    margin: 12px 0;
    border-radius: 4px
}

#home .search-con {
    width: 100%;
    margin-top: 50px
}

#home .swiper-container,#home .swiper-container .swiper-img {
    width: 100%;
    height: 160px
}

#home .my-bullet-active-st {
    background: #f60;
    opacity: 1
}

#home .todayHot {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 10px
}

#home .todayHot ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#home .todayHot li {
    width: 49%;
    text-align: center;
    margin-bottom: 2%
}

#home .todayHot li img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

#home .zst_warp {
    width: 95%;
    margin: 0 auto
}

#home .zst_warp img {
    width: 100%;
    border-radius: 4px
}

#home .contentWarp {
    width: 95%;
    margin: 50px auto 10px
}

#home .con-tit {
    width: 100%;
    font-size: 16px;
    color: #2a2e3d;
    line-height: 18px;
    margin: 25px 0 15px
}

#home .con-tit .con-tit-sec {
    font-size: 13px;
    color: #666
}

#home .dt-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#home .dt-content .link-qk {
    background: #fff;
    width: 24%;
    text-align: center;
    border-radius: 4px
}

#home .dt-content .link-qk .img_warp {
    width: 100%;
    margin: 15px 0 10px
}

#home .dt-content .link-qk .img_warp img {
    width: 2rem;
    height: 2rem
}

#home .dt-content .link-qk .title {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 15px
}

#home .contentWarp .tushuClassic .link-qk {
    width: 32.46%
}

#home .konwWdd {
    width: 100%;
    margin-top: 30px;
    background: #41bfe9;
    padding: 20px 2.5%
}

#home .konwWdd .gywdd-tit {
    color: #fff;
    margin: 15px 0
}

#home .konwWdd ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#home .konwWdd ul li {
    width: 24%
}

#home .konwWdd ul li img {
    width: 100%;
    height: 100%
}

#home .contactWdd {
    background: #f0f0f5;
    padding-top: 30px
}

#home .contactWdd .phone_warp {
    width: 95%;
    margin: 0 auto;
    height: 3rem;
    background: #3bbdea;
    border-radius: 3rem;
    line-height: 3rem;
    text-align: center
}

#home .contactWdd .phone_warp .phone {
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    margin-left: 25px
}

#home .contactWdd .phone_warp .phone_img {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: -1.6rem;
    top: .75rem
}

#home .serverWdd {
    width: 100%;
    padding-bottom: 50px;
    background: #f0f0f5
}

#home .serverWdd .wdd_ys_tit {
    background: #f0f0f5;
    margin: 0;
    padding: 25px 0 15px 2.5%
}

#home .serverWdd .wdd_ys {
    width: 95%;
    margin: 0 auto
}

#home .serverWdd .wdd_ys img {
    width: 100%
}
