.title1 {
    color: #ffffff;
    padding-top: 22px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 24px;
    background: #11587E;
}
.layui-col-md3  .active{
    color: #ffffff;
    background: #2677A2;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    font-size: x-large;
    margin: 4px;
}
.isactive {
    color: #000000;
    background: #DCE9F0;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    font-size: x-large;
    margin: 4px;
}
.isactive:hover{
    color: #ffffff !important;
    background: #2677A2;
}
.isactive i:hover{
    color: #ffffff;
}
.isactive a{
    color: #000000;
}

.isactive i{
    color: #000000;
}
.isactive i:hover{
    color: #ffffff;
}
.title2{
    color: #000000;
    padding-bottom: 3px;
    margin: 10px;
    border-bottom: 2px solid #999999;
}
.title3{
    font-size: 20px;
    color: #333333;
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: 4px solid #2677A2;
}

.title4{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}


.item_content{
    padding: 20px 0;
    margin: 10px;
    border-bottom: 2px solid #707070;
}
.item_content text{
    color: #9F9F9F;
    padding: 20px 30px 20px 0;
    line-height: 3;
    font-size: 16px;
}

.position{
    position: absolute;
    right: 26px;
    margin: inherit;
    color: #ffffff;
    padding-top: 5px;

}
.position1{
    position: absolute;
    right: 5%;
    margin: -5% 0;
    background: #2677A2;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 32px;
    border-radius: 6px;
}
.title_lable{
    font-size: 18px;
    font-weight: 350;
    color: #333333;
    text-align: left;
    padding: 10px 0;
}
.icon_style{
    font-size: 25px; 
    color: #2677A2;
    position: relative;
    top:3px;
}
.form_padding{
    padding: 10px;
}
.text_height{
    height: 229px !important;
}
.input_border{
    border: 1px solid #9F9F9F;
    border-radius: 8px;
    height: 60px;
}
.submit_button{
    color: white;
    margin-left: 45% !important;
    margin: 25px  0;
    border-style: none;
    width: 145px;
    height: 52px;
    background: #2677a2;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
}