
.index .part3{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 20px;
  	background-color: white;
}
.index .part3 #one{
  	margin: 30px 30px 0 30px;
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    max-width: 800px;
    min-width: 800px;
    padding-top: 60px;
}

.Tname {
    color: #142a66;
}
.index .part3 .content a{
    margin: auto 3px;
}
.index {
    padding-top: 90px;
  	background-color: #f9f9f9;
}
.index .toggle {
    margin: 0 0 30px 0;
    max-width: 230px;
    min-width: 230px;
    text-align: left;
}
.index .toggle a{
    padding-left: 30px;
}
.index .part3 .content a div:nth-child(3){
    border-bottom: 1px #7e7f80 solid;
}
.index .part3 .content a h4{
    font-size: 14px;
}
footer{
    min-width: 1100px;
}
.index .part3 .content a p{
    margin: 1.6rem 0;
}
.index .toggle a {
    display: block;
    height: 60px;
    color: #fff;
    line-height: 60px;
    background: #32569c;
    border-bottom: 1px solid #4767a6;
}
.index .toggle a:nth-child(2) {
    background: url(../../images/PC/bac.png) no-repeat;
    background-size: 100% 100%;
}
.index .titles{
  	margin: 30px 30px 0 313px;
    position: absolute;
    max-width: 800px;
    min-width: 800px;
    text-align: left;
    border-bottom: 1px solid #e3e4e6;
}
#title{
    max-width: 1140px;
    margin: 1.6rem auto;
}
#title span a{
    color: #000;
}