html{position:relative;overflow-x:hidden;}
.max-width{width:85%;max-width:1450px;margin: 0 auto;}
.nav_top{height:40px;position: relative;top:15px;line-height:30px;}
.nav_top .nav_state{display: flex;justify-content:flex-end;display: -ms-flexbox;-ms-flex-pack: end;}
.nav_top .nav_state>ul{display:flex;display: -ms-flexbox;}
.nav_top .nav_state>ul li{margin-left:15px;}
.nav_top .nav_state>ul li a{font-size:14px;color:#111;position:relative;}
.nav_top .nav_state>ul li a:hover{color:#e60020;}
.nav_top .nav_state>ul li a:after{content:"";position:absolute;top: 50%;width:1px;height:100%;background-color:#111;transform: translate(7px, -50%);}
.nav_top .nav_state>ul li:last-child a:after{display:none;}
.phone{margin-left:30px;display:flex;display: -ms-flexbox;}
.phone .ph_num{display:flex;display: -ms-flexbox;}
.phone .form{position:relative;}
.phone .form .input_form{position:absolute;right:0;top:40px;z-index:4;display:none;}
.phone .form .input_form .search{width:260px;height:40px;outline: none;border-radius:20px;border:none;padding-left:10px;box-shadow: 0 0 2px #f18a2c;font-size:12px;padding-right:40px;}
.phone .form .input_form .submit{position: absolute;top: 50%;right: 5%; transform: translate(0px, -50%);background: none;border:none;font-size:12px;cursor: pointer;}
.phone .form .input_form .submit:hover{color:#e12328;font-weight:bold;}
.phone .ph_icon{display:flex;width:30px;height:30px;background:#fff;border-radius:50%;justify-content: center;align-items: center;}
.phone .cell-phone{margin-left:5px;color:#fff;font-weight:bold}
.radis{display:flex;width:30px;height:30px;background:#f18a2c;border-radius:50%;margin-left:10px;cursor: pointer;justify-content: center;align-items: center;}
.nav_box{height:130px;position:relative}
.nav_box .nav{display:flex;justify-content: space-between;height:90px;display: -ms-flexbox;-ms-flex-pack: justify;}
.nav_box .nav .logo img{width:350px;}
.nav_box .nav>ul{width:65%;display:flex;justify-content:space-between;align-self: center;height:100%;display: -ms-flexbox;-ms-flex-pack: justify;-ms-flex-align: center;}
.nav_box .nav>ul>li{display:flex;align-items: center;display: -ms-flexbox;-ms-flex-align: center;}
.nav_box .nav>ul>li>a::after{content:'';width:0%;transition:all 0.4s;}
.nav_box .nav>ul>li>a{position:relative;top:0px;font-size:18px;color:#111;transition:all 0.4s;}
.nav_box .nav>ul>li:hover>a{font-weight:700;height:40px;position:relative;top:-10px;color:#e60020;}
.nav_box .nav>ul>li:hover>a::after{position:absolute;bottom:-7px;left:0;content:'';width:100%;height:2px;background:#e60020;}
.nav_box .nav>ul>li>a.nav-on::after{position:absolute;bottom:-7px;left:0;content:'';width:100%;height:2px;background:#e60020;}
.nav_box .nav>ul>li>a.nav-on{font-weight:700;height:40px;position:relative;top:-10px;color:#e60020;}
.nav-select{position:absolute;left:-50%;top:98%;width:100%;transform: translate(50%, 0);display:none;z-index:2;background-color:#fff;border-top:2px solid #e71c28;}
.nav-select::after{content:"";position:absolute;bottom:0px;left:0;height:5px;width:50%;background:#f18a2c;z-index:9;}
.nav-select::before{content:"";position:absolute;bottom:0px;right:0;height:5px;width:50%;background:#db082c;z-index:9;}
.nav-select .cont-lists{width:auto;margin:0 auto;display:flex;justify-content: space-between;padding:0px 30px;height:100%;display: -ms-flexbox;-ms-flex-pack: justify;}
.cont-lists .se-lists{flex:1;text-align:center;padding:30px 0;transition:all 0.4s;-ms-flex: 1;}
.cont-lists .se-lists:hover{background:url(/uiFramework/commonResource/image/2023121911470576929.png) no-repeat;background-size:cover}
.cont-lists li a::after{display:none;}
.cont-lists li:first-child a{font-size:18px;color:#080808;font-weight:bold;}
.cont-lists .hr hr{width:1px;height:100%;background-color:#f0f0f0;}
.cont-lists .hr:last-child hr{display:none;}
.cont-lists .se-lists li{line-height:30px}
.cont-lists .se-lists li a{transition:all 0.4s;padding-bottom:5px;}
.cont-lists .se-lists li a:hover{color:#db082c;font-weight:bold;border-bottom:1px solid #e60020}
.jz-btn{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 999;}
.loader {width: 50px;aspect-ratio: 1;display: grid;border: 4px solid #0000;border-radius: 50%;border-right-color: #c30d23;animation: l15 1s infinite linear;}
.loader::before,.loader::after {    content: "";grid-area: 1/1;margin: 2px;border: inherit;border-radius: 50%;animation: l15 2s infinite;}
.loader::after {margin: 8px;animation-duration: 3s;}
@keyframes l15{ 
  100%{transform: rotate(1turn)}
}
.shade1{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;background:#000;opacity: 0.5;display:none;}
@media only screen and (max-width:1400px){
.nav_box .nav>ul li a{font-size:16px;}
.nav_box .nav .logo img{width:300px;}
.nav-select{top:90%;}
}
@media only screen and (max-width:1200px){
.nav_box .nav>ul li a{font-size:14px;}
.nav_box .nav .logo img{width:300px;}
.nav_box{height:110px;}
.nav_box .nav{height:70px;}
}
.foter{background-color:#791400;border-bottom:20px solid #9d380d;}
.foter-box{padding:50px 0;}
.foter-cont{display:flex;justify-content:space-between;padding-top:15px;display: -ms-flexbox;-ms-flex-pack: justify;}
.cont-left{width:50%;display: flex;flex-direction: column;justify-content: space-between;padding-right: 40px;display: -ms-flexbox;-ms-flex-direction: column;-ms-flex-pack: justify;}
.cont-left ul{display:flex;justify-content:space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.cont-left ul li a{font-size:16px;color:#fff;transition:all 0.4s;}
.cont-left ul li a:hover{color:#f18a2c;}
.cont-left ul li a.on-hover{color:#f18a2c;}
.cont-left ul li.yqlj{position:relative;}
.cont-left ul li.yqlj .yqlj-list{position:absolute;bottom:35px;display: block;width: 160px;padding: 0 10px;background: #fff;border:1px solid #000;display:none;border-radius: 5px;}
.cont-left ul li.yqlj .yqlj-list dd {margin:10px 0;}
.cont-left ul li.yqlj .yqlj-list dd a{font-size:12px;color:#f18a2c}
.cont-left ul li.yqlj .yqlj-list dd a:hover{text-decoration: underline;}
.cont-left dl{display:flex;flex-wrap:wrap;justify-content: space-between;color:#fff;font-size:14px;display: -ms-flexbox;-ms-flex-wrap: wrap;-ms-flex-pack: justify;}
.cont-left > dl dd{align-self: flex-end;margin:10px 0;-ms-flex-align: end;}
.cont-left > dl dd:nth-child(n+3){margin-bottom:0px;}
.cont-left > dl dd a{color:#fff;}
.cont-left > dl dd a:hover{text-decoration: underline;}
.cont-center{width:10%}
.cont-right{width:40%}
.cont-center{display:flex;flex-direction: column;justify-content: space-between;padding:0 20px;border-left:1px solid #924131;display: -ms-flexbox;-ms-flex-direction: column;-ms-flex-pack: justify;}
.cont-center p{font-size:14px;color:#fff;}
.cont-center p span{font-size:16px;}
.cont-right{display:flex;justify-content:space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.cont-right .rt-img{text-align:center;border-left:1px solid #924131;padding:0 20px; width: 100px;}
.cont-right .rt-img img{border-radius:5px;width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover;}
.cont-right .rt-img:last-child{padding-right:0px;}
.cont-right .rt-img span{display:inline-block;margin-top:10px;color:#fff;font-size:14px;}
.consumerLine{position:relative;}
.consumerLine span{font-size:12px;color:#fff;cursor: pointer;}
.consumerLine span:hover{color:#f18a2c}
.telephoneBox{position:absolute;z-index:10;background:url(/uiFramework/commonResource/image/2024012613481152248.png) no-repeat;width: 235px;height: 98px;background-size:100% 100%;padding: 7px 0 0 10px;box-sizing: border-box;display:none;}
.telephoneBox p{margin-top:10px;font-size:12px;}
#id1{color:#fff;cursor: pointer;}
@media only screen  and (max-width:1200px){
.cont-left ul li a{font-size:14px;}
}
@media screen and (min-width:992px) and (max-width:1090px){
.cont-right .rt-img img{}
}
@media only screen and (max-width:992px){
.foter-box{padding:30px 0;}
.foter-cont{width:100%;flex-direction: column;align-items: center;-ms-flex-direction: column;}
.cont-center{border-left:none;}
.cont-left{width:auto;padding-right:0px;}
.cont-left ul{flex-wrap:wrap;line-height:30px;-ms-flex-wrap: wrap;}
.cont-left ul li a{font-size:14px;}
.cont-center, .cont-right{width:auto;}
.cont-center{width:100%;line-height:30px;}
.cont-right .rt-img{border-left:none;padding:0 5px;}
.cont-left dl dd{margin:0;}
.cont-left dl dd img{width:50px;margin-bottom:10px;}
.cont-left dl{line-height:30px;font-size:12px;}
.cont-center p,.cont-right .rt-img span{font-size:12px;}
.cont-right .rt-img img{width:70px;}
.telephoneBox{padding:10px 0 0 10px;}
.telephoneBox p{margin-top:0;width:100%;}
}
@media only screen and (max-width:446px){
.cont-left ul li.yqlj .yqlj-list{right:0px;bottom:25px;width: 145px;}
.layui-layer-tips .layui-layer-content{top:35px}
}
.nav_box {display: block;}
@media screen and (max-width: 1024px) {
  .nav_box {display: none;}
  body {position: static !important;}
  .header {display: none;}
  .wrapper-sj-nav {position: relative;right: 0;top: 0;z-index: 9999999;width: 100vw;}
  .nav-foter ol li {margin: 20px 0;}
  .nav-foter ol li a {font-size: 16px;color: #fff;}
  .nav {display: flex;align-items: center;justify-content: space-between;width: 90vw;margin: 0 auto;height: 10.6vh;}
  .nav .nav-left {width: 40vw;height: 9vw;}
  .nav .nav-left a {display: flex;width: 100%;height: 100%;align-items: center;}
  .nav .nav-left img {width: 100%;}
  .nav .nav-content {flex-grow: 0;order: 2;width: 6vw;height: 2.5vh;background: url(/uiFramework/commonResource/image/2023121217534234424.png) no-repeat center;background-size: contain;}
  .nav .nav-content .nav-content-div {width: 0;position: absolute;z-index: 1000;top: 0;right: 0;overflow: auto;height: 100vh;background-color: #fff;transition: width 0.5s;background: url(/uiFramework/commonResource/image/2023121811002633972.png) no-repeat;background-size: cover;}
  .nav .nav-content .nav-content-ul {width: 100%;padding-bottom: 11vh;margin-top: 10vh;}
  .nav .nav-content .nav-content-ul>li {line-height: 6vh;display: block;position: relative;}
  .nav .nav-content .nav-content-ul>li .title-nav.left-on::before {position: absolute;left: 0;top: 50%;content: '';display: block;width: 2px;height: 50%;background-color: red;transform: translate(0, -50%);}
  .nav .nav-content .nav-content-ul>li a {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #fff;}
  .nav .nav-content .nav-content-ul>li .title-nav {width: 100%;height: 100%;text-align: start;overflow: hidden;position: relative;padding-left: 5px;}
  .nav .nav-content .nav-content-ul>li .title-nav a {line-height: 50px;display: inline-block;font-size: 16px;width: auto;color: #fff;}
  .nav .nav-content .nav-content-ul>li .select-box {display: none;}
  .nav .nav-content .nav-content-ul>li .select-box>ul {padding-left: 8vw;}
  .nav .nav-content .nav-content-ul>li .select-box>ul h5 {position: relative;}
  .nav .nav-content .nav-content-ul>li .select-box>ul h5 a {line-height: 50px;font-size: 15px;color: #fff;display: inline-block;}
  .nav .nav-content .nav-content-ul>li .select-box>ul h5::after {float: right;margin: 1vh 4vw 0 0;content: "";background: url(/uiFramework/commonResource/image/2023121814481932994.png) no-repeat center;background-size: 2vw 3vw;height: 4vw;width: 4vw;}
  .nav .nav-content .nav-content-ul>li .select-box>ul h5.no-select::after,
  .nav .nav-content .nav-content-ul>li .select-box>ul h5.active.no-select::after {content: "";background: none;}
  .nav .nav-content .nav-content-ul>li .select-box>ul h5.active::after {float: right;margin: 2vh 4vw 0 0;content: "";background: url(/uiFramework/commonResource/image/2023121814481932994.png) no-repeat center;background-size: 2vw 3vw;height: 5vw;width: 5vw;transform: rotate(90deg);}
  .nav .nav-content .nav-content-ul>li .select-box>ul h5.no-select::after,
  .nav .nav-content .nav-content-ul>li .select-box>ul h5.active.no-select::after {content: "";background: none;}
  .nav .nav-content .nav-content-ul>li .select-box>ul ol {display: none;}
  .nav .nav-content .nav-content-ul>li .select-box>ul ol li {line-height: 50px;margin-left: 10vw;font-size: 14px;padding-right: 30px;}
  .nav .nav-content .nav-content-ul>li .select-box>ul ol li a {display: block;}
  .nav .nav-content .nav-content-ul .open-select .hasSelect::after {position: absolute;content: "";top: 50%;right: 5%;background: url(/uiFramework/commonResource/image/2023121814481932994.png) no-repeat center;background-size: 2vw 3vw;height: 3vw;width: 3vw;transform: translate(0, -50%);}
  .nav .nav-content .nav-content-ul .close-select .hasSelect::after {position: absolute;content: "";top: 40%;right: 5%;background: url(/uiFramework/commonResource/image/2023121814481932994.png) no-repeat center;background-size: 2vw 3.5vw;height: 3.5vw;width: 3vw;transform: rotate(90deg);}
  .nav .nav-content .nav-content-ul>li.open-select .no-select::after,
  .nav .nav-content .nav-content-ul>li.close-select .no-select::after {background: none;}
  .nav .nav-content .close-icon {position: absolute;top: 4%;right: 5%;content: "";background: url(/uiFramework/commonResource/image/2023121814432091635.png) no-repeat center;background-size: 7vw 7vw;height: 7vw;width: 7vw;}
  .nav .nav-content .nav-content-active {background: url(/uiFramework/commonResource/image/2023070421202647920.png) no-repeat center;background-size: 100% 100%;}
}
.nav .nav-content .nav-content-ul>li.open-select .no-select::after,
.nav .nav-content .nav-content-ul>li.close-select .no-select::after,
.nav .nav-content .nav-content-ul>li .select-box>ul h5.no-select::after,
.nav .nav-content .nav-content-ul>li .select-box>ul h5.active.no-select::after {content: "";background: none;display: none;}
@media screen and (min-width: 1024px) {
  .wrapper-sj-nav {display: none;}
}
.banner{height:auto;position: relative;}
.erj-banner-content{position:relative;height:520px;}
.erj-banner-content>img{width:100%;height:100%;-o-object-fit: cover; object-fit: cover;object-position:top;}
.erj-banner-content .tit{position:absolute;top:50%;left:50%;width: 85%;transform: translate(-50%, -50%);max-width: 1450px;}
.erj-banner-content .tit {color:#fff;}
.erj-banner-content .tit h1{font-size:42px;margin-bottom:30px;font-weight:bold;}
.erj-banner-content .tit p{font-size:36px;line-height:30px;}
.login{position:absolute;left:50%;bottom:20%;z-index:1;transform: translate(-50%, 0px);width: 80%;max-width: 1360px;}
.wydl_box {width: 620px;height: 120px;background: transparent;padding: 20px 15px;padding-left:0px;}
.wydl_cont ul {display: flex;display: -ms-flexbox;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;overflow:hidden;padding:2px;}
.wydl_cont ul li {width:305px;height:70px;line-height:70px;text-align:center;background:url(/uiFramework/commonResource/image/2023120815313381055.png) no-repeat;background-size:100% 100%;position: relative;    box-shadow: 0 0 1px 1px #fff;border-radius:5px;}
.wydl_cont a {font-size: 18px;color: #ffffff;font-weight: 700;display: block;}
.wydl_cont a img {position: absolute;top: 26px;right: 37px;}
.wydl_ul {display: flex;display: -ms-flexbox;justify-content: space-around;-ms-flex-pack: justify;margin-top: 24px;}
.wydl_ul li {position: relative;}
.wydl_ul li::after {content: "";position: absolute;left: -20px;top: 10px;width: 3px;height: 3px;background-color: #fff;border-radius: 50%;}
.wydl_ul li:nth-child(1)::after {display: none;} 
.wydl_ul li a {font-size: 16px;transition:all 0.4s;color:#fff;}
.wydl_ul li a:hover{color:#e60020}
@media screen and (max-width: 999px) {
  .login {display: none;}
  .erj-banner-content {height: 350px;}
  .erj-banner-content .tit h1 {font-size: 28px;margin-bottom: 0;font-weight: bold;}
  .erj-banner-content .tit p {font-size: 24px;}
}
.wydl_cont a:before {content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.wydl_cont a:hover:before { filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.wydl_cont a>span { display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.wydl_cont a:hover>span {filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.wydl_cont a:hover>span:nth-child(1) {-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.wydl_cont a:hover>span:nth-child(2) { -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.wydl_cont a:hover>span:nth-child(3) { -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.wydl_cont a:hover>span:nth-child(4) { -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.wydl_cont a:hover { background:url(/uiFramework/commonResource/image/2024010211094011586.png) no-repeat;border-radius:5px;}

.fl {float: left;}
.fr {float: right;}
.clear{clear: both;}
@media screen and (max-width: 999px) {
.f_no {float: none;}
}
.finance-back {background-color: #F9F9F9;padding: 75px 0;}
.MAR-TB {margin: 75px 0;}
.fl_img {width: 50%;}
.fl_box {width: 48%;}
.box-left2 {display: none;}
@media screen and (max-width: 1400px) {
  .MAR-TB {margin: 45px 0;}
  .finance-back {padding: 30px 0;}
}
@media screen and (max-width: 999px) {
  .MAR-TB {margin: 30px 0;}
  .fl_img ,.fl_box {width: 100%;}
  .box-left {display: none;}
  .box-left2 {display: block;}
  .max-width.sjy_box {width: 100%;box-sizing: border-box;padding: 0 20px;}
}
.mk_tit{ color:#131313; margin:20px 0; height:36px;background:url("/nbdhbchina/resource/cms/2025/04/img_pc_site/logo-831-orange-202504.png") no-repeat left top; background-size: 36px 36px;}
.mk_tit .tit{font-size: 28px;font-weight: bold; color:#131313;padding-left: 43px; line-height:36px;}
@media screen and (max-width: 999px) {
  .mk_box {text-align: center;}
  .mk_tit {display: inline-block;}
}
.img_ts {overflow: hidden;}
.img_ts_box {transition: all 0.4s;}
.img_ts_box:hover {transform: scale(1.05);}
.img_ts .img_ts_box img {width: 100%;opacity: 0;}
.fl_img_box {position: relative;}
.fl_img_box>div {width: 100%;}
@media screen and (max-width: 999px) {
  .img_ts .img_ts_box {margin-bottom: 10px;}
  .fl_img_box {display: block;height: auto;}
}
.DH_tab {display: none;}
.DH_tab_act {display: block;}
.DH_tab p {font-size: 16px;line-height: 34px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-align: justify;max-height: 100px;}
@media screen and (max-width: 1100px) {
  .DH_tab p {line-height: 30px;} 
}
@media screen and (max-width: 999px) {
  .DH_tab p {display: block;max-height: none;}
}
.DH_tit {position: absolute;bottom: 35px;width: 100%;}
.DH_tit ul {display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap:wrap; wrapmargin-left: -37px;}
.DH_tit ul li {width: 33%;text-align: center;padding-bottom: 10px;position: relative;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DH_tit ul li::after {content: '';display: block;width: 2px;background-color: #000000;height: 24px;position: absolute;right: 0;top: 3px;}
.DH_tit ul li:nth-child(3n)::after {display: none;}
.DH_tit ul li:last-child::after {display: none;}
.DH_tit ul li a {font-size: 18px;margin: 0 10px;padding-bottom: 5px;transition:all 0.4s;}
.DH_tit ul li:first-child a {color: #F18A2C;border-bottom: 2px solid #F18A2C;}
.DH_tit ul li a.DH_tit_a {color: #F18A2C;border-bottom: 2px solid #F18A2C;}
@media screen and (max-width: 999px) {
  .DH_tit {margin-top: 30px;position: initial;}
  .DH_tit ul li {width: 48%;}
  .DH_tit ul li:nth-child(2n-1)::after {display: block;}
  .DH_tit ul li:nth-child(2n)::after {display: none;}
  .DH_tit ul li:last-child::after {display: none;}
}
.message_gg ul {display: flex;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;display: -ms-flexbox;}
.message_gg ul li {width: 48%;}
.message_gg ul li a {display: flex;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;height: 40px;line-height: 40px;transition: all 0.4s;display: -ms-flexbox;}
.message_gg ul li a p {font-size: 16px;color: #000000;width: calc(100% - 100px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.4s;}
.message_gg ul li a span {font-size: 14px;width: 100px;text-align: right;transition: all 0.4s;}
.message_gg ul li a:hover p {color: #f18A2C;}
.message_gg ul li a:hover span {color: #f18A2C;}
@media screen and (max-width: 999px) {
  .message_gg ul {display: block;}
  .message_gg ul li {width: 100%;}
}
.TheParty.message_gg ul {display: block;}
.TheParty.message_gg ul li {width: 100%;}
@media screen and (max-width: 999px) {
  .TheParty.message_gg {margin-top: 0px;}
}
.typo p, .typo pre, .typo ul, .typo ol, .typo ul li, .typo ol li, .typo dl, .typo dl, .typo form, .typo hr, .typo table {margin: 0.6em 0 1em;}
.typo p {line-height: 2; text-align: justify; text-justify: inter-ideograph; *zoom: 1;}
.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {margin: 1.4em 0 0.8em; font-weight: 800;}
.typo ul {margin-left: 0em;}
.typo ul li {line-height: 2;}
.typo ol {margin-left: 2.4em;}
.typo ol li {line-height: 1.8; list-style: decimal;}
.typo li ul, .typo li ol {margin-top: 0; margin-bottom: 0; margin-left: 2em;}
.typo li ul{list-style: circle;}
.typo ul li, .typo ol li {text-align: justify; text-justify: inter-ideograph;}
.typo table th, .typo table td {border: 1px solid #ddd; padding: 5px 10px;}
.typo table th {background: #fbfbfb;}
.typo table thead th {background: #f1f1f1;}
.typo table th > p, .typo table td > p {margin:0}