@charset "utf-8";
.mobile{height: 0; overflow: hidden;}
.w1200 {margin: 0 auto; width: 1200px;}
/* header */
body, html {
  /* height: 100%; */
}
.mt56 {
  margin-top: 56px;
}
.app {min-width: 1200px;}
.header .head-top {
  height: 260px;
  background: url(/images/header_bg.jpg) repeat-x;
}
.header .head-top .head-top-container {
  padding-top: 12px;
  margin-bottom: 44px;
  height: 30px;
  overflow: hidden;
}
.mr16 {margin-right: 16;}.ml16 {margin-left: 16px;}
.header .head-top .link-nav a {
  margin-left: 30px;
}
.header .head-top .head-top-container p, 
.header .head-top .head-top-container a {
  line-height: 2;
  font-size: 14px;
  font-weight: lighter;
  color: #444;
}
.header .head-top .head-top-container a:hover {
  color: #c03;
  font-weight: bold;
  border-bottom: 2px solid #c03;
}
  /* logo */
.header .head-top .logo-bd {
  display: inline-block;
  width: 592px; height: 0;
  padding-top: 115px;
  text-indent:  -9999px;
  overflow: hidden;
  background: url(/images/logo.png)  0 0 no-repeat;
}
  /* search */
.header .head-top .head-search {
  position: relative;
  margin: 0 auto;
  width: 188px;
  height: 38px;
  padding: 0 42px 0 20px;
  border-radius: 10px;
  border: dashed 1px #88e1da;
  background-color: #fff;
}

.header .head-search .search_txt {
  height: 38px; width: 100%;
  line-height: 38px;
  font-size: 15px;
  color: #444;
  font-weight: lighter;
  background-color: #fff;
}
.header .head-search .search_btn {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 42px;
  cursor: pointer;
  background: url(/images/search_icon.png) center no-repeat;
}

/* navigator */
.header .nav {
  width: 100%;
  height: 70px;
  background-color: #0e8952;
}
.header .nav .nav-item {
  display: inline-block;
  position: relative;
  text-align: center;
}
.header .nav .menu-item {
  display: inline-block;
  height: 70px; min-width: 86px; padding: 0 22px;
  line-height: 70px;
  font-weight: lighter;
  font-size: 22px;
  color: #fff;
  transition: all .3s ease;
}
.header .nav .nav-item.active .menu-item {
  color: #fff;
  font-weight: bold;
  background-color: #f90;
}
.header .nav .sub-menu {
  display: none;
  position: absolute;
  padding: 10px 0;
  top: 70px;
  left: 0; right: 0;
  border-top: 3px solid #fff;
  background-color: #f90;
  border-radius: 0 0 10px 10px;
  z-index: 100;
}
.header .nav .sub-menu .sub-menu-item  {
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  padding: 0 6px;
}
.header .nav .sub-menu .sub-menu-link {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px solid #f90;
  transition: all .3s ease;
}
.header .nav .sub-menu .sub-menu-link:hover {
  font-weight: bold;
  border-color: #fff;
}

.header .alert-box {
  position: fixed;
  padding: 10px 20px;
  background: rgba(7, 17, 27, 0.66);
  font-size: 14px;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  top: -50%;
  left: 50%;
  transition: all .3s ease;
  z-index: 1000001;
  transform: translate3d(-50%, -50%, 0px);
}
.header .alert-box.show {
  top: 50%;
}

