/* 本例子css */
  .slideBox {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 20px;
  }

  .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
  }

  .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
  }

  .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }

  .slideBox .hd ul li.on {
    background: #0176c9;
    color: #fff;
  }

  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }

  .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
  }

  .slideBox .bd img {
    width: 100%;
    height: 140px;
    display: block;
  }



.overHidden {
  overflow: hidden;
}

.plr {
  padding: 0 15px;
}

.topNews {
  overflow     : hidden;
  width        : 1300px;
  margin       : 0 auto;
  margin-bottom: 30px;
  background   : #fff;
  padding      : 0 50px;
  padding-top  : 30px;
  box-sizing   : border-box;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .topNews {
    width        : 90%;
    padding      : 0;
    border-radius: 0;
  }
}

.topNews .topNews_left {
  float: left;
  width: 590px;
}

@media (max-width: 767px) {
  .topNews .topNews_left {
    width: 100%;
  }
}

.topNews .topNews_right {
  float: right;
  width: 590px;
}

@media (max-width: 767px) {
  .topNews .topNews_right {
    width: 100%;
  }
}

.topNews_right .newsList li {
  display: flex;
  justify-content: space-between;
}

.homebg {
  background-position: bottom;
  padding-bottom     : 80px;
}

@media (max-width: 767px) {
  .homebg {
    padding: 0px 0 30px;
  }
}

.main {
  margin-bottom: 15px;
}

.homeSwiper {
  height: 380px;
}
#toutiao{
    background: #fff;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
    margin: 0px auto 20px;
  padding:0 20px;
}
.toutiaoSwiper {
  height: 140px;

}

@media (max-width: 767px) {
  .homeSwiper {
    height: 250px;
  }
#toutiao{display: none;}

}

.homeSwiper .swiper-slide,.toutiaoSwiper .swiper-slide {
  position: relative;
}

.homeSwiper .swiper-slide a {
  display: block;
  height : 100%;
}

.homeSwiper .swiper-slide a img {
  width : 100%;
  height: 100%;
}

.homeSwiper .swiper-slide a p {
  position  : absolute;
  bottom    : 0;
  left      : 0;
  width     : 100%;
  background: rgba(0, 0, 0, 0.5);
  padding   : 16px 10px;
  font-size : 16px;
  color     : #fff;
}
.toutiaoSwiper .swiper-slide a span{
    font-size: 32px;
    color: #c80200; font-weight:bold;
    text-align: center;
    display: block;
    line-height: 40px;
padding:20px 0 10px;
}
.toutiaoSwiper .swiper-slide a p{
    font-size: 16px;
    line-height: 30px; padding-top:10px;
}

