@font-face {
  font-family: Source Han Sans SC;
  src: url('../font/SourceHanSansCN-Normal.otf');
}

/* 基础公共样式 */
body {
  min-width: 1200px;
  background-color: #fff;
  font-family: Source Han Sans SC, "SimSun","宋体","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1;
}

body main {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 108px;
}

main, .main {
  position: relative;
}

[v-cloak] {
  display: none
}

/* 顶部样式 */
/* wy start */
.green {
  background: #008a45 !important;
}
.green .inner-nav-wrap .nav-item {
  color: #fff !important;
}
.nav-wrap2 .inner-nav-wrap .nav-item .nav-item__text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green .inner-nav-wrap .checkedHeader {
  color: #008a45 !important;
}
.green .inner-nav-wrap .checkedHeader2 {
  color: #C81919 !important;
}
.topBox {
  width: 100%;
  height: 80px;
  background: #fff;
  position: relative;
}
.topContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 165px;
  height: 60px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
}
.topPart {
  width: 2px;
  height: 30px;
  background: #eee;
  margin-left: 20px;
}
.searchBox {
  width: 25%;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}
.searchBox img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.topIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.searchBox input {
  width: 100%;
  height: 40px;
  padding-left: 25px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.searchBox input::-webkit-input-placeholder{
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #999999;
}
.topTitle {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4A4A4A;
}
.topTitle:hover {
  color: #008A45;
}
.topRight {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
}
.topRight .hoverBox {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}
.topLogin {
  padding-right: 5px;
  box-sizing: border-box;
  border-right: 2px solid #8E8E8E;
}
.downIcon {
  display: inline-block;
  width: 12px;
  vertical-align: middle;
}
.downIcon img {
  width: 12px !important;
  height: 12px !important;
}
.topRight span {
  vertical-align: middle;
}
.ml-20 {
  margin-left: 20px;
}
.topCursor {
  cursor: pointer;
}
/* 服务样式 */
.serveBox {
  width: 228px;
  height: 85px;
  padding: 15px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 99;
}
.serveBox p {
  margin-top: 0;
  margin-bottom: 10px;
}
.phone {
  display: flex;
  align-items: center;
  width: 11px;
  height: 11px;
  margin-right: 14px;
}
.tx_c {
  text-align: center;
}
.sp-bw {
  display: flex;
  align-items: center;
}
.phoneNum {
  font-size: 14px;
  color: #3A3A3A;
}
.day {
  font-size: 14px;
  color: #999999;
}
/* 登录弹窗 */
.loginBox {
  width: 360px;
  height: 337px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 0;
  background: #FFFFFF;
  z-index: 99;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.08);
}
.numBox {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.numBox input {
  width: 100%;
  height: 100%;
  border: 1px solid #BFBFBF;
  padding-left: 10px;
  box-sizing: border-box;
}
.loginTitle {
  font-weight: 800;
  margin: 10px 0px 15px 0px;
}
.code {
  width: 125px;
  height: 35px;
  position: absolute;
  top: 8px;
  right: 10px;
  background: #07A112;
}
.loginBtn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  background: #008A45;
}
.searchCon {
  width: 28%;
  position: absolute;
  top: 60px;
  left: 19%;
  z-index: 99;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.08);
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.searching {
  width: 100%;
  height: 60px;
  padding: 0px 25px;
  box-sizing: border-box;
  line-height: 60px;
  border-bottom: 1px solid #E6E6E6;
}
.searchList {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
.listBox .searchList:last-child {
  border-bottom: none;
}
.searchList img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.skyBox {
  width: 120px;
  height: 85px;
  padding-top: 20px;
  z-index: 99;
  background: #FFF;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 60px;
  right: 0;
}
/* 公众服务 */
.hiddenBox,.messageBox,.openBox,.newBox,.partyBox {
  width: 1200px;
  height: 0;
  position: absolute;
  top: 50px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.08);
  display: flex;
  z-index: 9999;
  transition: all 0.4s ease;
  overflow-y: hidden;
}

