.yxk_content_left {
    width: 830px;
    float: left;
}

body,
html {
    background: #ecf0f1;
}

.yxk_content {
    margin-top: 14px;
}

.header_box {
    background: white;
}

.yxk_box_list {
    background: white;
}

.title_item {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px 0;
    padding-top: 10px;
}

.title_item span {
    padding-right: 15px;
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
    float: left;
    font-size: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.title_item>a {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/more_icon.png) no-repeat 50% 50%;
    margin-top: 10px;
    transform: rotate(0);
    transition: all .6s;
}

.title_item>a:hover {
    transform: rotate(180deg);
}

.yxk_input {
    margin-top: 0 !important;
    float: right !important;
}

.selected_box {
    width: 800px;
    font-size: 14px;
    padding: 0 15px;
}

.selected_box dl {
    width: 800px;
    border-bottom: 1px dashed #c4c4c4;
    position: relative;
    float: left;
}

.selected_box dl p {
    position: absolute;
    right: 0;
    top: 12px;
}

.selected_box dl p a {
    color: #f90;
}

.selected_box dt {
    float: left;
    width: 50px;
    margin-right: 5px;
    color: #f90;
    text-align: right;
    line-height: 46px;
}

.selected_box dd {
    float: left;
    padding-top: 12px;
    width: 740px;
    height: 37px;
    overflow: hidden;
}

.selected_box dd.lx_dd_box {
    overflow: initial;
    height: auto;
}

.selected_box dd div.ticai_box {
    height: auto;
    float: left;
    padding-bottom: 10px;
}

.selected_box dd div.lx_list_box {
    display: inline-block;
    width: 670px;
}

.selected_box a {
    padding: 4px 8px;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 0 5px 10px 5px;
}

.selected_box span {
    color: #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
}

.selected_box a.current,
.selected_box a:hover {
    background: #f90;
    color: #fff;
}

.search_selected_box {
    float: right;
    width: 227px;
    height: 29px;
    border: 1px #cdcdcd solid;
    background: #fff;
    border-radius: 3px;
    margin-top: 4px;
    overflow: hidden;
}

.search_selected_box input {
    width: 180px;
    height: 21px;
    padding: 4px 0 4px 10px;
    outline: none;
    float: left;
}

.yxk_gameList ul {
    padding: 15px 15px;
}

.yxk_gameList li {
    float: left;
    width: 390px;
    height: 140px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    background: #fffdfb;
}

.yxk_gameList li:nth-child(2n) {
    margin-right: 0;
}

.yxk_gameList li .g-info {
    padding: 15px 0 0 20px;
    overflow: hidden;
}

.yxk_gameList li .g-info .pic {
    float: left;
    display: block;
    width: 110px;
    height: 110px;
}

.yxk_gameList li .g-info img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
}

.yxk_gameList li .g-info .info {
    float: left;
    width: 135px;
    height: 110px;
    overflow: hidden;
    margin: 0 0 0 15px;
}

.yxk_gameList li .info span {
    display: inline-block;
    width: 120px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
}

.yxk_gameList li .info span.tag a {
    margin-right: 8px;
    color: #333
}

.yxk_gameList li .info span.tag a:hover {
    color: #009eed;
}

.yxk_gameList li .info span:first-child a {
    color: #f90;
}

.yxk_gameList li .game_btn {
    float: left;
    width: 92px;
    height: 110px;
    overflow: hidden;
}

.yxk_gameList li .game_btn a,
.yxk_gameList li .game_btn span {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #fff;
    margin-top: 14px;
    font-size: 14px;
}

.yxk_gameList li .game_lb {
    border: 1px solid #f90;
    color: #f90;
}

.yxk_gameList li .game_kf {
    border: 1px solid #e4393c;
    color: #e4393c;
}

.yxk_gameList li .game_lb_no {
    border: 1px solid #ccc;
    color: #999;
}

.yxk_gameList li .game_kf_no {
    border: 1px solid #ccc;
    color: #999;
}

.yxk_gameList li .game_btn a i,
.yxk_gameList li .game_btn span i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/sy-icon.png) no-repeat;
    vertical-align: -2px;
    margin-right: 3px;
    *vertical-align: 3px;
}

.yxk_gameList li .game_zq i {
    background-position: -5px -228px!important;
}