@media (max-width: 767px) {
  .homeSwiper .swiper-slide a p span {
    display      : inline-block;
    width        : 70%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}

.homeSwiper .pagination {
  position  : absolute;
  z-index   : 20;
  bottom    : 18px;
  right     : 15px;
  width     : 100%;
  text-align: right;
}

.homeSwiper .swiper-pagination-switch {
  display      : inline-block;
  width        : 12px;
  height       : 12px;
  border-radius: 50%;
  background   : #fff;
  margin       : 0 5px;
  cursor       : pointer;
}

.homeSwiper .swiper-active-switch {
  background: #02a7f0;
}

.toutiaoSwiper .pagination {
  position  : absolute;
  z-index   : 20;
  bottom    : 18px;
  right     : 15px;
  width     : 100%;
  text-align: center;
}

.toutiaoSwiper .swiper-pagination-switch {
  display      : inline-block;
  width        : 30px;
  height       : 8px;
  border-radius: 10px;
  background   : #E4E4E4;
  margin       : 0 5px;
  cursor       : pointer;
}

.toutiaoSwiper .swiper-active-switch {
  background: #02a7f0;
}

.tab {
  border-bottom: 1px solid #dcdcdc;
  height       : 58px;
  line-height  : 56px;
}

@media (max-width: 767px) {
  .tab {
    padding: 0;
  }
}

/*.tab a {
  float      : left;
  text-align : center;
  width      : 25%;
  font-size  : 20px;
  font-weight: bold;
  cursor     : pointer;
}

.tab a.active {
  position     : relative;
  color        : #2984d9;
  border-bottom: 2px solid #2984d9;
}

.tab a.active::after {
  content          : "";
  position         : absolute;
  border-bottom    : 8px solid transparent;
  border-top       : 8px solid #2984d9;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  bottom           : -18px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}*/

.tab li {
  float      : left;
  text-align : center;
  width      : 25%;
  font-size  : 20px;
  font-weight: bold;
  cursor     : pointer;
}

.tab li.active {
  position     : relative;
  color        : #2984d9;
  border-bottom: 2px solid #2984d9;
}

.tab li.active::after {
  content          : "";
  position         : absolute;
  border-bottom    : 8px solid transparent;
  border-top       : 8px solid #2984d9;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  bottom           : -18px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}
.tab a {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.tab li.active a{
  color        : #2984d9;
}

@media (max-width: 767px) {
  .tab a {
    font-size: 15px;
  }
}

.tab .morea {
  float      : right;
  font-size  : 16px !important;
  font-weight: normal;
  color      : #2984d9;
  margin     : 0 8px;
  width      : auto;
}

.newsList {
  display: none;
}

@media (max-width: 767px) {
  .newsList {
    padding: 0;
  }
}

#jtxx {
  display: block;
}

.list li {
  line-height: 1.6;
  overflow   : hidden;
  margin     : 20px 0;
}

@media (max-width: 767px) {
  .list li {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : flex;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    align-items            : center;
  }
}

.list li a {
  font-size         : 16px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

@media (max-width: 767px) {
  .list li a {
    width        : 70%;
    font-size    : 14px;
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
  }
}

.list li a:hover {
  color: #2984d9;
}

.list li .list_date {
  font-size: 14px;
  color    : #a0a0a0;
  float    : right;
}

@media (max-width: 767px) {
  .list li .list_date {
    -webkit-flex-shrink: 0;
    flex-shrink        : 0;
  }
}

.list-inside li {
  list-style: inside;
}

@media (max-width: 767px) {
  .list-inside li a {
    width: 100%;
  }
}

.govMain>div,
.govIconMain>div {
  float     : left;
  width     : 32%;
  box-sizing: border-box;
}

.govMain>div:not(:last-child),
.govIconMain>div:not(:last-child) {
  margin-right: 2%;
}

@media (max-width: 767px) {

  .govMain>div,
  .govIconMain>div {
    width        : 100%;
    margin       : 0;
    margin-bottom: 30px;
  }
}

.govMain .tab a,
.govIconMain .tab a {
  font-size: 17px;
}

@media (max-width: 767px) {

  .govMain .tab a,
  .govIconMain .tab a {
    font-size: 14px;
  }
}

.zwfwMain {
  padding-top: 15px;
}

.govMain .zwTit {
  display: block;
}

.imageList {
  overflow: hidden;
  margin  : 20px 0 0;
}
#imageMain .imageList{display:flex;justify-content: space-between;align-items:center;}
#imageMain .imageList a{width:49%;}


@media (max-width: 767px) {
  .imageList {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
    margin-bottom          : 0px;
  }
}

.imageList a {
  float: left;
  /*width: 22%;*/width: 31%;
}

.imageList a:not(:last-child) {
  /*margin-right: 4%;margin-right: 3%;*/
}

@media (max-width: 767px) {
  .imageList a:not(:last-child) {
    margin-right: 0;
  }
}

.imageList a img {width:100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .imageList a {
    width        : 100%;
    margin       : 0;
    margin-bottom: 12px;
    text-align   : center;
  }
}

.zwbox {
  border-radius : 5px;
  box-shadow    : 0px 0px 5px 0px #ddd;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .zwbox .zwTit {
    display: none;
  }
}

@media (max-width: 767px) {
  .govIconMain {
    display: none;
  }
}

.zwTit {
  font-size    : 24px;
  text-align   : center;
  color        : #000;
  height       : 70px;
  line-height  : 70px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .zwTit {
    display: none;
  }
}

.zwTit img {
  vertical-align: text-top;
  margin-right  : 10px;
}

.tab2 {
  background : #efefef;
  height     : 54px;
  line-height: 54px;
}

.tab2 a,
.tab2 span {
  cursor    : pointer;
  float     : left;
  width     : 25%;
  text-align: center;
  font-size : 18px;
}

.tab2 a.active,
.tab2 span.active {
  color     : #fff;
  background: #2071ee;
  position  : relative;
}

.tab2 a.active::after,
.tab2 span.active::after {
  content          : "";
  position         : absolute;
  bottom           : -16px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
  border-bottom    : 8px solid transparent;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  border-top       : 8px solid #2071ee;
}

@media (max-width: 767px) {

  .tab2 a,
  .tab2 span {
    font-size: 16px;
  }
}

.tab2 a.morea {
  float    : right;
  font-size: 16px;
  color    : #177bd8;
  margin   : 0 8px;
  width    : auto;
}

.zwlist {
  padding: 0 15px;
  display: none;
}

#gsgg {
  display: block;
}

.gkgg {
  overflow     : hidden;
  padding      : 0 15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .gkgg {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
  }
}

.gkgg .gkggItem {
  overflow     : hidden;
  width        : 166px;
  height       : 105px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .gkgg .gkggItem {
    width              : 48%;
    height             : 90px;
    background-position: right bottom;
    background-size    : cover;
    border-top         : 2px solid #cae0f8;
  }
}

.gkgg .gkggItem:nth-child(odd) {
  float: left;
}

.gkgg .gkggItem:nth-child(even) {
  float: right;
}

.gkgg .gkggItem p {
  font-size  : 18px;
  color      : #2984d9;
  font-weight: bold;
  margin     : 10px 0 0 15px;
}

.zbgg {
  background: url(/uiFramework/commonResource/image/2022112022053112987.png) no-repeat;
}

.ztbgk {
  background: url(/uiFramework/commonResource/image/2022112022055438054.png) no-repeat;
}

.zbjg {
  background: url(/uiFramework/commonResource/image/2022112022062618478.png) no-repeat;
}

.pbjg {
  background: url(/uiFramework/commonResource/image/2022112022070137626.png) no-repeat;
}

.gkLink {
  padding: 0 15px;
}

.gkLink a {
  display      : inline-block;
  width        : 100%;
  background   : #549de1;
  font-size    : 18px;
  color        : #fff;
  text-align   : center;
  margin-bottom: 10px;
  padding      : 10px 0;
  border-radius: 10px;
}

.gkLink a span {
  display   : inline-block;
  width     : 240px;
  text-align: left;
}

.gkLink a img {
  margin-right  : 10px;
  vertical-align: -10px;
}

.imglink {
  overflow: hidden;
  padding : 0 15px;
}

@media (max-width: 767px) {
  .imglink {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
  }
}

.imglink .imgLinkItm {
  width        : 170px;
  height       : 140px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .imglink .imgLinkItm {
    width: 48%;
  }
}

.imglink .imgLinkItm:nth-child(odd) {
  float: left;
}

.imglink .imgLinkItm:nth-child(even) {
  float: right;
}

.imglink .imgLinkItm p {
  padding    : 10px 0 0 15px;
  color      : #2984d9;
  font-size  : 18px;
  font-weight: bold;
}

.ysxk {
  background: url(/uiFramework/commonResource/image/2022112022144085019.png) no-repeat;
}

.kstb {
  background: url(/uiFramework/commonResource/image/2022112022150227868.png) no-repeat;
}

.zzsl {
  background: url(/uiFramework/commonResource/image/2022112022152375280.png) no-repeat;
}

.sgs {
  background: url(/uiFramework/commonResource/image/2022112022154193951.png) no-repeat;
}

.linkbox {
  overflow: hidden;
  padding : 0 15px;
}

@media (max-width: 767px) {
  .linkbox {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
  }
}

.linkbox a {
  border             : 1px solid #bfd1eb;
  border-radius      : 10px;
  display            : -webkit-box;
  display            : -webkit-flex;
  display            : flex;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  align-items        : center;
  width              : 150px;
  height             : 60px;
  margin-bottom      : 13px;
  padding-left       : 15px;
  text-align         : center;
  background         : url(/uiFramework/commonResource/image/2023030214451710239.png) no-repeat;
  background-position: -10px 20px;
}

.linkbox a img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .linkbox a {
    width       : 45%;
    padding-left: 10px;
  }

  .linkbox a img {
    margin-right: 4px; width: 30px;
  }
}

