html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; text-decoration:none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #2d2f32;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #2d2f32;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #8599ab;
  opacity: 1;
}
::-moz-placeholder {
  color: #8599ab;
  opacity: 1;
}
:-moz-placeholder {
  color: #8599ab;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8599ab;
  opacity: 1;
}
@media (min-width: 1310px) {
  .container {
    max-width: 1310px;
  }
}
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

/*==============================
	Breadcrumb
==============================*/
.breadcrumb__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
}
.breadcrumb__item {
  font-size: 14px;
  color: #8599ab;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  margin-right: 36px;
  line-height: 18px;
}
.breadcrumb__item:before {
  content: '\f119';
  position: absolute;
  font-family: "Ionicons";
  color: #8599ab;
  left: 100%;
  top: 0;
  font-size: 18px;
  line-height: 20px;
  margin-left: 12px;
}
.breadcrumb__item:hover {
  color: #3796f6;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: #8599ab;
}
.breadcrumb a {
  color: #364e65;
}
.breadcrumb a:hover {
  color: #3796f6;
}
/*==============================
	Main
==============================*/
.main {
  padding-top:20px;
  padding-bottom: 20px; max-width:1200px; margin:0 auto; height:auto; overflow:hidden;
}
.main--breadcrumb {
  padding-top: 70px;
}
.main__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #364e65;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  padding-left: 20px;
}
.main__title:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3796f6;
  left: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.main__btn {
  display: block;
  width: 140px;
  height: 40px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin: 40px auto 20px;
}
.main__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.main__btn span {
  position: relative;
  z-index: 2;
}
.main__btn:hover {
  color: #3796f6;
}
.main__btn:hover:before {
  opacity: 0;
}
.main__btn--margin {
  margin: 10px auto 20px;
}
.main__nav {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  border: 1px solid rgba(133,153,171,0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 20px;
}
.main__nav a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: auto;
  font-size: 14px;
  color: #364e65;
}
.main__nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: #3796f6;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.main__nav a.active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.main__nav li {
  margin-right: 30px;
}
.main__nav li:last-child {
  margin-right: 0;
}
.main__box {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
.main__box .post__tags {
  margin-bottom: -15px;
}
.main__box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 40px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  padding-top: 2px;
}
.main__box-text {
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  margin-bottom: 20px;
}
.main__box-text:last-child {
  margin-bottom: 0;
}
.main__box-text span {
  color: #8599ab;
  font-size: 12px;
}
.main__box-text b {
  font-weight: 600;
}
.main__box-text a {
  color: #3796f6;
}
.main__box-text a:hover {
  color: #fa7268;
  text-decoration: underline;
}
.main__box-list {
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  margin-bottom: 20px;
}
.main__box-list li {
  position: relative;
  padding-left: 15px;
}
.main__box-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  margin-top: -1px;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.main__box-list:last-child {
  margin-bottom: 0;
}
.main__box-list b {
  font-weight: 600;
}
.main__box-list a {
  color: #3796f6;
}
.main__box-list a:hover {
  color: #fa7268;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main {
    padding-top:20px;
  }
  .main--breadcrumb {
    padding-top: 70px;
  }
}

/*==============================
	Post
==============================*/
.post {
  position: relative;
  padding: 20px; width:46%; float:left; margin-bottom:15px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.post:nth-child(2n){ float:right;})
.post--clear {
  padding: 20px 20px 0;
}

