
/*
Hot Jobs Area Style
======================================================*/
.hot-jobs-area .nice-select {
    width: 285px;
    border-radius: 0;
    height: 40px;
    margin-bottom: 30px;
    border-color: #cccccc;
  }
  
  .hot-jobs-area .nice-select .current {
    position: relative;
    top: -2px;
  }
  
  .hot-jobs-area .nice-select::after {
    width: 8px;
    height: 8px;
  }
  
  .hot-jobs-area .show-page .nice-select {
    width: 75px;
    float: right;
  }
  
  .hot-jobs-area .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px;
  }
  
  .hot-jobs-area.hot-jobs-area-two .container {
    max-width: 1080px;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li {
    display: inline-block;
    border: 1px solid #79b530;
    font-size: 16px;
    padding: 5px 10px;
    margin: 10px;
    background-color: rgba(121, 181, 48, 0.1);
    color: #79b530;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:hover {
    background-color: #79b530;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li.active {
    background-color: #79b530;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(2) {
    border: 1px solid #f1630d;
    background-color: rgba(241, 99, 13, 0.1);
    color: #f1630d;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(2):hover {
    background-color: #f1630d;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(2).active {
    background-color: #f1630d;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(3) {
    border: 1px solid #186fc9;
    background-color: rgba(24, 111, 201, 0.1);
    color: #186fc9;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(3):hover {
    background-color: #186fc9;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(3).active {
    background-color: #186fc9;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(4) {
    border: 1px solid #dfb634;
    background-color: rgba(223, 182, 52, 0.1);
    color: #dfb634;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(4):hover {
    background-color: #dfb634;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(4).active {
    background-color: #dfb634;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5) {
    border: 1px solid #26ae62;
    background-color: rgba(38, 174, 98, 0.1);
    color: #26ae62;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5):hover {
    background-color: #26ae26;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5).active {
    background-color: #26ae62;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5) {
    border: 1px solid #d4347e;
    background-color: rgba(212, 52, 126, 0.1);
    color: #d4347e;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5):hover {
    background-color: #d4347e;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5).active {
    background-color: #d4347e;
    color: #ffffff;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 0;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .hot-jobs-img {
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f0f0fa;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .hot-jobs-img img {
    position: relative;
    top: -3px;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline li:last-child {
    margin-bottom: 0;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline li i {
    position: absolute;
    top: 2.5px;
    left: 0;
    font-size: 20px;
    color: #79b530;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .hot-jobs-btn .default-btn {
    margin-bottom: 0;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .featured {
    background-color: #79b530;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list .featured.red {
    background-color: #ed1d24;
  }
  
  .hot-jobs-area.hot-jobs-area-two .hot-jobs-list:hover .hot-jobs-content h3 a {
    color: #79b530;
  }
  
  .hot-jobs-area.hot-jobs-area-three {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#def2f0), to(#e3ebfe));
    background-image: linear-gradient(to bottom, #def2f0, #e3ebfe);
  }
  
  .hot-jobs-area.hot-jobs-area-three .section-title {
    margin-left: 0;
    text-align: left;
  }
  
  .hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content {
    padding: 0;
  }
  
  .hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link h3 {
    border-radius: 30px 0 0 0;
  }
  
  .hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul {
    padding: 30px;
    margin-top: -5px;
  }
  
  
  
  .hot-jobs-list {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);;
                box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  
  .hot-jobs-list .hot-jobs-img {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
            box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 20px 0 20px 0;
    margin-bottom:20px
  }
  
  .hot-jobs-list .hot-jobs-img img {
    position: relative;
    top: -3px;
  }
  
  .hot-jobs-list .hot-jobs-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .hot-jobs-list .hot-jobs-content h3 a {
    color: #585858;
  }
  
  .hot-jobs-list .hot-jobs-content .sub-title {
    display: inline-block;
    margin-bottom: 8px;
    text-align: justify;
    font-size: 15px;
    /*内容显示为4行，超过部分隐藏，用...表示*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  
  .hot-jobs-list .hot-jobs-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .hot-jobs-list .hot-jobs-content ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .hot-jobs-list .hot-jobs-content ul li:last-child {
    margin-bottom: 0;
  }
  
  .hot-jobs-list .hot-jobs-content ul li span {
    font-weight: bold;
    color: #1a1a1a;
  }
  
  .hot-jobs-list .hot-jobs-btn {
    float: right;
  }
  
  
  .hot-jobs-list .hot-jobs-btn .default-btn {
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
  }
  
  .hot-jobs-list .hot-jobs-btn p {
    font-size: 15px;
    text-align: center;
  }
  
  .hot-jobs-list .hot-jobs-btn p span {
    font-weight: bold;
  }
  
  .hot-jobs-list:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  
  .hot-jobs-list:hover .hot-jobs-content h3 a {
    color: #c00808;
  }
  
  .hot-jobs-list .featured {
    position: absolute;
    top: 0;
    left: -36px;
    background-color: #555;
    color: #ffffff;
    padding: 5px 40px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 14px;
  }
  
  .hot-jobs-list .featured.red {
    background-color: #ed1d24;
  }
  
  .hot-jobs-sidebar {
    margin-top: 115px;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar {
    margin-bottom: 30px;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar img {
    border-radius: 30px 0 0 0;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
            box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    padding: 30px;
    border-radius: 0 0 30px 0;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 21px;
    border: 1px dashed #2042e3;
    text-align: center;
    border-radius: 50%;
    color: #2042e3;
    background-color: #ffffff;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li span::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 12px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #2042e3;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li:last-child {
    margin-bottom: 0;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li:last-child span::before {
    display: none;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link {
    border-radius: 30px 0 30px 0;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link ul li {
    padding-left: 35px;
  }
  
  .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 23px;
  }
  
  /* 
  Job Details Area Style
  =====================================================*/
  .job-details-area .job-details-content {
    background-color: #ffffff;
    -webkit-box-box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);;
                box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
    padding: 30px;
    border-radius: 30px 0 30px 0;
    margin-bottom: 50px;
  }
  
  .job-details-area .job-details-content p{
    text-align: justify;
    font-size: 15px;
  }
  
  .job-details-area .job-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .job-details-area .job-details-content h4 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 30px;
  }
  
  .job-details-area .job-details-content ul {
    padding-left: 30px;
    margin: 0;
    margin-top: 20px;
  }
  
  .job-details-area .job-details-content ul li {
    margin-bottom: 15px;
  }
  
  .job-details-area .job-details-content ul li:last-child {
    margin-bottom: 0;
  }
  
  .job-details-area .job-details-sidebar .job-widget {
    margin-bottom: 35px;
  }
  
  .job-details-area .job-details-sidebar .job-widget h3 {
    background-color: #f9f9f9;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 6px;
    text-align: center;
  }
  
  .job-details-area .job-details-sidebar .job-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
            box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    background-color: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    border-radius: 0 0 30px 0;
  }
  
  .job-details-area .job-details-sidebar .job-widget .social-icon li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .job-details-area .job-details-sidebar .job-widget .social-icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #454545;
    color: #454545;
    border-radius: 4px;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  
  .job-details-area .job-details-sidebar .job-widget .social-icon li a:hover i {
    border-color: #2042e3;
    background-color: #2042e3;
    color: #ffffff;
  }
  
  .job-details-area .job-details-sidebar .job-widget .social-icon li:last-child {
    margin-right: 0;
  }
  
  .job-details-area .job-details-sidebar .job-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);;
                box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
    background-color: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
    border-radius: 0 0 30px 0;
    margin-top: -7px;
    line-height: 15px;
  }
  
  .job-details-area .job-details-sidebar .job-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px;
  }
  
  .job-details-area .job-details-sidebar .job-widget .overview li a{
    color: #585858;
    font-size: 15px;
  }
  
  .job-details-area .job-details-sidebar .job-widget .overview li a:hover{
    color: #c00808;
  }
  
  .job-details-area .job-details-sidebar .job-widget .overview li:last-child {
    margin-bottom: 0;
  }
  
  .job-details-area .job-details-sidebar .job-widget .overview li span {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    width: 165px;
    verticle-align:middle;
  
  }
  
  
  /* 
  Job Information Style
  =====================================================*/
  .job-information {
    max-width: 810px;
    margin: auto;
    padding: 40px;
    background-color: #f9f9f9;
  }
  
  .job-information h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .job-information h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .job-information .form-group {
    margin-bottom: 30px;
  }
  
  .job-information .form-group label {
    font-size: 16px;
  }
  
  .job-information .form-group .form-control {
    background-color: #ffffff;
  }
  
  .job-information .form-group .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  
  .job-information .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  
  .job-information .form-group .nice-select .current {
    position: relative;
    top: 2px;
  }
  
  .job-information .form-group .nice-select.height .list {
    height: 80px;
  }
  
  .job-information .form-group .date {
    position: relative;
  }
  
  .job-information .form-group .date .form-control {
    color: #454545;
  }
  
  .job-information .form-group .date i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
  }
  
  .job-information .form-group.checkboxs {
    position: relative;
    padding-left: 25px;
  }
  
  .job-information .form-group.checkboxs #chb2 {
    position: absolute;
    top: 9px;
    left: 0;
  }
  
  .job-information .form-group.checkboxs p a {
    color: #2042e3;
  }
  
  .job-information .choose-img {
    margin-bottom: 30px;
  }
  
  .job-information .choose-img label {
    display: block;
  }
  
  .job-information .choose-img p {
    margin-top: 15px;
  }
  
  
  /*
  Page-navigation Area Style*/
  .pagination-area {
    margin-top: 10px;
    text-align: center;
  }
  
  .pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #1a1a1a;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
            box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
  }
  
  .pagination-area .page-numbers:hover {
    color: #ffffff;
    border-color: #c00808;
    background-color: #c00808;
  }
  
  .pagination-area .page-numbers i {
    font-size: 17px;
  }
  
  .pagination-area .page-numbers.current {
    color: #ffffff;
    border-color: #c00808;
    background-color: #c00808;
  }
  /*
  news
  */
  .hot-jobs-list .news-img {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
            box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
  
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 20px 0 20px 0;
    margin-bottom:20px
  }
  
  .hot-jobs-list .news-img img {
    position: relative;
  }
  
  .hot-jobs-list .news-featured {
    position: absolute;
    top: 20px;
    left: -36px;
    background-color: #555;
    color: #ffffff;
    padding: 5px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
  }
  
  .hot-jobs-list .news-featured.red {
    background-color: #ed1d24;
  }

  /*
Default Btn Area Style*/
.default-btn {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #c00800;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 15px 40px;
    border-radius: 4px;
  }
  
  .default-btn.btn-two {
    background-color: #79b530;
  }
  
  .default-btn:hover {
    background-color: #585858;
    color: #ffffff;
  }

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