/* .partyBox {
  background-color: rgb(233, 163, 163, 0.8);
} */
.newBox,.partyBox,.openBox,.hiddenBox {
  padding: 30px;
  box-sizing: border-box;
}
.newBox {
  left: -200px;
}
.partyBox {
  left: -400px;
}
.hiddenBox {
  left: -600px;
}
.messageBox {
  left: -800px;
}
.openBox {
  left: -1000px;
}
.hiddenLeft {
  width: 12%;
  height: 100%;
  float: left;
  border-right: 2px solid #CCCCCC;
}
.leftList {
  text-align: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.cicle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EB8F42;
  margin-right: 3px;
  vertical-align: middle;
}
.cicle_title {
  color: #008A45;
  font-size: 16px;
  vertical-align: middle;
}
.hiddenCenter {
  width: 35%;
  padding: 0px 50px;
  box-sizing: border-box;
  border-right: 2px solid #CCCCCC;
  float: left;
}
.hiddenCenter p {
  margin: 0px;
  line-height: 20px;
}
.centerTop {
  display: flex;
  height: 90px;
  justify-content: space-between;
}
.logoList .logoName {
  line-height: 0px;
  color: #4A4A4A;
  font-size: 14px;
}
.logoList {
  width: 80px;
  height: 100%;
}
.logoList img {
  width: 40px;
  height: 40px;
}
.hiddenRight {
  width: 52%;
  height: 100%;
  padding-left: 45px;
  box-sizing: border-box;
  float: left;
}
.rightTitle {
  font-size: 20px;
  font-weight: bold;
  color: #008A45;
  text-align: left;
  margin: 0px;
  line-height: 26px;
}
.rightDetail {
  font-size: 16px;
  font-weight: 400;
  color: #3A3A3A;
  line-height: 24px;
  text-align: left;
  margin-top: 15px;
  position: relative;
  text-indent: 2em;
}
.rightDetail p {
  margin-bottom: 10px;
}
.clikDetail {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #008A45;
  position: absolute;
  right: 40px;
  bottom: 0px;
}
/* 核心业务 */
.messageBox>div {
  width: 33.33%;
  height: 100%;
  padding: 65px 0px;
  box-sizing: border-box;
  color: #3A3A3A;
  transition: all 0.6s;
  position: relative;
}
.messageBox>div>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.messageBox>div:hover {
  color: #FFF;
  background-color: rgb(0, 138, 69, 0.7)
}
.messageBox>div:hover .messagr_sign {
  background: #FFF;
}
.messageName {
  font-size: 36px;
  font-family: Microsoft YaqiHei-Bold, Microsoft YaqiHei;
  font-weight: bold;
  line-height: 36px;
}
.messagr_sign {
  width: 32px;
  height: 4px;
  background: #3A3A3A;
  border-radius: 8px;
  margin: 20px auto;
}
.message_detail {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
}
/* 信息公开 */
.openCenter .clikDetail {
  line-height: 12px;
}
.centerTitle {
  font-size: 20px;
  font-weight: bold;
  color: #008A45;
  text-align: left;
  margin: 0px;
  margin-bottom: 11px !important;
  line-height: 26px;
}
.centerDetail {
  font-size: 15px;
  font-weight: 400;
  color: #3A3A3A;
  line-height: 23px;
  text-align: left;
  margin-top: 15px;
  position: relative;
  text-indent: 2em;
}
.openCenter {
  width: 50%;
  padding: 0px 50px;
  box-sizing: border-box;
  border-right: 2px solid #CCCCCC;
  float: left;
  position: relative;
}
.openCenter p {
  margin: 0px;
}
.openRight {
  width: 48%;
  padding-left: 45px;
  box-sizing: border-box;
}
.openRight .rightTitle {
  text-align: center;
}
/* 新闻中心 */
.centerImg {
  width: 312px;
  height: 176px;
  margin: 0 auto;
}
/* 党的建设 */
.partyBox .cicle_title,.partyBox .rightTitle,.partyBox .clikDetail {
  color: #DE0A0A;
}
.partyBox .cicle {
  background: #DE0A0A;
}
.block {
  display: block;
}
.none {
  display: none;
}
/* wy end */
body header {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 99999;
}
body header .title {
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
body header .title .inner-title-wrap {
  width: 1200px;
  height: 42px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3a3a;
  font-size: 12px;
}
body header .title .inner-title-wrap .title-l span {
  cursor: pointer;
  color: #008a45;
  margin-left: 6px;
}
body header .title .inner-title-wrap .title-r {
  display: flex;
  align-items: center;
  color: #4a4a4a;
  justify-content: flex-end;
  cursor: pointer;
}
body header .title .inner-title-wrap .title-r img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
body header .search-wrap {
  min-width: 100%;
  display: flex;
  height: 100px;
  margin: 0 auto;
}
body header .search-wrap .inner-search-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
body header .search-wrap .inner-search-wrap .logo-wrap {
  width: 148px;
  height: 53px;
  position: absolute;
}
body header .search-wrap .inner-search-wrap .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body header .search-wrap .inner-search-wrap .input-wrap {
  width: calc(480px + 80px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body header .search-wrap .inner-search-wrap .input-wrap .search {
  display: flex;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input {
  width: 480px;
  height: 40px;
  border: 1px solid #cccccc;
  outline: none;
  box-sizing: border-box;
  padding-left: 20px;
  color: #999;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 12px;
}
body header .search-wrap .inner-search-wrap .input-wrap .search .btn-search {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #008a45;
  flex: 1;
  cursor: pointer;
  font-size: 14px;
}
body header .search-wrap .inner-search-wrap .input-wrap .hot-word {
  margin-top: 9px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
body header .search-wrap .inner-search-wrap .input-wrap .hot-word span {
  margin-left: 11px;
}

body .banner-wrap {
  width: 100%;
  min-height: 50px;
}
body .banner-wrap .nav-wrap {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  box-sizing: border-box;
  text-align: center;
}
body .banner-wrap .nav-wrap .inner-nav-wrap {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item {
  height: 100%;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item.checkedHeader {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
body .banner-wrap .nav-wrap .inner-nav-wrap .nav-item.checkedHeader2 {
  background: rgba(255, 255, 255, 0.8);
  color: #C81919;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
body header .base-banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  margin-top: -50px;
}
body .nav-wrap2 {
  position: static;
}

.nav-wrap2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 3;
}
.nav-wrap2 .inner-nav-wrap {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nav-wrap2 .inner-nav-wrap .nav-item {
  height: 100%;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
  text-align: center;
  cursor: pointer;
  transition: all 0.6s;
}
.nav-wrap2 .inner-nav-wrap .nav-item:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
.nav-wrap2 .inner-nav-wrap .nav-item.checkedHeader {
  background: rgba(255, 255, 255, 0.8);
  color: #008a45;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
.nav-wrap2 .inner-nav-wrap .nav-item.checkedHeader2 {
  background: rgba(255, 255, 255, 0.8);
  color: #C81919;
  font-size: 18px;
  transform: scale(1.05);
  transform: perspective(1px);
}
.nav-wrap2 .inner-nav-wrap .nav-item:nth-child(3):hover {
  color: #C81919;
}

/* 面包屑 */

.breadcrumb-wrap {
  margin-top: 20px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.breadcrumb-wrap>i {
  color: #99D0B5;
}
.breadcrumb-wrap .breadcrumb-items {
  font-size: 12px;
  font-weight: 400;
  color: #4A4A4A;
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.breadcrumb-wrap .breadcrumb-items .breadcrumb-symbol {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* 底部样式 */

footer {
  width: 100%;
  margin: 0 auto;
}
footer .link-wrap {
  height: 120px;
  width: 100%;
  background-color: #f8f8f8;
}
footer .link-wrap .inner-link-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
footer .link-wrap .inner-link-wrap .link-wrap-l {
  height: 100%;
  width: 1034px;
  display: flex;
  flex-direction: column;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-t {
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  font-size: 22px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-t > div {
  display: flex;
  align-items: center;
  margin-right: 57px;
  cursor: pointer;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-t > div img {
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-t > div:first-child {
  color: #000000;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-b {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-b .link-item {
  font-size: 16px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  margin-right: 60px;
  height: 100%;
  cursor: pointer;
}
footer .link-wrap .inner-link-wrap .link-wrap-l .link-wrap-l-b .link-item .link-text {
  margin-right: 10px;
}
footer .link-wrap .inner-link-wrap .link-wrap-r {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .link-wrap .inner-link-wrap .link-wrap-r .wechat-wrap {
  width: 80px;
  height: 80px;
}
footer .link-wrap .inner-link-wrap .link-wrap-r .wechat-wrap img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  cursor: pointer;
}
footer .link-wrap .inner-link-wrap .link-wrap-r .wechat-wrap img:hover {
  transform: scale(1.05);
}
footer .link-wrap .inner-link-wrap .link-wrap-r .wechat-tip {
  margin-top: 11px;
  font-size: 14px;
  color: #3a3a3a;
}
footer .link-wrap .inner-link-wrap .link-wrap-r .wechat-tip span {
  color: #008a45;
}
footer .address-copy-info {
  width: 100%;
  height: 88px;
  background-color: #008a45;
}
footer .address-copy-info .inner-address-copy-info {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .address-copy-info .inner-address-copy-info .footer-log-wrap {
  width: 105px;
  height: 40px;
  margin-right: 126px;
}
footer .address-copy-info .inner-address-copy-info .footer-log-wrap img {
  width: 100%;
  height: 100%;
}
footer .address-copy-info .inner-address-copy-info .address-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer .address-copy-info .inner-address-copy-info .address-wrap > div {
  flex: 1;
  display: flex;
  align-items: center;
}
footer .address-copy-info .inner-address-copy-info .address-wrap .address-t {
  font-size: 14px;
  color: #f8f8f8;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
}
footer .address-copy-info .inner-address-copy-info .address-wrap .address-b {
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px;
  color: rgba(248, 248, 248, 0.8);
  display: flex;
  align-items: flex-start;
}

.el-dropdown-menu {
  max-height: 240px;
  overflow-y: scroll;
}


/* 二级页面 左侧列表 公共布局样式 */

.box .box_l{
	width: 380px;
}

.box .box_l_t{
	width: 380px;
	height: 60px;
	background: linear-gradient(115deg, #028745 0%, #07A20D 85%);
	border-radius: 4px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.box .box_l_t p{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 20px;
}

.box .ltul{
	width: 380px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.box .ltul .open-level2 {
  transform: rotate(-180deg);
}

.box .ltul .level2-wrap {
  transition: height 0.3s;
  height: 0;
  overflow-y: hidden;
}

.box .ltul li{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  cursor: pointer;
}

.box .ltul li:hover {
  background: #F8F8F8;
}

.box .ltul li p{
	font-size: 16px;
	color: #3A3A3A;
	font-weight: bold;
	margin-left: 20px;
}

.box .ltul .level2-wrap li p{
	/*text-indent: 2em;*/
	padding-left: 30px;
}

.box .ltul li i{
	color: #999999;
	font-weight: bold;
	margin-right: 18px;
  transition: all 0.6s;
}

.box .ltul a:hover li p{
	color: #07A112;
}

.box .ltul a:hover li i{
	color: #07A112;
}

.box .ltul .ltul_act p{
	color: #07A112;
}

.box .ltul .ltul_act i{
	color: #07A112;
}
/* 左侧列表 end */


/* 无数据默认样式 */

.nodata-default {
  font-size: 18px;
  color: #07A112;
  padding: 50px 0px;
}

/* 左侧导航 */

.left-nav-wrap {
  position: fixed;
  top: 24px;
  left: calc((100vw - 1200px) / 2 - 100px);
  width: 75px;
  height: auto;
  z-index: 10000000;
}

.corebusiness-left {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.left-nav__item:first-child, .left-nav__item2:first-child {
  border-top: 1px solid #e5e5e5;
}

.left-nav__item, .left-nav__item2 {
  width: 100%;
  border: solid 1px #e5e5e5;
  border-width: 0 1px 1px 1px;
  height: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  background-color: #F0F0F0;
  color: #333;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.left-nav__item:hover {
  background: #008a45;
  color: #fff;
  border-color: #008a45;
  text-decoration: none;
}

.left-nav__item2:hover {
  background-color: #c81919;
  border-color: #c81919;
  color: #FFF;
  text-decoration: none;
}

