@charset "UTF-8";
.common-main {
  width: 100%;
  padding-bottom: 1em;
}

.common-main .banner-abs {
  display: block;
  margin: 1em auto;
  width: 96%;
  height: 92px;
  background-color: blue;
}

.common-main .banner-abs img {
  width: 100%;
  height: 100%;
}

.common-main .area-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 0 auto;
  border: 2px solid #74b03c;
  border-top: 4px double #74b03c;
}

.common-main .area-base.index_one, .common-main .area-base.index_two, .common-main .area-base.index_three {
  margin: .5em auto;
}

.common-main .area-base.index_one ul, .common-main .area-base.index_two ul, .common-main .area-base.index_three ul {
  list-style-type: none;
  padding: 1em 1em 2em 1em;
  margin: 0;
}

.common-main .area-base.index_one ul li, .common-main .area-base.index_two ul li, .common-main .area-base.index_three ul li {
  background-image: url("/static/images/arrows.gif");
  background-repeat: no-repeat;
  background-position: 0 50%;
  line-height: 2em;
  padding-left: 1.4em;
  border-bottom: 1px dotted black;
}

.common-main .area-base.index_one p.more, .common-main .area-base.index_two p.more, .common-main .area-base.index_three p.more {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 1em;
  margin: .25em 0;
}

.common-main .area-base.index_one {
  height: 300px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: none;
}

.common-main .area-base.index_one .notice,
.common-main .area-base.index_one .banner,
.common-main .area-base.index_one .info {
  width: 32%;
  position: relative;
  height: 300px;
  margin-right: 1.5em;
}
.common-main .area-base.index_one .info{
  width: 38%;
}

.common-main .area-base.index_one .notice {
  width: 30%;
  padding: 0 .5em .5em;
  height: 290px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7abf54), color-stop(#2e8900), to(#7abf54));
  background: linear-gradient(#7abf54, #2e8900, #7abf54);
  border: 1px solid #2a8c03;
  border-radius: 5px;
}

.common-main .area-base.index_one .notice .noticeList {
  background-color: #fff;
  height: 255px;
  border-radius: 5px;
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}

.common-main .area-base.index_one .notice .noticeList .listItem {
  line-height: 1.2em;
  padding-bottom: .2em;
  margin-bottom: .8em;
}

.common-main .area-base.index_one .notice h3.title {
  font-size: 18px;
  line-height: 2em;
  padding: 0;
  margin: 0;
  color: white;
  text-indent: 1em;
}

.common-main .area-base.index_one .notice p.more {
  line-height: 2em;
}

.common-main .area-base.index_one .banner {
  width: 33%;
  min-width: 320px;
  height: 280px;
}

.common-main .area-base.index_one .banner .swiper-container {
  height: 100%;
}

.common-main .area-base.index_one .banner .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 30px !important;
}

.common-main .area-base.index_one .banner .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}

.common-main .area-base.index_one .banner .swiper-container .swiper-slide a img {
  width: 100%;
  display: block;
  height: 250px;
}

.common-main .area-base.index_one .banner .swiper-container .swiper-slide a p {
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background-color: #cccccc;
  color: black;
  font-weight: 900;
}

.common-main .area-base.index_one .banner .swiper-container .swiper-slide a:hover {
  text-decoration: none;
  color: white;
}

.common-main .area-base.index_one .info .list {
  padding: 1em 0;
}

.common-main .area-base.index_one .info .list > .listItem {
  line-height: 1.2em;
  padding-left: 2em;
  padding-bottom: .4em;
  margin: .5em;
}
.common-main .area-base.index_one .info .list >.rightInfoItem{
  font-size:.9rem;
  padding-left: 1em;

}

.common-main .area-base.index_two {
  border: none;
}

.common-main .area-base.index_two .area-left {
  width: 74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-main .area-base.index_two .area-left .news-list {
  width: 49%;
  margin: 2px;
  position: relative;
}

.common-main .area-base.index_two .area-left .news-list .title {
  margin: 0;
  padding: .2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#7abf54), color-stop(#2e8900), color-stop(90%, #7abf54), to(#479a00));
  background: linear-gradient(#7abf54, #2e8900, #7abf54 90%, #479a00 100%);
  border-radius: 2em 2em 0 0;
  width: 8em;
  color: white;
  text-align: center;
  font-size: 18px;
}

.common-main .area-base.index_two .area-left .news-list .list {
  border: 1px solid #479a00;
  min-height: 248px;
}

.common-main .area-base.index_two .area-right {
  width: 26%;
}

.common-main .area-base.index_two .area-right .banner-abs {
  margin: .5em;
}

.common-main .area-base.index_two .area-right .list2,
.common-main .area-base.index_two .area-right .list3 {
  border: 1px solid #4f9e07;
  min-height: 220px;
}

.common-main .area-base.index_two .area-right .list2 .title,
.common-main .area-base.index_two .area-right .list3 .title {
  margin: 0 5px;
  padding: .2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#7abf54), color-stop(#2e8900), color-stop(90%, #7abf54), to(#479a00));
  background: linear-gradient(#7abf54, #2e8900, #7abf54 90%, #479a00 100%);
  border-radius: 0 0 2em 2em;
  width: 8em;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.common-main .area-base.index_two .area-right .list3 {
  position: relative;
}

.common-main .area-base.index_two .area-right .list3 ul.list {
  padding: 1em 5px 0 5px;
}

.common-main .area-base.index_three .area-download,
.common-main .area-base.index_three .area-point {
  position: relative;
  width: 50%;
}

.common-main .area-base.index_three .area-point {
  border-left: 2px solid #74b03c;
}

.common-main .area-base.index_three h3.title {
  text-indent: 2em;
  margin: 0;
  padding: 3px;
  border-bottom: 1px solid #ccddb0;
  background-color: #51a301;
  color: white;
  font-size: 14px;
  line-height: 1.6;
  background-image: url("/static/images/arrows.gif");
  background-repeat: no-repeat;
  background-position: 1em 50%;
}

.common-main .area-base.index_four {
  display: block;
}

.common-main .area-base.index_four h3.title {
  text-indent: 2em;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccddb0;
  font-size: 16px;
  line-height: 1.6;
}

.common-main .area-base.index_four ul li {
  list-style: none;
  line-height: 1.6em;
  text-indent: 1em;
}

.common-main .area-base.index_four ul li::before {
  content: ">>>";
  display: inline;
  line-height: 1.6em;
}

.common-main .friendly-link {
  width: 96%;
  margin: 1em auto 0;
  border: 2px solid #87bc4f;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-main .friendly-link::before {
  content: "友情链接";
  display: block;
  width: 1.6rem;
  height: 5rem;
  line-height: 1rem;
  padding-top: .5rem;
  color: white;
  font-size: .8em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#87bc4f), to(#77b741));
  background: linear-gradient(to right, #87bc4f, #77b741);
}

.common-main .friendly-link div.more {
  width: 5rem;
  padding-top: 3rem;
  padding-right: 1rem;
  height: 1rem;
  line-height: 2rem;
  font-size: .8em;
  text-align: center;
}

.common-main .friendly-link ul.list {
  margin: 0;
  padding: 0;
  height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common-main .friendly-link ul.list li {
  display: block;
  width: 32%;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */