

/* CSS Document 
design by www.qingqingblog.com
*/
* {
  margin: 0;
  padding: 0
}

body {
  color: #001737;
  background: #deeaf1;

  font: 15px Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

img {
  display: block;

  border: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;

  color: #001737;
}

a:hover {
  text-decoration: none;

  color: #012684;
}

.clear {
  clear: both;
  overflow: hidden;

  width: 100%;
}

.container {
  padding: 0px 20px;
}

/*header*/
header {
  position: relative;

  margin-bottom: 20px;

  background: #fff;
}

.logo {
  float: left
}

.ad_top {
  float: left;
  overflow: hidden;

  width: 550px;
  height: 80px;
  margin-left: 100px;
}

.ad_top img {
  width: 100%;
}

/*contact_icon*/
.contact_icon {
  float: right;

  margin: 20px 0 0 0;
}

.contact_icon ul li {
  display: inline-block;
}

.contact_icon ul li i {
  display: block;

  width: 36px;
  height: 36px;
  margin-left: 10px;

  transition: .3s;

  border-radius: 100%;
}

.icon_qq {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_qq.png) no-repeat center #f3f8fb
}

.icon_tel {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_tel.png) no-repeat center #f3f8fb
}

.icon_email {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_email.png) no-repeat center #f3f8fb
}

.icon_weixin {
  position: relative;

  cursor: pointer;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_weixin.png) no-repeat center #f3f8fb;
}

.contact_icon ul li i img {
  position: absolute;
  top: 36px;
  right: -54px;

  display: none;

  box-shadow: 0px 9px 24px rgb(0 0 0 / 5%);
}

.icon_weixin:hover img {
  z-index: 9;

  display: block;
}

.icon_qq:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_qq_b.png) no-repeat center #012684
}

.icon_tel:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_tel_b.png) no-repeat center #012684
}

.icon_email:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_email_b.png) no-repeat center #012684
}

.icon_weixin:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_weixin_b.png) no-repeat center #012684;
}

/*nav*/
nav {
  position: relative;

  height: 76px;
  padding-left: 20px;

  background: #012684;
  background: linear-gradient(90deg, #012684 0%, #026b70 100%);

  line-height: 76px;
}

#starlist li {
  position: relative;

  display: inline-block;

  text-align: center;

  font-size: 18px;
  font-weight: bold;
}

#starlist li a {
  display: block;

  padding: 0 35px;

  color: #fff;
}

#starlist li:hover a,
#starlist ul.sub li a:hover {
  text-decoration: none
}

#starlist ul.sub {
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 0;

  overflow: hidden;

  width: 130%;

  transition: all .5s;

  opacity: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);

  line-height: 50px;
}

#starlist ul.sub li {
  float: left;

  width: 100%;

  transition: all .5s;

  background: #001737;

  font-size: 15px;
}

#starlist ul.sub li a {
  display: none;

  width: 100%;
  padding: 0;

  color: #f8f8f8;
  border-bottom: 1px #10264a solid;
}

#starlist ul.sub li:last-child a {
  border: none
}

#starlist li:hover ul.sub {
  top: 76px;

  opacity: 1;
}

#starlist li:hover ul.sub li a {
  display: block;
}



#starlist li:hover ul.sub:after,
#starlist ul.sub li:after,
#starlist ul.sub li a:after {
  display: none;
}

.menu:after {
  position: absolute;
  top: 46%;
  right: 10px;

  width: 8px;
  height: 8px;

  content: "";
  transition: all .5s ease;

  background: url(/static/image/jt.png) no-repeat;
  background-size: 8px;
}

.menu:hover:after {
  transform: rotate(180deg)
}

#mnavh {
  display: none;

  width: 40px;
  height: 40px;

  text-align: center;
}

.navicon {
  position: relative;

  display: block;
  float: left;

  width: 27px;
  height: 2px;
  margin-top: 24px;

  background-color: #012684;
}

.navicon:before,
.navicon:after {
  position: absolute;

  display: block;

  width: 27px;
  height: 2px;

  content: '';
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;

  background: #012684;
}

.navicon:before {
  margin-top: -8px;
}

.navicon:after {
  margin-top: 8px;
}

.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 {
  position: absolute;

  display: block;

  width: 28px;
  height: 2px;

  content: '';

  background: #727171;
}

/*search*/
.search {
  position: relative;
}

.search input.input_submit {
  position: absolute;
  top: 0;
  right: 0;

  display: block;

  height: 36px;

  cursor: pointer;

  color: #fff;
  border: 0;
  outline: none;
  background: #001737;

  font-size: 15px;
  line-height: 36px;
}

.search input.input_text {
  height: 36px;

  text-indent: 1em;

  border: 0;
  outline: none;

  font-size: 14px;
  line-height: 36px;
}

.is-search {
  position: absolute;
  top: 0;
  right: 0;

  cursor: pointer;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/white_bg.png);
}

.is-search i {
  display: block;

  width: 76px;
  height: 76px;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/search.png) no-repeat center;
  background-size: 24px;
}

.search-page {
  position: absolute;
  z-index: 8;
  top: 80px;
  left: 0;

  display: none;

  width: 100%;

  border-radius: 5px;
  background: #ebf0fa;
}

.search_box {
  padding: 20px;
}

.search-page .search {
  clear: both;

  width: 60%;
  margin: auto;

  border-radius: 0 5px 5px 0;
}

.search-page .search input.input_text {
  z-index: 9;

  float: left;

  width: 80%;
}

.search-page .search input.input_submit {
  width: 20%;
}

.search select {
  position: absolute;
  z-index: 9;
  right: 20%;

  height: 36px;

  border: none;
  outline: none;
  background: #fff;
}

.search-page .go-left {
  position: absolute;
  top: 10px;
  right: 20px;

  width: 32px;
  height: 32px;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/prev_close.png) no-repeat left center;
  background-size: 32px;
}

/*banner*/
.banner_box {
  margin-bottom: 10px;
}

