﻿.h3
{
    text-align:left;
    margin:0 5px;
  
}
.h3 label
    {
        font-size: 1em;
        font-weight: bold;
        color: #ff6a00;
        border-left: 3px solid #ff6a00;
        padding-left: 10px;
        height: 36px;
        line-height: 36px;
    }

.gsjs
{
    border-top:2px dotted #d0cdcd;
    padding:10px 5px;
    background: #f0eff4;
    box-sizing:border-box;
}
.gsjs .body img
    {
        width:100%;
        height:auto;
        border-radius:5px;
    }
.gsjs .body
    {
        
        line-height:26px;
        word-break:break-all;
        word-wrap:break-word;
        overflow:hidden;
    }
.gsjs .body p
   {
      
    }


/**报名表单**/

.hr_area {
    border: 1px solid #ccc;
    margin: 10px 5px;
    overflow: hidden;
    border-radius:6px;
}
.hr_area h3 {
        font-weight: normal;
        font-size:1em;
        background-color: #e1e1e1;
        background-image: -moz-linear-gradient(center bottom, #e7e7e7 0%, #f9f9f9 100%);
        border-bottom: 1px solid #c6c6c6;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 #eeeeee;
        color: #666;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        text-shadow: 0 1px #fff;
        display:block;
    }
 .hr_area .hr_content{
     margin:10px;
     overflow:hidden;
    }

.hr_area .hr_content h4 {
        font-size: 1em;
        background: #ffd800;
        display: block;
        width:110px;
      
    }
 .hr_area  .hr_content p {
        margin:10px 0;
        line-height: 26px;
    }


 /*********form css***********/

.hr_content ul {
    overflow: hidden;
}
.hr_content li {
    float: left;
    padding: 10px 0;
}
.hr_content .even {
    width: 20%;
    vertical-align: middle;
    line-height:30px;
}
.hr_content .odd {
    width: 80%;
    vertical-align:middle;
}
.hr_content li span {
    color: #ef1717;
    line-height: 30px;
    padding-left:5px;
}

select,input[type="text"], input[type="email"],input[type="tel"],textarea {
    height: 30px; width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
   
     border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
  
    padding: 4px 6px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
select:focus,[type="text"]:focus, input[type="email"]:focus,input[type="number"]:focus,textarea:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
               
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }
select{
   padding: 0 5px;
   line-height: 28px;
   -webkit-appearance: button;
   -moz-appearance:button;
   
}
textarea {
    height: 120px;
    padding: 6px;
}




input[type="submit"] {
    cursor: pointer;
}
.btn-success {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5BB75B;
background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    border-left-color: #51A351;
    border-right-color: #51A351;
    border-top-color: #51A351;
    border-bottom-color: #387038;
}
.btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    
    
 
    border-image: none;
  
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  
    cursor: pointer;
    display: inline-block;
  
    line-height: 20px;
    margin-bottom: 0;
  
    text-align: center;

    vertical-align: middle;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active
 {
  color: #ffffff;
  background-color: #51a351;
  
}

       .Upload
        {
            width:120px;
            height:30px;
            position:relative;
            overflow:hidden;
            float:left;
            
            
        }

        .Upload a
        {
            display:block;
            box-sizing:border-box;
            text-decoration:none;
            width:120px;
            height:30px;
            line-height:30px;
            text-align:center;
            border-radius:5px;
            border:solid 1px #ff6a00;
            background:#ffd800;
            color:#0094ff;
        }

            .Upload input[type=file]
            {
                display:block;
                width:150px;
                height:30px;
                opacity:0;
                filter:alpha(opacity=0);
                position:absolute;
                left:0;
                top:0;
            }

            .label
            {
                margin-left:10px;
                display:inline-block;
                height:30px;
                line-height:30px;
            }
