.search_input_div{
    width:400px;
    margin:26px auto 0 auto;
    position: relative;
}
.search_input_div img{
    position: absolute;
    width:30px;
    height:30px;
    top:5px;
    right:15px;
    cursor:pointer;
}
.search_input_div input{
    height:38px;
    line-height:38px;
    border-radius:20px;
    border:1px solid #E2E2E2;
    padding:0 35px 0 15px;
    outline: none;
    margin:0;
    font-size:15px;
    width:345px;
}
.search_input_div input:focus{
    box-shadow: 0 0 4px 0 RGBA(191, 188, 188, 0.5);
}
.search_tips{
    font-size:14px;
    color:#333;
    line-height: 20px;
    text-align: center;
    margin-top:48px;
}
.search_tips span{
    font-weight: bold;
}
.search_type{
    margin:35px auto 0 auto;
    width:901px;
    text-align: center;
}
.search_type .item{
    width:149px;
    border-width:1px 1px 1px 0;
    border-style:solid;
    border-color:#E2E2E2;
    text-align: center;
    color:#000E35;
    font-size:15px;
    display: inline-block;
    line-height:38px;
    height:38px;
    cursor:pointer;
}
.search_type .item:first-child{
    border-left:1px solid #E2E2E2;
}
.search_type .item.selected{
    border-top:2px solid #014098;
    color:#014098;
    line-height: 37px;
    height:37px;
}