.linkbox a:nth-child(odd) {
  float: left;
}

.linkbox a:nth-child(even) {
  float: right;
}

.linkbox a span {
  display    : block;
  color      : #2984d9;
  font-size  : 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .linkbox a span {
    font-size: 12px;  padding-left: 12px;
    text-align: left;
  }
}

.online {
  margin-top: 19px;
  padding   : 0 15px;
  text-align: center;
}

.online img {
  max-width: 100%;
  height   : 159px;
}

.online .linka {
  overflow               : hidden;
  margin-top             : 10px;
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : flex;
  -webkit-flex-wrap      : wrap;
  flex-wrap              : wrap;
  -webkit-box-pack       : justify;
  -webkit-justify-content: space-between;
  justify-content        : space-between;
}

.online .linka a {
  display      : inline-block;
  width        : 30%;
  background   : #549de1;
  border-radius: 10px;
  font-size    : 18px;
  color        : #fff;
  text-align   : center;
  padding      : 13px 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .online .linka a {
    font-size: 16px;
  }
}

.linkicon {
  overflow: hidden;
  padding : 0 15px;
}

.linkicon a {
  float     : left;
  width     : 33%;
  text-align: center;
  margin    : 24px 0;
}

.linkicon a img {
  height: 44px;
}

.linkicon a span {
  display   : block;
  font-size : 16px;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .linkicon a span {
    font-size: 14px;
  }
}

