﻿.main_content{
  width: 100%;
  margin: 0 auto;
}
.W1200{
  width: 1200px;
  margin: 0 auto;
}
.top_links {padding: 80px 0;}
.top_links .items{float: left;margin-right: 30px;}
.top_links .items a{
  width: 380px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  float: left;
  color: #007224;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
}
.top_links .items a img{margin-bottom: 35px;}
.top_links .items.kyfx{margin-right: 0;}
.top_links .items.kytd{
  background: url(/Content/Areas/News/images/kytdbg.png);
}
.top_links .items.kypt{
  background: url(/Content/Areas/News/images/kyptbg.png);
}
.top_links .items.kyfx{
  background: url(/Content/Areas/News/images/kyfxbg.png);
}

.kycg{
  padding: 80px 0;
  background: #EDF4EE;
}
.kycg h2{
  margin-bottom: 50px;
}
.kycg h2 a{
  color: #196E1D;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.kycg h2 a img{
  width: auto;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.kycg .fl{
  width: 720px;
}
.kycg .fr{
  width: 460px;
}
.kycg a{
  display: block;
  position: relative;
}
.bottom_links a{
  overflow: hidden;
}
.bottom_links a:hover img{
  transform: scale(1.2);
}
.kycg a img{
  width: 100%;
  transition:  all .5s;
}
.kycg a span{
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  font-weight: normal;
}
.kycg .fl .lw{
  width: 100%;
  margin-bottom: 20px;
  height: 420px;
}
.kycg .fl .zhuanzhu,.kycg .fl .zazhi{
  width: 350px;
  height: 260px;
}
.kycg .fl .zazhi{
  margin-left: 20px;
}
.kycg .fr a{
  width: 100%;
  margin-bottom: 20px;
  height: 220px;
}
.kycg .fr a:last-of-type{margin-bottom: 0px;}
.top_links .items a:hover img{
  animation: tada 1s;
  -o-animation: tada 1s;
  -webkit-animation: tada 1s;
  -moz-animation: tada 1s;
}

@media only screen and (max-width:768px){
  .W1200,.top_links .items{width: 100%;}
  .kycg h2 a img{display: none;}
  .top_links{padding: 0;}
  .top_links .items{width: 100%;margin: 0 0 20px;}
  .top_links .items.kyfx{margin-bottom: 0;}
  .top_links .items a{
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .top_links .items a img{margin-bottom: 20px;}
  .kycg{padding: 20px 0 0 ;background: none;}
  .kycg h2{margin-bottom: 30px;}
  .kycg .fl,.kycg .fr{width: 100%;}
  .kycg .fl .lw,.kycg .fl .zhuanzhu, .kycg .fl .zazhi,.kycg .fr a{height: auto;width: 100%;margin-bottom: 20px;}
  .kycg .fl .zazhi{margin-left: 0;}
}