.search_result{
    margin-top:20px;
}
.product_item{
    margin: 0 auto;
    display:block;
    padding:17px 60px 16px 257px;
    height:200px;
    position: relative;
    margin-bottom:20px;
    border-radius:1px;
    border-bottom: 1px solid #e1e1e1;
    width: 883px;
}
.product_item:hover{
    box-shadow: 0 0 10px 0 RGBA(184, 184, 184, 0.5);
}
.product_item .product_image{
    position: absolute;
    left:25px;
    top:17px;
    width:200px;
    height:200px;
}
.product_item .name{
    font-size:15px;
    color:#333;
    line-height:21px;
    padding-top:7px;
    font-weight:bold;
}
.product_item .new_name{
    font-size: 24px;
    color: #333333;
    line-height:33px;
    margin-bottom: 10px;
    font-weight:bold;
}
.product_item .new_name .new_name_mark{
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 7px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    background: rgba(0,82,185,.1);
    color: rgba(0,82,185,1);
}
.product_item .new_tag{
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 6px;
    border-left: 3px solid #014098;
    color: #333333;
    margin-bottom: 20px;
}
.product_item .intro{
    font-size:13px;
    color:#666;
    line-height:23px;
    height:46px;
    overflow:hidden;
}
.product_item .product_tag{
    margin-top:13px;
    line-height: 18px;
    height:18px;
}
.product_item .product_tag img{
    width:13px;
    height:15px;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
    margin-top: -2px;
}
.product_item .product_tag span{
    color:#aaa;
    line-height: 18px;
    font-size:13px;
    display: inline-block;
    vertical-align: middle;
}
.product_item .btns{
    position:absolute;
    right:60px;
    top:16px;
}
.product_item .btns div{
    display: inline-block;
    vertical-align: top;
    margin-left:16px;
    border:1px solid #014098;
    text-align: center;
    width:118px;
    height:38px;
    line-height: 38px;
    font-size:15px;
    color:#333;
    cursor:pointer;
    background-color:#fff;
    color: #014098;
}
.product_item .btns div:hover{
    /* border-color:#014098; */
}
.knowledge_item{
    display:block;
    width:1200px;
    line-height: 60px;
    height:60px;
    margin:0 auto;
    border-bottom:1px solid #EDEDED;
    cursor:pointer;
}
.knowledge_item>div{
    vertical-align: middle;
    display: inline-block;
}
.knowledge_item .code{
    width:100px;
    text-align: center;
    font-size:12px;
    color: #333333;
}
.knowledge_item .name{
    width:780px;
    padding-right:50px;
    font-size:14px;
    color: #333333;
}
.knowledge_item .date{
    width:110px;
    padding-right:40px;
    color: #333333;    
}
.knowledge_item .read_count{
    width:110px;
    color: #333333;    
}
.knowledge_item img{
    height:16px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.knowledge_item span{
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
}
.knowledge_item:hover{
    background:#FAFAFA;
}
.knowledge_item:hover .name{
    color:#004193;
}
.news_item{
    display:block;
    padding: 30px 70px 30px 400px;
    width:730px;
    height:150px;
    border-bottom:1px solid #EDEDED;
    position: relative;
    margin: 0 auto;
}
.news_item .image{
    width:350px;
    height:150px;
    position: absolute;
    left:0;
    top:30px;
}
.news_item .title{
    font-size:15px;
    color:#333333;
    line-height:21px;
    padding-top:7px;
    cursor:pointer;
}
.news_item .title:hover{
    color:#014098;
}
.news_item .stat{
    margin-top:13px;
    line-height:23px;
}
.news_item .stat img{
    width:12px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.news_item .stat .read{
    width:16px;
    height:16px;
}
.news_item .stat span{
    display: inline-block;
    font-size:12px;
    color:#999999;
    margin-right:40px;
    vertical-align: middle;
}
.news_item .intro{
    line-height:23px;
    color:#333;
    font-size:13px;
    height:46px;
    overflow:hidden;
    margin-top:35px;
}

.stop_item{
    width: 1200px;
    display:block;
    border-bottom:1px solid #EDEDED;
    background-color:#fff;
    padding:25px 0;
    line-height:20px;
    margin: 0 auto;
}
.stop_item_header{
    background-color:#EEF0F5!important;
    padding: 12px 0;
}
.stop_item_body .stop_item:hover{
    background-color:#FAFAFA;
}
.stop_item_body .stop_item .replace{
    color:#014098;
}
.stop_item>div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#666;
    text-align: center;
}
.stop_item.stop_item_header>div{
    color: #333333;
    font-size: 13px;
}
.stop_item .code{ 
    width:160px;
    padding:0 20px;
}
.stop_item .date{
    width:160px;
    padding:0 20px;
}
.stop_item .stop{
    width:160px;
    padding:0 20px;
}
.stop_item .replace{
    width:160px;
    padding:0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#333;
    text-align: center;
}
.stop_item .remark{
    width:360px;
    padding:0 20px;
}
.data_result{
    width:1200px;
    margin:42px auto 0 auto;
    text-align: center;
}
.data_result .result_header{
    line-height:45px;
    height:45px;
    background-color:#EEF0F5;
    border-bottom:1px solid #EDEDED;
}
.data_result .result_content{
    border-bottom:1px solid #EDEDED;
    background-color:#fff;
    padding:25px 0;
    line-height:20px;
}
.data_result .result_content:hover{
    background-color:#FAFAFA;
}
.data_result .result_content:hover .name{
    color:#014098;
    font-weight:bold;
}
.data_result .result_header{
    padding: 0 105px 0 105px;
}
.data_result>div>div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
}
.data_result .select{
    width:100px;
    padding:0 10px;
}
.data_result .select img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.data_result .checkbox .selected{
    display: none;
}
.data_result .checkbox.checked .selected{
    display: inline-block;
}
.data_result .checkbox.checked .unselected{
    display: none;
}
.data_result .select span{
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#666666;
}
.data_result .code{ 
    width:50px;
    padding:0 20px;
}
.data_result .type{
    width:100px;
    padding:0 20px;
}
.data_result .name{
    width:350px;
    padding:0 20px;
}
.data_result .date{
    width:70px;
    padding:0 20px;
}
.data_result .download{
    width:100px;
    padding:0 20px;
    overflow: hidden;
}
.data_result .download img{
    width:16px;
    height:19px;
    cursor:pointer;
    margin-top: 3px;
}
.data_result .stop{
    width:110px;
    padding:0 20px;
}
.data_result .replace{
    width:110px;
    padding:0 20px;
}
.data_result .remark{
    width:400px;
    padding:0 20px;
}
