* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
  color: #505050;
}
.clear {
  clear: both;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
body {
  background-color: #F3F4F4;
}
#page .inner {
  width: 1200px;
  margin: 0 auto;
}
#page .header {
  background-color: #fff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#page .header.fixed {
  position: fixed !important;
  top: 0 !important;
}
#page .header.fixed #logo {
  padding: 10px 0 !important;
}
#page .header.fixed #logo a {
  height: 40px !important;
  width: 133px !important;
}
#page .header.fixed .nav {
  padding-top: 13px !important;
}
#page .header.fixed .nav li {
  padding-bottom: 13px !important;
}
#page .header .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#page .header .inner #logo {
  float: left;
  padding: 20px 0;
  transition: padding 0.4s;
}
#page .header .inner #logo a {
  display: block;
  transition: all 0.4s;
}
#page .header .inner #logo a img {
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
#page .header .inner .nav {
  float: right;
  padding-top: 33px;
  position: relative;
  transition: padding 0.4s;
}
#page .header .inner .nav .menu ul li {
  float: left;
  position: relative;
  padding-bottom: 33px;
  transition: padding 0.4s;
}
#page .header .inner .nav .menu ul li.active a {
  background-color: #255b9b;
  color: #fff;
}
#page .header .inner .nav .menu ul li:hover a {
  background-color: #255b9b;
  color: #fff;
}
#page .header .inner .nav .menu ul li a {
  display: block;
  padding: 5px 20px;
  border-radius: 3px;
  color: #333;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 30px auto;
  margin-top: 10px;
  position: relative;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
#page .blank {
  width: 100%;
  height: 100px;
}
#page .page_wrap {
  width: 100%;
}
#page .page_wrap .inner {
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}
#page .page_wrap .inner .search_form {
  float: right;
  overflow: hidden;
}
#page .page_wrap .inner .search_form input {
  float: left;
  display: block;
}
#page .page_wrap .inner .search_form .search {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 40px;
  line-height: normal;
  padding: 0 10px;
  width: 210px;
  border-radius: 3px 0 0 3px;
}
#page .page_wrap .inner .search_form .submit {
  background-color: #255b9b;
  color: #fff;
  height: 40px;
  padding: 0 10px;
  border-radius: 0 3px 3px 0;
}
#page .page_wrap .inner .breadcrumb {
  margin-right: 280px;
  font-size: 15px;
  color: #b3b5b9;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .page_wrap .inner .breadcrumb a {
  color: #b3b5b9;
}
#page .container {
  width: 100%;
  background-color: #fff;
  padding: 0px 0 30px;
  overflow: hidden;
}
#page .container .inner .slider {
  width: 300px;
  float: right;
}
#page .container .inner .slider .adversiment {
  margin-bottom: 15px;
  position: relative;
}
#page .container .inner .slider .adversiment a {
  display: inline-block;
  width: 100%;
}
#page .container .inner .slider .adversiment a img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
#page .container .inner .slider .adversiment a .gg {
  position: absolute;
  bottom: 4px;
  left: 0;
  font-size: 12px;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 0 5px 0 5px;
}
#page .container .inner .slider .slider_item {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
#page .container .inner .slider .slider_item .oimg {
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 200px;
}
#page .container .inner .slider .slider_item .oimg img {
  display: flex;
  margin: auto;
  width: 100%;
  height: 200px;
}
#page .container .inner .slider .slider_item .oimg .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  padding: 0 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .inner .slider .slider_item.not_img .info {
  margin-left: 0;
}
#page .container .inner .slider .slider_item h3 {
  font-weight: normal;
  font-size: 18px;
  color: #3c3e45;
  margin-bottom: 5px;
  position: relative;
  padding-left: 9px;
}
#page .container .inner .slider .slider_item h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: 18px;
  width: 3px;
  background-color: #255b9b;
}
#page .container .inner .slider .slider_item ul.Only_Fonts li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .inner .slider .slider_item ul li {
  border-bottom: 1px solid #E5E7E7;
  padding: 10px 0;
}
#page .container .inner .slider .slider_item ul li a {
  color: inherit;
}
#page .container .inner .slider .slider_item ul li .thumbnail {
  width: 80px;
  overflow: hidden;
  float: left;
}
#page .container .inner .slider .slider_item ul li .thumbnail a {
  display: block;
  padding-bottom: 75%;
  position: relative;
}
#page .container .inner .slider .slider_item ul li .thumbnail a img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .container .inner .slider .slider_item ul li .info {
  margin-left: 90px;
}
#page .container .inner .slider .slider_item ul li .info .tit {
  font-size: 14px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
#page .container .inner .slider .slider_item ul li .info .tit a {
  color: #353535;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 41px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .inner .slider .slider_item ul li .info .time {
  font-size: 0.75em;
  color: #B2B4B5;
  margin-top: 6px;
}
#page .container .main {
  overflow: hidden;
  margin-right: 330px;
}
#page .container .main.show_main .head {
  padding-bottom: 36px;
  position: relative;
  text-align: left;
}
#page .container .main.show_main .head h1 {
  font-size: 28px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
