/*牛师页面公共样式 2021-2-25*/
.nei_header {
    box-shadow: 0px 4px 10px 0px rgba(57, 57, 57, 0.11);
}
.help_position {
    padding-left: 17px;
    font-size: 14px;
    color: #666;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e9eaed;
}
.help_position a {
    color: #666;
}

.help_position:hover {
    color: #666;
}

.help_menu {
    padding-bottom: 5px;
}

.help_menu dl {
    padding: 10px 21px 10px 17px;
    position: relative;
}

.help_menu dl:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 40px;
    bottom: 0;
    height: 1px;
    background-color: #e9eaed;
    display: block;
}

.help_menu dl:last-child:after {
    background-color: #fff;
}

.help_menu dt {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: 600;
    color: #333;
    position: relative;
}

.help_menu dt:before {
    position: absolute;
    left: -17px;
    top: 8px;
    content: "";
    display: block;
    width: 4px;
    height: 13px;
    border-radius: 2px;
    background: #4e9cff;
}

.help_menu dd {
    display: none;
}

.help_menu dd h3 {
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
    /*padding: 5px 5px 5px 15px;*/
}

.help_menu dd h3:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 4px;
    height: 4px;
    background: #4e9cff;
    border-radius: 50%;
}

.help_menu dd h3 a {
    color: #333;
}

.help_menu dd h3 a:hover, .help_menu dd h3 a.active, .help_menu dd ul li a:hover, .help_menu dd ul li a.active {
    color: #4e9cff;
}

.help_menu dd ul {
    padding-left: 24px;
}

.help_menu dd ul li {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.help_menu dd ul li a {
    color: #666;
}

.icon_help {
    background-image: url(/uploads/image/spihelp/icon_help.png);
    background-repeat: no-repeat;
}

.slidebtn {
    width: 17px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-position: -108px center;
}

.slidebtn.active {
    background-position: -81px center;
}

.help_hot_news {
    background-image: url(/uploads/image/spihelp/top_active.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 77px;
    position: relative;
}

.help_hot_news .news_h2 {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 38px;
    top: 14px;
    font-size: 22px;
    color: #ef562c;
    font-weight: bold;
}

.help_hot_news ul {
    padding: 15px 16px 15px 18px;
}

.help_hot_news li {
    font-size: 14px;
    color: #333;
    line-height: 32px;
    padding-left: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.help_hot_news li a{
   color: #333; 
}
.help_hot_news li .index_1 {
    width: 17px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(/uploads/image/spihelp/icon_help.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.help_hot_news li .index_2 {
    width: 17px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(/uploads/image/spihelp/icon_help.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.help_hot_news li .index_3 {
    width: 17px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(/uploads/image/spihelp/icon_help.png);
    background-repeat: no-repeat;
    background-position: -54px 0;
}

.help_hot_news li .index_common {
    width: 17px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.help_article {
    padding: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.help_article p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.help_article h2 {
    font-weight: 600;
    font-size: 16px;
}

.help_article h3 {
    font-weight: 600;
    font-size: 14px;
}

.help_article table, .help_article img {
    max-width: 100%;
}

.help_article table th, .help_article td {
    height: 34px;
    border: 1px solid #ddd;
}