.yxk_gameList li .game_lb i {
    background-position: -5px -251px!important;
}

.yxk_gameList li .game_kf i {
    background-position: -5px -274px!important;
}

.yxk_gameList li .game_lb_no i {
    background-position: -28px -299px!important;
}

.yxk_gameList li .game_kf_no i {
    background-position: -28px -320px!important;
}

.yxk_gameList li .game_lb:hover {
    background: #f90;
    color: #fff;
}

.yxk_gameList li .game_kf:hover {
    background: #e4393c;
    color: #fff;
}

.yxk_gameList li .game_zq:hover i {
    background-position: -27px -228px!important;
}

.yxk_gameList li .game_lb:hover i {
    background-position: -27px -251px!important;
}

.yxk_gameList li .game_kf:hover i {
    background-position: -27px -274px!important;
}

.game_list_page {
    clear: both;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 19px 15px 26px;
    text-align: center;
}

.game_list_page a {
    background: #fff;
    color: #666666;
    margin: 0 3px;
    padding: 4px 10px;
    border: 1px solid #ccc;
}

.game_list_page a:hover {
    background: #f90;
    border-color: #f90;
    color: #fff;
    text-decoration: none;
}

.game_list_page .p_hov,
.game_list_page .p_hov:hover {
    background: #f90;
    border-color: #f90;
    color: #fff;
}

.yxk_content_right {
    float: right;
    width: 295px;
}

.yxk_gg_box {
    background: white;
}

.yxk_gg_box ul {
    padding: 15px 15px 0;
}

.yxk_gg_box ul li {
    float: left;
    text-align: center;
    margin-right: 27px;
    margin-bottom: 20px;
    width: 70px;
}

.yxk_gg_box ul li:nth-child(3n) {
    margin-right: 0;
}

.yxk_gg_box ul li a {
    display: block;
}

.yxk_gg_box ul li a img {
    width: 70px;
    height: 70px;
    display: block;
}

.yxk_gg_box ul li:hover a img {
    opacity: .7;
}

.yxk_gg_box ul li:hover a span {
    color: #f90;
}

.yxk_gg_box li a span {
    display: block;
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 6px;
}

.xyx_ranklist {
    margin-top: 13px;
    background: white;
    margin-bottom: 13px;
}

.ranklist_box ul {
    padding: 0 15px;
    margin-top: 8px;
}

.ranklist_box ul li {
    float: left;
    color: #6c6c6c;
    position: relative;
    padding: 15px 0 15px;
    cursor: pointer;
    border-bottom: 1px dotted #dedede;
    width: 265px;
}

.ranklist_box ul li em {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    background: #ccc;
    border-radius: 26px;
    overflow: hidden;
}

.ranklist_box ul li.cur1 em {
    background: #fe2d0b;
}

.ranklist_box ul li.cur2 em {
    background: #FF6900;
}

.ranklist_box ul li.cur3 em {
    background: #F39800;
}

.ranklist_box ul li .rmb_rank_box2 img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 3px;
}

.ranklist_box ul li .rmb_rank_box2 h4 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranklist_box ul li a {
    font-size: 12px;
    color: #f90;
    float: right;
    line-height: 24px;
    border: 1px dotted #f90;
    padding: 0 8px;
    display: inline-block;
    border-radius: 3px;
}

.ranklist_box ul li:hover h4 {
    color: #f90;
}

.ranklist_box ul li:hover a {
    background: #f90;
    color: white;
}

.h5gift_box_list {
    margin-top: 13px;
    background: white;
    margin-bottom: 14px;
}

.h5gift_content {
    margin: 0 15px;
}

.h5gift_content ul {
    margin-top: 15px;
}

.h5gift_content ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #EFEFEF;
}

.h5gift_content ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.h5gift_content ul li div img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.h5gift_content ul li div p {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    margin-left: 5px;
    transition: all .3s
}

.h5gift_content ul li div p a {
    display: block;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
}