#page .container .main.show_main .head .meta {
  color: #999999;
  line-height: 22px;
  font-size: 16px;
}
#page .container .main.show_main .head .meta .time {
  margin-top: 25px;
}
#page .container .main.show_main .head .meta .time span {
  margin-left: 15px;
}
#page .container .main.show_main .textbody p {
  color: #111111;
  line-height: 32px;
  margin: 5px 0;
  text-indent: 2em;
}
#page .container .main.show_main .textbody p img {
  display: flex;
  margin: auto;
  max-width: 600px;
}
#page .container .main.show_main .textbody p a {
  color: inherit;
  font-size: inherit;
}
#page .container .main.show_main .recommend {
  display: inline-block;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #255b9b;
  padding-bottom: 2px;
  color: #333;
}
#page .container .main.show_main .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
#page .container .main.show_main .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
#page .container .main.show_main .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 42px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
}
#page .container .main.show_main .bd ul li p {
  overflow: hidden;
  padding-left: 2%;
  width: 90%;
  height: 14px;
  border-left: 3px solid #b7b7b7;
  font-size: 14px;
  line-height: 14px;
}
#page .container .main.show_main .bd ul li p a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .main.show_main .block_3_bottom {
  width: 867px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .container .main.show_main .block_3_bottom li {
  width: 287px;
  float: left;
  margin-right: 3px;
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 10px 0px;
  box-sizing: border-box;
  transition: all 0.4s;
}
#page .container .main.show_main .block_3_bottom li:nth-child(3n) {
  margin-right: 0;
}
#page .container .main.show_main .block_3_bottom li:hover {
  box-shadow: 8px 8px 10px #eee;
}
#page .container .main.show_main .block_3_bottom li .Con {
  width: 302px;
  padding: 10px 15px;
}
#page .container .main.show_main .block_3_bottom li .Con .tit {
  color: #000;
  line-height: 32px;
  max-height: 64px;
  font-size: 18px;
  margin-bottom: 8px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 67px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .main.show_main .block_3_bottom li .Con .tit a {
  color: inherit;
  font-size: inherit;
}
#page .container .main.show_main .block_3_bottom li .Con .Con_body {
  color: #999;
  line-height: 28px;
  font-size: 14px;
  width: 100%;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .container .main.show_main .block_3_bottom li .Con .time {
  font-size: 12px;
  color: #999;
  line-height: 15px;
  margin-top: 12px;
}
#page .container .main.show_main .block_3_bottom li .Con .time .icon-time {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  background: url(http://www.taoci.rexun.cn/static/images/sprite.png) no-repeat -206px -155px;
  margin-right: 10px;
}
#page .container .main .swiper_box {
  margin-bottom: 150px;
  position: relative;
  width: 870px;
  height: 390px;
}
#page .container .main .swiper_box  .swiper-container{
  width:100%;
  height:100%;
}
#page .container .main .swiper_box .swiper-pagination {
  top: 0 !important;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0 !important;
  height: 24px;
}
#page .container .main .swiper_box .swiper-pagination-bullet-active {
  background: #255b9b;
}
#page .container .main .swiper_box img {
  width: 100%;
  height: 100%;
}
#page .container .main .swiper_box .desc {
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding-left: 5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .main .article_list {
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
#page .container .main .article_list .source {
  margin-left: 10px;
}
#page .container .main .article_list.notImg .content {
  margin-left: 0 !important;
}
#page .container .main .article_list a {
  color: #3c3e45;
}
#page .container .main .article_list .thumbnail {
  width: 200px;
  overflow: hidden;
  float: left;
}
#page .container .main .article_list .thumbnail a {
  display: block;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
#page .container .main .article_list .thumbnail a img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page .container .main .article_list .content {
  margin-left: 220px;
  overflow: hidden;
}
#page .container .main .article_list .content h2 {
  font-weight: normal;
  font-size: 1.35em;
  line-height: 1.25em;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .container .main .article_list .content .main_news p {
  margin-bottom: 5px;
  color: #535353;
  font-size: 14px;
  line-height: 27px;
  height: 95px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 82px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .container .main .article_list .content .meta {
  font-size: 0.75em;
  color: #B2B4B5;
}
.page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #255b9b;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #255b9b;
  color: white;
}
#footer {
  padding-top: 20px;
  background: #717277;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
}
#footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: #fff;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 135px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: #fff;
}
#footer .container .friends {
  border-top: 1px solid #333;
  position: relative;
}
#footer .container .friends a {
  color: white;
}
#footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#footer .container .banquan {
  margin: 30px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  opacity: 0;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(http://www.taoci.rexun.cn/static/images/top.jpg) 0 0 no-repeat;
  text-indent: -999em;
  transition: opacity 0.3s;
}
.goTop:hover {
  background-position: -60px 0;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#footer .container .banquan,#footer .container .banquan p,#footer .container .banquan a{
  color: #fff;
}