.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.flex-column-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-around-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-between-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body {
    background-color: #f2f2f2;
    font-size: 12px;
}

.w {
    width: 1000px;
    margin: 0 auto;
}

.center {
    margin: 0 auto;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.wmax {
    width: 100%;
}

.color_black {
    color: black;
    font-weight: 600;
}

.trans {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cursor {
    cursor: pointer;
}
/* 专家标题样式 */
.header_h3 {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    background: url("/resource/media/common/img/zhuanjia_title.png") no-repeat left center;
}

.header_h3 .float_left {
    text-indent: 1em;
    font-size: 18px;
}

.header_h3 .more {
    font-size: 13px;
    color: #cccccc;
}
/* 专家头像 */

.move_img {
    display: block;
    width: 78px;
    height: 85px;
    position: relative;
    background: url("/resource/media/common/img/head.png") no-repeat 0;
    background-size: 100% 100%;
    transition: all 0.2s;
}

.move_img:hover {
    background: url("/resource/media/common/img/headh.png") no-repeat 0;
}
/* 单刀让球图样 */
.adds {
    font-size: 12px;
    display: inline-block;
    padding: 1px 2px;
    border-radius: 2px;
    line-height: 13px;
    background-color: #ff0030;
    color: #fff;
}

.reduces {
    font-size: 12px;
    display: inline-block;
    padding: 1px 3px;
    border-radius: 2px;
    line-height: 13px;
    background-color: #009e42;
    color: #fff;
}
/* 黑色大于号 */
.less_than_black {
    background: url("/resource/media/common/img/common_guide.png") no-repeat center right;
    padding-right: 8px;
    margin-right: 5px;
}
/* 灰色大于号*/

.less_than_gary {
    background: url("/resource/media/common/img/down.png") no-repeat center right;
    padding-right: 10px;
    line-height: 25px;
}
/* 粉色大于号 */
.less_than_pink {
    background: url("/resource/media/common/img/right.png") no-repeat center right;
    padding-right: 10px;
    line-height: 25px;
}
/* 上一页 */

.previous_page {
    background: url("/resource/media/common/img/up.png") no-repeat center;
    line-height: 25px;
}
/* 下一页 */

.next_page {
    background: url("/resource/media/common/img/down.png") no-repeat center;
    line-height: 25px;
}
/* 横移归位 */
.hover_x_start {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    z-index: 996;
}

.hover_x_end {
    transform: translateX(33%);
    z-index: 999;
    opacity: 1;
}
/* Y轴移东归位 */
.hover_y_start {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.hover_y_end {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.red {
    color: #ff0030;
}

.green {
    color: #009e42;
}
/* 关注按钮 */
.no_atten {
    display: block;
    font-size: 14px;
    width: 72px;
    height: 27px;
    line-height: 26px;
    background-color: #ffcc33;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ffc700;
}

.no_atten:hover {
    background-color: #f8af00;
    border: 1px solid #db9b00;
}

.yes_atten {
    cursor: pointer;
    display: block;
    font-size: 14px;
    width: 72px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

.yes_atten:hover {
    background-color: #888888;
    border: 1px solid #888888;
}

.none {
    display: none;
}

.vs {
    background: url("/resource/media/common/img/vs.png") no-repeat center;
}

.bread_nav {
    height: 50px;
    line-height: 50px;
    color: #333333;
    width: 100%;
    margin: 0 auto;
}

.bread_nav nav {
    display: inline-block;
}

.null {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}

.null div {
    width: 100%;
    height: 230px;
    position: relative;
    background: url("/resource/media/common/img/null.png") no-repeat center top;
    background-size: 150px 150px;
    margin: 150px auto 0;
    font-size: 14px;
}

.null div p {
    background-color: #ff0030;
    color: #fff;
    height: 25px;
    line-height: 25px;
    width: 150px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.null div p a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.null div span {
    color: #cccccc;
    position: absolute;
    text-align: center;
    bottom: 55px;
    left: 0;
    right: 0;
}

.concede_red {
    color: #fc123e;
}

.concede_green {
    color: #009e42;
}

.new_schedule {
    width: 100%;
    padding: 20px 20px 0;
    background-color: #fff;
    margin-bottom: 20px;
}

.layui-layer-hui {
    background-color: rgba(0,0,0,.6);
    color: #fff;
}

body,
html {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body > div.OverAllBanner {
    width: 1000px;
    height: 120px;
    background-color: #000;
    margin: 20px auto;
}

body > div.OverAllBanner a,
body > div.OverAllBanner a img {
    display: block;
    width: 100%;
    height: 100%;
}

.right_banner {
    width: 300px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
 
    /* margin-top: 20px !important; */
}
.right_banner:last-child{
  margin-bottom: 0;
}
.right_banner a,
.right_banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.layui-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    padding: 0;
}

.layui-nav .layui-nav-item {
    text-align: center;
    height: 100%;
    line-height: 28px;
}

.layui-nav .layui-nav-item .layui-this a {
    color: #333333;
}

.layui-nav .layui-nav-item a {
    font-size: 20px;
    display: inline-block;
    height: 100%;
    color: #888888;
    padding: 0 6px 0 9px;
}

.layui-nav .layui-nav-item a:hover {
    color: #ffcc33;
}

.layui-nav .layui-nav-bar,
.layui-nav .layui-this::after {
    height: 2px;
    background-color: #ffcc33;
}
{
    width: 100%;
}
.right_banner,.article_footBanner,.home_footBanner,.OverAllBanner{
    position: relative;
}
.right_banner a,
.article_footBanner a,
.home_footBanner a,
.OverAllBanner a,
.left_fixed_banner a,
.right_fixed_banner a,
.right_banner a img,
.article_footBanner a img,
.home_footBanner a img,
.left_fixed_banner a img,
.right_fixed_banner a img,
.OverAllBanner a img{
    display: block;
    width: 100%;
    height: 100%;
}
.wetemake{
    width: 35px;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 5px;
    left: 5px;
    border: 2px solid #fff;
    color: #fff;
}
a:active {
    outline: none;
}
a:focus {
    outline: none;
}