.banner img {
  width: 100%;

  transition: all .5s
}

.banner li {
  float: left;

  width: 32.5%;

  font-size: 18px;
}

.banner li a {
  position: relative;

  display: block;
  overflow: hidden;

  border-radius: 5px;
}

.banner {
  display: flex;
  justify-content: space-between;
}

.banner li a:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
}

.banner li section {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;

  width: 100%;
  padding: 20px 0;

  text-align: left;

  color: #fff;
}

.banner li section p {
  overflow: hidden;

  margin: 20px 0 0 20px;
  padding: 0 20px 0 30px;

  white-space: nowrap;
  text-overflow: ellipsis;

  background: url(/static/image/fire.png) no-repeat left top;

  line-height: 26px;
}

.banner li section span {
  margin: 0 20px;
  padding: 5px 10px;

  color: #fff;
  border-radius: 3px;
  background: #FF3A3A;

  font-size: 14px;
  line-height: 26px;
}

.banner li:nth-child(n) section span {
  background: #ff9900;
}

.banner li:nth-child(2n) section span {
  background: #FF3A3A;
}

.banner li:nth-child(3n) section span {
  background: #6360ff;
}

.banner li section p:hover {
  opacity: .8
}

.banner li:hover img {
  transform: scale(1.1)
}

/*featured_news*/
.featured_news {
  float: left;

  width: 100%;
  margin-top: 20px;
}

.featured_nav {
  overflow: hidden;

  margin-bottom: 30px;
}

.featured_nav h2 {
  float: left;
}

h2.h_title {
  font-size: 22px;
  line-height: 50px;
}

.featured_nav #tab {
  float: right;

  padding: 0px 35px;

  border-radius: 120px;
  background: #fff;

  line-height: 50px
}

.featured_nav #tab li {
  display: inline-block
}

.featured_nav #tab li a {
  position: relative;

  display: block;

  margin: 0 20px;
  padding: 0 10px;
}

.featured_nav #tab li a:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 0;
  height: 0;

  content: "";
  transition: all .5s;

  background: #fff;
}

.featured_nav #tab li a:hover,
.featured_nav #tab .tab-current a {
  color: #012684;
}

.featured_nav #tab li a:hover:after,
.featured_nav #tab .tab-current a:after {
  width: 100%;
  height: 3px;

  background: #012684
}

.featured_news #tab-content section {
  display: none;
}

.featured_news #tab-content section:nth-child(1) {
  display: block
}

/*f_news_pic*/
.f_news_pic {
  position: relative;

  float: left;
  overflow: hidden;

  width: 30%;
  height: 420px;

  border-radius: 5px;
}

.f_news_pic:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
}

.f_news_pic_box {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;

  width: 100%;
  padding: 20px 0 40px;
}

.f_news_pic i img {
  width: 100%;
  height: 100%;

  transition: .5s;
}

.f_news_pic:hover i img {
  transform: scale(1.05)
}

a.f_news_tag {
  display: inline-block;

  height: 26px;
  margin-left: 20px;
  padding: 0 12px;

  text-align: center;

  color: #fff;
  border-radius: 3px;
  background: #FF3A3A;

  line-height: 26px;
}

.f_news_title {
  margin: 20px;

  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.f_news_title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

  color: #fff;

  -webkit-line-clamp: 2;
}

.f_news_title a:hover {
  opacity: .8
}

.f_news_info {
  margin-left: 20px;

  color: #fff;
}

.f_news_info span {
  margin-right: 20px;
  padding-left: 30px
}

.f_news_info span:nth-child(1) {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/time.png) no-repeat left center;
  background-size: 24px;
}

.f_news_info span:nth-child(2) {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/view.png) no-repeat left center
}

.f_news_list {
  display: flex;
  float: right;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 68%;
}

.f_news_list li {
  overflow: hidden;

  width: 46%;
  margin-bottom: 15px;
  padding: 15px 15px;

  border-radius: 3px;
  background: #FFF;
}

.f_news_list li i {
  display: block;
  float: left;
  overflow: hidden;

  width: 133px;
  height: 100px;
  margin-right: 15px;

  border-radius: 3px;
}

.f_news_list li i img {
  min-width: 100%;
  height: 100%;

  transition: .5s;
}

.f_news_list li:hover img {
  transform: scale(1.1)
}

.f_news_list li p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  margin: 10px 0;

  text-overflow: ellipsis;

  font-size: 16px;

  -webkit-line-clamp: 2;
}

.f_news_list li span {
  color: #999;

  font-size: 13px;
}

.featured_news #tab-content section:nth-child(2) a.f_news_tag {
  background: #03c63a;
}

.featured_news #tab-content section:nth-child(3) a.f_news_tag {
  background: #1298fc;
}

/*mycard*/
.mycard {
  position: relative;

  float: right;

  width: 28%;
  height: 500px;
  margin-top: 20px;

  border-radius: 3px;
  background: #fff;
}

.mycard section {
  margin: 20px;
}

.mycard .ewm {
  position: absolute;
  top: 30px;
  right: 20px;

  border: #f3f2f2 1px solid;
}

.mycard .ewm img {
  width: 70px;
}

.mycard i {
  display: block;
  overflow: hidden;

  height: 200px;
  margin: 20px 0;

  border-radius: 3px;
}

.mycard i img {
  width: 100%
}

.mycard ul li {
  font-size: 13px;
  line-height: 24px
}

.mycard ul li span {
  display: block;
  float: left;

  width: 50px;

  text-transform: uppercase;

  color: #b29f7d;
}

.mycard_title {
  margin-bottom: 20px;

  letter-spacing: 0.3em;

  color: #b29f7d;

  font-size: 18px;
  font-weight: bold;
}

.mycard_title_en {
  letter-spacing: .2em;
  text-transform: uppercase;

  color: #55603d;

  font-size: 32px;
  font-weight: bold;
  font-style: italic;
}

