﻿.search{
    margin-top: 15px;
}
.search-input{
    padding: 0 0 0 12px;
    border:1px solid #d9d9d9;
    width:185px;
    height:30px;
    outline:none ;
    background-repeat: no-repeat;
    background-position: 193px center;
    border-right: none;
    line-height: 30px;
}
.news-center-btn{
    width: 52px;
    height: 32px;
    vertical-align: middle;
    margin: -1px 0px 0px -6px;
    background: #fff;
    background-image: url("../image/search.png");
    background-repeat: no-repeat;
    background-position:center;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-left: none;
}
.hot-label{
    margin: 21px 0 12px 0px;
    height:30px;
    color: #232323;
    font-size: 15px;
    border-bottom: 1px solid #a0a0a0;
}
.hot-label>span{
    display:block;
    border-left: 2px solid #144297;
    padding-left: 10px;
    height:19px;
    color: red;
    font-size: 15px;
}
.content .search .hot-label span{
    color: #232323;
    font-size: 15px;
}

.content .search .link-content a{
    color: #666;
    font-size: 14px;
}
.content .search .link-content a:hover{
    color: #144297;
}
.label{
    width: 251px;
    margin-right: -18px;
}
.label-item{
    display: inline-block;
    margin: 14px 10px 0 0;
    padding: 7px 18px;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}
.label-item:hover{
    color: #144297;
}


.link-content{
    width: 255px;
    margin-right: -32px;

}
.link-content div{
    width:60px;
    height: 95px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin:0px 18px 20px 0px;
}