.sidebar {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 63px;
	padding-bottom: 70px;
}

@media(max-width: 991px) {
	.sidebar {
		margin-top: 80px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 70px;
}

.sidebar__title {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 35px;
}

.sidebar__single .sidebar__title+p {
	margin-top: -20px;
}

.sidebar__search {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	background-color: rgb(255, 255, 255);
	position: relative;
}

.sidebar__search input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	width: 100%;
	height: 70px;
	padding-left: 20px;
}

.sidebar__search button[type=submit] {
	width: auto;
	border: none;
	outline: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 18px;
}

.sidebar__search ::-webkit-input-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search ::-moz-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search :-ms-input-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search ::-ms-input-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search ::placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__single p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
}

.sidebar__cat-list {
	margin-bottom: -10px;
	margin-top: 20px;
}

.sidebar__cat-list li {
	position: relative;
	padding-left: 18px;
}

.sidebar__cat-list li+li {
	margin-top: 10px;
}

.sidebar__cat-list li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #555;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 50%;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.sidebar__cat-list li:hover::before {
	background-color: var(--thm-base);
}

.sidebar__cat-list li a {
	font-size: 16px;
	font-weight: bold;
	color: var(--thm-black);
	-webkit-transition: 500ms;
	transition: 500ms;
	display: block;

}

