/** base css **/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,img {
    margin:0;
    padding:0;
}
body{
    font:12px"宋体","Arial Narrow";
    color: #666;
    background:#fff;
}
ul,ol {
    list-style: none;
}
select,input {
    vertical-align: middle;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
p {
    text-indent: 2em;
    text-align: left;
}

a {
    color:#666;
    text-decoration:none;
}

a:hover {
    color:#0b5ed7;
    text-decoration:none;
}

s,i,em {
    font-style: normal;
    text-decoration: none;
}
p {
    word-wrap:break-word;
}




/** header **/
.header-container {
    margin-top: 20px;
    margin-bottom: 15px;
}
.hot-game {
    margin-left: 20px;
    margin-top: 40px;
}

.gallery {
    margin-top: 20px;
}

.gallery-grid li figure img {
    border-radius: 50px;
}
.text-container {
    padding-top: 50px;
}

.remind-container {
    padding-top: 60px;
    padding-bottom: 50px;
}
.age-remind {
    padding-top: 20px;
}

.footer-container {
    margin-top: 50px;
}


/**** text-grid ****/
.text-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-grid li {
    float: left;
    width: 25%;
    padding: 10px;
    position: relative;

}
.text-block {
    padding: 10px 30px 10px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}

.p-no-text-indent {
    text-indent: 0;
}

@media (max-width: 1200px) {
    .text-grid li {
        width: 25%; } }
@media (max-width: 900px) {
    .text-grid li {
        width: 50%; } }
@media (max-width: 600px) {
    .text-grid li {
        width: 50%;
        margin: 0 0 15px; } }


/*******breadcrumb*********/

.breadcrumb-container {
}
.breadcrumb li {
    float: left;
}


/************page-content**************/
.text-top {
    margin-top: 20px;
}