/* CSS Document */
body{ font-size:14px}

/*搜索框*/
.searchDsj{ padding:21px 163px; background:#ebebeb}
.searchDsj .tit{ font-family:"微软雅黑", "宋体"; font-size:22px; font-weight:bold; color:#333333; line-height:50px;}
.searchDsj .tit span{ color:#d0261b}
.searchDsj .form{width:748px;}
.searchDsj .form input.keyWord{width:484px;height:48px; border:2px #d9281c solid; border-right:none; float:left; padding:0 20px;}
.searchDsj .form input.keyWord:focus{-moz-box-shadow: 0px 5px 2px #888888;box-shadow: 0px 3px 5px #888888;}
.searchDsj .form input.butn{ background: url(searchButnDsj.png) no-repeat 65px #d9281c; border:none;width:222px; height:52px; line-height:52px; cursor:pointer;}
.searchDsj .form input.butn:hover{background: url(searchButnDsj.png) no-repeat 65px #ed463b; }

/*面板区*/
.panelBox{width:1300px;}
.panel{width:287px;height:168px; float:left; margin-right:17px; margin-top:18px;}
.panel .title1{font-family:"微软雅黑", "宋体"; font-size:18px; font-weight:bold; text-align:center; color:#ffffff; height:40px; line-height:40px; background:#5ca7cc;}
.panel .content{ padding:13px 30px 0px 30px;height:111px; border-left:2px #cdcdcd solid; border-right:2px #cdcdcd solid; border-bottom:3px #cdcdcd solid;}
.panel .content ul li{width:50%; float:left; text-align:center; padding:4px 0px;}
.panel .content ul li a{ display:inline-block; padding:0 9px;height:23px; line-height:23px;}
.panel .content ul li a:hover{ background:#5ca7cc; color:#fff;border-radius:10px;behavior: url(ie-css3.htc);}

.orange .title1{background:#f28200;}
.orange .content ul li a:hover{ background:#f28200;}