.common-title em {
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

.ks_star {
    color: #1791F0;
}

.user_new {
    left: initial;
    right: 0;
}

.user_new h4 {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.user_new h4 span {
    width: 5px;
    height: 20px;
    background: #1791F0;
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}

.user_new h4 a {
    float: right;
    font-size: 12px;
    padding: 0px 13px;
    border: 1px solid #1791f0;
    border-radius: 5px;
    color: #1791f0;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
}

.user_new ul {}

.user_new ul li {}

.user_new ul li em {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 50px;
    color: #666;
}

.user_new ul li span {
    width: 190px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.user_new ul li a:hover {
    color: #1791f0;
}

.user_new ul li a:hover em {
    color: #666;
}

.server ul {
    width: 100%;
}

.server .c {
    width: 100%;
}

.server ul {
    margin-top: 0;
}

.kaifu.server {
    height: auto;
}


/* .toggle span{margin-left: 6%;float: left;} */

.toggle i {
    float: left;
    margin-left: 8%;
}

.toggle em {
    float: right;
    margin-right: 6%;
}

.a_c img {
    width: 100%;
    margin-bottom: 20px;
}

.a_c {
    width: 100%;
    overflow: hidden;
}

.slideTxtBox .hd {}

.slideTxtBox .hd ul {}

.slideTxtBox .hd ul li.on {
    border-bottom: 4px solid #fc6037;
}

.slideTxtBox .hd ul li {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 4px solid #e7c9bf;
    font-size: 16px;
}

.slideTxtBox .hd ul li:hover {
    background-color: fc6037;
    box-shadow: fc6037;
}

.c {
    margin-top: 0px !important
}

.searchby {
    <!-- border: 1px solid #fc6037;
    -->width: 908px;
    padding: 5px 5px;
    font-size: 14px;
}

.bytype {
    margin: 5px 5px;
}

.bytype span {
    width: 75px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.bytype a:hover {
    color: #ffffff;
    background: #ffa415;
}

.bytype a.active {
    color: #ffffff;
    background: #ffa415;
}

.searchby .bytype a {
    font-size: 14px;
    margin: 0px 0px 0px 10px;
    padding: 3px 10px;
    border-radius: 3px;
    transition: all .3s;
    display: inline;
}

.searchby .bytype a.red {
    color: #fff;
    background: #ffa415;
}

.newsgame_tj {
    position: fixed;
    left: 90px;
    bottom: 20px;
    width: 190px;
    border: 5px solid #ff6600;
    z-index: 1;
}

.newsgame_tj .newsico {
    position: absolute;
    top: -5px;
    left: -5px;
    display: inline-block;
    width: 55px;
    height: 57px;
    background: url(../images/newsgameico_2.png);
    z-index: 10;
}

.newsgame_tj .title {
    background: #ff6600;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.newsgame_tj .gameimg {
    width: 190px;
    height: 210px;
    vertical-align: middle;
}

.newsgame_tj .close {
    position: absolute;
    right: -5px;
    top: -21px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/close-0.png);
}

.newsgame_tj .close:hover {
    background: url(../images/close-1.png);
}