.indexWebList {
  width: 100%;
  margin-top: 13px;
  background: #FFF;
  padding: 10px 20px;
  padding-bottom: 5px
}
.indexWebList li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 16.26%;
  position: relative;
}
.indexWebList li:hover {
  background-color: #fff8f5
}
.indexWebList li:hover > a {
  color: #ff7352
}
.indexWebList li:hover .xl {
  display: inline-block;
  opacity: 1
}
.indexWebList li > a {
  display: block;
  font-size: 15px;
  padding: 6px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .2s all;
  color: #333;
  position: relative;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
}
.indexWebList li > a img {
  vertical-align: middle;
  margin-top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.indexWebList li > a .xl:after {
  content: " ";
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #ff7352 transparent transparent;
  margin-left: 6px;
  margin-top: 13px;
  display: block;
  transition: .2s all
}
.indexWebList li > a .xlhover:after {
  transform: rotate(180deg) !important;
  margin-top: 12px
}
.indexWebList li > a .xl {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  width: 20px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 15px
}
@media screen and (max-width: 800px) {
  .panel {
    display: none
  }
  .newslist ul li a .img {
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-size: 100% 100%;
    box-shadow: 0 0 10px #d2cfcf;
  }
}
@media (min-width: 800px) {
  .newslist ul li a .img {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: 100% 100%;
    box-shadow: 0 0 10px #d2cfcf;
  }
}
.moneyList {
  margin-top: 13px
}
.other {
  margin-top: 13px
}
.other .left {
  width: calc((100% - 13px) * .3)
}
.other .right {
  width: calc((100% - 13px) * .7);
  padding: 0 0 0 20px;
  background: #FFF;
  margin-bottom: 10px;
}
.other .right1 {
  float: right;
  padding: 23px 36px;
  background: #FFF
}
.list {
  margin-bottom: 17px
}
.list:nth-child(2) {
  margin-top: 20px
}
.list:nth-child(6), .list:nth-child(11), .list:nth-child(16) {
  margin-bottom: 17.5px;
  padding-bottom: 17.5px;
  border-bottom: 1px solid #f9f9f9
}
.list:nth-last-child(1) {
  margin-bottom: 0
}
.list .titles {
  float: left;
  margin-right: 35px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #23aa89;
  width: 60px;
  overflow: hidden
}
.list ul {
  float: left;
  width: calc(100% - 35px - 60px)
}
.list ul li {
  float: left;
  margin-right: 25px;
  width: calc((100% - (25px * 5) - 20px) / 5);
}
.list ul li:nth-last-child(1) {
  margin-right: 0;
  width: 20px;
  text-align: right
}
.list ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .2s all;
  color: #333
}
.list ul li a img {
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px
}
.list ul li a i {
  font-size: 18px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #b7b7b7
}
.list ul li a i:hover {
  color: #ff7352
}
.list ul li a:hover {
  color: #ff7352
}
.tools {
  background: #FFF;
  padding: 20px 30px;
  padding-bottom: 30px
}
.tools .title {
  margin-bottom: 22px
}
.tools > a {
  float: left;
  margin-right: calc((100% - 55.5px * 4) / 3);
  font-size: 13px;
  color: #666;
  margin-bottom: 28px;
  width: 55px;
  overflow: hidden;
  height: 82px;
  text-align: center
}
.tools > a:nth-child(5), .tools > a:nth-child(9) {
  margin-right: 0
}
.tools > a:nth-last-child(1), .tools > a:nth-last-child(2), .tools > a:nth-last-child(3), .tools > a:nth-last-child(4) {
  margin-bottom: 0
}
.tools > a img {
  display: block;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  border-radius: 10px
}
.lb {
  background: #FFF;
  padding: 10px;
}
.lb div div img {
  width: 100%;
}
.head_h1 {
  height: 65px;
  color: #FFFFFF;
  margin-bottom: 50px;
  text-align: center;
  width: 80%;
  overflow: hidden
}
.head_h1 h1 {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 6px;
  font-size: 30px;
}
.head_h1 p {
  font-size: 13px;
  margin-top: 4px;
  letter-spacing: 2px;
}
.head_soso {
  margin-top: 50px;
}
.head_soso input {
  width: 590px;
  height: 50px;
  padding-left: 20px;
  color: #333;
  border: 0;
  outline: 0;
  float: left;
  font-size: 15px;
}
.head_soso button {
  height: 50px;
  width: 135px;
  background: #262626;
  color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.indexSearch > div .btn:hover {
  background: #1b92fa;
}
.indexSearch i {
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 125px;
  font-size: 22px;
  margin-left: -46px;
}
.cs-search:before {
  content: "\e61d";
}
.indexSearch > div {
  width: 893px;
  margin: 0 auto;
  position: relative
}
.indexSearch > div .selectul {
  position: absolute;
  top: 48px;
  width: 70%;
  z-index: 99;
  background: white;
  border: 1px solid #ececec;
  border-top: 0;
  display: none;
}
.indexSearch > div .selectul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  color: #333;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.indexSearch > div .selectul li a:hover {
  background: #f9f9f9
}
.index_page {
  background: #fff;
  padding-top: 20px;
}
#hot_tabs {
  text-align: center !important;
}
#hot_tabss {
  text-align: center !important;
}
.content_rank {
  min-height: 30px;
  margin-top: 20px;
  position: relative
}
.content_rank p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.top {
  padding: 10px 22px;
  background: #FFF;
  padding-bottom: 1px
}
.top ul {
  padding-bottom: 15px;
  margin-top: 20px;
}
.dire li {
  width: 49.2% !important;
  display: inline-block !important;
}
.top ul li {
  margin-bottom: 16px;
}
.top ul li:nth-last-child(1) {
  margin-bottom: 0
}
.top ul li:nth-child(1) p i {
  background: #ff6b66
}
.top ul li:nth-child(2) p i {
  background: #ff8652
}
.top ul li:nth-child(3) p i {
  background: #ffa742
}
.top ul li a {
  height: 18px;
  line-height: 18px
}
.top ul li a:hover {
  color: #ff7352
}
.top ul li p i {
  float: left;
  height: 18px;
  line-height: 18px;
  width: 30px;
  text-align: center;
  font-style: normal;
  background: #c3c3c3;
  color: #FFF;
  border-radius: 2px;
  margin-right: 20px
}
.top ul li a h3 {
  float: left;
  height: 18px;
  line-height: 18px;
  font-size: 15px
}
.top ul li a span {
  float: right;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #8c8c8c
}
.indexSearch ~ article {
  padding-top: 0
}
.update {
  padding: 20px 30px;
  background: #FFF;
  margin-top: 13px;
  height: 630px;
  overflow: hidden
}
.update ul {
  position: relative;
  margin-top: 15px;
  height: 535px
}
.update ul li {
  margin-bottom: 15px
}
.update ul li:nth-last-child(1) {
  margin-bottom: 0
}
.update ul li a {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-indent: 15px
}
.update ul li a:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d6d6d6;
  top: 18.5px;
  content: " "
}
.update ul li a:hover {
  color: #ff7352
}
.update ul li span {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  width: 15%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  color: #8c8c8c
}
.update ul li .new-time {
  color: #ff0d0d
}
.indexjd {
  width: calc(100% + 36px + 36px);
  margin: 0 -36px;
  background: #fbfbfb;
  height: 13px
}
.newslist {
  background: #FFF;
  padding-bottom: 1px
}
.newslist ul {
  margin-top: 5px;
  overflow: hidden;
  position: relative;
}
.newslist ul li {
  width: 33%;
  float: left;
  border-bottom: 1px dashed #bdb8b8;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yyccbb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist ul li a .img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}
.newslist ul li a .info {
  float: right;
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 7px;
}
.newslist ul li a .info h3 {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  height: 25px;
  overflow: hidden
}
.newslist ul li a .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.newslist ul li a .info span {
  color: #b5b5b5;
  font-size: 14px;
  display: block;
  margin-top: 0px
}
.bottomas {
  padding: 0 20px;
  background: #FFF;
  overflow: hidden
}
.content {
  margin-top: 12px;
}
.bottomas .content > span, .bottomas .content > p {
  display: block;
  font-size: 15px;
  color: #8e8e8e;
  line-height: 28px;
}
.bottomas .content > span:nth-last-child(1), .bottomas .content > p:nth-last-child(1) {
  margin-bottom: 0
}
.indexgg {
  width: 1300px;
  margin: 0 auto;
  padding: 10px;
  background: #FFF
}
.indexgg a {
  float: left;
  margin-right: 10px;
  width: calc((100% - 20px) / 3)
}
.indexgg a:nth-child(4) {
  margin-right: 0
}
.indexgg a img {
  width: 100%;
  height: 70px;
  border-radius: 2px
}
.indexgg a:nth-child(3) {
  margin-right: 0;
}
.indexgg a:nth-child(6) {
  margin-right: 0;
}
.indexgg a:nth-child(9) {
  margin-right: 0;
}
.indexgg a:nth-child(12) {
  margin-right: 0;
}
.link {
  margin-top: 10px;
  background: #FFF;
  padding: 20px 30px;
  margin-bottom: 20px
}
.link_title {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 15px;
  box-shadow: 0 0 20px #dedede
}
.link ul {
  padding: 20px 0;
  padding-bottom: 30px;
  width: 100%
}
.link ul li {
  float: left;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 16px
}
.link ul li a:hover {
  color: #f55
}
.link ul li a {
  color: #9c9a9a
}
.link_title div {
  color: #63b73d;
  float: left;
  margin-left: 20px
}
.link_title div span {
  margin-right: 8px
}
.link_more {
  color: #20c4ab;
  float: right;
  display: block;
  height: 26px;
  line-height: 2px;
  margin-top: 9px;
}
.link_more:hover {
  color: #20c4ab
}
.count {
  overflow: hidden;
  margin-top: 10px;
  height: 50px;
  background: #fff;
  padding: 10px;
}
.count-title {
  float: left;
  text-align: center;
  color: #605b5b;
  padding: 5px;
}
.tj-list {
  float: left;
  overflow: hidden;
}
.tj-list li {
  height: 30px;
  line-height: 30px;
  float: left;
  color: #615f5f;
}
.tj-list li a {
  width: 52px;
  text-align: center;
  font-size: 15px;
  color: #23aa89;
  margin: 0 auto;
}
.count-pay-money {
  height: 30px;
  float: right;
  color: #fb7608;
}
/*========首页搜索======*/
.primary-menus {
  width: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 16px;
  opacity: .95;
}
.primary-menus ul {
  list-style: none;
  padding: 0;
}
.primary-menus ul li {
  display: inline-block;
  color: #fff;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.primary-menus ul li:first-child {
  display: none;
}
.primary-menus ul li:first-child:hover {
  display: none;
}
.primary-menus ul li:hover {
  background: #fff;
  color: #3c3c3c;
  opacity: .8;
}
.primary-menus ul li.current {
  background: #fff;
  color: #3c3c3c;
}
.primary-menus .cont {
  position: relative;
  top: -1px;
}
.primary-menus .right-link {
  position: absolute;
  right: 0;
  top: 0;
}
.primary-menus .right-link a {
  display: inline-block;
  margin-top: 10px;
  padding-right: 5px;
  color: #dff2ff;
  text-decoration: none;
  font-size: 13px;
}
.primary-menus .right-link a:hover {
  color: #fff;
}
.primary-menus .left-cont {
}
.primary-menus .left-cont .search.hidden {
  display: none;
}
.primary-menus .left-cont form {
  width: 100%;
  position: relative;
}
.primary-menus .left-cont input {
  box-sizing: border-box;
  width: 70%;
  border: none;
  font-size: 15px;
  line-height: 20px;
  height: 48px;
  padding: 11px 100px 11px 26px;
  border-radius: 3px;
  color: #9f9f9f;
  outline: none;
}
.primary-menus .left-cont input:focus {
  color: #3c3c3c;
}
.primary-menus .left-cont button {
  height: 49px;
  box-sizing: border-box;
  width: 100px;
  left: 620px;
  cursor: pointer;
  background-color: #000000;
  color: #fff;
  border: none;
  font-size: 15px;
  line-height: 42px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.primary-menus .left-cont button:hover {
  background-color: #696969;
}
.index-news-article {
  width: 780px;
  overflow: hidden;
  background: #fff;
  padding: 10px 20px 15px
}
.news-article-title {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #1b54bc;
  font-size: 18px;
  color: #1b54bc;
  font-weight: 700
}
.news-article-title strong {
  padding: 0 3px;
  font-size: 20px;
  color: red;
  height: 34px;
  display: -webkit-inline-box
}
.news-article-title-icon {
  display: block;
  background: url(../images/news-article-title-icon.png) no-repeat center;
  background-size: 25px;
  height: 55px;
  width: 50px;
  float: left;
  margin-left: 15px
}
.news-article_container ul {
  padding-top: 20px;
  overflow: hidden
}
.news-article_container ul:nth-child(2), .news-article_container ul:nth-child(3), .news-article_container ul:nth-child(4), .news-article_container ul:nth-child(5) {
  display: none
}
.news-article_container li {
  width: 47%;
  float: left;
  height: 31px;
  overflow: hidden;
  line-height: 31px;
  margin-bottom: 10px;
  margin-left: 5px
}
.news-article_container li:nth-child(2n) {
  float: right
}
.news-article_container li a {
  float: left;
  text-align: left;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 15px;
  text-indent: 20px;
  width: 80%
}
.news-article_container li a:before {
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  background: #dcdcdc;
  left: 0;
  top: 12.5px;
  border-radius: 50%
}
.news-article_container .new span {
  color: red
}
.news-article_container li span {
  float: right;
  font-size: 14px;
  color: #888;
  margin-right: 5px;
  height: 20px;
  overflow: hidden;
}
.news-article_container li .timeno {
  color: red;
}
.index-news-article .page {
  margin: 5px auto 5px;
  position: relative;
  overflow: hidden
}
.index-news-article .page > div {
  width: 50%;
  height: 35px;
  color: #666;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #efefef;
  user-select: none
}
.index-news-article .page > div:hover {
  background: #fbfbfb
}
.index-news-article .page .tok {
  float: left;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  padding-top: 0;
}
.index-news-article .page .bottom {
  float: right;
  border-left: 0;
  border-radius: 0 3px 3px 0
}
.index-news-article .page .cfx {
  width: 84px;
  height: 21px;
  background: #fff;
  display: block;
  float: left;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-42deg);
  left: 50%;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef
}
.index-news-article .page .disabled {
  color: #b7b7b7
}
.title {
  position: relative;
  height: 45px;
  line-height: 35px;
  text-indent: 15px;
  font-size: 16px;
  border-bottom: 1px solid #f6f6f6
}
.titles {
  position: relative;
  height: 45px;
  line-height: 35px;
  text-indent: 15px;
  font-size: 16px;
}
.titles h3 {
  line-height: 40px;
  color: #333;
  font-size: 17px;
  position: relative;
}
.titles h3:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  height: 18px;
  width: 5px;
  background: #23aa89;
  border-radius: 5px;
}
.index-news-article .news-type .hover {
  color: #1b54bc;
  border-bottom: 1px solid #1b54bc;
  height: 44px;
}
.myad {
  width: 37px;
  height: 20px;
  display: inline-block;
  text-indent: 0;
  margin-right: 7px;
  background-size: 100% auto;
  line-height: 18px;
  font-style: normal;
  margin-top: 6px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  color: #a7a7a7 !important;
}
.index-news-article .title font {
  font-size: 13px;
  color: #f93e38;
  background: #f6f6f6;
  padding: 1px 10px 1px 7px;
  border-radius: 20px;
  border: 1px solid #eee;
}
.index-news-article.right .title h3 {
  float: left;
  margin-right: -8px;
}
.index-news-article.right {
  padding: 20px 25px 0;
}
.index-soft {
  background: #fff;
  padding: 10px 16px 1px;
  position: relative;
}
.title {
  position: relative;
  height: 45px;
  line-height: 35px;
  text-indent: 15px;
  font-size: 16px;
  border-bottom: 1px solid #f6f6f6;
}
.index-soft .tj_list {
  margin: 21px 0;
}
.index-soft .tj_list {
  margin: 21px 0;
}
.index-soft .tj_list li {
  display: block;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 25px;
  margin-bottom: 12px;
  box-sizing: initial;
}
.index-soft .tj_list li:nth-child(4) {
  border-bottom: 0;
}
.index-soft .tj_list .fl {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
}
.index-soft .fr {
  width: 270px;
  margin-top: 5px;
}
.right, .fr {
  float: right;
}
.index-soft .fr .tit {
  float: left;
}
.index-soft .fr .tit h3 {
  width: 180px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}