/*featured_pics*/
.featured_pics {
  width: 100%;
  margin: 30px 0
}

.featured_pics ul {
  overflow: hidden;

  padding: 20px;

  background: #fff;
}

.featured_pics ul li {
  float: left;
  overflow: hidden;

  width: 20%;
}

.featured_pics ul li a {
  position: relative;

  display: block;

  margin: 10px;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured_pics ul li i {
  display: block;
  overflow: hidden;

  height: 160px;

  border-radius: 3px;
}

.featured_pics ul li i:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';
  transition: .5s;

  opacity: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

.featured_pics ul li i img {
  width: 100%;
  min-height: 100%;
}

.featured_pics ul li section {
  position: absolute;
  bottom: 37%;
  left: 15%;

  width: 70%;

  color: #fff;
}

.featured_pics ul li p {
  position: relative;

  overflow: hidden;

  padding: 0px 29px;

  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;

  border-radius: 100px;
  background: rgba(0, 23, 55, .8);

  font-size: 14px;
  line-height: 30px;
}

.featured_pics ul li span {
  position: absolute;
  right: 0px;
  bottom: 5px;

  width: 30px;
  height: 30px;

  text-align: center;

  color: #fff;
  border-radius: 50%;
  background: #FF3A3A;

  font-weight: bold;
  line-height: 30px;
}

.featured_pics ul li:nth-child(1) span {
  background: #6360ff;
}

.featured_pics ul li:nth-child(2) span {
  background: #ff3a3a;
}

.featured_pics ul li:nth-child(3) span {
  background: #03c63a;
}

.featured_pics ul li:nth-child(4) span {
  background: #ff9900;
}

.featured_pics ul li:hover i:after {
  opacity: 0
}

/*blogs*/
.blogs {
  float: left;

  width: 70%;
}

.blogs_list {
  position: relative;

  overflow: hidden;

  margin-bottom: 10px;
  padding: 20px;

  transition: all .8s;

  border-radius: 3px;
  background: #fff;
}

.blogs_list i {
  display: block;
  float: left;
  overflow: hidden;

  width: 210px;
  height: 158px;
  margin-right: 20px;

  border-radius: 3px;
  background: #ccc;
}

.blogs_list i img {
  width: 100%;
  min-height: 100%;

  transition: all .6s;
}

.blogs_list h2 {
  overflow: hidden;

  margin: 10px 0;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 20px;
  line-height: 28px;
}

.blogs_list p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
  word-break: break-all;

  color: #808595;

  font-size: 14px;
  line-height: 24px;

  -webkit-line-clamp: 2;
}

.blogs_list:hover {
  box-shadow: 0px 12px 8px -12px #c0bebe;
}

.blogs_list h2:hover {
  color: #012684;
}

.blogs_list img:hover {
  transform: scale(1.1);
}

.blogs_base {
  margin: 30px 0 0 0;

  color: #999;

  font-size: 14px;
  line-height: 24px;
}

.blogs_base a {
  color: #999;
}

.blogs_base span {
  display: block;
  float: left;

  margin-right: 20px;
  padding-left: 24px;

  line-height: 24px;
}

span.blogs_time {
  background: url(/static/image/icon_time.png) no-repeat left center;
  background-size: 20px;
}

span.blogs_onclick {
  background: url(/static/image/icon_fire.png) no-repeat left center;
  background-size: 20px;
}

a.read_more {
  float: right;

  width: 80px;
  padding: 8px 20px;

  text-align: center;

  color: #fff;
  border-radius: 4px;
  background: #012684;

  font-size: 14px;
  font-weight: 600;
}

.icon_more {
  float: right;

  margin-top: 8px;
  padding-left: 30px;

  text-align: center;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_more.png) no-repeat left center;
  background-size: 20px;

  font-size: 14px;
  font-weight: normal;
}

.icon_more a {
  color: #808595;
}

.icon_more a:hover {
  color: #012684;
}

.rbox {
  float: right;

  width: 28%;
}

/*isgood_news*/
.isgood_news {
  overflow: hidden;

  padding: 5px 20px 0;

  border-radius: 3px;
  background: #fff;
}

.isgood_news li {
  position: relative;

  overflow: hidden;

  margin: 24px 0;
}

.isgood_news li i {
  display: inline-block;
  float: left;
  overflow: hidden;

  width: 120px;
  height: 90px;
  margin-right: 12px;

  border-radius: 2px;
}

.isgood_news li i img {
  float: left;

  width: 100%;
  min-height: 100%;

  transition: .5s;
}

.isgood_news li em {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 21px;
  height: 17px;

  text-align: center;

  color: #ccc;
  border-radius: 2px 0 0;
  background: rgba(0, 0, 0, .5);

  font-size: 12px;
  font-style: normal;
}

.isgood_news li:nth-child(1) em,
.isgood_news li:nth-child(2) em,
.isgood_news li:nth-child(3) em {
  color: #fff;
}

.isgood_news li:nth-child(1) em {
  background: #f95456
}

.isgood_news li:nth-child(2) em {
  background: #f6a625;
}

.isgood_news li:nth-child(3) em {
  background: #4385f4
}

.isgood_news li p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  margin-top: 5px;

  text-overflow: ellipsis;
  word-break: break-all;

  font-weight: normal;
  line-height: 20px;

  -webkit-line-clamp: 2;
}

.isgood_news li span {
  position: absolute;
  bottom: 10px;
  left: 135px;

  display: block;

  width: 71px;
  height: 13px;
}

.star5 {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/star5.png) no-repeat
}

.star4 {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/star4.png) no-repeat
}

.star3 {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/star3.png) no-repeat
}

.star2 {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/star2.png) no-repeat
}

.star1 {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/star1.png) no-repeat
}

.isgood_news li:hover img {
  transform: scale(1.1);
}

.isgood_news li:hover p {
  color: #012684;
}

/*hot_news*/
.hot_news {
  position: relative;

  overflow: hidden;

  margin-bottom: 10px;
  padding: 5px 20px 0;

  border-radius: 3px;
  background: #fff;
}

