.list {
    width: 1180px;
    margin: 20px auto 10px;
}
.list h1{
    font-size: 20px;
    font-weight: bold;
    color: #11bca3;
    margin-bottom: 10px;
}

.list .list_left{
    background: #ffffff;
    padding:0 35px 40px 35px;
    width: 625px;
    margin-right: 20px;
    float: left;
    font-size: 16px;
}
.list .list_left dd {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfd1d6;
    line-height: 32px;
    margin-top: 40px;
}

.list .list_left ul li{
    display: inline-block;
    width: 611px;
    line-height: 33px;
    background: url(../images/dot.png) center left no-repeat;
    padding-left: 14px;
}
.list .list_left ul li a{
    display: inline-block;
    color: #4d5251;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.list .list_left ul li span {
    float: right;
    color: #979aa4;
}
.list .list_left h3,.list .list_right h2{
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.list .list_main {
    margin-top: 70px;
    display: block;
    margin-bottom: 20px;
}
.list .list_right{
    float: left;
    background: #ffffff;
    width: 395px;
    padding: 40px 35px;
    font-size: 14px;
}

.list .list_right h2{
    padding-bottom: 18px;
    border-bottom: 1px solid #cfd1d6;
    width: 100%;
}

.list .list_right ul li {
    background: url(../images/dot.png) center left no-repeat;
    padding-left: 14px;
    width: 380px;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.list_page {
    clear:both;
    font-family: Arial;
    text-align: center;
    margin: 25px 0;
}
.list_page a.a1{
    width: 78px;
    height: 24px;
    border: 1px solid #9598a2;
    border-radius: 13px;
    margin: 10px;
}
.list_page a.a1:hover{
    width: 78px;
    height: 24px;

    border: 1px solid #6fd6c6;
    background: #6fd6c6;
    color: #ffffff;
    border-radius: 13px;
}


.list_page a {
    font-size: 14px;
    color: #9598a2;
    font-style: normal;
    width: 26px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 1px;
}
/* line 131, ../sass/main.scss */
.list_page span {
    display: inline-block;
    font-style: normal;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 13px;
    background: #6fd6c6;
    color: #ffffff;
    border: 1px solid #6fd6c6;
}
.list_page a:hover {
    border: 1px solid #9598a2;
    width: 24px;
    height: 24px;
    border-radius: 13px;
    color: #9598a2;

}