﻿.list{
    width: 100%;
}
.list_main{
    width: 1260px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.14);
    display: flex;
    justify-content: space-between;

}
.list_main_data{
    width: 100%;
    margin: 0 auto;
}
.list_main_name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #02a1b2;
    line-height: 40px;
}
.list_main_name h3{
    padding: 0  6px;
    font-size: 20px;
    border-bottom: 2px solid #02a1b2;
}
.list_main_content{
    padding: 20px;
}
.list_main_content>ul>li{
    display: flex;
    justify-content: space-between;
    line-height: 3;
    margin-top: 10px;
    border-bottom: 1px dashed #ededed;
}
.list_main_content a{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_main_content a:hover{
    color: #02a1b2;
}

.list_main_content img{
    padding-right: 8px;
}
.list_main_content span{
    font-size: 14px;
    color: #02a1b2;
}
.page{
    margin-top: 30px;
    color: #02a1b2;
}