body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body {
  color: #4e4e4e;
  font: 15px/1.5 "Microsoft YaHei", "Helvetica Neue", Arial, "Hiragino Sans GB",
    STHeiti, "STHeiti Light [STXihei]", "Microsoft Yahei", sans-serif;
  background: #e9eaed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #4e4e4e;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #fe5a01;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
.qingchu {
  clear: both;
  height: 0px;
  width: 100%;
  line-height: 0px;
}
.box,
article {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.navbox {
  width: 1200px;
  margin: auto;
}
/*header*/
header {
  width: 100%;
  padding: 5px 0;
  background: #b6ab98;
  height: 58px;
}
.logo {
  float: left;
  margin-right: 20px;
}
.logo img {
  height: 48px;
  width: auto;
}
.imgscale img {
  width: 100%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s;
}
.imgscale:hover img {
  transform: scale(1.1);
}
/*nav*/
nav {
  float: left;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
#starlist {
}
#starlist li {
  position: relative;
  display: inline;
  float: left;
  width: max-content;
}
#starlist li a {
  display: inline;
  float: left;
  padding: 0 20px;
  color: #fff;
}
#starlist li a:hover,
#starlist #selected,
.selected > a,
#starlist li:hover {
  color: #fcaa0b;
}
#starlist li:hover a {
  color: #fcaa0b;
}
#starlist ul.sub {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 48px;
  background: #413f4d;
  display: none;
  z-index: 9;
}
#starlist ul.sub li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
#starlist ul.sub li:last-child {
  padding-bottom: 10px;
}
#starlist ul.sub li a {
  color: #fff;
}
#starlist ul.sub li a:hover {
  color: #fcaa0b;
}
#starlist li:hover ul.sub {
  display: block;
}
/*箭头*/
.menu:before {
  position: absolute;
  content: "";
  top: 22px;
  right: 5px;
  background: url(../images/jt.png) no-repeat;
  width: 8px;
  height: 8px;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu:hover:before {
  transform: rotate(180deg);
} /*旋转*/
#mnavh {
  display: none;
  margin: 5px 0 0 0;
  width: 24px;
  height: 40px;
  float: right;
  text-align: center;
  padding: 0 10px;
}
.navicon {
  display: block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin-top: 20px;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #fff;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navicon:before {
  margin-top: -10px;
}
.navicon:after {
  margin-top: 10px;
}
.open .navicon {
  background: none;
}
.open .navicon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .navicon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .navicon:before,
.open .navicon:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #fff;
}
/*menu+*/
.menu span {
  display: none;
  width: 50px;
  height: 50px;
  background: #12b7de;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  border-left: #49ccea 1px solid;
}
/*search*/
.searchico {
  margin-top: 5px;
  width: 39px;
  height: 39px;
  float: right;
  display: inline;
  cursor: pointer;
  background: url(../images/bg.png) no-repeat center !important;
}
.searchbox {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.search {
  width: 50%;
  margin: 20px auto;
  background: #413f4d;
  border-radius: 0 5px 5px 0;
  position: relative;
  border: #ccc 1px solid;
  display: none;
}
.search input.input_submit {
  border: 0;
  background: 0;
  color: #fff;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10%;
}
.search input.input_text {
  border: 0;
  line-height: 36px;
  height: 36px;
  width: 72%;
  padding-left: 10px;
  outline: none;
}
.open {
  display: block !important;
}
.searchclose {
  background: url(../images/close.png) no-repeat;
  display: block;
  position: absolute;
  width: 28px;
  height: 30px;
  right: 5px;
  top: 5px;
}
/*lbox*/
.lbox {
  width: 75%;
  float: left;
  overflow: hidden;
}
/*banner*/
.banbox {
  width: 68.5%;
  overflow: hidden;
  float: left;
  border-radius: 3px;
  margin-bottom: 20px;
}
.banner {
  width: 100%;
  overflow: hidden;
  float: left;
}
.fader {
  position: relative;
  width: 100%;
  height: 260px;
  font-family: "futura", arial;
  overflow: hidden;
}
.fader .slide {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.fader .slide img {
  width: 100%;
  height: 260px;
  margin: auto;
}
.fader .prev,
.fader .next {
  position: absolute;
  height: 32px;
  line-height: 32px;
  width: 40px;
  top: 50%;
  left: 50px;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0;
  transition: all 150ms;
}
.fader .prev {
  background: url(../images/left.png) no-repeat;
}
.fader .next {
  left: auto;
  right: 50px;
  background: url(../images/right.png) no-repeat;
}
.fader .pager_list {
  position: absolute;
  width: 100%;
  height: 26px;
  padding: 0;
  line-height: 40px;
  bottom: 0;
  text-align: center;
  z-index: 4;
}
.fader .pager_list li {
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background: #fff;
  opacity: 0.9;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 150ms;
}
.fader .pager_list li:hover,
.fader .pager_list li.active {
  opacity: 1;
  background: #ffc107;
}
.banner:hover .fader_controls .page.prev {
  opacity: 0.7;
  left: 20px;
}
.banner:hover .fader_controls .page.next {
  opacity: 0.7;
  right: 20px;
}
/*headline*/
.headline {
  width: 30%;
  float: right;
  overflow: hidden;
}
.headline ul {
  height: 260px;
}
.headline ul li {
  width: 100%;
  background: #000;
  overflow: hidden;
  height: 125px;
  margin-bottom: 10px;
  border-radius: 3px;
  position: relative;
}
.headline ul li a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.headline ul li img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s;
  opacity: 0.7;
}
.headline ul li:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.headline ul li span {
  bottom: 0;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
/*tab_buttons*/
.tab_buttons {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border-bottom: #e4e3e3 1px solid; /* position: relative; */
}
.tab_buttons li {
  display: block;
  font-size: 16px;
  line-height: 40px;
  float: left;
  width: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.newscurrent:after {
  content: "";
  background: #413f4d;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsitem {
  display: none;
}
.newsitem:nth-child(1) {
  display: block;
}
/*tab_box*/
.whitebg {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.tab_box {
  clear: both;
  position: relative;
}
.newslist {
  float: right;
  width: 66%;
}
.newslist li {
  overflow: hidden;
  line-height: 32px;
  padding: 0 20px 10px 20px;
}
.newslist li a {
  height: 32px;
}
.newslist li img {
  width: 100%;
}
.newslist li {
  height: 22px;
}
.newslist li:hover {
  height: 100%;
  background: #f7f7f7;
}
.newslist li:hover a {
  color: #000;
  font-weight: bold;
}
.newslist li:hover i {
  background: #fcaa0b;
}
.newslist li:nth-child(1) {
  height: 100%;
  background: #f7f7f7;
}
.newslist li:nth-child(1) a {
  color: #000;
  font-weight: bold;
}
.newslist li:nth-child(1) i {
  background: #9a9a9a;
}
.newslist:hover li:nth-child(1) {
  height: 22px;
  background: none;
}
.newslist:hover li:nth-child(1) a {
  color: #333;
  font-weight: normal;
}
.newslist:hover li:nth-child(1) i {
  background: #9a9a9a;
}
.newslist:hover li:nth-child(1):hover {
  height: 100%;
  background: #f7f7f7;
}
.newslist:hover li:nth-child(1):hover a {
  color: #000;
  font-weight: bold;
}
.newslist:hover li:nth-child(1):hover i {
  background: #fcaa0b;
}
.newslist p {
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 48px;
}
.newspic {
  float: left;
  width: 32%;
  height: 218px;
  overflow: hidden;
  position: relative;
}
.newspic ul {
  overflow: hidden;
}
.newspic li {
  height: 100px;
  position: relative;
  background: rgba(0, 0, 0, 1);
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 3px;
}
.newspic li a {
  display: block;
  overflow: hidden;
}
.newspic img {
  height: 100%;
  width: 100%;
  opacity: 0.7;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: all 0.5s;
}
.newspic span {
  bottom: 0;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 22px;
}
.newspic li:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.newsitem ul li i {
  display: block;
  width: 20px;
  height: 20px;
  background: #9a9a9a;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
  position: relative;
  font-style: normal;
}
.newsitem ul li i::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9px;
  color: #fff;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
.newsitem ul li:first-child i {
  background: #fcaa0b;
}
.newsitem ul li:first-child i::before {
  content: "1";
}
.newsitem ul li:nth-child(2) i::before {
  content: "2";
}
.newsitem ul li:nth-child(3) i::before {
  content: "3";
}
.newsitem ul li:nth-child(4) i::before {
  content: "4";
}
.newsitem ul li:nth-child(5) i::before {
  content: "5";
}
/*htitle*/
.htitle,
.mianbaoxie {
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  color: #484848;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
}
.mianbaoxie {
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
}
.htitle:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  content: "";
  background: #413f4d;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.htitle2:after {
  width: 140px;
}
.htitle3:after {
  width: 110px;
}
.htitle87:after {
  width: 65px;
}
.hnav {
  float: right;
}
.hnav a {
  display: block;
  padding-right: 10px;
  float: left;
  position: relative;
}
.jiahong a {
  color: #fe5a01;
}
.jiahong a:hover {
  font-weight: bold;
}
/*shipin*/
.shipin ul {
  overflow: hidden;
  padding: 10px 0 20px 0;
  position: relative;
}
.shipin li {
  float: left;
  width: 32.5%;
  overflow: hidden;
}
.shipin li:nth-child(2) {
  margin: 0 1.25% 0 1.25%;
}
.shipin li span {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/*ad*/
.ad ul {
  overflow: hidden;
  border-radius: 3px;
}
/*bloglist*/
.bloglist ul {
  padding: 10px 0 0;
}
.bloglist li {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: #eee 1px dashed;
  padding-bottom: 20px;
  position: relative;
  line-height: 30px;
}
.bloglist li:hover .blogtitle a {
  color: #fe5a01;
}
.blogtitle {
  margin: 0 0 10px 0;
  font-size: 18px;
  overflow: hidden;
  color: #1f8fff;
}
.viewmore {
  display: block;
  right: 10px;
  bottom: 20px;
  position: absolute;
  padding: 3px 10px;
  background: #fcaa0b;
  color: #fff;
  border-radius: 3px;
}
.viewmore:hover {
  background: #cc8b08;
  color: #fff;
}
.blogpic {
  float: left;
  width: 23.2%;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.blogtext {
  font-size: 14px;
  color: #666;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-top: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.bloginfo {
  margin-top: 20px;
  overflow: hidden;
  color: #999;
  line-height: 34px;
}
.bloginfo span {
  margin: 0 5px;
  padding-left: 20px;
}
.bloginfo span a {
  color: #35314d;
}
.bloginfo .dtime {
  background: url(../images/shijianico.png) no-repeat scroll left center;
}
.bloginfo .dlanmu {
  background: url(../images/lanmuico.png) no-repeat scroll left center;
}
.bloginfo .dread {
  background: url(../images/readico.png) no-repeat scroll left center;
}
/*rbox*/
.rbox {
  width: 23.5%;
  float: right;
  overflow: hidden;
}
/*paihang*/
.paihang ul {
  overflow: hidden;
  padding-bottom: 3px;
}
.paihang ul li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paihang ul li:nth-child(even) {
  background: #f6f6f6;
}
.paihang ul li i {
  display: block;
  width: 16px;
  height: 16px;
  background: #b1b1b1;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  position: relative;
  font-style: normal;
}
.paihang ul li i::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9px;
  color: #fff;
  line-height: 16px;
  width: 16px;
  text-align: center;
}
.paihang ul li:first-child i,
.paihang ul li:nth-child(2) i,
.paihang ul li:nth-child(3) i {
  background: #fcaa0b;
}
.paihang ul li:first-child i::before {
  content: "1";
}
.paihang ul li:nth-child(2) i::before {
  content: "2";
}
.paihang ul li:nth-child(3) i::before {
  content: "3";
}
.paihang ul li:nth-child(4) i::before {
  content: "4";
}
.paihang ul li:nth-child(5) i::before {
  content: "5";
}
.paihang ul li:nth-child(6) i::before {
  content: "6";
}
.paihang ul li:nth-child(7) i::before {
  content: "7";
}
.paihang ul li:nth-child(8) i::before {
  content: "8";
}
.paihang ul li:nth-child(9) i::before {
  content: "9";
}
.paihang ul li:nth-child(10) i::before {
  content: "10";
}
.paihang ul li:nth-child(11) i::before {
  content: "11";
}
.paihang ul li:nth-child(12) i::before {
  content: "12";
}
.paihang ul li:nth-child(13) i::before {
  content: "13";
}
.paihang ul li:hover {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*wenzi*/
.wenzi li {
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.wenzi li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 10px;
  left: 0px;
  top: 10px;
}
/*jieshao*/
.jieshao p {
  margin-bottom: 10px;
}
/*links*/
.links ul {
  overflow: hidden;
  margin-top: 20px;
}
.links li {
  display: inline-block;
  width: 50%;
  float: left;
  line-height: 30px;
  text-align: center;
}
.links li a {
  display: block;
}
.links li:hover {
  background: #f7f7f7;
}
/*footer*/
footer {
  background: #373d41;
  width: 100%;
  border-top: #827d99 10px solid;
  padding: 25px 0;
  color: #73777a;
  font-size: 14px;
}
footer p {
  margin-bottom: 5px;
}
footer a {
  color: #73777a;
}
footer a:hover {
  color: #00c1de;
}
.top {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/top.png) no-repeat center #413f4d;
  right: 20px;
  bottom: 10%;
  position: fixed;
}
/*lanmu*/
.lanmu img {
  height: 100px;
  float: left;
  margin-right: 20px;
}
.lanmu h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.lanmu p {
  color: #666;
}
/*pagelist*/
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
.pagelist a {
  color: #666;
  margin: 0 5px 10px;
  padding: 5px 10px;
  background: #f7f7f7;
  display: inline-block;
}
.pagelist a:hover,
.pagelist > b {
  color: #3690cf;
  color: #fff;
  background: #cc8b08;
}
.pagelist > b {
  padding: 5px 10px;
}
a.curPage {
  color: #19585d;
  font-weight: bold;
}
/*neirongye*/
.content_box {
  padding: 0 15px;
}
.neirong_tilte {
  font-size: 22px;
  margin-top: 20px;
}
.neironginfo {
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #999;
  line-height: 30px;
}
.neironginfo span {
  padding-right: 20px;
}
.neirong_text {
  line-height: 28px;
  font-size: 16px;
}
.neirong_text a {
  color: #fe5a01;
  word-break: break-all;
}
.neirong_text a:hover {
  text-decoration: underline;
}
.neirong_text p {
  margin: 15px 0;
}
.neirong_text .share span {
  display: inline;
  width: 100%;
}
.neirong_text p video {
  width: 100%;
}
.neirong_text img {
  display: block;
  max-width: 100% !important;
  height: !important;
  margin: auto;
}
.neirong_text h2 {
  font-weight: bold;
  border-left: 6px solid #fcaa0b;
  background-image: url(../images/h2bg.png);
  line-height: 24px;
  color: #330;
}
.neirong_text h2 span {
  padding: 0 10px;
  background-color: #fff;
}
.neirong_text h2 a {
  color: #fe5a01;
  font-weight: normal;
}
.neirong_text h2 a:hover {
  text-decoration: none;
}
.share {
  padding: 10px 20px;
  background: #f7f7f7;
  border-left: 3px solid #fcaa0b;
  font-size: 15px;
  color: #999;
}
/*xiangguanyuedu*/
.xiangguan ul {
  overflow: hidden;
  padding: 10px 0 20px 0;
  position: relative;
}
.xiangguan ul:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 100%;
  left: 10px;
}
.xiangguan ul:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 20px;
  left: 0;
}
.xiangguan li {
  height: 120px;
  overflow: hidden;
  width: 27.6%;
  float: left;
  padding: 20px;
  border-bottom: #eee 1px solid;
}
.xiangguan li:nth-child(2),
.xiangguan li:nth-child(5) {
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  padding-left: 19px;
  padding-right: 19px;
}
.xiangguan li a {
  display: block;
  overflow: hidden;
}
.xiangguan img {
  width: 100%;
  opacity: 0.9;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
}
.xiangguan span {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.xiangguan li:hover img {
  transform: scale(1.05);
}
.xiangguan li:hover {
  background: #fff;
  box-shadow: #ccc 1px 1px 8px;
}
/*wendangdanye*/
.to20 {
  margin-top: 30px;
}
.wd {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.wd ul {
  background: #f5f5f5;
  margin: 20px 0 0 0;
  padding: 0 5px;
}
.wd li {
  border-bottom: #f2f2f2 1px solid;
  color: #2c3e50;
  line-height: 28px;
  padding: 10px 0;
  font-size: 15px;
}
.wd li span {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 0 0 30px;
  position: relative;
  width: 80px;
}
.wd li span:after {
  position: absolute;
  content: "";
  background: #ddd;
  width: 1px;
  height: 20px;
  right: 0;
  top: 5px;
}
.wd li:nth-child(1) {
  background: url(../images/wd01.png) no-repeat left center;
  background-size: 20px;
}
.wd li:nth-child(2) {
  background: url(../images/wd02.png) no-repeat left center;
  background-size: 20px;
}
.wd li:nth-child(3),
.wd li:nth-child(4) {
  background: url(../images/wd0304.png) no-repeat left center;
  background-size: 20px;
}
a.xiazai1 {
  padding: 3px 20px;
  background: #1487f4;
  border-radius: 3px;
  color: #fff;
}
a.xiazai1:hover {
  background: #0976dc;
  text-decoration: none;
}
a.xiazai2 {
  padding: 3px 20px;
  background: #52d2a3;
  border-radius: 3px;
  color: #fff;
}
a.xiazai2:hover {
  background: #36bc8b;
  text-decoration: none;
}
/*shuji*/
.shu1 {
  width: 200px;
  height: auto;
  float: left;
}
.shu2 {
  width: 550px;
  height: auto;
  float: right;
}
.shu1 span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
.shu1 span:nth-child(3) {
  padding: 0 0 10px 0;
  font-size: 13px;
  color: #999;
}
a.goumai {
  padding: 3px 25px;
  background: #f40;
  border-radius: 3px;
  color: #fff;
}
a.goumai:hover {
  background: #f22d00;
  text-decoration: none;
}

.tag-list {
  padding: 12px 0 12px 12px;
}
.tag-list a {
  display: inline-block;
  margin: 0 6px 12px 0;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
}
.tag-list a.b1 {
  background: #ffffcc;
}
.tag-list a.b2 {
  background: #bceaff;
}
.tag-list a.b3 {
  background: #aeddae;
}
.tag-list a.b4 {
  background: #edd3ad;
}
.tag-list a.b5 {
  background: #ffffcc;
}
.tag-list a.b6 {
  background: #bceaff;
}
.tag-list a.b7 {
  background: #aeddae;
}
.tag-list a.b8 {
  background: #edd3ad;
}
.tag-list a.b9 {
  background: #ffffcc;
}
.tag-list a.b10 {
  background: #bceaff;
}
.tag-list a.b11 {
  background: #aeddae;
}
.tag-list a.b12 {
  background: #edd3ad;
}
.tag-list a.b13 {
  background: #ffffcc;
}
.tag-list a.b14 {
  background: #bceaff;
}
.tag-list a.b15 {
  background: #aeddae;
}
.tag-list a.b16 {
  background: #edd3ad;
}
.tag-list a.b17 {
  background: #ffffcc;
}
.tag-list a.b18 {
  background: #bceaff;
}
.tag-list a.b19 {
  background: #aeddae;
}
.tag-list a.b20 {
  background: #edd3ad;
}

.neirong_text .tags-box {
  font-size: 0.75rem;
  color: #333;
  line-height: 24px;
  margin: 20px 0;
  position: relative;
}
.neirong_text .tags-box span {
  color: #333;
}
.neirong_text .tags-box a {
  background: #f0f0f0;
  color: #666;
  padding: 0 10px;
  border-radius: 50px;
  display: inline-block;
  margin: 0 5px 5px;
}
.title-8 {
  padding-left: 19px;
  position: relative;
  color: #1f8fff;
  font-weight: 600;
}
.title-8:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 4px;
  height: 20px;
  background: #0077ee;
}

@media screen and (max-width: 768px) {
  .tm20 {
    margin-top: 20px;
  }
}
