#articleInfo12{overflow:hidden}
#articleInfo12 .row h3{font-size:40px;color:#001e61;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;line-height:170%}
#articleInfo12 .row h3:after{margin-bottom:30px;width:100px;height:5px;background:#fa1e37;display:block;content:"";-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
#articleInfo12 .row h3:hover:after{width:95%}
#articleInfo12 .row article{margin: 10px 0;text-align: justify;line-height: 200%;font-weight: bold;}
#articleInfo12 .row h4{color:#0a285e;font-size:26px;line-height:120%;margin: 10px 0;letter-spacing:2.5px;font-weight:bold}
#articleInfo12 .row h5{color:#0a285e;font-size: 22px;line-height:120%;margin: 15px 0;font-weight:bold}
#articleInfo12 .row li{margin:5px 0px 5px 20px;list-style-type:disc;list-style-position:inherit;color:#303030;line-height:180%;font-weight:400;text-align:justify}
#articleInfo12 .row .topBox{overflow:hidden}
#articleInfo12 .row p{margin:0 2% 0 0;float:left;width:48%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo12 .row p:nth-child(2){margin:0 0 0 2%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo12 .row img{margin:20px 0;-webkit-box-shadow:0 0 12px #5d5d5d;-moz-box-shadow:0 0 12px #5d5d5d;box-shadow:0 0 12px #5d5d5d}
#articleInfo12 .row img:hover{transform:scale(0.9)}
#articleInfo12 .row .downBox{animation-name:fadeInUp;-webkit-animation-name:fadeInUp}


#nbastatBox2 *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:'Roboto',serif !important;font-size:15px}
#nbastatBox2{position:relative}
.h2Title a{background:#144813;color:#fff;display:inline-block;padding:0 16px;border:2px solid #144813;margin-left:-5px}
.h2Title a:first-child{background:#27882b}
#nbastatBox2{display:block;font-size:11px;margin: 20px 0;font-weight:400;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#nbastatBox2 .overlay{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;box-shadow:2px 0 5px -2px rgb(100 100 100 / 20%);left:0;position:absolute;top:0;z-index:90}
#nbastatBox2 .overflow table,#nbastatBox2 .overlay table{border-collapse:collapse;border-spacing:0;font-size:13px;margin-bottom:0;max-width:none;width:100%;background-color:transparent;height:auto;overflow:hidden;table-layout:auto}
#nbastatBox2 table thead{background-color: #747474;color:#FFF;height:26px;}
#nbastatBox2 .overlay table thead tr th.center{padding:14px 7px 10px}
#nbastatBox2 table tbody tr td.center,#nbastatBox2 table tfoot tr td.center,#nbastatBox2 table thead tr th.center{text-align:center;padding: 15px;}
#nbastatBox2 table tbody tr td.lineup2 {/* text-align: left; */}
#nbastatBox2 table thead tr th.nobr{white-space:nowrap;}
#nbastatBox2 table thead tr th{color:#fff;line-height:1.15em;padding: 15px;vertical-align:bottom;z-index:20;border-bottom:0;text-transform:uppercase}
#nbastatBox2 table tbody tr td.rank,#nbastatBox2 table tfoot tr td.rank,#nbastatBox2 table thead tr th.rank{min-width:45px;width:45px;text-align:center}
#nbastatBox2 table tbody tr td.lineup, #nbastatBox2 table tfoot tr td.lineup{min-width: 150px;width: 150px;padding: 15px;text-align: center;font-weight: 600;}
#nbastatBox2 table tbody tr td.lineup:nth-child(3), #nbastatBox2 table tbody tr td.lineup:nth-child(4), #nbastatBox2 table tbody tr td.lineup:nth-child(5), #nbastatBox2 table tbody tr td.lineup:nth-child(6){text-align: center;}
#nbastatBox2 table thead tr th.lineup{min-width: 150px;width: 150px;padding: 15px;text-align: center;}
#nbastatBox2 table thead tr th.lineup:nth-child(1), #nbastatBox2 table thead tr th.lineup:nth-child(2), #nbastatBox2 table thead tr th.lineup:nth-child(3){vertical-align: middle;}
#nbastatBox2 table thead tr th.lineup2{min-width: 150px;width: 150px;vertical-align: middle;}
#nbastatBox2 table thead tr th.lineup:nth-child(4){width:200px;min-width: 200px;}
#nbastatBox2 table tbody tr td.lineup svg{width:20px;}
#nbastatBox2 table tbody tr{height:26px;background-color:#fff}
#nbastatBox2 table tbody tr:nth-Child(odd){background-color:#f4f4f4}


.tit ul {overflow: hidden;position: relative;padding: 40px 120px;z-index: 1;display: flex;flex-wrap: wrap;}
.tit ul li {animation-name: fadeInUp;-webkit-animation-name: fadeInUp;width: calc((100% / 3 ) - 40px);padding: 20px 20px;}
.tit ul li:nth-child(4),.tit ul li:nth-child(5) {animation-name: fadeInUp;-webkit-animation-name: fadeInUp;width: calc((100% / 2 ) - 40px);}

.tit ul li .item {display: flex;justify-content: flex-start;position: relative;/* height: 110px; */overflow: hidden;flex-direction: column;align-items: center;}

.tit ul li:nth-child(4) .item {}
.tit ul li .item .circle {position: relative;width: 90px;height: 90px;box-sizing: border-box;text-align: center;font-size: 32px;border-radius: 0 100px 90px;background-color: #b69777;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.tit ul li .item p{color: #707070;}
.tit ul li .item:hover .circle {animation: flipInX 1.5s both;-webkit-animation: flipInX 1.5s both;animation-duration: 1s;-webkit-animation-duration: 1s;	}
.tit ul li .item .circle .img_iconcover{color: white;height: 60px;width: 60px;}
.tit ul li:nth-child(2) .item .circle{background-color: #bfad96;}
.tit ul li:nth-child(2) .item b{color: #bfad96;}
.tit ul li:nth-child(3) .item .circle{background-color: #cec2b7;}
.tit ul li:nth-child(3) .item b{color: #cec2b7;}
.tit ul li:nth-child(4) .item .circle{background-color: #6f5943;}
.tit ul li:nth-child(4) .item b{color: #6f5943;}
.tit ul li:nth-child(5) .item .circle{background-color: #513717;}
.tit ul li:nth-child(5) .item b{color: #513717;}
.tit ul li .item p {font-size: 16px;display: flex;flex-direction: column;align-items: center;padding: 10px 20px;width: 100%;text-align: center;}
.tit ul li .item article p{font-size: 15px;}
.tit ul li .item b{font-size: 20px;font-weight: 500;padding-bottom: 12px;margin-bottom: 12px;width: 100%;color: #9c8062;text-align: center;position: relative;padding: 10px 0 10px;}
.tit ul li .item b::after {content: "";width: 32px;height: 1px;display: block;position: absolute;left: 50%;bottom: -1px;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);background: #cccccc;-webkit-transition: 0.9s;transition: 0.9s;}

@media screen and (max-width: 1025px){
	#nbastatBox2 .overflow{-webkit-overflow-scrolling:touch;overflow-x:scroll;}
}
@media screen and (max-width:1024px){
	.tit ul{padding: 40px 0;}
}
@media screen and (max-width: 768px){
	.tit ul{display: flex;flex-direction: column;}
	.tit ul li,.tit ul li:nth-child(4), .tit ul li:nth-child(5){width: calc((100% / 1 ) - 0px);padding: 20px 0px;}
}
@media screen and (max-width: 480px){
	.topTitle h1{width:80%}
	#articleInfo12 .row h3{font-size:35px}
}