/*------------------------------------------------- */

/* =  General */

/*------------------------------------------------- */


a.category {
  background: #00A7B3;
  display: inline-block;
  color: #fff !important;
  font-size: 11px;
  padding: 1px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

a.category:hover {
  opacity: 0.8;
}

a.category-baike {
  background: #f44336;
}

a.category-xinwen {
  background: #df4661;
}

a.category-zhengce {
  background: #7eb943;
}

a.category-fashion {
  background: #aa35d6;
}

a.category-baoliao {
  background: #d6ac1b;
}

a.category-hangqing {
  background: #ff7e00;
}

a.category-food {
  background: #32b47b;
}

  

/*------------------------------------------------- */

/* =  Header
 *------------------------------------------------- */

/*------------------------------------------------- */

/* =  custom nav
 *------------------------------------------------- */

 #siteheader .navbar {
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 15px;
}
#siteheader .navbar a {
   color:#000;
 }

 #siteheader .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px

}

#siteheader a.navbar-brand:hover {
  color: #396
}

#siteheader a.navbar-brand span {
  color: #396
}

#siteheader a.navbar-brand:hover span {
  color: #000
}

/*
 .navbar {
  border-radius: 0;
  padding: 0;
  background: #232323 !important;
  width: 100%;
  z-index: 999999;
  margin-bottom: 0px;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 18px 20px 18px !important;
  position: relative;
}

.navbar-nav>li>a i {
  font-size: 13px;
  margin-left: 10px;
}

.navbar-nav>li:hover>a, .navbar-nav>li>a.active {
  background: #343434;
}

.navbar-nav>li.active>a {
  background: #343434;
  padding: 18px 25px 18px !important;
}

.navbar-nav>li>a:before {
  position: absolute;
  content: '';
  background: #00A7B3;
  width: 100%;
  height: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
}

.navbar-nav>li>a.baike:before {
  background: #f44336;
}

.navbar-nav>li>a.features:before {
  background: #436feb;
}

.navbar-nav>li>a.xinwen:before {
  background: #df4661;
}

.navbar-nav>li>a.zhengce:before {
  background: #7eb943;
}

.navbar-nav>li>a.fashion:before {
  background: #aa35d6;
}

.navbar-nav>li>a.baoliao:before {
  background: #d6ac1b;
}

.navbar-nav>li>a.hangqing:before {
  background: #ff7e00;
}

.navbar-nav>li>a.food:before {
  background: #32b47b;
}

.navbar-nav>li>a.open-search {
  border-bottom: 1px solid transparent;
}

.navbar-nav li.drop-link {
  position: relative;
}

.navbar-nav li.search {
  position: inherit;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #343434;
  border-color: #337ab7;
}
*/
.top-line {
  padding: 8px 0 7px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
  background: #00A0B0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.top-line ul.info-list li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
}

.top-line ul.info-list li i {
  font-size: 12px;
  margin-right: 10px;
}

.top-line ul.info-list li a {
  color: #f9f9f9;
  outline: none;
}

.top-line ul.info-list li:before {
  content: '|';
  color: #fff;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-right: 12px;
  opacity: 0.3;
}

.top-line ul.info-list li:first-child:before {
  display: none;
  margin-right: 0;
}

.top-line ul.social-icons {
  text-align: right;
}

.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}

.top-line ul.social-icons li a {
  font-size: 14px;
  color: #f3f3f3;
}

.top-line ul.social-icons li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

header.active .top-line {
  height: 0;
  padding: 0;
}

.form-inline {
  position: relative;
}

.form-inline input.form-control {
  border: 1px solid transparent;
  padding: 8px 20px;
  color: #cccccc;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  outline: none !important;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  width: 200px;
  background: #343434;
  margin: 0 !important;
}

.form-inline button.btn-primary {
  position: absolute;
  right: 0;
  top: 0 px;
  padding: 8px 20px;
  font-size: 12px;
  margin-left: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  color: #aaa;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form-inline button.btn-primary:hover {
  opacity: 0.7;
}

#navContainer.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*------------------------------------------------- */

/* =  Footer */

/*------------------------------------------------- */

