 /* 二级分类导航样式 */
 .sonsort{
	 
 }
.second-menu .ejt ul li.active {
     color: #e2433d;
 	 border-bottom: 3px solid #e2433d;
 }
 .second-menu .ejt ul li {
     float: left;
     padding: 10px 15px;
     font-size: 16px;
     font-weight: bold;
     line-height:50px;
     height: 50px;
 }
 .second-menu .ejt {
     
     border-bottom: 1px solid #333;
 }
 
 .justify-content-center {
     -ms-flex-pack: center!important;
     justify-content: center!important;
 }
 .justify-content-space-between{
	 justify-content: space-between;
 }
 .pagination {
     display: -ms-flexbox;
     display: flex;
     padding-left: 0;
     list-style: none;
     border-radius: 0.25rem;
 }

 
 .text-right {
     text-align: right!important;
 }
 .pages {
 	min-height: 500px;
 	padding-top: 10px;
 	padding-bottom: 10px;
 }
 .position, .position a {
 	color: #999;
 }
 .page-num:not(:disabled) {
 	cursor: pointer;
 }
 .page-num, .page-link {
 	position: relative;
 	display: block;
 	padding: .5rem .75rem;
 	margin-left: -1px;
 	line-height: 1.25;
 	color:  #9e9e9e;
 	background-color: #fff;
 	border: 1px solid #dee2e6;
 }
 a.page-num:hover, .page-link:hover {
 	text-decoration: none;
 }
 .page-num-current {
 	z-index: 1;
 	color: #fff;
 	background-color:  #e2433d;
 	border-color:  #e2433d;
 }
 .page-num-current:hover {
 	color: #fff;
 }
 
 @media only screen and (max-width: 768px) {
 	.page-num {
 		display: none;
 	}
 	.logo-sm-height{
 		height: 40px;
 	}
 	.head-sm-height{
 		height: 61px !important;
 	}
 }
 
 .tutor-banner{
    width: 100%;
    padding-bottom: 31.25%;
    background: url(../images/tutor-banner.jpg) no-repeat;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tutor-banner .transform {
    transform: translate(-50%,-50%);
	top: 50%;left: 50%;position: absolute !important;
}
.text-white {
    
    color: rgba(255, 255, 255, 1) !important;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.46) 7%,#fff 50%,hsla(0,0%,100%,.46) 81%,hsla(0,0%,100%,0));
}

.mr-5 {
    margin-right: 1.25rem !important;
}