.swiperMain {
  margin-top: 30px;
}

.swiperGroup {
  height        : 200px;
  padding-bottom: 30px;
}

.swiperGroup .swiper-slide {
  text-align: center;
}

.swiperGroup .pagination {
  position  : absolute;
  bottom    : 0px;
  width     : 100%;
  height    : 20px;
  text-align: center;
}

.swiperGroup .swiper-pagination-switch {
  display      : inline-block;
  width        : 12px;
  height       : 12px;
  border-radius: 50%;
  background   : #02a7f0;
  margin       : 0 5px;
  cursor       : pointer;
  opacity      : 0.3;
}

.swiperGroup .swiper-active-switch {
  opacity: 1;
}

.swiperGroup .swiper-slide img {
  width : 385px;
  height: 200px;
}

@media (max-width: 767px) {
  .swiperGroup .swiper-slide img {
    max-width: 100%;
    width    : auto;
    height   : auto;
  }
}

.ftArt {
  margin : 20px 0;
  padding: 0 15px;
}

.ftArt .zxftInfo {
  overflow  : hidden;
  background: #f4f9fd;
}

@media (max-width: 767px) {
  .ftArt .zxftInfo {
    margin-bottom: 10px;
  }
}

.ftArt .zxftInfo .ftImg {
  float       : left;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .ftArt .zxftInfo .ftImg {
    float: none;
    width: 100%;
  }
}

.ftArt .zxftInfo .ftCon {
  width: 250px;
  float: left;
}

@media (max-width: 767px) {
  .ftArt .zxftInfo .ftCon {
    float: none;
    width: 100%;
  }
}

.ftArt .zxftSum {
  font-size         : 14px;
  line-height       : 1.6;
  height            : 78px;
  display           : -webkit-box;
  overflow          : hidden;
  -webkit-box-orient: vertical;
  line-clamp        : 4;
  -webkit-line-clamp: 4;
  padding-top       : 15px;
  color             : #777;
}

@media (max-width: 767px) {
  .ftArt .zxftSum {
    height: auto;
  }
}

.ftArt img {
  width : 95px;
  height: 110px;
}

.ftArt .ftImg {
  text-align: center;
}

.ftArt a {
  font-size    : 14px;
  color        : #000;
  display      : block;
  margin       : 16px 0;
  width        : 95%;
  white-space  : nowrap;
  text-overflow: ellipsis;
  overflow     : hidden;
}

.ftArt a:hover {
  color: #2984d9;
}

@media (max-width: 767px) {
  .ftArt a {
    font-size: 16px;
  }
}

.ftArt p {
  font-size    : 14px;
  text-overflow: ellipsis;
  overflow     : hidden;
  white-space  : nowrap;
  margin       : 5px 0;
}

@media (max-width: 767px) {
  .ftArt p {
    font-size: 14px;
  }
}

.ftArt p br {
  display: none;
}

.borderLine {
  margin    : 10px 15px;
  border-top: 5px solid #efefef;
}

@media (min-width: 768px) {

  .govIconMain,
  .govMain {
    display: none;
  }
}

@media (min-width: 768px) {
  .shortMain {
    /*height: 535px;*/
  }
}

