﻿.title_warp {
    width: inherit;
    height: 36px;
}

.title_warp li {
    float: left;
    width: 100px;

    font-size: 16px;

    color: #5e5e5e;
}

.title_warp li.thistab .line {
    width: 100%;

    background-color: #d22e25;
}

.title_warp li.thistab a {
    font-size: 17px;
    font-weight: 800;

    color: #d22e25;
}

.title_warp li a {
    display: block;
    height: 35px;

    font-size: 16px;
    font-family: Tahoma;

    -webkit-transition: all .2s linear 0s;
       -moz-transition: all .2s linear 0s;
        -ms-transition: all .2s linear 0s;
         -o-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
    text-align: center;
    text-decoration: none;

    color: #000;
}

.title_warp li .line {
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;

    font-size: 0;
    line-height: 0;

    -webkit-transition: all .2s linear 0s;
       -moz-transition: all .2s linear 0s;
        -ms-transition: all .2s linear 0s;
         -o-transition: all .2s linear 0s;
            transition: all .2s linear 0s;

    background-color: #ededed;

}

.title_warp li a:hover {
    text-decoration: none;

}

.roles_title_warp2 li {
    width: 300px !important;
	margin-left: 50px;
}

.game_roles_box {
    height: 456px;
    overflow: hidden;

    background: #fff;
}

.game_roles_title_warp {
    position: relative;
    z-index: 1;

    padding: 6px;
}


.slide_warp {
    position: relative;

    width: 100%;
}

.top_fix {
    top: -48px;
}

.news_box li {
    width: 530px;
    height: 30px;

    line-height: 32px;
    color: #1B4F93;
}

.slide_box {
    position: absolute;
    left: 0;

    width: 100000em;
}

.roles_box_focus > .article_list {
    width: 760px;
}

.article_list {
    position: relative;
        color:black;
    float: left;
    width: 100%;
    width: 560px;

    -webkit-transition: all .5s ease 0s;
       -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
         -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
}

.article_list ul {
    display: block;
}

.article_list li {
    height: 30px;
    overflow: hidden;

    line-height: 30px;
    font-size: 15px;
    font-family: tahoma;
    font-weight: bold;
}

.article_list a {
    text-decoration: none;
}

.article_list em {
    float: right;
    font-size: 15px;
    font-family: tahoma;
}