.ml-5 {
    margin-left: 1.25rem !important;
}
.font-semibold {
    font-weight: 600 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.justify-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.flex {
    display: flex !important;
}

.mt-12 {
    margin-top: 3rem !important;
}

.btn-yellow {
    border-width: 1px;
    border-color: #e2433d;
    background-color: #e2433d;
}


.btn {
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-large {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}



.text-dark {
   
    color: rgba(0, 0, 0, 1) !important;
}
.text-center {
    text-align: center !important;
}
.mt-25 {
    margin-top: 6.25rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.relative {
    position: relative !important;
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.text-gray-700 {
    
    color: rgba(102, 102, 102, 1) !important;
}

.gap-24 {
    gap: 6rem !important;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid {
    display: grid !important;
}

.mt-20 {
    margin-top: 5rem !important;
}

.justify-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.flex-col {
    flex-direction: column !important;
}

.h-6 {
    height: 1.5rem !important;
}

.-right-32 {
    right: -8rem !important;
}

.top-6 {
    top: 1.5rem !important;
}

.absolute {
    position: absolute !important;
}


.hover-up {
    transition: .3s ease;
}

.w-6 {
    width: 1.5rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.text-left {
    text-align: left !important;
}

.mt-2\.5 {
    margin-top: 0.625rem !important;
}

.-right-32 {
    right: -8rem !important;
}

.rotate-180 {
    transform:rotate(180deg) !important;
}
.h-6 {
    height: 1.5rem !important;
}

.border-yellow-500 {
    
    border-color: rgba(236, 78, 0, 1.0) !important;
}

.border-2 {
    border-width: 2px !important;
	border-style:solid;
}

.rounded-full {
    border-radius: 9999px !important;
}

.h-16 {
    height: 4rem !important;
}

.w-16 {
    width: 4rem !important;
}

.border-2 {
    border-width: 2px !important;
}

.tutor-apply .grid{display: flex;flex-wrap: wrap; justify-content:flex-start;padding-bottom: 109px;font-size: 18px;}

.w-full {
    width: 100% !important;
}

.-translate {
   
    transform:translate(-50%,-50%)!important;
}

.top-1\/2 {
    top: 50% !important;
}

.left-1\/2 {
    left: 50% !important;
}
.tutor-footer{display: flex;flex-wrap: wrap; justify-content:flex-start;padding-bottom:49px;font-size: 18px;}
.font-bold {
    font-weight: 700 !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

/* 新闻列表样式 */

.page-news{
	padding: 30px 10px 109px 10px;
	
}

.page-news .news-item {
    box-shadow: 0 2px 50px 5px rgba(0,0,0,.05);
}

.page-news .news-item .cover {
    flex: 0 0 360px;
    height: 240px;
    overflow: hidden;
}
.mr-6 {
    margin-right: 1.5rem !important;
}

.justify-between {
    justify-content: space-between !important;
}

.mt-7 {
    margin-top: 1.75rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}
.flex-col {
    flex-direction: column !important;
}

.flex-auto {
    flex: 1 1 auto !important;
}

.flex {
    display: flex !important;
}

.rounded-lg {
    border-radius: 0.5rem!important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.bg-white {
    background-color: rgba(255, 255, 255,1 ) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.truncate-2, .truncate-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.truncate-2{
    -webkit-line-clamp: 2;
}

.truncate-3 {
    -webkit-line-clamp: 3;
}

.text-gray-500 {
    
    color: rgba(153, 153, 153, 1) !important;
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
/* 新闻详情页面 */
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

h2{
    font-size: 2rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.text-secondary {
    color: #6c757d !important;
}
.text-center {
    text-align: center !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.content {
    color: #666;
    line-height: 2;
}

.content p img{width: 600px;
    margin: 3vw auto;
    display: block;
    border-radius: 0.5vw !important;
    max-width: 90% !important;
}

/* 联系我们 */
.p-3 {
    padding: 0.75rem !important;
}
   
   .bg-white {
       --tw-bg-opacity: 1 !important;
       background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
   }
   .rounded {
       border-radius: 0.25rem !important;
   }
   
.border-gray-100 {
      --tw-border-opacity: 1;
      border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.border-b {
	border-width: 0;
	border-style: solid;
    border-bottom-width: 1px !important;
}

.w-full {
    width: 100% !important;
}

.relative {
    position: relative !important;
}

.connect:after {
    content: "";
    display: block;
    background: #e2433d;
    width: 28px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 60px;
}

h3{
    font-weight: 500;
   
    color: rgba(51, 51, 51,1);
	font-size: inherit;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.pl-12 {
    padding-left: 3rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.inline-block {
    display: inline-block !important;
}

.m-0 {
    margin: 0px !important;
}

.text-gray-700 {
   
    color: rgba(102, 102, 102, 1) !important;
}

.leading-7 {
    line-height: 1.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.pl-7 {
    padding-left: 1.75rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.trapezoid {
    position: relative;
    left: -7px;
    width: 13px;
    top: 12px;
    height: 0;
    transform: rotate(271deg);
    border-top: 3px solid #e2433d;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}

h3 {
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.pl-5 {
    padding-left: 1.25rem !important;
}
.pb-7 {
    padding-bottom: 1.75rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
	--tw-border-opacity: 1;
	border-color: rgba(238, 238, 238, var(--tw-border-opacity));
	border-width:0px;
    border-top-width: 1px;
	height:0px;
	
	color: inherit;
	    border-style: solid;
	   
}

.contact-img-border {
    border-width: 1px !important;
}
.about-contact img {
    border-style: solid;
}

