@charset "utf-8";
/*该文件是汇总变量的less*/
/*主题色及按钮等颜色变量（绿色）*/
/*评分等按钮颜色变量及副色(粉色)*/
/*评分等按钮颜色hover变量(粉色)*/
/*禁用按钮常规样式颜色变量*/
/*禁用按钮hover样式颜色变量*/
/*绿色按钮hover*/
/*办事常用菜单背景及边框*/
/*登录页面切换按钮颜色（绿色）*/
/*二级栏目公共部分   通知公告 政策法规 常见问题等*/
.channels2nd .frist_part {
  height: 80px;
  position: relative;
}
.channels2nd .frist_part .left {
  float: left;
  line-height: 80px;
}
.channels2nd .frist_part .left span {
  display: block;
  float: left;
  width: 20px;
  height: 25px;
  background: url(../images/channels2nd/cssSprite1.png) -5px -5px no-repeat;
  margin: 30px 10px 0 0 ;
}
.channels2nd .frist_part .left a {
  display: block;
  height: 100%;
  line-height: 80px;
  float: left;
  font-size: 14px;
  color: #666666;
}
.channels2nd .frist_part .left a:hover {
  color: #404040;
}
.channels2nd .frist_part .searchInput {
  float: right;
  width: 458px;
  height: 38px;
  margin-top: 20px;
  border: 1px solid #4bd693;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.channels2nd .frist_part .searchInput input {
  display: block;
  height: 100%;
  width: 396px;
  line-height: 38px;
  float: left;
  border: 0;
  margin-left: 2px;
  text-indent: 10px;
}
.channels2nd .frist_part .searchInput a {
  display: block;
  height: 100%;
  width: 60px;
  float: left;
  background-color: #4bd693;
}
.channels2nd .frist_part .searchInput a span {
  display: block;
  width: 22px;
  height: 26px;
  margin: 8px auto 0;
  background: url(../images/channels2nd/cssSprite1.png) -65px -5px no-repeat;
}
.channels2nd .second_part .left {
  width: 200px;
  float: left;
}
.channels2nd .second_part .left ul {
  width: 100%;
}
.channels2nd .second_part .left ul li {
  width: 100%;
}
.channels2nd .second_part .left ul li a {
  display: block;
  width: 198px;
  height: 48px;
  border: 1px #f0f0f0 solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 48px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #404040;
  position: relative;
  cursor: pointer;
}
.channels2nd .second_part .left ul li a span.icon {
  display: block;
  position: absolute;
  width: 8px;
  height: 15px;
  right: -22px;
  top: 18px;
  background:url('../images/myImg/current-arrow.png');
  /* background: url(../images/channels2nd/cssSprite1.png) -42px -8px no-repeat; */
  display: none;
}
.channels2nd .second_part .left ul li a.active span.icon {
  display: block;
}
.channels2nd .second_part .left ul li a:hover {
  border: 1px #fa9b2f solid;
  background-color: #ffffff;
}
.channels2nd .second_part .left ul li a.active {
  /* background-color: #4bd693; */
  background-color:#fa9b2f;
  color: #ffffff;
}
.channels2nd .second_part .right {
  width: 1040px;
  float: left;
}
