.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;
}
.tab-title .item {
    display: inline-block;
    box-sizing: border-box;
    width: 105px;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #666;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    border:1px dashed #DDDDDD;
    border-width: 0 1px;
}
.tab-title .item:hover{
    cursor: pointer;
    color: white;
    background-color: #CB1C67;
}
.tab-title .active {
    color: white;
    background-color: #CB1C67 !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: #750676  url('../images/date-b.png') no-repeat center left !important;
	background-size: 23% !important;
}


.tab-title .item:hover {
    cursor: pointer;
    color: white;
    background-color: #750676;
}


/*20220614����*/
.search{
    position: relative;
    margin-bottom: 0px;
    padding:5px 10px;
    border-bottom: 1px solid #d4d9dd;
    background: #f3f5f7;
}
.input-lg {
    padding: 11px 2%;
    height: auto;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.33;
    width: 79%;
    border: 1px solid #ccc;
}
.form-control {
    border-radius: 2px !important;
}
.search .sbtn {
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 15%;
    height: 44px;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
    background: #750676;
}