﻿.content_p {
    width: 1000px;
    border-top-color: red;
    margin: 8px auto;
    overflow: hidden;
}

.pos {
    width: 988px;
    height: 20px;
    border: 1px solid #e4e4e4;
    margin: 5px auto;
    padding: 5px 0 5px 10px;
}

.pos a {
    padding: 5px 0;
}


.content_p_l {
    width: 700px;
    float: left;
    overflow: hidden;
}

.gamephb {
    width: 698px;
    float: left;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.gamephb h2 {
    display: block;
    height: 29px;
    background: #f4f4f4;
    padding: 6px 0 0 10px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px 0;
}

.gamephb ul {
    padding: 10px;
}

.gamephb ul li {
    display: block;
    width: 690px;
    height: 85px;
    border: 1px dashed #e4e4e4;
    border-width: 0 0 1px 0;
    padding: 15px 0 0 0;
}

.icon {
    width: 80px;
    float: left;
}

.icon img {
    width: 64px;
    height: 64px;
}

.info {
    width: 300px;
    float: left;
    padding: 5px 0 0 0;
}

.info h3 {
    font-size: 14px;
    color: red;
}

.info p {
    padding: 5px 0 0 0;
}

.info2 {
    width: 180px;
    float: left;
    color: #666;
}

.info2 span {
    display: block;
    padding: 20px 0 0 0;
    float: left;
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #f8a93a;
}

.down {
    /* width: 90px; */
    float: left;
    padding: 10px 0 0 0;
}

.down a {
    display: block;
    width: 100px;
    padding: 8px 5px;
    text-align: center;
    color: #fff;
    background: #7bb93b;
}

.down a:hover {
    color: #fff;
    background: #F49003;
}

.content_p_r {
    width: 290px;
    float: right;
    overflow: hidden;
}

.content_p_div,
.content_p_div1 {
    width: 288px;
    float: right;
    border: 1px solid #e4e4e4;
    margin: 0 0 10px 0;
}

.content_p_div1 .content_p_div1_a{
    display: inline-block;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quanbuyouxi {
    width: 288px;
    float: right;
    border: 1px solid #e4e4e4;
    margin: 0 0 10px 0;
}

.quanbuyouxi h3 {
    display: block;
    height: 29px;
    background: #f4f4f4;
    padding: 6px 0 0 10px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px 0;

}

.quanbuyouxi ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.quanbuyouxi .qbyx-flex {
    display: flex;
    justify-content: center;
}

.quanbuyouxi .qbyx-flex span {
    width: 40%;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #666666;
    border: 3px #FFF solid;
    background: #EEE;
    text-align: center;
}

.quanbuyouxi .qbyx-flex .active {
    background: #7bb93b;
}

.quanbuyouxi .qbyx-flex span a {
    font-size: 14px;
    color: #333333;
}

.content_p_div h3,
.content_p_div1 h3 {
    display: block;
    height: 29px;
    background: #f4f4f4;
    padding: 6px 0 0 10px;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px 0;
}

.content_p_div ul li {
    display: block;
    width: 260px;
    height: 20px;
    overflow: hidden;
    padding: 5px 8px;
}

.content_p_div ul li.active {
    height: auto;
}


.content_p_div ul li em {
    color: #fff;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    background: #F49003;
}

.content_p_div ul li span {
    display: block;
    float: right;
    color: #666;
}

.content_p_div ul li a {
    display: block;
    float: left;
    width: 170px;
    padding: 0 0 0 8px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_p_div ul li a:hover {
    color: #F49003;
    text-decoration: underline;
}

.content_p_div ul li a img {
    padding: 5px 0 8px 20px;
}

.content_p_div ul li img {
    width: 78px;
    height: 78px;
}

.content_p_div1 ul {
    width: 260px;
    padding: 5px 14px;
}

.content_p_div1 ul li {
    float: left;
    width: 130px;
    height: auto;
    text-align: center;
    line-height: 20px;
    margin: 0px;
    padding: 5px 0px;
}

.content_p_div1 ul li img {
    width: 78px;
    height: 78px;
}

/* 分页 */
.pagination_wrapper {
    width: 100%;
    height: 36px;
    text-align: center;
    margin-top: 15px;
}

.pagination_wrapper .page_btns {
    display: inline-block;
}

.clearfix {
    zoom: 1;
}

/* 分页选中后颜色 */
.pagination_wrapper a.current {
    background-color: #FF9301;
    border: 1px solid #FF9301;
    color: #fff;
}

.pagination_wrapper span {
    float: left;
    margin-right: 10px;
}

.pagination_wrapper a:last-child {
    margin-right: 0;
}

.pagination_wrapper a {
    text-decoration: none;
    cursor: pointer;
    float: left;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 10px;
    color: #666;
    background: #fff;
}