body{
    background-color: #FFFFFF;
}
.web_lcoation{
    width: 1200px;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
    margin-top: 21px;
    font-size: 15px;
    color: #333333;
}
.content{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 40px;
}
.project_list{
    width: 958px;
}
.hot_project{
    width: 232px;
}
.search_space{
    width: 400px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.hot_title{
    width: 232px;
    height: 25px;
    display: flex;
    justify-content: space-between;
}
.hot_font{
    line-height: 25px;
    font-size: 18px;
    color: #333333;
}
.hot_more{
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}
.hot_project_list{
    width: 232px;
    height: 268px;
    margin-top: 20px;
    display: flow-root;
}
.hot_project_img{
    width: 222px;
    height: 125px;
    margin: 0 auto;
    margin-top: 4px;
}
.hot_project_img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.hot_project_title{
    width: 222px;
    height: 50px;
    margin: 0 auto;
    margin-top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    line-height: 25px;
}
.hot_project_author{
    width: 222px;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_project_parice{
    width: 222px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotlist{
    margin-top: 25px;
}
.search_title{
    width: 45px;
    height: 21px;
    font-size: 15px;
    color: #333333;
    line-height: 23px;
}
.search_input{
    width: 331px;
    height: 28px;
    display: flex;
    justify-content: space-between;
}
.search_button{
    width: 40px;
    height: 28px;
    background-color: #2677E3;
    display: block;
}
.search_button img{
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 6px;
    margin-left: 11px;
}
.search_inp{
    width: 291px;
    height: 24px;
    border: 1px solid #979797;
    outline: none;
}
.type_space{
    width: 1200px;
    /* height: 40px; */
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.type_title{
    width: 45px;
    height: 21px;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
}
.type_menu{
    width: 1150px;
    /* height: 40px; */
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.line{
    width: 1175px;
    height: 1px;
    margin-top: 0;
    background-color: #CCCCCC;
}
.hot_project_list:hover{
    box-shadow: 0 0 4px 0 #4156CB;
}
#type_all{
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #2677E3;
    border-bottom: 3px solid #2677E3;
    margin-left: 12px;
}
.type_menu_list{
    cursor: pointer;
    margin-left: 25px;
    list-style:none;
    padding:0;
    float: left;
    /* margin: 0; */
    display: block;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #333333;
}
.type_menu_list:hover{
    font-size: 15px;
    color: #2677E3;
    border-bottom: 3px solid #2677E3;
}
.second_type{
    width: 820px;
    min-height: 60px;
    box-shadow: 0 5px 10px 0 #999999;
    position: absolute;
    background-color: #FFFFFF;
    margin-left: 70px;
    display: none;
}
.sort_space{
    width: 400px;
    height: 65px;
    display: flex;
    justify-content: space-between;
}
.sort_title{
    width: 45px;
    height: 65px;
    font-size: 15px;
    color: #333333;
    line-height: 65px;
}
.sort_menu{
    width: 280px;
    height: 65px;
    display: flex;
    justify-content: space-between;
}
.sort_list{
    /*width: 170px;*/
    text-align: center;
    line-height: 65px;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
}
.sort_list:hover{
    color: #0069D9;
}
.project_list_list{
    width: 958px;
    /*height: 900px;*/
    /* border: 1px solid red; */
    /* margin-top: 25px; */
    display: flex;
    flex-wrap: wrap;
}
.simple_project_list{
    width: 232px;
    height: 268px;
    margin-top: 20px;
    display: flow-root;
    margin-left: 4px;
}
.simple_project_img{
    width: 222px;
    height: 125px;
    margin: 0 auto;
    margin-top: 4px;
}
.simple_project_img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.simple_project_title{
    width: 222px;
    height: 50px;
    margin: 0 auto;
    margin-top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    line-height: 25px;
}
.simple_project_author{
    width: 222px;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.simple_project_parice{
    width: 222px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.simple_project_list:hover{
    box-shadow: 0 0 4px 0 #4156CB;
}
#pageGro{
    width:400px;
    height:25px;
    margin:0px auto;
    margin-top: 20px;
    padding-top:30px;
}
#pageGro div,#pageGro div ul li{
    font-size:12px;
    color:#999;
    line-height:23px;
    float:left;
    margin-left:5px;
}
#pageGro div ul li{
    width:22px;
    text-align:center;
    border:1px solid #999;
    cursor:pointer;
}
#pageGro div ul li.on{
    color:#fff;
    background:#3c90d9;
    border:1px solid #3c90d9;
}
#pageGro .pageUp,#pageGro .pageDown{
    width:50px;
    text-indent:5px;
    border:1px solid #999;
    cursor:pointer;
}
#page{
    list-style:none;
    margin:0px;
    padding:0px;
}
.top_second{
    width: 720px;
    /* margin: 0 auto; */
    margin-left: 35px;
    padding: 0;
}
.second_type_list{
    height: 25px;
    list-style:none;
    cursor: pointer;
    float: left;
    line-height: 0px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: #333333;
}
.second_type_list:hover{
    color: #2677E3;
}