/*  */
.fixed-right-bar {
  position: fixed;
  top: 50%;
  right: 12.5%;
  width: 40px;
  z-index: 1005;
}
.fixed-right-bar .social-item {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  font-size: 0;
}
.fixed-right-bar .social-item:hover .icon{
  transform: rotate(360deg);
}
.fixed-right-bar .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/images/social-contact-icon.png);
  background-repeat: no-repeat;
  transform-origin: center;
  transition: all .8s ease;
  cursor: pointer;
  overflow: hidden;
}
.fixed-right-bar .wechat-code .icon {
  background-position-y: -50px;
}
.fixed-right-bar .bytedance .icon {
  background-position-y: -100px;
}
.fixed-right-bar .control-btn {
  opacity: 0;
  visibility:hidden;
  transition: opacity .3s ease;
}
.fixed-right-bar .btn-show {
  opacity: .5;
  visibility: visible;
  transition: opacity .3s ease;
}
.fixed-right-bar .btn-show:hover {
  opacity: 1;
}
.fixed-right-bar .totop {
  background-position-y: -208px;
}
.fixed-right-bar .qrcode-wrap {
  position: absolute;
  width: 120px;
  height: 0;
  right: -34px;
  bottom: 42px;
  opacity: 0;
  overflow: hidden;
  transition: all .4s ease;
}
.fixed-right-bar .qrcode-show {
  height: 130px;
  opacity: 1;
}
.fixed-right-bar .qrcode-wrap .social-qrcode {
  position: relative;
  display: block;
  width: 118px;height: 118px;
  border-radius: 12px;
  border: 1px solid #78d4a8;
  overflow: hidden;
}
.fixed-right-bar .qrcode-wrap .triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 3px;
  right: 46px;
  border-top: 8px solid #129151;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  opacity: 0;
  transition: opacity .1s ease;
}
.fixed-right-bar .qrcode-show .triangle {
  opacity: 1;
}
.fixed-right-bar .qrcode-wrap .triangle::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -7px;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

/* body */
.main-body .cate-position {
  padding-top: 30px;
  height: 30px;
  border-bottom: 1px solid #b3e4d1;
}
@keyframes updownYidongN{0%{top: 0px;}20%{top: 6px;}40%{top: -4px;}60%{top: 2px;}80%{top: 0px;}}
.main-body .cate-position .cate-name {
  position: relative;
  padding: 0 26px;
  line-height: 44px;
  height: 44px;
  font-size: 24px;
  font-style: italic;
  font-weight: bolder;
  color: #0e8952;
  border-radius: 10px;
  border: 1px dashed #b3e4d1;
  background-color: #f3f5f8;
  transition: all .3s ease;
}
.main-body .cate-position .cate-name:hover {
  animation-name: updownYidongN;
  animation-duration: 1s;
  color: #fff;
  border-color: #0e8952;
  background-color: #0e8952;
}

.main-body .cate-position .pos,
.main-body .cate-position .pos a {
  line-height: 22px;
  font-size: 15px;
  color: #666;
}
.main-body .cate-position .pos a:hover {
  color: #cc0033;
  border-bottom: 2px solid #cc0033;
}

/* news list */
.main-body .news-container .news-item {
  display: flex;
  height: 180px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  transition: all .3s ease;
}
.main-body .news-container .news-item .news-thumb {
  width: 288px;
  border-radius: 10px;
  overflow: hidden;
}
.main-body .news-container .news-item .news-thumb img {
  width: 100%;
  height: 100%;
}
.main-body .news-container .news-item .news-info {
  flex: 1;
  padding: 44px;
  padding-bottom: 40px;
}
.main-body .news-container .news-item .date {
  position: absolute;
  right: 0; top: 6px;
  font-size: 14px;
  color: #a1a0a0;
}
.main-body .news-container .news-item .title {
  line-height: 1;
  font-size: 20px;
  font-weight: lighter;
  color: #0e8952;
}
.main-body .news-container .news-item .news-summary {
  margin-top: 10px;
}
.main-body .news-container .news-item .fs15 {
  font-size: 15px;
}
.main-body .news-container .news-item .summary {
  line-height: 2;
  color: #444;
}
.main-body .news-container .news-item:hover {
  transform: translateY(-6px);
  background-color: #3b8d61;
}
.main-body .news-container .news-item:hover .news-thumb img {
  transform: scale(1.15);
}
.main-body .news-container .news-item:hover .hover-color {
  color: #fff;
}
.main-body .news-container .news-item:hover .title {
  font-weight: bolder;
}
/* notice */
.main-body .txt-container .txt-item {
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 10px;
  transition: all .3s ease;
}

.main-body .txt-container .txt-item span {
  font-size: 14px;
  color: #999;
}
.main-body .txt-container .txt-item .title {
  margin-left: 50px;
  font-weight: lighter;
  font-size: 17px;
  color: #444;
}
.main-body .txt-container .txt-item .title>span {
  font-size: 17px;
}
.main-body .txt-container .txt-item .hits {
  margin-right: 60px;
}
.main-body .txt-container .txt-item .date {
  margin-right: 50px;
}
.main-body .txt-container .txt-item:hover {
  transform: scale(1.01);
  background-color: #0e8952;
}
.main-body .txt-container .txt-item:hover span {
  color: #fff;
}
.main-body .txt-container .txt-item:hover .title {
  color: #fff;
  font-weight: bolder;
}