.hot_news ol {
  overflow: hidden;

  padding: 10px 0 20px 25px;
}

.hot_news li {
  padding-left: 10px;

  list-style-type: inherit;

  line-height: 36px;
}

.hot_news p {
  float: left;
  overflow: hidden;

  width: 80%;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.hot_news li span {
  float: right;

  width: 20%;

  text-align: center;

  color: #808595;

  font-size: 12px;
}

.hot_news section {
  margin: 10px 0;

  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 9px 24px rgb(0 0 0 / 5%);

  line-height: 42px;
}

.hot_news ol:before {
  position: absolute;
  top: 22px;
  right: 40px;

  width: 20px;
  height: 20px;

  content: "";

  background: url(/static/image/icon_fire.png) no-repeat;
  background-size: 20px;
}

.hot_news li:nth-child(1) span {
  color: #f33;

  font-weight: bold;
}

.hot_news li:nth-child(2) span,
.hot_news li:nth-child(3) span {
  color: #f80;

  font-weight: bold;
}

.ad_r {
  overflow: hidden;

  margin: 20px 0;
  padding: 20px;

  border-radius: 3px;
  background: #fff;
}

.ad_r img {
  width: 100%
}

/*tagsclous*/
.tagsclous {
  overflow: hidden;

  margin: 20px 0;
  padding: 5px 20px 0;

  border-radius: 3px;
  background: #fff;
}

.tagsclous ul {
  position: relative;

  overflow: hidden;

  padding: 10px 0 20px 0;
}

.tagsclous a {
  position: relative;

  display: inline-block;
  float: left;

  margin: 4px 5px;
  padding: 0 14px;

  transition: .2s;
  text-align: center;

  color: #2c3e50;
  border-radius: 3px;

  line-height: 34px;
}

.tagsclous a:nth-child(8n-7) {
  background: #def6ff
}

.tagsclous a:nth-child(8n-6) {
  background: #f2fbf2
}

.tagsclous a:nth-child(8n-5) {
  background: #f8f3fe
}

.tagsclous a:nth-child(8n-4) {
  background: #fff7f0
}

.tagsclous a:nth-child(8n-3) {
  background: #fff3f3
}

.tagsclous a:nth-child(8n-2) {
  background: #edf9fe
}

.tagsclous a:nth-child(8n-1) {
  background: #f1f3fd
}

.tagsclous a:nth-child(8n) {
  background: #def6ff
}

.tagsclous a:hover {
  color: #fff;
  background: #012684;
}

/*emial_box*/
.emial_box {
  margin: 20px 0;
  padding: 36px 36px 40px 36px;

  text-align: center;

  color: #808595;
  border: 6px solid transparent;
  border-radius: 3px;
  border-image: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/subscribe-bg.png) 8 stretch;
  background: #fff;

  line-height: 36px
}

.emial_box a:hover {
  text-decoration: underline
}

.emial_box p:last-child {
  margin-top: 20px;

  text-align: left;
  text-indent: 1em;

  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/mail.png) no-repeat right center #fff;
  box-shadow: 0px 4px 36px rgb(0 0 0 / 6%);

  line-height: 46px;
}

.emial_box p:last-child a {
  display: block
}

/*links*/
.links {
  margin: 0 auto 20px;
  padding: 10px 20px 0;

  border-radius: 3px;
  background: #fff;
}

.links ul {
  overflow: hidden;
}

.links li {
  float: left;

  margin-bottom: 10px;

  transition: all .5s
}

.links li i {
  display: block;
  float: left;
  overflow: hidden;

  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;

  border-radius: 20px;
}

.links li i img {
  width: 100%
}

.links a {
  display: block;
  overflow: hidden;

  margin-right: 20px;

  text-align: center;

  color: #808595;
  border-radius: 3px;

  line-height: 36px;
}

.links a:hover {
  color: #012684;
}

