.content_box{
    width: 90%;
}
.content_box::after {
    content: "";
    width: 10px;
    height: 196px;
    background: #009040;
    position: absolute;
    right: 0px;
    top: 25px;
    display: none;
}
.brand-top,
.brand-bottom{
    background-color: #fff;
    
}
.brand-top{
    display: flex;
    padding: 10px 20px 30px;
}
.brand-top-left{
    width: 40%;
    /*background: url(../images/brand2.png) no-repeat center;*/
    background-size: cover;
}
.brand-leftImg{
    width: 100%;
    height: 100%;
   
}
.brand-top-right{
    width: 60%;
    margin:0px  70px;
}
.introduce-title{
    display: flex;
    flex-direction: row;
    position: relative;
 }
 .tab-content{
    padding: 20px 0px;
 }
 .title-num{
    font-size: 100px;
    font-weight: bold;
    color: #EAF6F0;
    line-height: 100px;
 }
 .title-chara{
    position: absolute;
    left: 0px;
    bottom: 12px;
    /* margin-top: 80px; */
    font-weight: bold;
    font-size: 24px;;
    color: #303336;
    line-height: 28px;
 }
 .introduce-content{
    text-align: justify;
    text-indent: 2em;
    color: #626363;
    line-height: 32px;
 }
 .recommend{
    margin-top: 20px;
 }
  .line {
    width: 56px;
    height: 4px;
    background: #009040;
    margin-bottom: 30px;
}
.brand-bottom{
    margin-top: 10px;
    padding: 20px 85px 75px 70px;
    
}
.brand-bottom-title{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.buttom-more{
    cursor: pointer;
    width: 120px;
    height: 40px;
    background: #EAF6F0;
    border-radius: 25px 25px 25px 25px;
    font-size: 20px;
    color: #009040;
    line-height: 40px;
    text-align: center;
    /* text-align: left; */
    margin-bottom: 30px;
}
.icon-youjiantou1{
    margin-left: 10px;
}
table{
    width: 100%;
}
th,td{
    height: 60px;
background: #F8F8F8;
padding: 15px 0px 15px 30px;
border: 5px solid #fff;
}
th{
    font-weight: bold;
font-size: 20px;
color: #303336;
line-height: 23px;
text-align: left;
}
td{
    font-weight: 400;
font-size: 18px;
color: #303336;
line-height: 21px;
text-align: left;
line-height: 28px;
}
td span{
    display: block;
}
.col1{
    width: 20%;
}
.col2{
    width: 17%;
}
.col3{
    width: 33%;
}
.col4{
    width: 30%;
}



.list-group{
    min-height: 250px;
}
/* .list-group>li{
	border: none;
	border-bottom: 1px dashed #DDDDDD;
	border-top: 1px dashed #DDDDDD;

} */
.list-group li:nth-child(1){
	border-top: none;
}
.list-group-item{
    padding: 16px 50px 16px 60px;
	display: flex;
    justify-content: space-between;
    border: none;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.list-group-item .item-left{
    color: #303336 ;
    font-size: 18px;
}
.list-group-item .item-right{
    flex-shrink: 0s;
    color: #828282;
    font-size: 20px;
    
}
.list-group-item .item-right .icon-youjiantou1{
    color: #303336;
}

.list-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.totalPage{
    color: #888888;
}
.pagination{
    margin: 0px;
}
.pagination li a{
    border: none;
    color: #888888;
}
.pagination>li>a, 
.pagination>li>a:focus, 
.pagination>li>a:hover{
    color: #888888;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #36715B;

}
.diamond{
    margin-right: 10px;
}
.diamond i{
    font-size: 10px;
    color: #009040;
    vertical-align: middle;
}
.content-item .list-group{
    min-height: 0px;
}