@charset "utf-8";
/* CSS Document */


.search {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    margin-top: 100px;
}
@media screen and (max-width: 1200px)
{
    .search { width:1200px; }
}
.search_list {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.weather {
    height: 48px;
    line-height: 48px;
}
.search_con {
    top: 10px;
    right: 0px;
    position: absolute;
    right: 10px;
    font-size: 0;
}
.search_con input {
    width: 219px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #0066cc;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px;
    color: #aaa9a9;
}
.search_con a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fefefe;
    text-decoration: none;
    background: #0066cc;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.search_con a:hover{ color:#fefefe !important;}
/*.content ul li span {*/
/*float: right;*/
/*font-size: 16px;*/
/*color: #333333;*/
/*}*/
.content ul li a {
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
}
.content ul li a span{
    font-size: 16px;
}
.content ul {
    width: 1200px;
    margin-top: 20px;
    overflow: hidden;
}
.content ul li {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #e0e0e0;
    float: left;
    list-style: inside;
}
.content {
    margin: 0 auto;
    width: 1200px;
    min-height: 400px;
}

.result_zsk{ width:1200px; height:auto; margin:0 auto;}
.result_zsk_list{ width:100%; height:auto; padding:10px 0; border-bottom:1px solid #ddd;}
.result_zsk_list_title{ width:100%; height:40px; line-height:40px; font-size:18px; font-weight:bold;}
.result_zsk_list_title span{ font-size:18px; font-weight:bold; color:#dc0000;}
.result_zsk_list_con{ width:100%; height:30px; line-height:30px; font-size:16px; color:#999;display:  block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.result_zsk_list_con span{ font-size:16px; color:#dc0000;}
.result_zsk_list_source{ width:100%; height:30px; line-height:30px;}
.result_zsk_list_source p{ width:auto; float:left; margin-right:40px; color:#999;}
.result_zsk_list a:hover .result_zsk_list_title{ color:#093bce;}
.result_zsk_list_btn{ width:100px; height:34px; display:block; padding-left:20px;  margin: 0 auto; margin-top: 40px; color:#999 ; line-height: 36px; border:1px solid #e4e4e4; position:relative;}
.result_zsk_list_btn img{  width:19px ;height:14px ; position:absolute; right:20px; top:11px; transition:all 0.3s ease;margin-top: 0px;}
.result_zsk_list_btn:hover{ color:#666 !important;}
.result_zsk_list_btn:hover img{ transform:translate3d(4px,0px,0);}















