#tabbox{ padding: 8px;background-color: #fff;
    border-radius: 5px;margin-bottom: 15px;}
.tab_conbox{border: 1px solid #21A366;border-top: none;}
.tab_con{ display:none;}

.tabs{height: 32px;border-bottom:1px solid #21A366;border-left: 1px solid #21A366;width: 100%;}
.tabs li{float:left;border:1px solid #999;border-left:none;background: #e0e0e0;position: relative;font-size: 15px;
    font-weight: 700;
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    padding: 0 4px;}
.tabs li a {display: block;padding: 0 20px;border: 1px solid #fff;outline: none;}
.tabs li a:hover {background: #ccc;}	
.tabs .thistab,.tabs .thistab a:hover{background: #fff;border-bottom: 1px solid #fff;}

.tab_con {padding:12px;font-size: 14px; line-height:175%;}
.tab_con p a{
    margin: 0 15px 10px 0;}