footer {
  padding-top: 60px;
  background: #212121;
}

footer .up-footer {
  border-bottom: 1px solid #343434;
}

footer .up-footer .footer-widget {
  margin-bottom: 40px;
  min-height: 170px;
}

footer .up-footer .footer-widget>h1 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

footer .up-footer .footer-widget ul.social-icons {
  overflow: hidden;
}

footer .up-footer .footer-widget ul.social-icons li {
  float: left;
  list-style: none;
  margin-right: 2px;
}

footer .up-footer .footer-widget ul.social-icons li a {
  width: 40px;
  height: 40px;
  background: #333333;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

footer .up-footer .footer-widget ul.social-icons li a:hover {
  background: #00A7B3;
}

footer .up-footer .footer-widget ul.small-posts-list>li .post-cont {
  padding-top: 0;
  margin-left: 90px;
}

footer .up-footer .footer-widget ul.small-posts-list>li h2 a {
  color: #ccc;
}

footer .up-footer .footer-widget ul.small-posts-list>li>a {
  width: 70px;
}

footer .up-footer .footer-widget ul.post-tags li i {
  color: #ccc;
}

footer .up-footer .footer-widget ul.list-news {
  margin-top: 0px;
}

footer .up-footer .footer-widget ul.list-news>li {
  border-bottom: 1px solid #333333;
}

footer .up-footer .footer-widget ul.list-news>li h2 a {
  color: #ccc;
}

footer .up-footer .footer-widget ul.list-news>li:before {
  background: #ccc;
}

footer .up-footer .footer-widget ul.list-news>li:last-child {
  border-bottom: none;
}

footer .up-footer .tags-widget ul.tags-list {
  overflow: hidden;
  padding-top: 3px;
}

footer .up-footer .tags-widget ul.tags-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}

footer .up-footer .tags-widget ul.tags-list li a {
  padding: 6px 15px;
  color: #ccc;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #333333;
}

footer .up-footer .tags-widget ul.tags-list li a:hover {
  background: #00A7B3;
  border: 1px solid transparent;
  color: #fff;
}

footer .up-footer .featured-widget .news-post {
  margin-bottom: 5px;
}

footer .up-footer .featured-widget .news-post h2 {
  margin-bottom: 8px;
  font-weight: 400;
}

footer .up-footer .featured-widget .news-post h2 a {
  color: #ccc;
}

footer .up-footer .featured-widget .news-post h2 a:hover {
  color: #00A7B3;
}

footer .up-footer .links-widget ul.menu-list {
  border: 0;
  list-style: none;
  text-align: left;
  padding-left: 0;
}

footer .up-footer .links-widget ul.menu-list li {
  position: relative;
  padding: 3px 0;
}

footer .up-footer .links-widget ul.menu-list li a {
  padding-left: 16px;
  color: #999;
}

footer .up-footer .links-widget ul.menu-list li a:hover {
  padding-left: 25px;
  color: #09c;
}

footer .up-footer .links-widget ul.menu-list li a:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  color: #878787;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

footer .up-footer .contact-widget {
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
}

footer p {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 20px;
}

footer .down-footer {
  padding: 40px 0;
}

footer .down-footer ul.list-footer {
  margin-bottom: 5px;
  padding-left: 0;
}

footer .down-footer ul.list-footer li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}

footer .down-footer ul.list-footer li a {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

footer .down-footer ul.list-footer li:last-child {
  margin-right: 0;
}

footer .down-footer p {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 0;
}

footer .down-footer a.go-top {
  float: right;
  width: 35px;
  height: 35px;
  background: #333333;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  margin-top: -25px;
}

footer .down-footer a.go-top:hover {
  background: #00A7B3;
}

/*-------------------------------------------------*/

/* =   content-section
/*-------------------------------------------------*/

#content-section {
  padding: 40px 0;
  min-height: 600px;
}

#content-section .posts-block {
  margin-bottom: 20px;
}

#content-section .advertisement {
  text-align: center;
  margin-bottom: 30px;
}

#content-section .more-from-news {
  padding: 30px 30px 0;
  margin-top: 40px;
  margin-bottom: 0px;
  border: 1px solid #f1f1f1;
  background: #f7f7f7;
}