/*footer*/
footer {
  overflow: hidden;

  width: 100%;
  padding: 20px 0;

  text-align: center;

  color: #deeaf1;
  background: #012684;
  background: linear-gradient(90deg, #012684 0%, #026b70 100%);
}

.footer_nav {
  margin: 0 0 10px 0;
}

.footer_nav li {
  display: inline-block;
  overflow: hidden;

  height: 14px;

  line-height: 14px;
}

.footer_nav li a {
  position: relative;

  display: block;

  margin: 0 10px;
  padding: 0 10px;

  color: #deeaf1;
}

.footer_nav li a:after {
  position: absolute;
  top: 0;
  right: -10px;

  width: 1px;
  height: 100%;

  content: "";

  background: #dddddd;
}

.footer_nav li:last-child a:after {
  display: none
}

.guanzhu_img {
  margin: 30px 0
}

.guanzhu_img i {
  display: inline-block;

  margin: 0 10px;

  font-size: 14px;
  font-style: normal;
}

.guanzhu_img i img {
  width: 120px;
  height: 120px;
}

.copyright {
  overflow: hidden;

  letter-spacing: .1em;

  font-size: 14px;
  line-height: 24px;
}

.copyright a {
  color: #deeaf1
}

.copyright a:hover {
  text-decoration: underline;

  color: #fff;
}

.ga img {
  display: inline-block;

  margin: 0 5px;

  vertical-align: middle;
}

/*icon-top*/
.icon-top {
  position: fixed;
  z-index: 9999999;
  right: 40px;
  bottom: 10%;

  width: 48px;
  height: 48px;

  transition: all 0.3s;

  opacity: 0;
  border-radius: 100%;
  background: url(/static/image/istop.png) no-repeat center #012684;
  background-size: 24px;
}

.cd-is-visible {
  opacity: 1;
}

.search header {
  margin-bottom: 10px;
}

/*weizhi*/
.weizhi {
  padding: 8px 0 8px 40px;

  color: #808595;
  border-radius: 3px;
  background: url(/static/image/icon_wz.png) no-repeat left 10px center #fff;
  background-size: 24px;

  font-size: 16px;
  line-height: 20px;
}

.weizhi a {
  color: #808595;
}

.weizhi a:hover {
  color: #012684
}

/*epages*/
.epages {
  clear: both;

  width: 100%;
  margin: 30px auto;
  padding-top: 10px;

  text-align: center;

  color: #808595;
}

.epages a {
  display: inline-block;

  margin: 0 5px 10px;
  padding: 5px 10px;

  color: #808595;
  background: #ffffff;
}

.epages a:nth-child(1) {
  display: none
}

.epages a:hover,
.epages>b {
  color: #FFF;
  background: #012684;
}

.epages>b {
  padding: 5px 10px;
}

/*article*/
.blogs_info_page {
  float: left;

  width: 70%;
}

article {
  margin: 10px 0;
  padding: 20px;

  border-radius: 3px;
  background: #fff;
}

article h1 {
  margin: 0 0 10px 0;

  color: #001737;

  font-size: 24px;
}

.wz_info {
  margin-bottom: 20px;

  color: #808595;
  border-bottom: #dbdbdb 1px dashed;

  font-size: 12px;
  line-height: 28px;
}

.wz_info span {
  margin: 0 20px 0 0
}

.wz_info a {
  color: #808595;
}

.content {
  word-break: break-all;

  font-size: 16px;
  line-height: 32px;
}

.content p {
  text-indent: 2em;
}

.content ul,
.content ol {
  margin: 20px 0 20px 35px;
}

.content ul li,
.content ol li {
  margin-top: 3px;

  line-height: 20px;
}

.content ul li {
  list-style-type: disc;
}

.content ol li {
  list-style-type: decimal;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  position: relative;

  padding-left: 14px;

  text-indent: 1em;

  font-size: 16px;
}

.content img {
  max-width: 100% !important;
  margin: 0 auto;
}

.content video {
  display: block;

  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}

.content table {
  max-width: 100%;

  border-collapse: collapse;
  border-width: 1px;
  border-color: #666;

  font-size: 15px;
  line-height: 26px;
}

.content table th {
  padding: 4px 8px;

  border-width: 1px;
  border-style: solid;
  border-color: #666;
  background-color: #dedede;
}

.content table td {
  padding: 4px 8px;

  border-width: 1px;
  border-style: solid;
  border-color: #666;
  background-color: #ffffff;
}

span.marker {
  background: yellow;
}

.diggit {
  display: block;

  width: 160px;
  margin: 20px auto;

  text-align: center;

  color: #fff;
  border-radius: 3px;
  background: #E2523A;
  background: linear-gradient(90deg, #c2005f 0%, #f0600c 100%) !important;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, .2);

  line-height: 40px;
}

.diggit a {
  display: block;

  color: #fff;
}

/*share*/
.share {
  width: 331px;
  margin: 20px auto;

  text-align: center;
}

.share span {
  float: left;

  color: #808595;

  font-size: 16px;
  line-height: 44px;
}

.share b {
  margin-top: 20px;
}

.bdshare-button-style0-16 a {
  display: inline-block;

  width: 42px;
  height: 42px !important;
  margin: 0 2px !important;
  padding-left: 0 !important;

  cursor: pointer !important;

  background-size: 42px !important;
}

.share a.bds_sqq {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -156px;
}

.share a.bds_weixin {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -52px;
}

.share a.bds_qzone {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0px -364px;
}

.share a.bds_tsina {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -260px;
}

.share a.bds_sqq:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -104px;
}

.share a.bds_weixin:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 0px;
}

.share a.bds_qzone:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -312px;
}

.share a.bds_tsina:hover {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -208px;
}

.share a.bds_more {
  width: 44px;
  margin: 0;
  padding: 0;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/share.png) no-repeat;
  background-position: 0 -570px;
}

/*wz_zhuanzai*/
.wz_zhuanzai {
  margin: 30px auto;

  text-align: center;
  letter-spacing: .05em;

  color: #808595;

  font-size: 14px;
  line-height: 1.5;
}

.wz_zhuanzai a {
  color: #808595;
}

.wz_zhuanzai a:hover {
  color: #012684;
}

/*tags*/
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  margin: 30px 0;
  padding-left: 34px;

  color: #8392A5;
  background: url(/static/image/icon_tags.png) no-repeat left center;
  background-size: 24px;

  font-size: 16px;
}

.tags a {
  display: inline-block;

  height: 20px;
  margin: 5px;
  padding: 5px 15px;

  transition: all .2s;

  color: #8392A5;
  border: 1px solid #8392A5;
  border-radius: 4px;

  font-size: 14px;
}

.tags a:hover {
  color: #fff;
  border: 1px solid #012684;
  background: #012684;
}

/*info-pre-next*/
.info-pre-next {
  overflow: hidden;

  line-height: 34px;
}

