﻿main{
    background: url(/res/Home/structure/20010144.png) center bottom no-repeat;
    overflow: hidden;
    padding-bottom: 50px;
}
nav{
    width: 1150px;
    margin: auto;
}

.aboutBg{
    background-image: url(/res/Home/structure/20010211.jpg);
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
position: relative;
}
/*.aboutBg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}*/
.chinalifeTit{
    text-align: center;
    margin: 40px auto;
}
.chinalifeTit span {
    font-size: 16px;
    font-weight: bold;
}
.chinalifeTit p{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
.chinalifeTit .chinalifeTit-yt{text-align:left;line-height:1.8;text-indent:32px;}

.chinalifeL{
    width: 650px;
}
.chinalifeLtxt{
    margin-bottom: 40px;
    line-height: 1.6;
}
.chinalifeLtxt p{
    font-size: 18px;
    font-weight: bold;
    color: #3366cc;
}
.chinalifeLtxt span{
    color: #666;
    line-height:2;
}

.chinalifeR{
    margin-top: -40px;
}

.growup{
    margin-bottom: 180px;
}

.risk .riskL,
.risk .riskR,
.risk .riskC{
    width: 350px;
    margin-right: 25px;height:220px;
}
.risk .riskR{
    margin: 0;
}
.risk>div>span{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.risk .riskUnified p{
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}
.risk .riskL span{
    background: #cccc99;
}
.risk .riskC span{
    background: #669999;
}
.risk .riskR span{
    background: #3399cc;
}

.pyq{
    margin-top: 50px;
}
.pyq-tit{
    margin: 40px 0 10px 0;
    overflow: hidden;
}
.pyq-tit span{
    float: left;
    margin-right: 20px;
    width: 370px;
    border-bottom: 2px solid #999;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.pyq-tit span:last-of-type{
    margin: 0;
}
.pyq-tit .active{
    border-color: #0099ff;
    color: #0099ff;
}
.pyq-list ul{
    display: none;
    overflow: hidden;
    
}
.pyq-list ul li{
    float: left;
    width: 170px;
    margin-right: 25px;
    margin-top: 30px;
}
.pyq-list ul li img{
    border: 1px solid #999;
    width: 100%;height:149px;
}
.pyq-list ul li:hover img{
    border-color: #3366cc;
}
.pyq-list ul li #VenuesIDSubject a{
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
font-size: 16px;
    padding: 10px 0;
    background: #3366cc;
    border: 1px solid #3366cc;
}
.pyq-list ul li:nth-child(6n){
    margin-right:0;
}
.pyq-list .show{
    display: block;
 background-color: transparent;
}


.csgo ol {
    /*width: 160px;
    float: left;
    height: 480px;
    overflow-y: scroll;*/
overflow: hidden;
}
.csgo ol::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.csgo ol::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}
.csgo ol::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}
.csgo ol li {
    width: 160px;
    height: 50px;
    border-radius: 40px;
    background: #2477BD;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    /* position: relative; */
    text-align: center;
    float: left;
    line-height: 50px;
    margin: 20px 15px;
}
.csgo ol li span {
    /*display: block;
    text-align: center;
    position: absolute;
    left: 45px;*/
}
.csgo ul li {
    padding: 8px 10px;
}
.csgo ul {display:none;color:#AA8E46;
    /*width: 950px;
    float: right;*/
}
.csgo ol li.active, .csgo ol li:hover{
    background: #AA8E46;
}