.tab {
    margin-top: 5px;
    padding: 0px 10px 0px 10px;
}

.tab-title {
    /* height: 40px; */
    font-size: 0;
    background-color: #f5f5f5;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dashed #DDDDDD;
    /* margin-top: 10px; */
}
.tab-title .item {
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #666;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    border:1px dashed #DDDDDD;
    border-width: 0 1px;
    margin: 5px;
}
.tab-title .item:hover{
    cursor: pointer;
    color: white;
    background-color: #CB1C67;
}
.tab-title .active {
    color: white;
    background-color: #1B3084  !important;
}
.tab-cont {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.tab-cont .box{
    width: 100%;
    float: left;
    display: none;
}
.tab-cont .box .box-place{
    height:34px;
	line-height:34px;
	background:url("../images/hthline.jpg") center center repeat-x;
	color:#CB1C67;
	padding:0px 20px;
	text-align:left;
}
.tab-cont .box .box-place span{
	background-color:white;
    padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
/*20210729*/
.tab-title .item{
	background: #eeeeee url('../images/date-h.png') no-repeat center left;
	background-size: 23%;
	}
.tab-title{background-color: #fff;}
.tab-title .active{
	background: #1B3084  url(../images/date-b.png) no-repeat center left !important;
	background-size: 23% !important;
}


.tab-title .item:hover {
    cursor: pointer;
    color: white;
    background-color: #1B3084 ;
}