.post__dropdown {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.post__dropdown.show .post__dropdown-btn {
  color: #3796f6;
}
.post__dropdown-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #8599ab;
  line-height: 24px;
}
.post__dropdown-btn i {
  line-height: 24px;
}
.post__dropdown-btn:hover {
  color: #3796f6;
}
.post__dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  width: 140px;
  text-align: left;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: opacity, margin;
  margin-top: 0;
  top: 100%;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-top: 2px solid #3796f6;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.post__dropdown-menu li {
  padding: 0;
}
.post__dropdown-menu a {
  font-size: 14px;
  color: #364e65;
  line-height: 36px;
  display: block;
  font-weight: 400;
}
.post__dropdown-menu a:hover {
  color: #3796f6;
}
.post__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 10px;
}
.post__company {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.post__company i {
  font-size: 16px;
  color: #3796f6;
  margin-right: 8px;
  margin-top: 1px;
  line-height: 24px;
}
.post__company span {
  font-size: 14px;
  color: #8599ab;
  line-height: 24px;
}
.post__location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.post__location i {
  font-size: 18px;
  color: #5bceae;
  margin-right: 8px;
  line-height: 24px;
  margin-top: 2px;
}
.post__location span {
  font-size: 14px;
  color: #8599ab;
  line-height: 24px;
}
.post__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: 100%;
  margin-top: 13px;
}
.post__actions-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.post__actions-btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.post__actions-btn i,
.post__actions-btn span {
  position: relative;
  z-index: 2;
}
.post__actions-btn--green {
  background: linear-gradient(45deg, rgba(91,206,174,0.5) 0%, rgba(91,206,174,0.05) 100%);
}
.post__actions-btn--green:before {
  background-color: #5bceae;
}
.post__actions-btn--green:hover {
  color: #5bceae;
}
.post__actions-btn--red {
  background: linear-gradient(45deg, rgba(236,84,122,0.5) 0%, rgba(236,84,122,0.05) 100%);
}
.post__actions-btn--red:before {
  background-color: #ec547a;
}
.post__actions-btn--red:hover {
  color: #ec547a;
}
.post__actions-btn--blue {
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  width: auto;
  padding: 0 10px;
  font-size: 13px;
}
.post__actions-btn--blue:before {
  background-color: #3796f6;
}
.post__actions-btn--blue:hover {
  color: #3796f6;
}
.post__actions-btn:last-child {
  margin-right: 0;
}
.post__actions-btn:hover:before {
  opacity: 0;
}
.post__title {
  font-size:20px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 15px;
  line-height: 26px;
}
.post__options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.post__options span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #3796f6;
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
}
.post__options a { color:#fff; text-decoration:none; font-size:14px;}
.post__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.post__description p {
  font-size: 16px;
  line-height:30px;
  color: #333333;
  margin-bottom: 0;
  margin-top: 15px;
}
.post__description p:first-child {
  margin-top: 0;
}
.post__description ul {
  font-size: 14px;
  line-height: 24px;
  color: #8599ab;
  margin-top: 15px;
}
.post__description ul:first-child {
  margin-top: 0;
}
.post__description ul li {
  position: relative;
  padding-left: 20px;
}
.post__description ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.post__description a {
  color: #fa7268;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}
.post__description a:hover {
  color: #fa7268;
  text-decoration: underline;
}

.post__comments:hover i {
  color: #3796f6;
}
.post__comments[aria-expanded="true"] i {
  color: #3796f6;
}
.post__collapse {
  width: 100%;
  position: relative;
}
.post__form {
  border-top: 1px solid rgba(133,153,171,0.2);
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  display: block;
}
.post__form input {
  width: calc(100% - 60px);
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 20px;
}
.post__form input:focus {
  border-color: #3796f6;
}
.post__form button {
  position: absolute;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 20px;
  top: 20px;
  right: 0;
  background-color: #3796f6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  overflow: hidden;
}
.post__form button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background-color: #3796f6;
}
.post__form button i {
  position: relative;
  z-index: 2;
}
.post__form button:hover {
  color: #3796f6;
}
.post__form button:hover:before {
  opacity: 0;
}
.post__comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
.post__comment-img {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.post__comment-img img {
  width: 100%;
}
.post__comment-title h5 {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 100%;
}
.post__comment-title h5 a {
  color: #364e65;
}
.post__comment-title h5 a:hover {
  color: #fa7268;
}
.post__comment-title p {
  font-size: 12px;
  color: #8599ab;
  margin-bottom: 0;
  line-height: 100%;
}
.post__comment-text {
  display: block;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #8599ab;
}
.post__apply {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.post__apply:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.post__apply span {
  position: relative;
  z-index: 2;
}
.post__apply:hover {
  color: #3796f6;
}
.post__apply:hover:before {
  opacity: 0;
}
.post_img{ width:49%; margin:0.5%; height:200px; overflow:hidden; float:left;}
.post_img img{ width:100%;}
@media (min-width: 576px) {
  .post__wrap {
    margin-bottom: 5px;
  }
  .post__actions {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width:1025px){.main{ width:100%; padding-top:0px;}
.post{ width:95.8%; padding: 2%; margin:0 auto; margin-bottom:20px;}
.post:nth-child(2n){ margin:0 auto; margin-bottom:20px;}
.post_img{ width:49%; margin:0.5%; height:6.5rem; overflow:hidden; float:left;}
.post_img img{ width:100%;}
}

.sousuo{ width:250px; margin:0 auto; margin-top:15px; height:35px; line-height:35px; padding-bottom:15px; overflow:hidden;}
.sousuo input{ width:78%; float:left; border:1px #000000 solid; height:30px; border-radius:5px;}
.sousuo button{ width:20%; float:right; line-height:32px; background-color:#3796f6; color:#fff; border-radius:5px;}
/*分页*/
.pagination { width:100%; height:auto; overflow:hidden; text-align:center; background-color:#fff; max-width:1200px; margin:0 auto; line-height:35px;}
.page-link,.pagination a.page-num{ width:auto; padding:10px; margin:0 auto;}
.pagination a.page-link,.pagination a.page-num{ color:#333333;}
.pagination a.page-num-current{ background-color:#009BFF; color:#fff;}