
/* The tabs */

.fzzl_news_box_202008 ul{
    float: left;
    list-style: none;
    text-align: left;

    margin: 0;
    padding-left: 0;
}

.fzzl_news_box_202008 ul li{
	height: 70px;
	width: 170px;
	background: #1a237e;
	margin-top: 10px;
	
}

.fzzl_news_box_202008 ul li a{
    display: block;
    text-decoration: none;
	color: #fff;
    
    text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600
	
}

.fzzl_news_box_202008 ul li a.tab-active {
    background: #ffffff;
	position: relative;
	color: #184390;
}
.fzzl_news_box_202008 ul li a.tab-active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    right: -6px;
    top: 28px;
    transform: rotate(45deg);
} 

.fzzl_news_box_202008 ul li:first-child a{
    border-top: 0;
}

.fzzl_news_box_202008 .tab-content-active ul li{
	width: 100%;
	background:transparent;
	height: 52px;
}
.fzzl_news_box_202008 .tab-content-active ul li a {    
    text-align: left;
    height: 40px;
	line-height: 40px;
    font-size: 16px;
	font-weight:normal
}

/* The content */

.fzzl_news_box_202008 .tabs-content-placeholder{
    
    font-weight: normal;
    padding: 20px 40px 45px;
    margin: 0 auto;
   
    text-align: center;
}

.fzzl_news_box_202008 .tabs-content-placeholder div{
    display: none;
}

.fzzl_news_box_202008 .tabs-content-placeholder div.tab-content-active{
    display: block;
}


