﻿/*社区查询*/
.community_left {
    width: 400px;
    min-height: 450px;
    max-height: 600px;
    border: solid 1px #C2E9FF;
    background: url("../images/interaction/chahua.png") center bottom no-repeat, #E9F4FF;
    box-sizing: border-box;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
}
.hor_bar_2 {
    width: 400px;
    height: 3px;
    background-color: #007ACC;
}
.community_title {
    width: 100%;
    height: 35px;
    position: relative;
}
.community_title_icon {
    float: left;
    margin: 10px 10px 0 20px;
    width: 3px;
    height: 15px;
    background-color: #007ACC;
    border-radius: 1px 1px 1px 1px;
}
.community_title_word {
    float: left;
    text-decoration: none;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #0071bd;
}
.community_word {
    margin-left: 20px;
    width: 43px;
    height: 58px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0.3px;
    color: #444444;
}
.input_div {
    width: 393px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.message_input {
    width: 312px;
    height: 36px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    background-color: #FFFFFF;
    border: solid 1px #DDDDDD;
}
.community_search {
    width: 153px;
    height: 35px;
    background-color: #FFFFFF;
    border: solid 1px #DDDDDD;

    padding-left: 5px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0.3px;
    color: #444444;
}
.query_btn {
    margin: 9px 0 0 69px;
    width: 100px;
    height: 32px;
    background-image: linear-gradient(0deg,
    #007ACC 0%,
    #008AE7 100%),
    linear-gradient(
            #f7fbff,
            #f7fbff);
    background-blend-mode: normal,
    normal;
    box-shadow: inset 0px 1px 0px 0px
    rgba(255, 255, 255, 0.4);
    border: solid 1px #0071BD;

    font-family: ﻿FZLTHK--GBK1-0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    text-align: center;
    letter-spacing: -1px;
    color: #ffffff;
}
.query_btn:hover {
    background-image: linear-gradient(0deg,
    #008AE7 100%,
    #008AE7 100%),
    linear-gradient(
            #f7fbff,
            #f7fbff);
}
.community_dashed_cut {
    margin: 29px 0px 20px 20px;
    height: 1px;
    width: 360px;
    background: url("../images/interaction/line_3doc.png");
    opacity: 0.5;
}
.query_result {
    margin: 0px 10px 10px 20px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #444444;
}
.query_result_description {
    text-decoration: none;
    color: #444444;
}
.query_result_description:hover {
    text-decoration: underline;
}
.query_result_1 {
    margin: 0px 0px 0px 20px;
    line-height: 24px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #666666;
}
.community_right{
    width: 620px;
    height: 450px;
    float: left;
    margin-left: 30px;
    border: solid 1px #C2E9FF;
}
.result_content{
    width:400px;
    height:130px;
}