.shortContent {
  /*height  : 535px;
  overflow: hidden;*/
}

.shortContent:not(:first-child) {
  display: none;
}

@media (max-width: 767px) {
  .shortContent {
    display: none;
  }
}

@media (max-width: 767px) {
  .shortHome {
    display: block;
    height : auto;
  }
}

.jtxxL {
  float: left;
  width: 610px;
}

.jtxxR {
  float: right;
  width: 550px;
}

#gwyxx li a {
  display: inline-block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#jtxx_s,
#gwyxx_s {
  display: block;
}

.picNewsCon {
  margin-top: 15px;
  overflow  : hidden;
  padding   : 0 10px;
}

.picNewsCon .picNewsItem {
  float: left;
  width: 47%;
}

.picNewsCon .picNewsItem:not(:last-child) {
  margin-right: 6%;
}

.picNewsCon .picNewsItem img {
  width : 100%;
  height: 140px;
}

.picNewsCon .picNewsItem a {
  font-size: 16px;
  display  : block;
  margin   : 6px 0;
}

.picNewsCon .picNewsItem a:hover {
  color: #2984d9;
}

.zwgkL {
  float: left;
  width: 710px;
}

.zwgkR {
  float: right;
  width: 460px;
}

.shortZwgkImg {
  overflow: hidden;
  margin  : 20px 0;
}

.shortZwgkImg a {
  float       : left;
  width       : 170px;
  margin-right: 25px;
}

.shortZwgkImg a:last-child {
  margin: 0;
}

.szwList {
  display: none;
}

#szfwj_z {
  display: block;
}

.shortContent .gkgg {
  margin-top: 30px;
}

.shortContent .gkgg .gkggItem {
  background-size: cover;
  width          : 205px;
  height         : 140px;
  margin-bottom  : 20px;
  border-right   : 1px solid #b1c7e7;
}

.cxfwL {
  float: left;
  width: 700px;
}

.cxfwR {
  float: right;
  width: 440px;
}

.cx12328 {
  display: inline-block;
  width  : 100%;
  height : 180px;
}

.cx12328 img {
  width : 100%;
  height: 100%;
}

.cxfw_a {
  margin-top: 20px;
}

.cxfw_a a {
  float        : left;
  width        : 48%;
  margin-right : 4%;
  margin-top   : 13px;
  margin-bottom: 13px;
}

.cxfw_a a:nth-child(even) {
  margin-right: 0;
}

.cxfw_a a img {
  width: 100%;
}

.hdjlL {
  float: left;
  width: 825px;
}

.hdjlR {
  float: right;
  width: 340px;
}

.hdjlLinkIcon {
  background: #f9f9f9;
}

.hdjlLinkIcon a {
  width : 50%;
  margin: 30px 0;
}

.tabWidth a {
  width: auto;
}

.hdjlL .ftArt {
  padding: 0;
}

.hdjlL .ftArt a,
.hdjlL .ftArt p {
  font-size: 16px;
}

.hdjlL .ftArt .ftImg {
  margin-right: 15px;
}

.hdjlL .ftArt img {
  width : 140px;
  height: 160px;
}

.hdjlL .ftArt .zxftInfo {
  background: #fff;
}

.hdjlL .ftArt .zxftInfo .ftCon {
  width: 600px;
}

.hdjlL .ftArt .zxftInfo .ftCon p {
  margin: 15px 0;
}

.hdjlL .easysite-mt10 {
  background: #fff;
}

.hdjlL #msgForm .easysite-list-search,
.hdjlL #msgForm .easysite-theme-pagination,
.hdjlL #msgForm thead {
  display: none;
}

.hdjlL #msgForm tr {
  background: #fff !important;
}

.hdjlL #msgForm tr td {
  padding-left: 0 !important;
}

.zwfwimg1 a {
  margin-right: 20px;
}

.zwfwimg1 a:last-child {
  margin: 0;
}

.zwfwimg2 {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : flex;
  -webkit-box-pack       : justify;
  -webkit-justify-content: space-between;
  justify-content        : space-between;
  margin-top             : 50px;
}

.zwfwimg2 a {
  text-align: center;
}

.zwfwimg2 a span {
  display   : block;
  color     : #2984d9;
  font-size : 16px;
  margin-top: 10px;
}

/*# sourceMappingURL=test.css.map */