
.main-right .search {
    text-align: left;
    margin-right: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.main-right .search input {
    height: 30px;
    line-height: 30px;
    width: 350px;
    border: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
}

.main-right .search button {
    height: 30px;
    line-height: 18px;
    text-align: center;
    width: 100px;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    border: none;
    background: #07a7e3;
    color: white;
    margin-left: -5px;
    display: block;
    float: left;
}

.list_box {
    display: block;
    width: 880px;
    height: 170px;
    margin-top: 20px;
    clear: both;
    margin-top: 10px;
}

.list_box .img_box {
    float: left;
    width: 196px;
    height: 156px;
}

.list_box .img_box img {
    width: 200px;
    height: 160px;
    border: solid 2px #ddd;
}

.list_box .tx_box {
    float: left;
    margin-left: 15px;
    width: 660px;
}

.list_box .tx_box h4 {
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #06a7e3;
}

.list_box .tx_box p {
    height: 120px;
    font-size: 14px;
    overflow: hidden;
    color: #333;
}

.yema {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.yema a, .yema span {
    display: inline-block;
    padding: 5px;
    color: #333; /*border:solid 1px #ccc;*/
    cursor: pointer;
}

.yema .lei {
    background-color: #06a7e3;
}

.list_box1 {
    display: block;
    width: 400px;
    height: 340px;
    margin-top: 20px;
}

.list_box1 .img_box {
    float: left;
    width: 400px;
    height: 336px;
}

.list_box1 .img_box img {
    width: 400px;
    height: 300px;
    border: solid 2px #ddd;
}

.list_box1 .tx_box h4 {
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #06a7e3;
}



.list_box2 {
    display: block;
    width: 400px;
    height: 340px;
    margin-top: 20px;
}

.list_box2 .img_box {
    float: left;
    width: 400px;
    height: 336px;
}

.list_box2 .img_box img {
    width: 400px;
    height: 300px;
    border: solid 2px #ddd;
}

.list_box2 .tx_box h4 {
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #06a7e3;
}


