﻿
.Menu2Div{
    background-color: #EFEFEF;
}

.ProfessionMenu{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.ProfessionMenu .Item{
    width: 25%;
    text-align: center;
    padding: 30px 0px;
}

.ProfessionMenu .Item{
    font-size: 2em;
    line-height: 40px;
    display: block;

}

.ProfessionMenu .Item:last-child a{
    margin-right: 0px;
    border-right:none;
}

.this1{
    background-color: #025196;
}

.this1:nth-child(1)  a{
    border-right: solid 1px #025196;
}
.this1:nth-child(2)  a{
    border-right: solid 1px #025196;
}

.this1:nth-child(3)  a{
    border-right: solid 1px #025196;
}

.this1:nth-child(4)  a{
    border-right: solid 1px #025196;
}


.this1 a{
    color: #fff;
}

.this1 a:hover{
    color: #fff;
}

.ProfessionDiv{
    padding: 50px 0px;
}

.ProfessionName {
    margin-top: 50px;
    font-size: 2em;
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 60, 146, 0.6);
}

.ProfessionName  .line_name {
    background-color: #025196;
    width: 4px;
    height: 40px;
    margin-right: 20px;
}
.ProfessionTxt{
    font-size: 1.7em;
    color: #010101CC;
    line-height: 60px;
    margin-top: 20px;
    text-align: justify;
}

.ProfessionTxt p{
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}

.ProfessionContent{
    margin-top: 40px;
}



.ProfessionContent .Item ul{
   display: flex;
   flex-wrap: nowrap;
}

.this2{
    background-color: #003C921A;
}

.ProfessionContent .Item ul li{
    text-align: center;
    font-size: 1.6em;
    line-height: 40px;
    padding: 20px 0px;
}

.T1{
    width: 10%;
}

.T2{
    width: 50%;
}

.T3{
    width: 30%;
}

.T4{
    width: 10%;
}