.info-pre-next p {
  float: left;
  overflow: hidden;

  width: 45%;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.info-pre-next p:nth-child(2) {
  float: right;

  text-align: right;
}

.info-pre-next a {
  margin-left: 10px;

  font-weight: bold;
}

/*designer*/
.designer {
  overflow: hidden;

  margin: 20px 0;
  padding: 10px;

  border-radius: 3px;
  background: #ffffff;
}

.designer section {
  float: left;

  width: 80%;
  margin-top: 15px;
}

.designer i {
  display: block;
  float: left;
  overflow: hidden;

  width: 100px;
  height: 100px;
  margin: 0 14px;

  border-radius: 100%;
  background: #f3f8fb;
}

.designer i img {
  display: block;

  width: 100px;
}

.designer h3 {
  margin: 16px 0 10px;

  font-size: 16px;
}

.designer p {
  color: #808595;
}

.designer span {
  float: right;
}

.designer span img {
  width: 140px
}

/*ad*/
.ad {
  overflow: hidden;

  margin: 20px 0;
}

/*wz_love*/
.wz_love {
  overflow: hidden;

  margin-bottom: 20px;

  border-radius: 2px;
  background: #ffffff;
}

.wz_love .h_title {
  margin: 10px 0 0 20px
}

.wz_love p {
  width: 88px;
  height: 25px;
  margin-top: 20px;

  text-align: center;

  color: #fff;
  background: #012684;

  font-size: 16px;
  line-height: 25px;
}

.wz_love ul {
  overflow: hidden;

  margin: 10px 0 0;
}

.wz_love ul li {
  position: relative;

  float: left;

  width: 50%;
  margin-bottom: 20px;
}

.wz_love ul li a {
  display: block;

  margin: 0 20px;
}

.wz_love ul li i {
  display: inline-block;
  float: left;
  overflow: hidden;

  width: 120px;
  height: 90px;
  margin-right: 12px;

  border-radius: 3px;
}

.wz_love ul li img {
  float: left;

  width: 100%;
  min-height: 100%;

  transition: .5s;
}

.wz_love ul li h2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  padding-top: 10px;

  text-overflow: ellipsis;
  word-break: break-all;

  font-size: 15px;
  font-weight: normal;
  line-height: 20px;

  -webkit-line-clamp: 2;
}

.wz_love ul li span {
  position: absolute;
  bottom: 10px;
  left: 164px;

  display: block;

  color: #808595;

  font-size: 12px;
}

.wz_love ul li:hover img {
  transform: scale(1.1);
}

/*videos*/
.videos {
  overflow: hidden;

  margin: 10px 0 30px;

  border-radius: 3px;
  background: #fff;
}

.featured_video_fl {
  position: relative;

  float: left;
  overflow: hidden;

  width: 59.167%;
  height: 399px;
}

.featured_video_fr {
  float: right;

  width: 40%;
}

/*featured_video_fl*/
.featured_video_fl a:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  border-radius: 5px 0px 0px 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, #000000 100%);
}

.featured_video_fl i:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;

  width: 96px;
  height: 96px;
  margin: auto;
  margin-top: -43.5px;
  margin-left: -43.5px;

  content: "";

  border-radius: 50%;
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_replay.png) no-repeat center rgba(0, 0, 0, .5);
  background-size: 48px;
}

.featured_video_fl i {
  height: 100%;
}

.featured_video_fl i img {
  width: 100%;
  min-height: 100%;

  transition: all .5s;
}

.featured_video_fl section {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;

  padding: 30px 30px;

  color: #fff;
}

.featured_video_fl span {
  display: inline-block;

  margin: 0 0 20px 0;
  padding: 3px 10px;

  letter-spacing: 0.05em;

  color: #fff;
  border-radius: 3px;
  background: #FF3A3A;

  font-size: 14px;
  line-height: 26px;
}

.featured_video_fl h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  transition: all .5s;
  text-overflow: ellipsis;

  font-size: 24px;
  font-weight: 600;
  line-height: 36px;

  -webkit-line-clamp: 2;
}

.featured_video_fl:hover h3 {
  opacity: .8;
  ;
}

.featured_video_fl:hover img {
  transform: scale(1.05)
}

/*featured_video_fr*/
.featured_video_fr ul {
  overflow: hidden;

  margin-top: 8px;
}

.featured_video_fr ul li a {
  display: block;
  overflow: hidden;

  margin: 10px 20px;
  padding-bottom: 10px;

  border-bottom: #f3f8fb 1px solid;
}

.featured_video_fr ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom: none;
}

.featured_video_fr li i {
  position: relative;

  display: block;
  float: left;
  overflow: hidden;

  width: 133px;
  height: 100px;
  margin-right: 20px;

  border: 4px solid #f3f8fb;
  border-radius: 20px;
}

.featured_video_fr li i:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;

  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  margin-left: -17.5px;

  content: "";

  border-radius: 50%;
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_replay.png) no-repeat center rgba(0, 0, 0, .5);
  background-size: 15px;
}

.featured_video_fr li i img {
  min-width: 100%;
  height: 100%;

  transition: all .5s;
}

.featured_video_fr li:hover img {
  transform: scale(1.1)
}

.featured_video_fr li span {
  color: #808595;

  font-size: 13px;
}

.featured_video_fr li h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  margin-bottom: 20px;
  padding-top: 10px;

  text-overflow: ellipsis;

  font-size: 18px;

  -webkit-line-clamp: 2;
}

/*all_videos*/
.all_videos {
  margin: 20px 0;
  padding: 20px 15px;

  background: #fff;
}

.all_videos ul {
  overflow: hidden;
}

.all_videos ul li {
  float: left;

  width: 25%;
  margin-bottom: 10px;
}

.all_videos ul li a {
  display: block;
  overflow: hidden;

  margin: 10px;
}

.all_videos li i {
  position: relative;

  display: block;
  overflow: hidden;

  height: 154px;
  margin-bottom: 5px;

  border-radius: 5px;
}

.all_videos li img {
  width: 100%;
  min-height: 100%;

  transition: all .5s;
}

.all_videos li:hover img {
  transform: scale(1.1)
}

.all_videos li p {
  overflow: hidden;

  height: 26px;
  margin-bottom: 5px;

  white-space: nowrap;
  text-overflow: ellipsis;

  line-height: 26px;
}

.all_videos li span {
  color: #808595;

  font-size: 13px;
}

.all_videos li i:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;

  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;

  content: "";

  border-radius: 50%;
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_replay.png) no-repeat center rgba(0, 0, 0, .5);
  background-size: 24px;
}

/*photos*/
.photos {
  margin: 20px 0;
}

.photos .h_title {
  margin-left: 10px
}

.photos ul {
  overflow: hidden;
}

.photos ul li {
  float: left;

  width: 25%;
  margin-bottom: 10px;
}

.photos ul li a {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 10px;
  padding: 10px;

  background: #fff;
}

.photos li i {
  position: relative;

  display: block;
  overflow: hidden;

  height: 195px;
}