#content-section .more-from-news .small-posts-list {
  margin: 0 0 30px;
}

#content-section .more-from-news h1 {
  padding-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
}

#content-section ul.pagination-list {
  margin-bottom: 40px;
}

#content-section ul.pagination-list li {
  display: inline-block;
}

#content-section ul.pagination-list li a {
  padding: 6px 14px;
  color: #565656;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ddd;
}

#content-section ul.pagination-list li.active a {
  border: 1px solid #ddd;
}

#content-section ul.pagination-list li.active a, #content-section ul.pagination-list li a:hover {
  background: #3278fe;
  border: 1px solid #ddd;
  color: #fff;
}

.title-section {
  margin-bottom: 20px;
  position: relative;
}

.title-section h1 {
  color: #212121;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}

.title-section h1 i {
  font-size: 15px;
  margin-left: 7px;
}

.title-section.second-style {
  text-align: center;
  margin-bottom: 40px;
}

.title-section.second-style h1 {
  font-size: 40px;
  text-transform: initial;
}

.categories-box {
  overflow: hidden;
}

.categories-box .news-post {
  margin-bottom: 0;
}

.categories-box a.more {
  margin-bottom: 25px;
  color: #00A7B3;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.categories-box a.more:hover {
  text-decoration: underline !important;
}

/*-------------------------------------------------- */
/* Sidebar
/*------------------------------------------------- */

.sidebar {
  padding-left: 10px;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar h1 {
  color: #565656;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}

.sidebar .search-widget input[type="search"] {
  margin: 0;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #f3f3f3;
  color: #565656;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.sidebar .search-widget button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -42px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.sidebar .search-widget button i {
  color: #212121;
  font-size: 13px;
}

.sidebar .social-widget p {
  margin-bottom: 12px;
}

.sidebar .social-widget ul.social-share {
  overflow: hidden;
}

.sidebar .social-widget ul.social-share li {
  float: left;
  width: 25%;
  list-style: none;
}

.sidebar .social-widget ul.social-share li a {
  padding: 14px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

.sidebar .social-widget ul.social-share li a i {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.sidebar .social-widget ul.social-share li a span {
  font-size: 12px;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
}

.sidebar .social-widget ul.social-share li a.rss {
  background: #f0771e;
}

.sidebar .social-widget ul.social-share li a.facebook {
  background: #436feb;
}

.sidebar .social-widget ul.social-share li a.twitter {
  background: #43c9eb;
}

.sidebar .social-widget ul.social-share li a.google {
  background: #f14133;
}

.sidebar .social-widget ul.social-share li a.wechat {
  background: #81d741;
}

.sidebar .social-widget ul.social-share li a.weibo {
  background: #e6162f;
}

.sidebar .social-widget ul.social-share li a:hover {
  opacity: 0.9;
}

.sidebar .social-widget ul.social-share li a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.social-widget ul.social-share a.wechat img {
  left: 50%;
  margin-left: -85px;
  position: absolute;
  top: 80px;
  z-index: 20000;
  display: none;
}

ul.social-icons a.wechat img {
  left: 50%;
  margin-left: -85px;
  position: absolute;
  top: 30px;
  z-index: 20000;
  display: none;
  width: 120px;
}

.social-widget ul.social-share a.wechat:hover img, ul.social-icons a.wechat:hover img {
  display: block;
}

.sidebar .tabs-widget .nav-tabs {
  border: none;
}

.sidebar .tabs-widget .nav-tabs a.nav-item {
  width: 33.333333%;
  border: none;
  text-align: center;
  background: #00A7B3;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 14px 2px;
  background: #f44336;
  border-left: 1px solid rgba(31, 31, 31, 0.1);
}

.sidebar .tabs-widget .nav-tabs a:first-child {
  border-left: 1px solid transparent;
}

.sidebar .tabs-widget .nav-tabs a[aria-selected="true"] {
  background: #00A7B3;
}

.sidebar .tabs-widget .tab-content {
  padding: 20px;
  border: 1px solid #f1f1f1;
}

.sidebar .tabs-widget .tab-content ul.small-posts-list {
  margin: 0;
}

.sidebar .tags-widget ul.tags-list {
  overflow: hidden;
  padding-top: 3px;
}

.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  float: left;
}

.sidebar .tags-widget ul.tags-list li a {
  padding: 6px 20px;
  color: #565656;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #f1f1f1;
}

.sidebar .tags-widget ul.tags-list li a:hover {
  background: #00A7B3;
  border: 1px solid transparent;
  color: #fff;
}

.sidebar .archive-widget ul.archive-list li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar .archive-widget ul.archive-list li a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #565656;
}

.sidebar .archive-widget ul.archive-list li a span {
  font-weight: 700;
  color: #f44336;
}

.sidebar .archive-widget ul.archive-list li a:hover {
  color: #00A7B3;
}

.sidebar .archive-widget ul.archive-list li:first-child {
  padding-top: 0;
}

.sidebar .archive-widget ul.archive-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .advertisement {
  text-align: center;
  margin-bottom: 30px;
}


/*-------------------------------------------------- */
/* Comment
/*------------------------------------------------- */

.comment-area-box {
  padding-top: 20px;
}

.comment-area-box > ul {
  padding-top: 10px;
}

.comment-area-box > ul li {
  list-style: none;
}

.comment-area-box > ul li .comment-box {
  overflow: hidden;
  margin-bottom: 55px;
}

.comment-area-box > ul li .comment-box img {
  max-width: 80px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.comment-area-box > ul li .comment-box .comment-content {
  margin-left: 130px;
}

.comment-area-box > ul li .comment-box .comment-content h4 {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.comment-area-box > ul li .comment-box .comment-content span, .comment-area-box > ul li .comment-box .comment-content a {
  font-size: 12px;
  color: #565656;
  display: inline-block;
  margin: 0 0 16px;
}

.comment-area-box > ul li .comment-box .comment-content span i, .comment-area-box > ul li .comment-box .comment-content a i {
  font-size: 15px;
  margin-right: 6px;
}

.comment-area-box > ul li .comment-box .comment-content a {
  float: right;
}

.comment-area-box > ul li .comment-box .comment-content a:hover {
  color: #00A7B3;
}

.comment-area-box > ul li .comment-box .comment-content p {
  margin-bottom: 0px;
}

.comment-area-box ul.depth .comment-box {
  padding-left: 130px;
}

.contact-form-box {
    margin-top: 20px;
    position: relative;
}
.contact-form-box .title-section {
  margin-bottom: 10px;
}

.contact-form-box .comment_tips {
    position: absolute;
    left: 20px;
    top: 100px;
    font-size: 12px;
    color: #999;
}
.contact-form-box .title-section h1 span.email-not-published {
  float: right;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
  margin-top: 4px;
}

.contact-form-box > span {
  display: block;
  font-size: 12px;
  color: #565656;
  display: inline-block;
  font-style: italic;
  margin: 0 0 25px;
}

.contact-form-box #comment-form {
  margin: 0 0 50px;
}

.contact-form-box #comment-form label {
  color: #212121;
  font-size: 12px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.contact-form-box #comment-form input[type="text"],
  .contact-form-box #comment-form textarea {
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #565656;
  font-size: 13px;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.contact-form-box #comment-form textarea {
  height: 80px;
  margin-bottom: 10px;
}

.contact-form-box #comment-form button {
  color: #fff;
  font-size: 14px;
  padding: 12px 25px;
  background: #00A7B3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  border: none;
  outline: none;
}

.contact-form-box #comment-form button i {
  display: inline-block;
  margin-right: 10px;
}

.contact-form-box #comment-form button:hover {
  opacity: 0.85;
}

/* js,css,php...工具 start  */

.runCode select {
  display: inline-block;
  width: 100px;
}

#textWrap textarea {
  width: 100%;
  min-height: 400px;
  padding: 5px 10px;
}

.clearfix button {
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #f0f0f0 #9c9c9c #9c9c9c #f0f0f0;
  text-decoration: none;
  font-weight: 700;
  color: #565656;
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 17px;
  border-radius: 0;
}

/* js,css,php...工具 end  */