/* sub_tab02 */
.sub_tab02{max-width: 1200px;width: 100%;margin: 0 auto 60px;display: table;table-layout: fixed;}
.sub_tab02 li{background: #fff; border: 1px solid #D3D3D3; border-left: 0; display: table-cell; vertical-align: middle; position: relative; text-align: center}
.sub_tab02 li:first-child{border-left: 1px solid #d3d3d3}
.sub_tab02 li a, .sub_tab02 li span{padding: 10px 5px; display: block; color: #4c4c4c; font-size: 15px; letter-spacing: -1px}
.sub_tab02 .on{color:#ffffff; border-color: #4c4c4c; background: #4c4c4c}
.sub_tab02 .on:after{content: ''; position: absolute; left: 50%; bottom: -10px; border-top: 5px solid #4c4c4c; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; transform: translate(-50%, 0)}
.sub_tab02 .on a, .sub_tab02 .on span{color: #ffffff}
.tab_wrap ul.tab_container{width: 100%; overflow: hidden;}
.tab_wrap ul.tab_container > li{overflow:hidden; display: none;}
.tab_wrap ul.tab_container > li.on{display: block;}

.view_down{padding: 10px;text-align: left;}
.view_down .left{padding-right: 20px; display: table-cell; vertical-align: top; color: #193b6a; font-weight: 700}
.view_down .right{display: table-cell; vertical-align: top}
    
/* n_bBox */
.n_bBox{width: 100%; clear: both; color: #a5a5a5}	
.n_bBox ul li.n_bBox_tit{padding: 20px 0; border-top: 1px solid #d6d6d6; vertical-align: middle; background-color: #fcfcfc; text-align: center; font-weight: normal}
.n_bBox ul li{padding: 30px 0; border-top: 1px solid #d6d6d6; vertical-align: middle; display: flex; align-items: center; font-size: 14px}
.n_bBox ul li:last-child{border-bottom: 1px solid #d6d6d6}
.n_bBox ul li:after{content: ''; display: block; clear: both}
.n_bBox ul li > span{vertical-align: middle; padding-top: 3px; padding-bottom: 3px}
.n_bBox .n_bBox_con1{color: #686868}
.n_bBox .n_bBox_con2{color: #686868; text-align: left}
.n_bBox .n_bBox_con2 a{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.n_bBox .n_bBox_con2 a:hover >span{transition: .1s; font-weight: 800}
.n_bBox .n_bBox_con2 .n_bBox_c2_t1{display: block; color: #ed1c24; font-size: 16px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.n_bBox .n_bBox_con2 .n_bBox_c2_t2{display: block; color: #686868; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.n_bBox .n_bBox_con2 .n_bBox_c2_n1{color: #ed1c24; font-size: 13px}
.n_bBox .n_bBox_con2 .n_bBox_c2_n2{color: #686868; font-size: 13px}
.n_bBox_icon{margin-right: 10px; padding: 5px 10px; border-radius: 3px; color: #ffffff; background-color: #ff4646}
.n_bBox_icon2{margin-right: 10px; padding: 5px 10px; border-radius: 3px; color: #ffffff; background-color: #4659ff}
.n_bBox_icon3{margin-right: 10px; padding: 5px 10px; border-radius: 3px; color: #ffffff; background-color: #333333}

@media screen and (max-width:991px) {
}
@media screen and (max-width:768px) {
	.n_bBox ul li{display: block}	
}
@media screen and (max-width:500px) {
    .n_bBox_icon{
        font-size: 8px;
        padding: 3px 4px;
        border-radius: 3px;
        color: #ffffff;
        background-color: #ff4646;
    }
    .n_bBox_icon2{
        font-size: 8px;
        padding: 3px 4px;
        border-radius: 3px;
        color: #ffffff;
        background-color: #4659ff;
    }  
	.n_bBox_icon3{
        font-size: 8px;
        padding: 3px 4px;
        border-radius: 3px;
        color: #ffffff;
        background-color: #333333;
    }

    .view_down .right {
        display: block;
    }
   
}

@media screen and (max-width:992px) {
	.n_bBox ul li{display: flex;}	
	.n_bBox .n_bBox_con2 {text-align: left;}
	.n_bBox .n_bBox_con1 {color: #686868; margin-right: 0px; margin-left: 10px;}		
}

/* n_bBtn */
.n_bBtn{clear: both; display: table; margin: 0 auto}
.n_bBtn ul li{float: left; margin-left: 5px}
.n_bBtn ul li:first-child{margin-left: 0}
.n_bBtn ul li.n_b_prev{margin-left: 0; margin-right: 15px}
.n_bBtn ul li.n_b_next{margin-left: 15px}
.n_bBtn ul li a{width: 28px; height: 28px; padding-top: 3px; border: 1px solid #d6d6d6; display: block; float: left; color: #8b8b8b; font-size: 14px; text-align: center}
.n_bBtn ul li a:hover,
.n_bBtn ul li a:focus{border-color: #545454; color: #000000}
.n_bBtn ul li.on a{border-color: #4b4b4b; color: #ffffff; background: #4B4B4B}

@media screen and (max-width:500px) {
.n_bBtn ul li a{width: 25px; height: 25px; padding-top: 3px; border: 1px solid #d6d6d6; display: block; float: left; color: #8b8b8b; font-size: 14px; text-align: center}
.n_bBtn ul li a:hover,
.n_bBtn ul li a:focus{border-color: #545454; color: #000000}
.n_bBtn ul li.on a{border-color: #4b4b4b; color: #ffffff; background: #4B4B4B}
	
}

a { text-decoration: none; }
.n_bBox ul li { padding:10px 0; }