.photos li img {
  width: 100%;
  min-height: 100%;

  transition: all .5s;
}

.photos li:hover img {
  transform: scale(1.1)
}

.photos li p {
  overflow: hidden;

  height: 26px;
  margin-top: 10px;

  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 16px;
  line-height: 26px;
}

.photos li span {
  position: absolute;
  right: 20px;
  bottom: 54px;

  padding: 3px 8px;

  color: #FFF;
  border-radius: 3px;
  background: rgb(1, 38, 132, .5);
  background-size: 16px;

  font-size: 13px;
}

/*.photos li section { display: block; position: absolute; background: url(../images/icon_clock.png) no-repeat; background-size: 24px; width: 24px; height: 24px; bottom: 12px; right: 12px; margin-left: 40px; }*/
/*album_box*/
.album_box {
  overflow: hidden;

  margin: 0 10px;
  padding: 20px;

  border-radius: 3px;
  background: #fff;
}

.album_info {
  float: left;
  overflow: hidden;

  width: 78%;
}

.album_info i {
  display: block;
  float: left;
  overflow: hidden;

  width: 133px;
  height: 100px;
  margin-right: 20px;

  border: 4px solid #e9f1f5;
  border-radius: 3px;
}

.album_info img {
  width: 100%;
  min-height: 100%;
}

.album_info h1 {
  overflow: hidden;

  margin-bottom: 10px;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 24px;
}

.album_info h1 span {
  margin-left: 20px;

  color: #808595;

  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
}

.album_info em {
  margin-right: 20px;

  color: #808595;

  font-size: 13px;
  font-style: normal;
}

.album_info p.a_i_ms {
  margin-bottom: 10px;
}

.album_info p.a_i_ms a {
  color: #012684
}

/*visitor_area*/
.visitor_area {
  float: right;

  width: 20%;
  margin-top: 20px;

  text-align: right;
}

.visitor_area li {
  float: left;

  width: 33.3333%;

  text-align: center;

  font-size: 16px;
}

.visitor_area li span {
  display: block;

  margin: 10px 0;

  font-weight: bold;
}

/*pics_content*/
.pics_content {
  margin: 20px 0;
}

.pics_content ul {
  overflow: hidden;
}

.pics_content ul li {
  float: left;

  width: 25%;
}

.pics_content ul li a {
  display: block;
  overflow: hidden;

  margin: 10px;
  padding: 10px;

  background: #fff;
}

.pics_content ul li i {
  display: block;
  overflow: hidden;

  height: 195px;
}

.pics_content ul li img {
  width: 100%;
  min-height: 100%;

  transition: all .5s;
}

.pics_content ul li:hover img {
  transform: scale(1.1)
}

/*album_next*/
.album_next {
  overflow: hidden;

  margin: 10px;
}

.album_next ul {
  overflow: hidden
}

.album_next ul li {
  float: left;

  width: 50%;
}

.album_next ul li a {
  display: block;
  overflow: hidden;

  padding: 20px;
}

.album_next ul li:nth-child(1) a {
  padding-left: 70px;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_left.png) no-repeat left center;
}

.album_next ul li:nth-child(2) a {
  padding-right: 70px;

  text-align: right;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_right.png) no-repeat right center;
}

.album_next span {
  margin-bottom: 30px;

  color: #808595;

  font-size: 16px;
}

.album_next i {
  display: block;
  float: left;
  overflow: hidden;

  width: 120px;
  height: 90px;

  border-radius: 3px;
}

.album_next i img {
  width: 100%;
  min-height: 100%;

  transition: all .5s;
}

.album_next ul li:hover img {
  transform: scale(1.1)
}

.album_next h3 {
  overflow: hidden;

  margin: 10px 0 8px;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 18px;
}

.album_next p {
  color: #808595;

  font-size: 13px;
}

.album_next ul li:nth-child(1) i {
  margin-right: 20px;
}

.album_next ul li:nth-child(2) i {
  float: right;

  margin-left: 20px;
}

/*resume*/
.resume {
  position: relative;

  overflow: hidden;

  background: #fff;
}

.resume:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 30%;
  height: 100%;

  content: "";

  background: #f0f0f0;
}

.resume_left {
  position: inherit;
  z-index: 1;

  float: left;

  width: 30%;
}

.resume_left section {
  margin-bottom: 30px;

  text-align: center;
}

.resume_left section i {
  display: block;
  overflow: hidden;

  width: 160px;
  height: 160px;
  margin: 50px auto 20px;

  border-radius: 100%;
}

.resume_left section i img {
  width: 100%;
  min-height: 100%
}

.resume_left section p {
  margin: 10px 0 30px;

  line-height: 30px;
}

.resume_left section span {
  display: inline-block;

  width: 30%;
  margin: 10px;
  padding: 6px 10px;

  color: #fff;
  border-radius: 5px;
  background: #012684;
}

ul.resume_con {
  margin: 0 20px 0 40px;

  line-height: 36px;
}

ul.resume_con li {
  padding-left: 45px;
}

li.re_xl {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/re_xl.png) no-repeat left center;
  background-size: 32px;
}

li.re_rq {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/re_rq.png) no-repeat left center;
  background-size: 32px;
}

li.re_tell {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/re_dh.png) no-repeat left center;
  background-size: 32px;
}

li.re_email {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/re_email.png) no-repeat left center;
  background-size: 32px;
}

li.re_add {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/re_add.png) no-repeat left top 5px;
  background-size: 32px;
}

.resume_left h3 {
  margin: 30px auto;

  text-align: center;

  font-size: 20px;
}

.resume_tec {
  margin: 0 40px 100px;
}

.resume_tec li {
  position: relative;

  overflow: hidden;

  line-height: 36px;
}

.resume_tec li span {
  position: relative;

  display: inline-block;
  float: right;

  width: 70%;
  height: 15px;
  margin-top: 10px;

  background: #ccc;
}