/* pic */
.main-body .pic-container .pic-item {
  display: inline-block;
  margin: 0 30px 30px 0;
  width: 380px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
}
.main-body .pic-container .pic-item:nth-child(5n),
.main-body .pic-container .pic-item:nth-last-child(2){
  margin-right: 0;
}
.main-body .pic-container .pic-item:first-child{
  margin-right: 30px;
}
.main-body .pic-container .pic-thumb {
  display: block;
  width: 380px;
  height: 240px;
  overflow: hidden;
}
.main-body .pic-container .pic-item img {
  width: 100%;
  height: 100%;
}
.main-body .pic-container .pic-item .title {
  line-height: 50px;
  height: 50px; width: 100%;
  font-size: 17px;
  font-weight: lighter;
  text-align: center;
  color: #444;
  border-top: 1px solid #fff;
  transition: all .3s ease;
  background-color: #fff;
}
.main-body .pic-container .pic-item:hover img {
  transform: scale(1.15);
}
.main-body .pic-container .pic-item:hover .title {
  font-weight: bolder;
  color: #fff;
  background-color: #0e8952;
}

.main-body .pic-container,
.main-body .txt-container,
.main-body .news-container {margin-bottom: 50px;}

.main-body .ad-container .ad-item {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

/* pagination */
.day-pagination {margin-bottom: 78px;height: 26px;}
.day-pagination .pagination-con {height: 24px;}
.day-pagination .pagination-con { width: 100%; text-align: center; }
.day-pagination .pagination-con li { cursor: pointer; display: inline-block; zoom: 1; *display: inline; min-width: 22px; border-radius: 3px; margin-left: 6px; line-height: 22px; text-align: center; font-family: Arial; font-size: 14px; font-weight: bold; }
.day-pagination .pagination-con li  p { padding: 0 7px; font-weight: bold; color: #b2b2b2; }
.day-pagination .pagination-con li  p em { margin: 0 3px; font-weight: bold; }
.day-pagination .pagination-con li  span {display: block;color: #b2b2b2;font-family: arial;border: 1px solid #ccc;width: 100%;height: 22px;line-height: 22px;border-radius: 3px;text-align: center;cursor: default;}
.day-pagination .pagination-con li.item  a {display: inline-block;zoom: 1; *display: inline;width: 100%;height: 22px;min-width: 22px;border-radius: 3px;color: #b2b2b2;font-family: arial;}
.day-pagination .pagination-con li.item .item_a { border: 1px solid #ccc; }
.day-pagination .pagination-con li.item .item_a:hover {border-color: #1bab82;color: #1bab82;}
.day-pagination .pagination-con li.item .active { background: #1bab82; border-color: #1bab82; box-shadow: none; color: #FFFFFF; }
.day-pagination .pagination-con li.item .active:hover {color: #fff;}
.day-pagination .pagination-con .p_btn a {display: block;border-radius: 3px;min-width: 22px;height: 22px;border: 1px solid #ccc;background-image: url(/images/pagination-icon.png);background-repeat: no-repeat;background-position: 0;}
.day-pagination .pagination-con .p_btn a:hover {border-radius: 3px;border-color: #1bab82 !important;background-position-y: -35px;}
.day-pagination .pagination-con .p_btn .p_first {background-position: -66px -4px;}
.day-pagination .pagination-con .p_btn .p_prve10 {background-position: -17px -4px;}
.day-pagination .pagination-con .p_btn .p_prve {background-position: -34px -4px;}
.day-pagination .pagination-con .p_btn .p_last {background-position: -84px -4px;}
.day-pagination .pagination-con .p_btn .p_next10 {background-position: 2px -4px;}
.day-pagination .pagination-con .p_btn .p_next {background-position: -48px -4px;}
.day-pagination .pagination-con .p_btn:hover { border-color: #fff; border-radius: 5px; }
.no-pagination {margin-top: 0;height: 0;margin-bottom: 40px;}

/* article */
.main-body .article-body {margin-bottom: 60px;background-color: #fff;border-radius: 12px;}
.main-body .w1100 {margin: 0 auto;width: 1100px;}
/* article-top */
.main-body .article-body .article-top {padding: 40px 0 30px;text-align: center;color: #c03;}
.main-body .article-body .article-top .article-title {line-height: 45px;font-weight: bold;font-size: 30px;}
.main-body .article-body .article-top .sub-title {line-height: 1;font-size: 24px;}
.main-body .article-body .line {display: block;margin-bottom: 10px;height: 5px;background-color: #f7f7f7;}
.main-body .article-body .art-source .source-item {line-height: 24px;font-size: 14px;color: #989898;margin-right: 14px;}
#hits{
  padding-left: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARtJREFUeNpi/P//PwMlgImBQsAyc+ZMdDEeIPYAYmsgFoeKfQfiE0C8A4gfoxiAptkTiIOBmAvKPwrEn4DYEogdoXgvEM8D4v/oBuQBsQWUfQGIu5DkFgOxLRBnArEzEGsBcScQv4KFQSmS5u9QzSCvNAFxN1TzYSDeAlUjCcStIBpkQAEQGyLZth1KtwGxChBLQ23mBuJlSOpA/FqQAWZo4fAKSougiXNhiQQBkAHtaILOUHoNkthtIH4NxBpoas+BAvEy1JBKqKAqEFsB8TogPgYNiztAzArEOUiabwBxDywQL0MNeAblgxQmAPEvIH4CTROgBCMElT8EDWCUaHwIxCXQROQLxG5A7Ao1hB2q5hIQb4VaCAYAAQYAtho1r4Vmc4UAAAAASUVORK5CYII=) no-repeat;
  background-position-y: center;
}
.main-body .article-body .set-font{
  float: right;
  font-size: 0;
}
.main-body .article-body .set-font .font {
  float: left;
  margin-left: 1px;
  height: 24px;
  font-size: 14px;
  min-width: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: lighter;
  color: #777;
  background-color: #ebebeb;
}
.main-body .article-body .set-font .word-size {
  width: 38px;
  font-weight: normal;
  margin-right: 2px;
}
.main-body .article-body .set-font .font-big {
  font-size: 16px;
}
.main-body .article-body .set-font .font-small {
  font-size: 12px;
}
.main-body .article-body .set-font .active {
  background-color: #1d9750;
  color: #fff;
}
.main-body .article-body .set-font .font:hover {
  background-color: #1d9750;
  color: #fff;
}
.main-body .article-body .set-font .word-size:hover{
  color: #777;
  background-color: #e7e7e7;
}
.main-body .article-body .article-con {
  padding: 30px 0;
}
.main-body .article-body .article-con img {
  margin: 10px 0;
  max-width: 1100px;
  height: auto !important;
  border-radius: 14px;
  overflow:hidden;
}
.main-body .article-body .article-con video{
  width: 100%;
  height: auto !important;
}
.main-body .article-body .article-con table {
  margin: 0 auto;
  width: 1080px !important;
}
.main-body .article-body .article-con strong {
  font-weight: bold !important;
}
.main-body .article-body .article-con a {
  color: #c03;
  border-bottom: 2px solid #c03;
}
.main-body .article-body .article-con a:hover {
  font-weight: bolder;
}

.mobile .more-area {
  padding-top: .2rem;
  margin-bottom: .25rem;
  font-weight: lighter;
  font-size: .22rem;
  text-align: center;
  color: #666;
}
.app .common-m-list .common-m-item {display: none;}
/* footer */
.footer {
  height: 220px;
  background: url(/images/copyright_bg.jpg) repeat-x;
}
.footer .copyright {
  position: relative;
  display: table;
  height: 100%;
}
.footer .copyright .shiye{
  position: absolute;
  font-size: 0;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}
.footer .copyright .copyright-con {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.footer .copyright .copyright-con p,
.footer .copyright .copyright-con a {
  line-height: 28px;
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
}
.footer .copyright .copyright-con .fs17{
  font-size: 17px;
}
.footer .copyright .copyright-con .fs15{
  font-size: 15px;
}
.footer .copyright .copyright-con a:hover {
  border-bottom: 2px solid #fff;  
}
.alert{
  font-size: 16px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.alert strong {
  font-weight: bolder;
  color: #f00;
}