.sidebar__cat-list li a:hover {
	color: #c00808;
}

.sidebar__post-single {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

@media(max-width: 425px) {
	.sidebar__post-single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}
}

.sidebar__post-single+.sidebar__post-single {
	margin-top: 30px;
}

.sidebar__post-image>img {
	width: 90px;
}

@media(max-width: 425px) {
	.sidebar__post-image>img {

    width: 100%;;
	}
}

.sidebar__post-content {
	margin-left: 20px;
}

.sidebar__post-content a:hover{
	color: #555;
}

@media(max-width: 425px) {
	.sidebar__post-content {
		margin-left: 0;
		margin-top: 20px;
	}
}

.sidebar__post-content h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.5em;
	color: var(--thm-black);
	font-weight: bold;
	margin-top: 10px;
}

.sidebar__post-content h3 a {
	color: #555;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.sidebar__post-content h3 a:hover {
	color: #c00808;
}

.sidebar__post-date {
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	line-height: 1em;
}



.sidebar__post-date i {
	color: #555;
	margin-right: 10px;
}

.sidebar__tags {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
}

.sidebar__tags a {
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	font-size: 15px;
	color: var(--thm-black);
	-webkit-transition: 500ms;
	transition: 500ms;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 17px;
}

.sidebar__tags a:hover {
	color: #c00800;
	background-color: var(--thm-base);
	border-color: var(--thm-base);
}

/* blog details */

.blog-details__image {
	margin-bottom: 40px;
  margin-top: 40px;
}

.blog-details__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 30px;
	line-height: 55px;
	font-weight: bold;
}

.blog-details__main p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
}

.blog-details__main h4 {
	margin: 0;
	color: #252930;
	font-size: 24px;
	font-weight: bold;
}