.resume_tec li span:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 50%;
  height: 15px;

  content: "";

  background: #012684;
  background: linear-gradient(90deg, #012684 0%, #026b70 100%) !important;
}

li.tec80 span:before {
  width: 80%;
}

li.tec70 span:before {
  width: 70%;
}

li.tec60 span:before {
  width: 60%;
}

.resume_right {
  margin-left: 30%;
  padding: 30px 40px 100px;

  word-break: break-all;

  font-size: 16px;
  line-height: 32px;
}

.resume_right p {
  margin: 10px 0;
}

.resume_right ul,
.resume_right ol {
  margin: 20px 0 20px 20px;
}

.resume_right ul li,
.resume_right li {
  margin-top: 3px;

  line-height: 30px;
}

.resume_right ul li {
  list-style-type: disc;
}

.resume_right ol li {
  list-style-type: decimal;
}

.resume_right h2,
.resume_right h3,
.resume_right h4,
.resume_right h5,
.resume_right h6 {
  position: relative;

  margin: 30px 0;

  font-size: 20px;
  line-height: 36px;
}

.resume_right img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}

.resume_right video {
  display: block;

  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}

.resume_right table {
  max-width: 100%;

  border-collapse: collapse;
  border-width: 1px;
  border-color: #666;

  font-size: 15px;
  line-height: 26px;
}

.resume_right table th {
  padding: 4px 8px;

  border-width: 1px;
  border-style: solid;
  border-color: #666;
  background-color: #dedede;
}

.resume_right table td {
  padding: 4px 8px;

  border-width: 1px;
  border-style: solid;
  border-color: #666;
  background-color: #ffffff;
}

/*play_box*/
.play_box {
  overflow: hidden;

  margin-bottom: 40px;
  padding: 40px 0;

  color: #8c8d90;
  background: #191a20;
}

.play_content {
  overflow: hidden;

  background: #222328;
}

.play_video {
  float: left;

  width: 66.667%;
}

.play_video video {
  display: block;

  width: 100% !important;
  height: 450px !important;
  margin: auto;

  background: #000;
}

.play_video iframe {
  width: 100%;
  height: 450px;
}

.play_info {
  float: right;

  width: 33%;
}

.play_info section {
  padding: 30px;
}

.play_info section p {
  margin-bottom: 15px;

  text-indent: 1.5em;

  font-size: 14px;
}

.play_info h1 {
  margin-bottom: 20px;

  color: #ddd;

  font-size: 22px;
  font-weight: normal;
}

.play_tags {
  margin: 30px 0;

  font-size: 12px;
}

.play_tags a {
  display: inline-block;

  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5px 8px;

  color: #98989b;
  border-radius: 3px;
  background: #303137;
}

.play_click {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/p_fire.png) no-repeat left center;
  background-size: 16px;
}

.play_time {
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/p_time.png) no-repeat left center;
  background-size: 16px;
}

.play_about {
  text-indent: 1.5em;

  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/p_about.png) no-repeat left top 5px;
  background-size: 16px;

  line-height: 24px;
}

.play_about a {
  margin: 0 10px;

  color: #ddd;
}

.play_info .diggit {
  margin: 30px auto;
}

.play_next {
  color: #fff;

  line-height: 50px;
}

.play_next li {
  border-radius: 3px;
  background: #2a2b31;
}

.play_next a {
  color: #98989b;
}

.play_next h3 {
  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: 15px;
  font-weight: normal;
}

.play_next span {
  float: left;

  margin: 0 10px;
  padding-left: 30px;

  color: #787d8d;
  background: url(http://127.0.0.1:8088/zb_users/theme/light_blog/style/images/icon_right.png) no-repeat left center;
  background-size: 24px
}

/*pages*/
.pages {
  padding: 30px;

  background: #fff;
}

.page_title {
  padding-bottom: 20px;

  text-indent: 1em;

  border-bottom: #e1e1e1 1px solid;

  font-size: 24px;
}

/*all_news_list*/
.all_news_list,
.blogs_search {
  float: left;

  width: 70%;
}

.all_news_list ul {
  margin: 20px 0;
  padding: 30px;

  background: #fff;
}

.all_news_list ul li {
  position: relative;

  overflow: hidden;

  margin-bottom: 5px;
  padding-left: 20px;

  white-space: nowrap;
  text-overflow: ellipsis;

  line-height: 30px;
}

.all_news_list ul li:after {
  position: absolute;
  top: 14px;
  left: 5px;

  width: 4px;
  height: 4px;

  content: "";

  background: #ccc;
}

.all_news_list ul li span {
  float: right;
  overflow: hidden;

  margin-right: 10px;

  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;

  color: #808595;
}

.all_news_list ul li:nth-child(10n) {
  margin-bottom: 30px;
  padding-bottom: 30px;

  border-bottom: #e6e6e7 1px solid;
}

/*xt_search*/
.xt_search {
  margin: 20px 0;

  color: #333;
}

.xt_search strong {
  color: #f00;
}

.blogs_search ul li {
  margin-bottom: 30px;
}

.blogs_search ul li h2 {
  margin: 0;
  margin-top: 10px;

  font-size: 16px;
  font-weight: normal;
}

.blogs_search ul li h2 a {
  color: #07519A;
}

.blogs_search ul li h2 a:hover,
.color_purple:hover {
  text-decoration: underline
}

.blogs_search ul li p {
  margin: 5px 0;

  font-size: 14px;
}

.color_green {
  color: green;

  font-size: 14px;
}

.color_purple {
  color: #77c;
}

/*page_tags*/
.page_tags ul {
  margin: 30px auto;
}

.page_tags ul a {
  display: inline-block;

  margin: 5px;
  padding: 5px 15px;

  transition: all .2s;

  color: #8392A5;
  border: 1px solid #8392A5;
  border-radius: 4px;

  font-size: 14px;
}

.page_tags ul a:hover {
  color: #fff;
  border: 1px solid #012684;
  background: #012684;
}