.horizontal_line {
    width: 100%;
    margin-top: 0;
}

.details_content {
    width: 1210px;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 80px;
}

.details_left {
    width: 930px;
}

.details_left h1 {
    font-size: 20px;
    color: #4B6BD2;
    word-break:break-all;
}

.project_information {
    margin-top: 20px;
    font-size: 12px;
}

.project_type, .project_address {
    color: #333333;
    margin-right: 20px;
}

.project_tiem {
    color: #999999;
}

.WeChat:hover {
    background: #fcfdff;
    border: 1px solid #4b6bd2;
    color: #4B6BD2;
}

.WeChat {
    width: 98px;
    height: 23px;
    border: 1px solid #CCCCCC;
    border-radius: 23px;
    font-size: 12px;
    color: #333333;
    line-height: 23px;
    position: relative;
    cursor: pointer;
}

.WeChat .WeChat_img {
    width: 15px;
    height: 12px;
    padding: 6px 5px 0 15px;
}

.WeChat span {
    position: absolute;
    top: 0;
}

.WeChat_hover {
    display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    left: -20px;
}

/*.WeChat:hover .WeChat_hover {*/
    /*display: block;*/
/*}*/

/*.WeChat_hover:hover {*/
    /*display: block;*/
/*}*/

.zwnr {
    height: 20px;
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-left: 3px solid #4B6BD2;
    padding-left: 10px;
    line-height: 20px;
}

.zwnr span {
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
    font-weight: initial;
}

.text {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    line-height: 30px;
    word-break:break-all;
}
.text img{
    width: 930px;
}
.search_list {
    width: 930px;
}

.search_list ul li {
    width: 910px;
}

.search_list ul li .search_list_item_left {
    width: 750px;
}

.search_list_more_btn {
    width: 118px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #4B6BD2;
    color: #4B6BD2;
    border-radius: 19px;
    display: block;
    margin-top: 20px;
}

.fast_page {
    width: 100%;
    margin-top: 30px;
}

.fast_page div {
    margin-top: 15px;
    font-size: 14px;
    overflow: hidden;
}

.fast_page div span {
    color: #333333;
}

.fast_page div a {
    display: inline;
    width: 870px;
    float: right;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4B6BD2;
    cursor: pointer;
}

.ad_1210 {
    margin-bottom: 20px;
}

.details_right {
    width: 250px;
}

.news {
    width: 250px;
    border: 1px solid #E6EDEB;
    box-sizing: border-box;
    padding: 10px;
}

.news .zwnr {
    margin-top: 0;
}

.news ul {
    width: 230px;
    overflow: hidden;
}

.news ul li > span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #3d67ad;
    margin: 12px 5px 0 0;
    float: left;
}

.news ul li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}

.news ul li a {
    width: 100%;
    font-size: 12px;
    color: #333333;
}

.permissions {
    width: 100%;
    height: 600px;
    background-image: url("../img/permissions.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.no_permissions {
    padding-top: 150px;
}

.no_permissions .scan_code {
    font-size: 16px;
    color: #333333;
}

.no_permissions .qr_code {
    width: 218px;
    height: 218px;
    /*margin-top: 14px;*/
}

.no_permissions .instructions {
    font-size: 16px;
    color: #898C98;
}

.no_permissions a {
    font-size: 12px;
    color: #4B6BD2;
    text-align: center;
    border-bottom: 1px solid #4B6BD2;
}

.k-54 {
    width: 100%;
    height: 54px;
}

.perfect {
    width: 600px;
    height: 493px;
    background: #ffffff;
    border-radius: 14px;
}

.perfect_module {
    width: 326px;
    padding-top: 53px;
}

.perfect_title {
    font-size: 21px;
    color: #4B6BD2;
    text-align: center;
    margin-bottom: 5px;
}

.perfect_input {
    width: 100%;
    height: 59px;
    border-bottom: 1px solid #CDD3D9;
    line-height: 59px;
    font-size: 14px;
}

.perfect_input p {
    width: 80px;
    color: #333333;
    font-weight: 700;
    display: inline-block;
}

.perfect_input input {
    width: 230px;
}

.perfect_input a {
    width: 83px;
    height: 23px;
    border: 1px solid #587FFF;
    color: #587FFF;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 20px;
}

.perfect_btn {
    width: 100%;
    height: 43px;
    background-color: #738EE7;
    font-size: 18px;
    color: #ffffff;
    line-height: 43px;
    border-radius: 43px;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.perfect_text {
    font-size: 14px;
    color: #898C98;
    text-align: center;
    margin-top: 25px;
}

#word {
    position: absolute;
    z-index: 19;
    width: 600px;
    /*height: 380px;*/
    background-color: white;
    border: 1px solid #D9D9D9;
    display: none;
    top: 39px;
    border-top: none;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#word_list {
    width: 560px;
    border-top: 1px solid #F2F2F2;
    padding-top: 17px;
}

.click_work {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer; /*鼠标放上变成小手*/
}

.click_work:hover {
    color: #4B6BD2;
}

/* 热门搜索 */
.top_search {
    width: 1210px;

}

.top_search h1 {
    text-align: center;
    margin: 32px 0;
}

.top_search ul {
    width: 100%;
}

.top_search ul li {
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 40px;
}

/*奇数行*/
.top_search ul li:nth-of-type(odd) {
    background-color: #F7F8F9;
}

.top_search ul li p {
    width: 106px;
    display: inline-block;
    color: #333333;
    font-weight: bold;
    padding-left: 30px;
}
.top_search ul li a{
    margin-right: 30px;
}