.blog-details__main .blog-details__tags {
	font-size: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.blog-details__tags span {
	margin-right: 5px;
}

.blog-details__tags span,
.blog-details__tags a {
	color: #848484;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-details__tags a+a {
	margin-left: 5px;
}

.blog-details__tags a:hover {
	color: #c00808;
}

.blog-details__share {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: var(--thm-black);
}

.blog-details__share span {
	margin-right: 10px;
}

.blog-details__share a {
	font-size: 16px;
	color: #c2c2c2;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-details__share a+a {
	margin-left: 10px;
}

.blog-details__share a:hover {
	color: var(--thm-base);
}

.blog-details__main .blog-details__tags {
	margin-bottom: 15px;
	margin-top: 20px;
}


/*
视频video
*/


.build-play-img {
	position: relative;
	border-radius: 30px;
	margin-bottom: 30px
}

.build-play-img img {
	border-radius: 30px
}

.build-play-img .play-area {
	position: absolute;
	z-index: 1;
	bottom: 45%;
	left: 45%;
}


.build-play-img .play-area .play-on {
	width: 80px;
	height: 80px;
	color: #c30d23;
	background-color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 85px;
	border-radius: 50px;
    box-shadow: 2px 2px 5px #ccc;
	display: inline-block
}

@media (max-width:992px) {
  .build-play-img .play-area .play-on {
    width: 50px;
    height: 50px;
    color: #c30d23;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    border-radius: 50px;
    display: inline-block
  }
}

.build-play-img .play-area .play-on i {
	position: relative;
	left: 4px;
	top: 1px
}

.build-play-img .play-area .play-on:hover {
	color: #fff;
	background-color: #c30d23;

}

.blog-one {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*-------------------------------------------------------------- 
# news
--------------------------------------------------------------*/

.blog-one {
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-bottom: 55px;
}

.blog-one__single {
	margin-bottom: 30px;
}

.blog-one__image {
	overflow: hidden;
	background-color: var(--thm-black);
}

.blog-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.blog-one__date {
	display: inline-block;
	vertical-align: middle;
	color: #252930;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	position: absolute;
	top: 40px;
	left: 40px;
	text-transform: uppercase;
}

.blog-one__date i {
	color: var(--thm-base);
	margin-right: 4px;
}

.blog-one__content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.blog-one__content::before {
	content: "";
	width: 2px;
	height: 40px;
	background-color: var(--thm-base);
	position: absolute;
	top: -20px;
	right: 40px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content::before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.blog-one__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin: 0;
	margin-bottom: 25px;
  margin-top: 25px;
}

.blog-one__meta li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: var(--thm-base);
	text-transform: uppercase;
	font-size: 16px;
}

.blog-one__meta li a {
	color: inherit;
}

.blog-one__meta li+li:before {
	content: "|";
	margin-left: 14px;
	margin-right: 14px;
}

.blog-one__content h3 {
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: var(--thm-black);
	margin-bottom: 15px;
}

.blog-one__content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-one__content h3 a:hover {
	color: var(--thm-base);
}

.blog-one__content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
	margin-bottom: 10px;
}

.blog-one__link {
	color: #252930;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.blog-one__link::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--thm-base);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__link:hover {
	color: var(--thm-base);
}

.blog-one__link:hover::before {
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

/* news one video */

.blog-one__video {
	position: relative;
	background-color: #212224;
}

.blog-one__video::before {
	content: '';
	width: 300px;
	height: 300px;
	border: 2px solid #ffffff;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.blog-one__video>img {
	width: 100%;
	opacity: 0.3;
}

.blog-one__video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	color: #FFF;
	font-size: 21px;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-color: var(--thm-base);
}

.blog-one__video-btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/* news standard page */

.blog-standard-page .blog-one__content {
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
	padding-bottom: 0;
}

.blog-standard-page .blog-one__content::before {
	display: none;
}

.blog-standard-page .blog-one__single {
	margin-bottom: 50px;
}

/* news masonary */

.blog-masonary__single {
	margin-bottom: 60px;
}

.blog-masonary__single .blog-one__image {
	margin-bottom: 30px;
}

.blog-masonary__qoute {
	background-color: var(--thm-base);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 55px;
	margin-bottom: 70px;
}

.blog-masonary__qoute p {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	font-family: var(--heading-font);
	font-style: italic;
}

.blog-masonary__qoute h3 {
	text-transform: uppercase;
	font-family: var(--thm-font);
	margin: 0;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 45px;
}

.blog-masonary__qoute h3::before {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin-right: 10px;
}

.blog-masonary__single h3 {
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: var(--thm-black);
	font-weight: bold;
}

.blog-masonary__single h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-masonary__single h3 a:hover {
	color: var(--thm-base);
}

.blog-masonary__single .blog-one__meta {
	margin-bottom: 30px;
	margin-top: 5px;
}
