﻿.ewb-right-search{
	float: right;
}
.search{
	padding: 8px 0px;
    text-align: center;
    margin: 0px auto;
    background: none;
}
.search input {
    height: 34px;
    line-height: 34px;
    color: #999;
    border-radius: 25px;
    border: 0px;
    width: 305px;
    padding: 0px 20px;
}
.search button {
    height: 44px;
    line-height: 44px;
    background: #1083e8;
    border: 0px;
    outline: none;
    color: #fff;
    border-radius: 30px;
    width: 160px;
    text-align: center;
    position: relative;
    left: -50px;
}
.position{
	/*margin-top: 20px;*/
}
.ewb-banner{
        top: 212px;
}
.ewb-footer{
    position: static;
}



.leftmenu ul li{
    width: 200px;
    height: 70px;
    line-height: 70px;
    background: #f1f9ff;
    padding:0px 20px;
}
.leftmenu ul li:hover{
    background: #2096fe;
    color: #fff;
    cursor: pointer;
}
.leftmenu ul li.active{
    background: #2096fe;
    color: #fff;
    cursor: pointer;
}
.newslist{
    padding:20px 40px;
    min-height:300px;
}
.newslist ul li{
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
}

.newslist ul li a{
    color: #323131;
    overflow: hidden;/*瓒呭嚭閮ㄥ垎闅愯棌*/
    text-overflow:ellipsis;/* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
    white-space: nowrap;/*瑙勫畾娈佃惤涓殑鏂囨湰涓嶈繘琛屾崲琛� */
    width: 860px;/*闇�瑕侀厤鍚埚搴︽潵浣跨敤*/
    display: inline-block;
}
.input-blue {
    border: 1px solid #2096fe;
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
}
.btn-blue {
    height: 24px;
    line-height: 24px;
    background: #2096fe;
    border: 1px solid #2096fe;
    outline: none;
    color: #fff;
    border-radius: 4px;
    padding: 0px 5px;
}
.btn-grey {
    height: 24px;
    line-height: 24px;
    background: #dddddd;
    border: 1px solid #dddddd;
    outline: none;
    color: #fff;
    border-radius: 4px;
    padding: 0px 5px;
}