.dshbox, .wyhbox, .rulebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 20px;
}
.dsht {
    width: 28%;
    height: auto;
    overflow: hidden;
    float: left;
}
.dsht span {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}
.dsht span.t1 {
    width: 60%;
    line-height: 40px;
    font-size: 1.25rem;
    color: #fff;
    background: #a87e47;
    padding-left: 25px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dsht.en span.t1 {
    width: 80%;
    font-size: 1rem;
    line-height: 120%;
    padding: 10px 0 10px 20px;
}
.dsht span.t1.on::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/static/images/rya.png) right center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    z-index: 10;
}
.dsht span.t2 {
    line-height: 220%;
    font-size: 1rem;
    padding-left: 5px;
}
.dsht.en span.t2 {
    font-size: 0.875rem;
}
.dsht span.t2:hover {
    color: #a87e47;   
}
.dshc {
    width: 65%;
    height: auto;
    overflow: hidden;
    float: left;
}
.dscont {
    height: auto;
    overflow: hidden;
    font-size: 0.875rem;
    line-height: 200%;
    margin-bottom: 80px;
    display: none;
}
.dscont img {
    max-width: 100%;
}
.dscont span.t {
    font-weight: bold;
    display: block;
    font-size: 1.5rem;
    color: #a87e47;
    height: 60px;
    line-height: 120%;
}

.wyhbox {
    font-size: 0;
    width: 90%;
    padding-bottom: 50px;
}
.wyhrow {
    width: calc(50% - 50px);
    height: auto;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.wyhrow:nth-child(odd) {
    margin-left: 100px;
}
.wyhrow:nth-child(1) {
    margin-left: 0;
    margin-right: 30%;
}
.wyhrow span, .wyhrow a {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.wyhrow span:nth-child(1) {
    background: #a87e47;
    font-size: 1.25rem;
    color: #fff;
    line-height: 2.6rem;
}
.wyhrow span:nth-child(2) {
    font-size: 1rem;
    line-height: 2.25rem;
}
.wyhrow a {
    font-size: 0.875rem;
    color: #a87e47;
}
.wyhrow a .svg {
    width: 40px;
    height: 30px;
    vertical-align: middle;
    object-fit: cover;
}
.wyhrow a:hover {
    font-weight: bold;
}

.rulebox {
    padding-bottom: 100px;
    margin-top: -20px;
}
.rulebox a {
    display: block;
    width: 30%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    background: #f6f2ec;
    border: 1px solid #f6f2ec;
    float: left;
    margin: 20px 0 30px 3.5%;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rulebox a:nth-child(3n+1) {
    margin-left: 0;
}
.rulebox a span {
    display: block;
    text-align: center;
}
.rulebox a span:nth-child(1) {
    line-height: 60px;
    font-size: 1.25rem;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.rulebox.en a span:nth-child(1) {
    line-height: 120%;
    white-space: normal;
}
.rulebox a span:nth-child(2) {
    font-size: 0.875rem;
    color: #a87e47;
    width: 180px;
    line-height: 26px;
    margin: 20px auto 0 auto;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rulebox a .svg {
    width: 40px;
    height: 30px;
    vertical-align: middle;
    object-fit: cover;
}
.rulebox a:hover {
    background: #fff;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.rulebox a:hover span:nth-child(1) {
    font-weight: bold;
}
.rulebox a:hover span:nth-child(2) {
    width: 120px;
    background: #a87e47;
    color: #fff;
}

.rulebox a:hover .svg path {
    fill: #fff;
}

@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {

}