.h5gift_content ul li div p span em {
    width: 65px;
    height: 10px;
    background: #ddd;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.h5gift_content ul li div p span em i {
    height: 10px;
    background: linear-gradient(to right, #f90, #f60);
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.h5gift_content ul li div p span b {
    color: #999;
}

.h5gift_content ul li div>a {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f90;
    text-align: center;
    color: #f90;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 12px;
}

.h5gift_content ul li:hover div>a {
    background: #f90;
    color: white;
}

.h5gift_content ul li:hover div p a {
    color: #f90;
    ;
}

.news_content {}

.news_content_head {
    padding: 20px 20px;
    background: white;
    margin-bottom: 14px;
}

.news_content_head>a {
    float: left;
    margin-right: 15px;
    display: inline-block;
    width: 128px;
    height: 128px;
    position: relative
}

.news_content_head>a img {
    width: 128px;
    height: 128px;
    display: block;
    overflow: hidden;
    margin: 0 20px 0 0;
    border-radius: 20px;
}

.news_content_head>a span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    background: rgba(00, 00, 00, .7);
    width: 100%;
    text-align: center;
    color: white;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
}

.game_details_box {
    float: left;
    border-right: 1px dotted #ccc;
    width: 136px;
    height: 128px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}

.game_details_box p {
    color: #999;
    font-size: 14px;
}

.game_details_box p a.cur {
    color: #f90;
}

.game_details_box p a {
    margin-right: 8px;
    color: #009eed;
}

.game_jj_box {
    float: left;
    width: 320px;
    margin-left: 15px;
    height: 128px;
    border-right: 1px dotted #dedede;
    padding-right: 14px;
}

.game_jj_box p {
    font-size: 14px;
    color: #666;
    text-indent: 24px;
    line-height: 27px;
    height: 128px;
    overflow: hidden;
}

.game_play_btn {
    float: right;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.game_play_btn a {
    width: 125px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: white;
    background: #f17375;
    border-radius: 3px;
    border: 1px solid #e4393c;
}

.game_play_btn a.new_kf_btn {
    color: #f60;
    border: 1px solid #f60;
    background: none;
}

.game_play_btn a.new_gift_btn {
    border: 1px solid #f90;
    color: #f90;
    background: none;
}

.game_play_btn a:hover {
    background: #e4393c;
    color: white;
}

.article_details {
    background: white;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.article_details>h1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
}

.article_details>h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
}

.article_details>p {
    text-align: center;
    padding: 10px 0 20px;
}

.article_details p span {
    margin: 0 15px;
    font-size: 14px;
    color: #999;
}

.article_details p span em {
    color: #666;
}

.dy {
    background: #fffcf8;
    border: 1px solid #e3e3e3;
    display: block;
    height: auto;
    padding: 10px;
    width: 768px;
    margin: 10px auto;
}

.dy span {
    display: block;
    color: #c00;
    font-size: 12px;
    height: auto;
    width: auto;
    font-weight: bold;
}

.dy span a {
    margin: 0 6px;
    color: #009eed;
    font-weight: normal;
}

.dy p {
    height: auto;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.dy p em {
    color: #c00;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    width: auto;
}

.dy p font {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin: 0 3px;
}

.article_ceontent {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px 20px 20px 20px;
    /* margin-bottom: 13px; */
}

.article_ceontent h3 {
    color: #f90;
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
    border-left: 3px solid #faad3a;
    padding-left: 15px;
}

.article_ceontent p {
    text-indent: 2em;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.article_ceontent p strong {
    font-weight: bold;
    color: #333;
}

.article_ceontent p a {
    color: red;
    font-weight: bold;
}

.article_ceontent p img {
    display: block;
    margin: 0 auto;
    max-width: 790px;
}

.news_tj_box {
    background: white;
}

.news_tj_box ul {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 5px 15px;
    width: 800px;
}

.news_tj_box li {
    display: inline;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding-right: 15px;
    overflow: hidden;
    width: 385px;
    background: url(../images/libg.gif) no-repeat 100% 3px;
}

.news_tj_box li span {
    float: left;
    width: 340px;
    font-size: 12px;
}

.news_tj_box li:hover a {
    color: #f90;
}

.news_tj_box li span em {
    float: left;
    color: #f90;
    font-size: 14px;
    line-height: 40px;
}

.news_tj_box li span b {
    float: left;
    color: #ccc;
    font-weight: normal;
    margin: 0 4px;
    font-size: 14px;
}

.news_tj_box li a {
    display: block;
    width: 255px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.news_tj_box li i {
    float: right;
    color: #999;
    font-size: 12px;
    display: inline-block;
    width: 42px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.news_tj_box li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.guess_like_box {
    background: white;
    margin-top: 14px;
}

.guess_like_box ul {
    padding: 0 15px;
    margin-top: 15px;
}

.guess_like_box ul li {
    padding: 15px 18px;
    float: left;
    border: 1px solid #dedede;
    margin-right: 18px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fffdfb;
}

.guess_like_box ul li .guess_like_box_mask {
    width: 118px;
    height: 98px;
    background: url(../images/guess_like_box_mask.jpg) no-repeat center center;
    position: absolute;
    top: -191px;
    left: 0;
}

.guess_like_box ul li .guess_like_box_mask img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 9px auto 5px;
}

.guess_like_box ul li .guess_like_box_mask p {
    text-align: center;
}

.guess_like_box ul li .guess_like_box_mask p a {
    color: white;
    display: block;
    font-size: 12px;
    width: 85px;
    margin: 10px auto;
    padding: 5px 0;
    border: 1px solid white;
    border-radius: 3px;
}

.guess_like_box ul li .guess_like_box_mask p span {
    height: 26px;
    margin: 8px auto 5px;
    line-height: 26px;
    display: block;
    color: #ffeb00;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.guess_like_box ul li .guess_like_box_mask p a:hover {
    background: #f90;
    color: white;
}

.guess_like_box ul li:nth-child(6n) {
    margin-right: 0;
}

.guess_like_box ul li div a.cur2 {
    font-size: 13px;
    color: #f90;
    display: block;
    width: 80px;
    text-align: center;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.guess_like_box ul li div a.cur2:hover {
    color: red;
}

.guess_like_box ul li div a.cur:hover {
    color: red;
}

.guess_like_box ul li div a.cur {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: center;
    width: 80px;
    margin-top: 10px;
}

.guess_like_box ul li div a:last-child {
    display: block;
    font-size: 12px;
    border: 1px solid #f90;
    color: #f90;
    text-align: center;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    border-radius: 3px;
}

.guess_like_box ul li div a:last-child:hover {
    background: #f90;
    color: white;
}

.guess_like_box ul li img {
    width: 80px;
    height: 80px;
}

.guess_like_box ul li .guess_like_box_mask {
    width: 118px;
    height: 98px;
    background: url(../images/guess_like_box_mask.jpg) no-repeat center center;
    position: absolute;
    top: -191px;
    left: 0;
}

.guess_like_box ul li .guess_like_box_mask img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 9px auto 5px;
}

.guess_like_box ul li .guess_like_box_mask p {
    text-align: center;
}

.guess_like_box ul li .guess_like_box_mask p a {
    color: white;
    display: block;
    font-size: 12px;
    width: 85px;
    margin: 10px auto;
    padding: 5px 0;
    border: 1px solid white;
    border-radius: 3px;
}

.guess_like_box ul li .guess_like_box_mask p span {
    height: 26px;
    margin: 8px auto 5px;
    line-height: 26px;
    display: block;
    color: #ffeb00;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.guess_like_box ul li .guess_like_box_mask p a:hover {
    background: #f90;
    color: white;
}

.game_play_btn2 {
    width: 135px !important;
    position: relative;
    display: block;
    text-align: right;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    float: right;
    height: 128px;
}

.game_play_btn2 a {
    width: 136px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: white;
    background: #f90;
}

.game_play_btn2 a:hover {
    background: #f60;
}

.game_play_btn2 span {
    width: 103px;
    height: 99px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 2px;
}

.game_play_btn2 img {
    width: 115px !important;
}

.game_play_btn2 p {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 27px;
    height: 100px;
    background: #e3e3e3;
    text-align: center;
    font-size: 14px;
    color: #FF5722;
    padding-top: 3px;
    line-height: 19px;
}

.article_ceontent table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
}

.article_ceontent table tr td {
    border: 1px solid #f3b6b6;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 24px;
    font-size: 14px;
}

.article_ceontent table tr td p {
    text-indent: 0 !important;
}

.article_ceontent table tr td p a {
    color: red;
}

.article_ceontent table tr.firstRow td {
    border-color: #c53535;
    background: #cb4242;
    color: #fff;
    white-space: nowrap;
}

.article_ceontent table tr.firstRow td p {
    color: #fff !important;
}

.mbxBox {
    background: white;
    margin-top: 15px;
    padding: 10px 15px;
    width: 1110px !important;
    border-bottom: 1px solid #eee;
    margin: 14px auto !important;
}

.mbxBox a {
    color: #999;
    font-size: 13px;
}

.mbxBox a:hover {
    color: #f90;
}

.mbxBox span {
    color: #666;
    font-size: 13px;
}

.mbxBox a.active {
    color: #333;
}

.rankItemBox>h3 {
    padding-top: 8px;
    text-indent: 0em;
    font-weight: normal;
    font-size: 13px;
    /* line-height: 26px; */
}

.rankItemBox>h3 a {
    color: #fb371f;
    font-size: 14px;
    font-weight: bold;
}

.rankItemBoxContent {
    text-indent: 0;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
    font-size: 0;
    border-top: 3px solid #999;
    display: flex;
    margin-bottom: 8px;
}

.rankItemBoxContent .imgBox {
    display: inline-block;
    border-right: 1px solid #DDD;
}

.rankItemBoxContent>p span {
    display: inline-block;
    border-right: 1px solid #DDD;
}

.rankItemBoxContent span img {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    margin: 15px;
}

.rankItemBoxContent .textDetails {
    display: inline-block;
    vertical-align: top;
    /* width: 485px; */
    border-right: 1px solid #DDD;
    color: #666;
    flex: 1;
    height: 95px;
}

.rankItemBoxContent .textDetails h3 {
    font-size: 12px;
    line-height: 31px;
    padding-left: 15px;
    border-bottom: 1px solid #DDD;
}

.rankItemBoxContent .textDetails div {
    font-size: 12px;
    padding-left: 15px;
    line-height: 31px;
    border-bottom: 1px solid #DDD;
}

.rankItemBoxContent .textDetails div span {
    margin-right: 20px;
}

.rankItemBoxContent .textDetails div span a {
    color: #fb371f;
    margin-right: 5px;
}

.rankItemBoxContent .textDetails p {
    font-size: 12px;
    line-height: 31px;
    padding-left: 15px;
}

.rankItemBoxContent .rankItemBoxBtn {
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
}

.rankItemBoxContent .rankItemBoxBtn a {
    display: block;
    width: 90px;
    background: #f90;
    line-height: 24px;
    color: white;
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
    border-radius: 3px;
}

.rankItemBoxContent .rankItemBoxBtn a:last-child {
    background: #f60;
}

.rankItemBoxCode {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    float: right;
    margin-left: 15px;
}

.rankItemBoxCode img {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
}

.rankItemBox>p {
    text-indent: 2em;
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.rankItemBox>p a {
    color: #fb371f;
}

.rankItemBox>p img {
  /**  width: 448px;
    height: 179px;**/
    display: block;
    margin: 0 auto;
}

.rankItemBox>p img.xyx {
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.rankItemBox {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #e3e3e3;
    /* margin-bottom: 13px; */
}

.rankItemBox table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px auto;
}

.rankItemBox table tr.firstRow td {
    border-color: #c53535;
    background: #cb4242;
    color: #fff;
    white-space: nowrap;
}

.rankItemBox table tr td {
    border: 1px solid #f3b6b6;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 24px;
    font-size: 14px;
}
.banner2 {
    background: #fff;
    border: 1px solid #e3e3e3;
    height: 100px;
    padding: 1px;
    width: 787px;
	margin-left: 19px;
}

.banner2_pic {
    float: left;
    height: 101px;
    width: 510px;
}

.banner2_pic img {
    width: 510px;
    height: 100px;
}

.banner2_t {
    background: url(../images/hot_tj.png) no-repeat 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 90px;
    line-height: 20px;
    padding: 10px 8px 0 0;
    text-align: center;
    width: 25px;
}

.banner2_c {
    float: right;
    height: 100px;
    width: 243px;
}

.banner2_c li {
    border-bottom: 1px dotted #e3e3e3;
    display: inline;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 245px;
}

.banner2_c li img {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
}

.banner2_c li a {
    color: #7B7B7B;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

.banner2_c li a:hover {
    color: #c00;
    text-decoration: underline;
}