
.index .part3{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 20px;
  	background-color: white;
}

.index .part3 .content{/*修改1*/
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    max-width: 800px;
    min-width: 800px;
    padding-top: 60px;
}
.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 #fis{
    font-size: 18px;
    color: #1f1a17;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}
.index .part3 .content h5{
    font-size: 12px;
    color: #979999;
    text-align: center;
    margin: 0px 0 20px 0;
}
.index .part3 .content #left{
    width: 17%;
    float: left;
    font-size: 14px;
    color: #666565;
}
.index .part3 .content #left p{
    text-align: left;
}
.index .part3 .content #right{
    width: 72%;
    float: left;
    font-size: 14px;
    color: #666565;
    text-align: left;
}
.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(1) {
    background: url(../../images/PC/bac.png) no-repeat;
    background-size: 100% 100%;
}
.index .titles{
    position: absolute;
    max-width: 800px;
    min-width: 800px;
    text-align: left;
    border-bottom: 1px solid #e3e4e6;
  	margin: 30px 30px 0 313px;
}
#title{
    max-width: 1140px;
    margin: 1.6rem auto;
}
#title span a{
    color: #000;
}
@media screen and (min-width: 321px) and (max-width: 1120px) {
    .index .titles{
        position: absolute;
        margin-left: 250px;
        max-width: 800px;
        min-width: 800px;
        text-align: left;
        border-bottom: 1px solid #e3e4e6;
    }
}
ul {
    list-style-type: none;
    width: 790px;
    margin-top: 0px;
    padding-left: 0px;
}
.index .part3 .content a {
    text-align: left;
    width: auto;
    display: inline-block;
}
.DSJ P {
    font-size: 14px;
    color: #949595;
}
.DSJ P span {
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.Tname{
    color: #142a66;
}
.titlesss {
    display: inline-block;
    height: 34px;
    background: red;
    width: 220px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 32px;
    padding: 4px;
    border-radius: 25px;
}