@import "common.css";
.bread{
    border-bottom: 1px solid #ddd;
    height: 49px;
    line-height: 49px;
}
.search1{
    height: 78px;
    background: url("../images/SEARCH.png") no-repeat center bottom;
}
.search2{
    font-size: 24px;
    color: #333;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.search_1{
    width: 100%;
    height: 140px;
    background: #e3e3eb;
    padding-top: 20px;
}
.search_1 form{
    width: 720px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
}
.search_1 form input{
    width: 620px;
    height: 60px;
    outline: none;
    border: none;
    border-radius: 8px;
    float: left;
    padding-left: 20px;
    font-size: 16px;
    line-height: 60px;
    color: #666;
}
.search_1 form button{
    width: 100px;
    height: 60px;
    border-radius: 8px;
    background: #df2300;
    float: left;
    outline: none;
    border: none;
}
.search_1 .result{
    width: 720px;
    margin: 0 auto;
    line-height: 56px;
    font-size: 16px;
    color: #666;
}
.search_1 .result em{
    color: #333;
}
.search_1 .result span{
    color: #df2333;
}
.result_list{
    min-height: 317px;
}
.result_list li{
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.result_list li.clearfix>span{
    width: 218px;
    height: 123px;
    margin-right: 20px;
    overflow: hidden;
}
.result_list li h3 a{
    font-size: 20px;
    color: #333;
    line-height: 44px;
}
.result_list li p{
    font-size: 14px;
    color: #999;
    max-height: 90px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.result_list li h3 a em,
.result_list li p em
{
    color: #df2300;
}
.result_list li.clearfix h3,
.result_list li.clearfix p
{
    width: 962px;
}