.index-soft .fr .tit span {
  color: #888;
  font-size: 12px;
}
.index-soft .fr .tit i {
  font-style: initial;
  color: #ffb80f;
  font-size: 14px;
  margin-right: 5px;
}
.index-soft .fr .down {
  float: right;
  width: 90px;
}
.index-soft .fr .down b {
  font-weight: 100;
  display: block;
  text-align: right;
  font-size: 13px;
  color: #888;
  line-height: 25px;
}
.index-soft .fr .down span a {
  display: block;
  border: 1px solid #f1f1f1;
  padding: 5px 0;
  text-align: center;
  color: #888;
  margin-top: 5px;
}
.index-soft .tj_list .fl img {
  width: 100%;
  height: 100%;
}
.zxgj_xhwzy {
  background: #FFF;
  padding-left: 40px;
  overflow: hidden;
  padding-top: 15px;
}
.zxgj_xhwzy li {
  float: left;
  margin-right: 98px;
  font-size: 13px;
  color: #666;
  margin-bottom: 28px;
  width: 55px;
  overflow: hidden;
  height: 82px;
  text-align: center;
}
.zxgj_xhwzy li:nth-child(8) {
  float: left;
  margin-right: 60px;
  font-size: 13px;
  color: #666;
  margin-bottom: 28px;
  width: 55px;
  overflow: hidden;
  height: 82px;
  text-align: center;
}
.zxgj_xhwzy ul li img {
  display: block;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  border-radius: 10px;
}
.title_ts_more {
  width: 50px !important;
  text-align: right !important;
  line-height: 81px;
  color: black !important;
}
.top_gg_ad {
  background: #23aa89;
  font-size: 15px;
  padding: 6px 10px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.top_gg_ad a {
  color: #ffffff;
}
.top_gg_ad:hover a {
  color: #333;
}
.ss {
  height: 35px;
}
.site-title fieldset {
  border: none;
  padding: 0;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
}
.site-title fieldset legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300;
}
.hots {
  background: url(../images/hotico.png) no-repeat center center;
  background-size: 100% 100%;
  width: 20px;
  height: 15px;
  position: relative;
  display: inline-block;
  top: -12px;
  left: 5px;
}
@media screen and (max-width: 800px) {
  .friends-link ul li {
    width: 26.3%;
    float: left;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 800px) {
  .friends-link {
    width: 100% !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.seopingjia-seo-newt1 td {
  border: unset;
  font-size: 14px;
  padding: 6px 10px;
}
@media screen and (min-width: 768px) {
  .seopingjia-seo-newt1 {
    width: 100%;
    background: #fff;
  }
  .seopingjia-seo-newt1 td {
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    float: left;
    width: 14.28%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .seopingjia-seo-newt1 {
    width: 100%;
    background: #fff;
  }
  .seopingjia-seo-newt1 td {
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    float: left;
    height: 40px;
    width: 33.33333%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 5px;
  }
  .dire {
    display: none;
  }
}
.articlebox {
  margin: 5px 0 5px 0;
}
@media screen and (max-width: 768px) {
  .lists li .introduce {
    width: 100% !important;
    display: block;
  }
  .lists li .click {
    margin-left: unset !important;
    line-height: unset !important;
  }
  .lists li .go {
    margin-top: -15px !important;
  }
  .lists li {
    padding: 0 20px !important;
  }
  .lists li .weblogo {
    height: unset !important;
  }
  .sydabq, .sydabq a {
    display: none;
  }
  .winter {
    display: none;
  }
}
.refazx input {
  font-size: 14px;
  padding: 5px !important;
  color: #666666;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  background: 0 0;
  margin-bottom: 10px;
}
.refazx input, textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e9ef;
  resize: vertical;
  padding: 0 0 0 10px;
}
.titleer {
  color: #666666;
}
.titleer b {
  color: #ff0000;
}
.ck {
  width: 500px;
  height: 300px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: solid rgb(255, 87, 34) 5px;
  margin-top: 100px;
  margin-bottom: 230px;
}
@media (max-width: 500px) {
  .ck {
    width: 100%;
  }
}
.error {
  margin-top: 20px;
  width: 100px;
}
.ck b {
  display: block;
  font-size: 16px;
  color: rgb(255, 87, 34);
  margin-top: 8px;
}
.titleer input {
  border: 1px solid #e5e9ef;
  height: 30px;
}
.titleer form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.liebiao {
  width: 100%;
  height: auto;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px #efefef solid;
}
.liebiao .links {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0 0 10px #d2cfcf;
  padding: 1px;
  margin-left: 15px;
}
.liebiao .ico {
  line-height: 1;
  font-size: 16px;
  width: 100%;
}
.liebiao .ico a {
  line-height: 2;
}
.liebiao .ico p {
  font-size: 12px;
  color: #666666;
  line-height: 1.8;
}
.liebiao .ico span {
  font-size: 14px;
  color: #666666;
}